libc/syscalls: Add GNU-stack ELF note to generated assembly files
authorJohn Marino <draco@marino.st>
Sun, 6 Sep 2015 10:04:16 +0000 (12:04 +0200)
committerJohn Marino <draco@marino.st>
Sun, 6 Sep 2015 10:07:59 +0000 (12:07 +0200)
commit7ed43d236b754f3c0d68d78cfadfb984df7d6e52
tree816a9f1c11fdb9e0617993d4282f5f307eee0b51
parentfbf2f1c697bc6902d12264313e5f11362896dcc3
libc/syscalls: Add GNU-stack ELF note to generated assembly files

This fixes 282x2 objects files for libc and libc_rtld that were preventing
libc from loading on non-executable stack.  It appears there is only one
more object file to fix after this commit.  Similar code exists on the
libc/sys Makefile on FreeBSD.
lib/libc/sys/Makefile.inc