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


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 ?


Cheers
        Nick
        


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