freebsd-dev/gnu/lib
David Chisnall 4792733bb8 Fix some symbol version mismatches between libstdc++ and libsupc++/libcxxrt
that were causing the runtime and STL libraries to see different versions of
various classes and functions when libstdc++ is used as a filter.

Note: This changes the ABI for libcxxrt, but libcxxrt is currently only in
-STABLE for testing and is not used by anything unless explicitly enabled by
the end user.  No default compiler configurations use it.

libc++ will need to be recompiled after this change.  make buildworld will do
this automatically, but make in lib/libc++ will not necessarily work unless the
new libcxxrt is installed first.

PR:		kern/171610, stand/175453
Reviewed by:	kib
MFC after:	1 week
2013-01-28 11:12:49 +00:00
..
csu Add compiler support for the ARM EABI. 2013-01-17 05:56:28 +00:00
libdialog Revert r241818 that updated dialog to 20120706. This turns out to horribly 2012-12-30 04:22:34 +00:00
libgcc Add compiler support for the ARM EABI. 2013-01-17 05:56:28 +00:00
libgcov Add compiler support for the ARM EABI. 2013-01-17 05:56:28 +00:00
libgomp Turn on TLS support for arm on here as it is supported since r231618/ 2012-06-14 20:27:28 +00:00
libreadline Fix buildworld -DNO_CLEAN when using with Perforce, which marks files as 2010-08-12 20:46:49 +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++ Add compiler support for the ARM EABI. 2013-01-17 05:56:28 +00:00
libsupc++ Fix some symbol version mismatches between libstdc++ and libsupc++/libcxxrt 2013-01-28 11:12:49 +00:00
Makefile Don't recurse into libssp when MK_SSP is set to no. 2012-05-21 16:03:44 +00:00
Makefile.inc