mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
a162c9ae9c
Use libssp_nonshared library to pull __stack_chk_fail_local symbol into each library that needs it instead of pulling it from libc. GCC generates local calls to this function which result in absolute relocations put into position-independent code segment, making dynamic loader do extra work everys time given shared library is being relocated and making affected text pages non-shareable. Reviewed by: kib Approved by: re (kensmith) |
||
---|---|---|
.. | ||
csu | ||
libdialog | ||
libg2c | ||
libgcc | ||
libgcov | ||
libgomp | ||
libiberty | ||
libobjc | ||
libreadline | ||
libregex | ||
libssp | ||
libstdc++ | ||
libsupc++ | ||
Makefile | ||
Makefile.inc |