OSDN Git Service

* rtl.c: Include toplev.h.
authoroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 1999 19:51:48 +0000 (19:51 +0000)
committeroliva <oliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 4 Nov 1999 19:51:48 +0000 (19:51 +0000)
(fatal): Remove declaration.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30398 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/rtl.c

index 73dae90..42b5b0b 100644 (file)
@@ -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.
index aa3e740..6a1599a 100644 (file)
--- 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;