PR libstdc++/20534 (contd)
authorPaolo Carlini <pcarlini@suse.de>
Tue, 31 May 2005 18:31:55 +0000 (18:31 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 31 May 2005 18:31:55 +0000 (18:31 +0000)
commit87d33b419bb6dc40816527b553478d482adf69ec
tree07fb37b8945139d4509207d3e5627f874b25c841
parent8bd46447b3669450cb22678ae1b226d3c3aba576
PR libstdc++/20534 (contd)

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.

From-SVN: r100405
libstdc++-v3/ChangeLog
libstdc++-v3/config/linker-map.gnu
libstdc++-v3/include/debug/debug.h
libstdc++-v3/include/debug/macros.h
libstdc++-v3/src/debug.cc