CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2017/10/31 10:41:30

Modified files:
        gnu/usr.bin/binutils-2.17/ld: lexsup.c 
        gnu/usr.bin/binutils-2.17/ld/emultempl: elf32.em 

Log message:
Make -zdefs and --no-undefined no-ops for now, to unblock ports devs at p2k17.
We don't link libc into shared-libraries by default to avoid binding libraries
to specific libc majors, so those options have always suffered false positives
for us, but with the move of functions from libpthread to libc the problem has
gotten even worse.  A version-agnostic binding to libc would solve this better
but it's on back-order behind the pony I requested.

tweak and ok deraadt@

Reply via email to