mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-18 10:24:30 +08:00
Remove duplicate symbol in gnu.ver (PR bootstrap/50715)
PR bootstrap/50715 * config/abi/pre/gnu.ver (CXXABI_1.3.6): Remove duplicate __cxa_get_exception_ptr. From-SVN: r180097
This commit is contained in:
parent
d11aaed74f
commit
47fc10353d
@ -1,3 +1,9 @@
|
||||
2011-10-17 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||
|
||||
PR bootstrap/50715
|
||||
* config/abi/pre/gnu.ver (CXXABI_1.3.6): Remove duplicate
|
||||
__cxa_get_exception_ptr.
|
||||
|
||||
2011-10-14 François Dumont <francois.cppdevs@free.fr>
|
||||
|
||||
* testsuite/performance/23_containers/insert_erase/41975.cc: New.
|
||||
|
@ -1496,7 +1496,6 @@ CXXABI_1.3.6 {
|
||||
|
||||
__cxa_allocate_dependent_exception;
|
||||
__cxa_free_dependent_exception;
|
||||
__cxa_get_exception_ptr;
|
||||
__cxa_deleted_virtual;
|
||||
|
||||
} CXXABI_1.3.5;
|
||||
} CXXABI_1.3.5;
|
||||
|
Loading…
Reference in New Issue
Block a user