diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-31 18:31:55 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-31 18:31:55 +0000 |
commit | 1b62e105b34ccbdbb38708cef131d63e572d3534 (patch) | |
tree | 07fb37b8945139d4509207d3e5627f874b25c841 /libstdc++-v3/config | |
parent | 5eeb9cf74f18206542bc125a867ec0e018c9b74c (diff) | |
download | ppe42-gcc-1b62e105b34ccbdbb38708cef131d63e572d3534.tar.gz ppe42-gcc-1b62e105b34ccbdbb38708cef131d63e572d3534.zip |
2005-05-31 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/20534 (contd)
* include/debug/macros.h: Add _GLIBCXX_DEBUG_ABORT, using
__gnu_debug::__fancy_abort.
* src/debug.cc: Define the latter.
* include/debug/debug.h: Use _GLIBCXX_DEBUG_ABORT instead of
assert.
* config/linker-map.gnu (__gnu_debug::__fancy_abort): Add.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@100405 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r-- | libstdc++-v3/config/linker-map.gnu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu index 769e5fe96a6..a9d20abe21e 100644 --- a/libstdc++-v3/config/linker-map.gnu +++ b/libstdc++-v3/config/linker-map.gnu @@ -310,6 +310,7 @@ GLIBCXX_3.4.5 { _ZNSt8ios_base17_M_call_callbacksENS_5eventE; _ZNSt8ios_base20_M_dispose_callbacksEv; _ZNSt6locale5facet13_S_get_c_nameEv; + _ZN11__gnu_debug13__fancy_abortEPKciS1_S1_; } GLIBCXX_3.4.4; |