git: libc/syscalls: Add GNU-stack ELF note to generated assembly files

John Marino marino at crater.dragonflybsd.org
Sun Sep 6 03:08:17 PDT 2015


commit 7ed43d236b754f3c0d68d78cfadfb984df7d6e52
Author: John Marino <draco at marino.st>
Date:   Sun Sep 6 12:04:16 2015 +0200

    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.

Summary of changes:
 lib/libc/sys/Makefile.inc | 4 ++++
 1 file changed, 4 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7ed43d236b754f3c0d68d78cfadfb984df7d6e52


-- 
DragonFly BSD source repository



More information about the Commits mailing list