aboutsummaryrefslogtreecommitdiff
path: root/gcc/unwind-compat.c
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-05-19 06:47:50 +0000
committerJan Beulich <jbeulich@gcc.gnu.org>2005-05-19 06:47:50 +0000
commit7a774cac8861957f4adfe4084e8ab4ee863f15d4 (patch)
tree1ae6c75af7fbcd5a7e8556b45df275fcac2022cb /gcc/unwind-compat.c
parentd2751e9ed5e31a902b308114082fe4a53e808564 (diff)
downloadgcc-7a774cac8861957f4adfe4084e8ab4ee863f15d4.zip
gcc-7a774cac8861957f4adfe4084e8ab4ee863f15d4.tar.gz
gcc-7a774cac8861957f4adfe4084e8ab4ee863f15d4.tar.bz2
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
Diffstat (limited to 'gcc/unwind-compat.c')
-rw-r--r--gcc/unwind-compat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/unwind-compat.c b/gcc/unwind-compat.c
index 26f45ac..3e8c302 100644
--- a/gcc/unwind-compat.c
+++ b/gcc/unwind-compat.c
@@ -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"