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:
Jan Beulich 2005-05-19 06:47:50 +00:00 committed by Jan Beulich
parent d2751e9ed5
commit 7a774cac88
6 changed files with 17 additions and 1 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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>

View File

@ -35,7 +35,6 @@
using namespace __cxxabiv1;
#define gcc_unreachable() std::abort()
#include "unwind-pe.h"

View File

@ -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)