This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/49818] libsupc++ does not export __cxa_get_globals or related functions
- From: "bkoz at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 10 Oct 2011 19:03:43 +0000
- Subject: [Bug libstdc++/49818] libsupc++ does not export __cxa_get_globals or related functions
- Auto-submitted: auto-generated
- References: <bug-49818-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49818
--- Comment #3 from Benjamin Kosnik <bkoz at gcc dot gnu.org> 2011-10-10 19:03:43 UTC ---
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