unwind-compat.c: Include tconfig.h and tsystem.h.
gcc/ 2005-05-19 Jan Beulich <jbeulich@novell.com> * unwind-compat.c: Include tconfig.h and tsystem.h. * unwind-dw2-fde-compat.c: Likewise. libstdc++-v3/ 2005-05-19 Jan Beulich <jbeulich@novell.com> * libsupc++/unwind-cxx.h: Include cstdlib. (gcc_unreachable): #define. * libsupc++/eh_personality.cc (gcc_unreachable): Remove #define. From-SVN: r99952
This commit is contained in:
parent
d2751e9ed5
commit
7a774cac88
@ -1,3 +1,8 @@
|
||||
2005-05-19 Jan Beulich <jbeulich@novell.com>
|
||||
|
||||
* unwind-compat.c: Include tconfig.h and tsystem.h.
|
||||
* unwind-dw2-fde-compat.c: Likewise.
|
||||
|
||||
2005-05-18 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR 21541
|
||||
|
@ -29,6 +29,8 @@
|
||||
02111-1307, USA. */
|
||||
|
||||
#if defined (USE_GAS_SYMVER) && defined (USE_LIBUNWIND_EXCEPTIONS)
|
||||
#include "tconfig.h"
|
||||
#include "tsystem.h"
|
||||
#include "unwind.h"
|
||||
#include "unwind-dw2-fde.h"
|
||||
#include "unwind-compat.h"
|
||||
|
@ -29,6 +29,8 @@
|
||||
02111-1307, USA. */
|
||||
|
||||
#if defined (USE_GAS_SYMVER) && defined (USE_LIBUNWIND_EXCEPTIONS)
|
||||
#include "tconfig.h"
|
||||
#include "tsystem.h"
|
||||
#include "unwind.h"
|
||||
#include "unwind-dw2-fde.h"
|
||||
#include "unwind-compat.h"
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-05-19 Jan Beulich <jbeulich@novell.com>
|
||||
|
||||
* libsupc++/unwind-cxx.h: Include cstdlib.
|
||||
(gcc_unreachable): #define.
|
||||
* libsupc++/eh_personality.cc (gcc_unreachable): Remove #define.
|
||||
|
||||
2005-05-18 Paolo Carlini <pcarlini@suse.de>
|
||||
Nathan Myers <ncm@cantrip.org>
|
||||
|
||||
|
@ -35,7 +35,6 @@
|
||||
|
||||
using namespace __cxxabiv1;
|
||||
|
||||
#define gcc_unreachable() std::abort()
|
||||
#include "unwind-pe.h"
|
||||
|
||||
|
||||
|
@ -38,6 +38,8 @@
|
||||
#include <typeinfo>
|
||||
#include <exception>
|
||||
#include <cstddef>
|
||||
#include <cstdlib>
|
||||
#define gcc_unreachable() std::abort()
|
||||
#include "unwind.h"
|
||||
|
||||
#pragma GCC visibility push(default)
|
||||
|
Loading…
Reference in New Issue
Block a user