Improved abort(), rev 3

Zack Weinberg zack@rabi.columbia.edu
Fri Apr 30 22:47:00 GMT 1999


On Sat, 17 Apr 1999 16:16:25 -0700, Richard Henderson wrote:
>> 1999-04-16 22:59 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
>> 
>> 	* c-aux.info.c, emit-rtl.c, explow.c, expmed.c, gcse.c,
>> 	optabs.c, reorg.c, resource.c, sched.c, haifa-sched.c: Include
>> 	toplev.h for real declaration of trim_filename.
>
>Ok.  Don't forget to update makefile dependancies.

Thanks, I would have forgotten.

Here's the patch as committed.  (Note sched.o already had a dependency
on toplev.h for some reason.)

zw

1999-04-17 20:11 -0400  Zack Weinberg  <zack@rabi.columbia.edu>

	* c-aux-info.c, emit-rtl.c, explow.c, expmed.c, gcse.c,
	haifa-sched.c, optabs.c, reorg.c, resource.c, sched.c: Include
	toplev.h for real declaration of trim_filename.
	* Makefile.in: Update dependencies.

===================================================================
Index: Makefile.in
--- Makefile.in	1999/04/13 09:43:27	1.258
+++ Makefile.in	1999/04/18 00:12:01
@@ -1338,7 +1338,8 @@
 c-lex.o : c-lex.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) c-lex.h c-tree.h \
     $(srcdir)/c-parse.h input.h intl.h flags.h $(srcdir)/c-gperf.h c-pragma.h \
     toplev.h output.h mbchar.h
-c-aux-info.o : c-aux-info.c  $(CONFIG_H) system.h $(TREE_H) c-tree.h flags.h
+c-aux-info.o : c-aux-info.c  $(CONFIG_H) system.h $(TREE_H) c-tree.h flags.h \
+    toplev.h
 c-convert.o : c-convert.c $(CONFIG_H) system.h $(TREE_H) flags.h toplev.h
 c-pragma.o: c-pragma.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) except.h \
     function.h defaults.h c-pragma.h toplev.h
@@ -1474,16 +1475,18 @@
    function.h insn-flags.h $(EXPR_H) $(REGS_H) hard-reg-set.h \
    insn-config.h $(RECOG_H) output.h except.h toplev.h
 expr.o : expr.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h function.h \
-   $(REGS_H) insn-flags.h insn-codes.h $(EXPR_H) insn-config.h $(RECOG_H) output.h \
-   typeclass.h hard-reg-set.h toplev.h hard-reg-set.h except.h
+   $(REGS_H) insn-flags.h insn-codes.h $(EXPR_H) insn-config.h $(RECOG_H) \
+   output.h typeclass.h hard-reg-set.h toplev.h hard-reg-set.h except.h
 calls.o : calls.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h $(EXPR_H) \
    insn-flags.h $(REGS_H) toplev.h output.h
 expmed.o : expmed.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h  \
-   insn-flags.h insn-config.h insn-codes.h $(EXPR_H) $(RECOG_H) real.h
+   insn-flags.h insn-config.h insn-codes.h $(EXPR_H) $(RECOG_H) real.h toplev.h
 explow.o : explow.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \
-   hard-reg-set.h insn-config.h $(EXPR_H) $(RECOG_H) insn-flags.h insn-codes.h
+   hard-reg-set.h insn-config.h $(EXPR_H) $(RECOG_H) insn-flags.h \
+   insn-codes.h toplev.h
 optabs.o : optabs.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h  \
-   insn-flags.h insn-config.h insn-codes.h $(EXPR_H) $(RECOG_H) reload.h
+   insn-flags.h insn-config.h insn-codes.h $(EXPR_H) $(RECOG_H) reload.h \
+   toplev.h
 dbxout.o : dbxout.c $(CONFIG_H) system.h $(TREE_H) $(RTL_H) flags.h $(REGS_H) \
    insn-config.h reload.h gstab.h xcoffout.h defaults.h output.h dbxout.h \
    toplev.h
@@ -1500,7 +1503,7 @@
    flags.h toplev.h output.h dbxout.h
 emit-rtl.o : emit-rtl.c $(CONFIG_H) system.h $(RTL_H) $(TREE_H) flags.h \
    except.h function.h $(REGS_H) insn-config.h $(RECOG_H) real.h \
-   $(EXPR_H) $(srcdir)/../include/obstack.h hard-reg-set.h bitmap.h
+   $(EXPR_H) $(srcdir)/../include/obstack.h hard-reg-set.h bitmap.h toplev.h
 real.o : real.c $(CONFIG_H) system.h $(TREE_H) toplev.h
 getpwd.o : getpwd.c $(CONFIG_H) system.h
 
@@ -1517,10 +1520,11 @@
 cse.o : cse.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h flags.h \
    real.h insn-config.h $(RECOG_H) $(EXPR_H) toplev.h output.h \
    $(srcdir)/../include/splay-tree.h
-gcse.o : gcse.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h flags.h \
-   real.h insn-config.h $(RECOG_H) $(EXPR_H) $(BASIC_BLOCK_H) output.h
+gcse.o : gcse.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h \
+   flags.h real.h insn-config.h $(RECOG_H) $(EXPR_H) $(BASIC_BLOCK_H) \
+   output.h toplev.h
 resource.o : resource.c $(CONFIG_H) $(RTL_H) hard-reg-set.h system.h \
-   $(BASIC_BLOCK_H) $(REGS_H) flags.h output.h resource.h
+   $(BASIC_BLOCK_H) $(REGS_H) flags.h output.h resource.h toplev.h
 lcm.o : lcm.c $(CONFIG_H) system.h $(RTL_H) $(REGS_H) hard-reg-set.h flags.h \
    real.h insn-config.h $(RECOG_H) $(EXPR_H) $(BASIC_BLOCK_H)
 profile.o : profile.c $(CONFIG_H) system.h $(RTL_H) flags.h insn-flags.h \
@@ -1558,8 +1562,8 @@
    $(REGS_H) hard-reg-set.h insn-config.h $(BASIC_BLOCK_H) \
    $(RECOG_H) reload.h $(EXPR_H) toplev.h
 reorg.o : reorg.c $(CONFIG_H) system.h $(RTL_H) conditions.h hard-reg-set.h \
-   $(BASIC_BLOCK_H) $(REGS_H) insn-config.h insn-attr.h \
-   insn-flags.h $(RECOG_H) flags.h output.h $(EXPR_H)
+   $(BASIC_BLOCK_H) $(REGS_H) insn-config.h insn-attr.h insn-flags.h \
+   $(RECOG_H) flags.h output.h $(EXPR_H) toplev.h
 alias.o : alias.c $(CONFIG_H) system.h $(RTL_H) flags.h hard-reg-set.h \
    $(REGS_H) toplev.h output.h $(EXPR_H) 
 regmove.o : regmove.c $(CONFIG_H) system.h $(RTL_H) insn-config.h \
===================================================================
Index: c-aux-info.c
--- c-aux-info.c	1999/03/06 05:34:08	1.11
+++ c-aux-info.c	1999/04/18 00:12:01
@@ -23,6 +23,7 @@
 
 #include "config.h"
 #include "system.h"
+#include "toplev.h"
 #include "flags.h"
 #include "tree.h"
 #include "c-tree.h"
===================================================================
Index: emit-rtl.c
--- emit-rtl.c	1999/04/06 15:49:17	1.56
+++ emit-rtl.c	1999/04/18 00:12:01
@@ -36,6 +36,7 @@
 
 #include "config.h"
 #include "system.h"
+#include "toplev.h"
 #include "rtl.h"
 #include "tree.h"
 #include "flags.h"
===================================================================
Index: explow.c
--- explow.c	1999/04/14 19:43:02	1.27
+++ explow.c	1999/04/18 00:12:01
@@ -21,6 +21,7 @@
 
 #include "config.h"
 #include "system.h"
+#include "toplev.h"
 #include "rtl.h"
 #include "tree.h"
 #include "flags.h"
===================================================================
Index: expmed.c
--- expmed.c	1999/03/25 12:04:25	1.30
+++ expmed.c	1999/04/18 00:12:02
@@ -22,6 +22,7 @@
 
 #include "config.h"
 #include "system.h"
+#include "toplev.h"
 #include "rtl.h"
 #include "tree.h"
 #include "flags.h"
===================================================================
Index: gcse.c
--- gcse.c	1999/03/31 12:40:56	1.35
+++ gcse.c	1999/04/18 00:12:03
@@ -141,6 +141,7 @@
 
 #include "config.h"
 #include "system.h"
+#include "toplev.h"
 
 #include "rtl.h"
 #include "regs.h"
===================================================================
Index: haifa-sched.c
--- haifa-sched.c	1999/03/13 17:38:17	1.85
+++ haifa-sched.c	1999/04/18 00:12:05
@@ -157,6 +157,7 @@
 
 #include "config.h"
 #include "system.h"
+#include "toplev.h"
 #include "rtl.h"
 #include "basic-block.h"
 #include "regs.h"
===================================================================
Index: optabs.c
--- optabs.c	1999/03/25 12:04:26	1.28
+++ optabs.c	1999/04/18 00:12:05
@@ -21,6 +21,7 @@
 
 #include "config.h"
 #include "system.h"
+#include "toplev.h"
 
 /* Include insn-config.h before expr.h so that HAVE_conditional_move
    is properly defined. */
===================================================================
Index: reorg.c
--- reorg.c	1999/02/10 22:32:26	1.35
+++ reorg.c	1999/04/18 00:12:06
@@ -121,6 +121,7 @@
 
 #include "config.h"
 #include "system.h"
+#include "toplev.h"
 #include "rtl.h"
 #include "expr.h"
 #include "insn-config.h"
===================================================================
Index: resource.c
--- resource.c	1999/02/25 23:45:32	1.3
+++ resource.c	1999/04/18 00:12:06
@@ -19,6 +19,7 @@
 Boston, MA 02111-1307, USA.  */
 
 #include "config.h"
+#include "toplev.h"
 #include "rtl.h"
 #include "hard-reg-set.h"
 #include "system.h"
===================================================================
Index: sched.c
--- sched.c	1999/03/20 19:21:28	1.35
+++ sched.c	1999/04/18 00:12:07
@@ -119,6 +119,7 @@
 
 #include "config.h"
 #include "system.h"
+#include "toplev.h"
 #include "rtl.h"
 #include "basic-block.h"
 #include "regs.h"



More information about the Gcc-patches mailing list