mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-08 08:27:08 +08:00
* config/linker-map.gnu: Add __gxx_personality_sj0.
From-SVN: r52187
This commit is contained in:
parent
cf0005c62f
commit
51cd12de0d
@ -1,3 +1,7 @@
|
||||
2002-04-11 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* config/linker-map.gnu: Add __gxx_personality_sj0.
|
||||
|
||||
2002-04-09 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
libstdc++/1072
|
||||
|
@ -100,6 +100,7 @@ CXXABI_1 {
|
||||
global:
|
||||
__cxa_*;
|
||||
__gxx_personality_v0;
|
||||
__gxx_personality_sj0;
|
||||
__dynamic_cast;
|
||||
|
||||
# __gnu_cxx::_verbose_terminate_handler()
|
||||
|
Loading…
Reference in New Issue
Block a user