This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PT_GNU_STACK


On Thu, May 29, 2003 at 05:12:57PM +0100, Nick Clifton wrote:
> Hi Andrew,
> 
> > Wouldn't two note sections work better:
> >
> > 	if (.note.GNU-stack.rwx)
> > 	  stack read-write-executable
> > 	else if (.note.GNU-stack.rw)
> > 	  stack read-write
> > 	else
> > 	  stack $KERNEL_CONFIG_VARIABLE
> >
> > gcc generating one or the other (all empty).
> 
> What benefit does this have over having just one note section and
> checking the section's attributes ?
> 

Please noted that. I'd like to propose a generic note section to
describe unique properties of a relocatable file:

http://sources.redhat.com/ml/binutils/2003-05/msg00750.html

The executable stack is just one of those things.

H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]