Wed May 6 22:32:37 CDT 1998 Robert Lipe <robertl@dgii.com>
authorRobert Lipe <robertl@dgii.com>
Wed, 6 May 1998 20:53:58 +0000 (20:53 +0000)
committerRobert Lipe <robertl@gcc.gnu.org>
Wed, 6 May 1998 20:53:58 +0000 (20:53 +0000)
       * Makefile.in (dwarfout.o) Add toplev.h dependency.
       * dwarfout.c, i386.c: Include toplev.h
       * toplev.h: (pfatal_with_name) Add prototype.

From-SVN: r19600

gcc/ChangeLog
gcc/Makefile.in
gcc/config/i386/i386.c
gcc/dwarfout.c
gcc/toplev.h

index e24c7b65e123c3257120646230b3c87f46e36bca..2a4a6157627132f507fa0fe59c59ae6fc4f9bbdd 100644 (file)
@@ -1,3 +1,10 @@
+
+Wed May  6 22:32:37 CDT 1998 Robert Lipe  <robertl@dgii.com>
+
+       * Makefile.in (dwarfout.o) Add toplev.h dependency.
+       * dwarfout.c, i386.c: Include toplev.h
+       * toplev.h: (pfatal_with_name) Add prototype.
+
 Wed May  6 19:02:29 1998  Jason Merrill  <jason@yorick.cygnus.com>
 
        * Makefile.in: Fix .SUFFIXES.
index f4f6007628220955b29bd9c171df55397e75584c..ec3387e011242b6ce8cddac4bcab7181ec14ec93 100644 (file)
@@ -1367,7 +1367,7 @@ sdbout.o : sdbout.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) flags.h except.h \
    function.h expr.h output.h hard-reg-set.h regs.h defaults.h real.h \
    insn-config.h obstack.h xcoffout.h c-pragma.h
 dwarfout.o : dwarfout.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) dwarf.h \
-   flags.h insn-config.h reload.h output.h defaults.h
+   flags.h insn-config.h reload.h output.h defaults.h toplev.h
 dwarf2out.o : dwarf2out.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) dwarf2.h \
    flags.h insn-config.h insn-codes.h reload.h output.h defaults.h \
    hard-reg-set.h regs.h expr.h toplev.h
index 38d5e2b5429a2d2ab87d97fb313629c5fa941999..7634e1307f1a09644bb2cf0858bdf042e40aa750 100644 (file)
@@ -37,6 +37,7 @@ Boston, MA 02111-1307, USA. */
 #include "function.h"
 #include "recog.h"
 #include "expr.h"
+#include "toplev.h"
 
 #if HAVE_STDLIB_H
 #include <stdlib.h>                                                
index edcf82241b81a222c29338129bb5a0c52de7755b..797b0eefce90a84d0cd39cf2ef7492fd830a90dd 100644 (file)
@@ -32,6 +32,7 @@ Boston, MA 02111-1307, USA.  */
 #include "reload.h"
 #include "output.h"
 #include "defaults.h"
+#include "toplev.h"
 
 #if defined(DWARF_TIMESTAMPS)
 #if !defined(POSIX)
index 898ca028b7927f978ef26fe16686ebe15707489f..55790e5bb3a84908526ae4fb6a7d50bff85794d9 100644 (file)
@@ -14,6 +14,7 @@ extern void debug_undef                       PROTO ((unsigned, char *));
 extern void fatal                      PVPROTO ((char *, ...))
                                                ATTRIBUTE_PRINTF_1;
 extern void fatal_io_error             PROTO ((char *));
+extern void pfatal_with_name           PROTO ((char *));
 extern void warning                    PVPROTO ((char *, ...))
                                                ATTRIBUTE_PRINTF_1;
 extern void error                      PVPROTO ((char *, ...))