aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Billinghurst <David.Billinghurst@riotinto.com.au>1999-11-04 19:51:48 +0000
committerAlexandre Oliva <oliva@gcc.gnu.org>1999-11-04 19:51:48 +0000
commit17074a35df5c8c5de3f24cef85585b0f738d1ec9 (patch)
treeeba071611c23e1d9bb0cc118cd39653ce00fe049 /gcc
parent397f674e7fc336d69263e009b088fab16dbfdd12 (diff)
downloadgcc-17074a35df5c8c5de3f24cef85585b0f738d1ec9.zip
gcc-17074a35df5c8c5de3f24cef85585b0f738d1ec9.tar.gz
gcc-17074a35df5c8c5de3f24cef85585b0f738d1ec9.tar.bz2
rtl.c: Include toplev.h.
* rtl.c: Include toplev.h. (fatal): Remove declaration. From-SVN: r30398
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/rtl.c4
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 73dae90..42b5b0b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Thu Nov 4 14:22:12 1999 David Billinghurst <David.Billinghurst@riotinto.com.au>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
+
+ * rtl.c: Include toplev.h.
+ (fatal): Remove declaration.
+
Thu Nov 4 06:39:47 1999 Jeffrey A Law (law@cygnus.com)
* haifa-sched.c (schedule_block): Fix thinko.
diff --git a/gcc/rtl.c b/gcc/rtl.c
index aa3e740..6a1599a 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA. */
#include "bitmap.h"
#include "ggc.h"
#include "obstack.h"
+#include "toplev.h"
#define obstack_chunk_alloc xmalloc
#define obstack_chunk_free free
@@ -1243,9 +1244,6 @@ trim_filename (name)
/* Report an internal compiler error in a friendly manner and without
dumping core. */
-extern void fatal PVPROTO ((const char *, ...))
- ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;
-
void
fancy_abort (file, line, function)
const char *file;