kan ef443476d9 Second attempt at eliminating .text relocations in shared libraries
compiled with stack protector.

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 every time given shared library is being relocated
and making affected text pages non-shareable.

Reviewed by:        kib
Approved by:        re (kib)
2009-07-14 21:19:13 +00:00
..
2008-12-11 08:22:20 +00:00
2009-03-04 03:45:02 +00:00
2009-05-09 01:35:27 +00:00
2009-01-30 15:43:55 +00:00
2009-07-11 05:35:08 +00:00