diff options
author | Jan Beulich <jbeulich@novell.com> | 2005-05-19 06:47:50 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@gcc.gnu.org> | 2005-05-19 06:47:50 +0000 |
commit | 7a774cac8861957f4adfe4084e8ab4ee863f15d4 (patch) | |
tree | 1ae6c75af7fbcd5a7e8556b45df275fcac2022cb /gcc | |
parent | d2751e9ed5e31a902b308114082fe4a53e808564 (diff) | |
download | gcc-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')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/unwind-compat.c | 2 | ||||
-rw-r--r-- | gcc/unwind-dw2-fde-compat.c | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 10657a4..4722b92 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 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" diff --git a/gcc/unwind-dw2-fde-compat.c b/gcc/unwind-dw2-fde-compat.c index 5e8c0a3..b5fd3ce 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" |