diff options
| author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-25 12:27:29 +0000 |
|---|---|---|
| committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-07-25 12:27:29 +0000 |
| commit | 12ffdafddfd23303263696b7dd68d19464579af9 (patch) | |
| tree | 3b111b51ec11028efb1b3653fcbb3003c8e5f2fe /gcc | |
| parent | f5e1c2889cf4589737b2801c9e44cc99323ef599 (diff) | |
| download | ppe42-gcc-12ffdafddfd23303263696b7dd68d19464579af9.tar.gz ppe42-gcc-12ffdafddfd23303263696b7dd68d19464579af9.zip | |
* raise-gcc.c: Move tsystem.h before tm.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138139 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/ada/raise-gcc.c | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index bb42b64460a..74d0ff2b024 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2008-07-25 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> + + * raise-gcc.c: Move tsystem.h before tm.h. + 2008-07-20 Arnaud Charlet <charlet@adacore.com> * gnathtml.pl: New file. diff --git a/gcc/ada/raise-gcc.c b/gcc/ada/raise-gcc.c index bb25ea631d1..e2662e14f23 100644 --- a/gcc/ada/raise-gcc.c +++ b/gcc/ada/raise-gcc.c @@ -6,7 +6,7 @@ * * * C Implementation File * * * - * Copyright (C) 1992-2007, Free Software Foundation, Inc. * + * Copyright (C) 1992-2008, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -35,6 +35,7 @@ #ifdef IN_RTS #include "tconfig.h" +#include "tsystem.h" /* In the top-of-tree GCC, tconfig does not include tm.h, but in GCC 3.2 it does. To avoid branching raise.c just for that purpose, we kludge by looking for a symbol always defined by tm.h and if it's not defined, @@ -43,7 +44,6 @@ #include "coretypes.h" #include "tm.h" #endif -#include "tsystem.h" #include <sys/stat.h> #include <stdarg.h> typedef char bool; |

