This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50715] bootstrap fails in libstdc++-v3 with error on symbol versioning linker script when using Sun ld
- From: "gseanmcg at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 14 Oct 2011 15:04:04 +0000
- Subject: [Bug bootstrap/50715] bootstrap fails in libstdc++-v3 with error on symbol versioning linker script when using Sun ld
- Auto-submitted: auto-generated
- References: <bug-50715-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50715
Sean McGovern <gseanmcg at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|bootstrap fails with error |bootstrap fails in
|on symbol versioning linker |libstdc++-v3 with error on
|script when using Sun ld |symbol versioning linker
| |script when using Sun ld
--- Comment #5 from Sean McGovern <gseanmcg at gmail dot com> 2011-10-14 15:04:04 UTC ---
Probably broken by 179769:
Author: bkoz
Date: Mon Oct 10 19:03:39 2011
New Revision: 179769
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179769
Log:
2011-10-10 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/49818
* config/abi/pre/gnu.ver (CXXABI_1.3.6): Add symbols.
* testsuite/util/testsuite_abi.cc: Same.
* libsupc++/unwind-cxx.h: Move required eh API...
* libsupc++/cxxabi.h: ... to here. Add required forward declarations.
Use _GLIBCXX_NOTHROW.
* libsupc++/pure.cc (__cxa_deleted_virtual): Add.
* libsupc++/eh_alloc.cc: Use _GLIBCXX_NOTHROW.
* libsupc++/eh_catch.cc: Same.
* libsupc++/eh_globals.cc: Same.
* libsupc++/eh_type.cc: Same.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/config/abi/pre/gnu.ver
trunk/libstdc++-v3/libsupc++/cxxabi.h
trunk/libstdc++-v3/libsupc++/eh_alloc.cc
trunk/libstdc++-v3/libsupc++/eh_catch.cc
trunk/libstdc++-v3/libsupc++/eh_globals.cc
trunk/libstdc++-v3/libsupc++/eh_type.cc
trunk/libstdc++-v3/libsupc++/pure.cc
trunk/libstdc++-v3/libsupc++/unwind-cxx.h
trunk/libstdc++-v3/testsuite/util/testsuite_abi.cc