RE: [Patch, MIPS] Add .note.GNU-stack section

2014-10-08 Thread Matthew Fortune
> I talked to Andrew about what files he changed in GCC and created and > tested this new patch. Andrew also mentioned changing some assembly > files in glibc but I don't see any use of '.section .note.GNU-stack' in > any assembly files in glibc (for any platform) so I wasn't planning on > creatin

Re: [Patch, MIPS] Add .note.GNU-stack section

2014-09-26 Thread Steve Ellcey
On Wed, 2014-09-10 at 10:15 -0700, Eric Christopher wrote: > > > On Wed, Sep 10, 2014 at 9:27 AM, wrote: > This works except you did not update the assembly files in > libgcc or glibc. We (Cavium) have the same patch in our tree > for a few released versions. > Mind jus

Re: [Patch, MIPS] Add .note.GNU-stack section

2014-09-10 Thread pinskia
> On Sep 10, 2014, at 9:24 AM, "Steve Ellcey " wrote: > > Someone noticed that the MIPS GCC compiler was not putting out the > .note.GNU-stack section. This simple patch fixes that problem by > calling the standard file_end_indicate_exec_stack function. > > Tested on mips-mti-linux-gnu, OK to

[Patch, MIPS] Add .note.GNU-stack section

2014-09-10 Thread Steve Ellcey
Someone noticed that the MIPS GCC compiler was not putting out the .note.GNU-stack section. This simple patch fixes that problem by calling the standard file_end_indicate_exec_stack function. Tested on mips-mti-linux-gnu, OK to checkin? Steve Ellcey sell...@mips.com 2014-09-10 Steve Ellcey