rtl.c: Include toplev.h.
authorDavid Billinghurst <David.Billinghurst@riotinto.com.au>
Thu, 4 Nov 1999 19:51:48 +0000 (19:51 +0000)
committerAlexandre Oliva <oliva@gcc.gnu.org>
Thu, 4 Nov 1999 19:51:48 +0000 (19:51 +0000)
* rtl.c: Include toplev.h.
(fatal): Remove declaration.

From-SVN: r30398

gcc/ChangeLog
gcc/rtl.c

index 73dae90219b201158c80d68021be31e0c153afaf..42b5b0b51db5c880949ff916771f2f18d5fc1c8c 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 aa3e7407d502ffbb6a8bed81080587e310edddee..6a1599a4ea4621dd1c14d2139c96a56afb30be3a 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;