summaryrefslogtreecommitdiff
path: root/gcc/unwind-dw2-fde-compat.c
diff options
context:
space:
mode:
authorjbeulich <jbeulich@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-19 06:47:50 +0000
committerjbeulich <jbeulich@138bc75d-0d04-0410-961f-82ee72b054a4>2005-05-19 06:47:50 +0000
commitc62a2234539a6c6429e6943eef62731234c7c565 (patch)
tree1ae6c75af7fbcd5a7e8556b45df275fcac2022cb /gcc/unwind-dw2-fde-compat.c
parent1569b5a36f65a5ec3490f0d68396331772160190 (diff)
downloadgcc-c62a2234539a6c6429e6943eef62731234c7c565.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99952 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/unwind-dw2-fde-compat.c')
-rw-r--r--gcc/unwind-dw2-fde-compat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/unwind-dw2-fde-compat.c b/gcc/unwind-dw2-fde-compat.c
index 5e8c0a30c65..b5fd3ce37f6 100644
--- a/gcc/unwind-dw2-fde-compat.c
+++ b/gcc/unwind-dw2-fde-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"