freebsd-skq/gnu/lib
Konstantin Belousov 15744a9c4c Often reported issue with newer ld is:
error in /usr/lib/crtendS.o(.eh_frame); no .eh_frame_hdr table will be created.

The issue is that crtend is compiled with unwind table, and also it
places the special CIE into the .eh_frame indicating the end of section,
that is located before generated unwind table. New ld has assertion that
verifies that closing CIE is indeed the last CIE, causing the crypting
message to be issued, and refusing to generate dwarf unwind.

Add -fno-asynchronous-unwind-tables to disable unwind table generation
for crtbegin/crtend. While there, disable omitting the frame pointer [1].

Requested by:	kan [1]
Reviewed by:	kan
MFC after:	2 weeks
2010-06-18 11:09:51 +00:00
..
csu Often reported issue with newer ld is: 2010-06-18 11:09:51 +00:00
libdialog Make all tests in libdialog compilable. 2010-06-15 10:01:49 +00:00
libg2c Bump the version of all non-symbol-versioned shared libraries in 2009-07-19 17:25:24 +00:00
libgcc Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain. 2010-06-02 11:06:03 +00:00
libgcov Compile libgcov without stack protection. It can be linked into 2009-10-25 15:52:31 +00:00
libgomp Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain. 2010-06-02 11:06:03 +00:00
libiberty
libobjc Bump the version of all non-symbol-versioned shared libraries in 2009-07-19 17:25:24 +00:00
libreadline Bump the version of all non-symbol-versioned shared libraries in 2009-07-19 17:25:24 +00:00
libregex Bump the version of all non-symbol-versioned shared libraries in 2009-07-19 17:25:24 +00:00
libssp Second attempt at eliminating .text relocations in shared libraries 2009-07-14 21:19:13 +00:00
libstdc++ Non-GCC gcc compatible compilers may provide the same multimedia intrinsic 2010-05-12 19:59:32 +00:00
libsupc++ Non-GCC gcc compatible compilers may provide the same multimedia intrinsic 2010-05-12 19:59:32 +00:00
Makefile Enable GCC stack protection (aka Propolice) for userland: 2008-06-25 21:33:28 +00:00
Makefile.inc