> 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
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
> 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