]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
opts.c: Include insn-attr.h.
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>
Sun, 29 Jun 2003 01:17:54 +0000 (01:17 +0000)
committerFranz Sirl <sirl@gcc.gnu.org>
Sun, 29 Jun 2003 01:17:54 +0000 (01:17 +0000)
2003-06-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>

* opts.c: Include insn-attr.h.
* Makefile.in (opts.o): Depend on INSN_ATTR_H.

From-SVN: r68657

gcc/ChangeLog
gcc/Makefile.in
gcc/opts.c

index 8328b3ff8f3c0bfb93b9eab258c869054c6bab3e..cafafb20c412dfb755ae472e9305ed96f1ce4c3c 100644 (file)
@@ -1,3 +1,8 @@
+2003-06-29  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
+
+       * opts.c: Include insn-attr.h.
+       * Makefile.in (opts.o): Depend on INSN_ATTR_H.
+
 2003-06-27  J"orn Rennecke <joern.rennecke@superh.com>
 
        * flow.c (propagate_one_insn): Use proper test for a register
index a558ffb96bc4dc2c3b0dcf37fcf640d8d298a75f..32426965faf4fe037d9c8eb5d1b2d528e7c13954 100644 (file)
@@ -1483,7 +1483,7 @@ diagnostic.o : diagnostic.c diagnostic.h real.h diagnostic.def \
    input.h toplev.h intl.h langhooks.h $(LANGHOOKS_DEF_H)
 opts.o : opts.c opts.h options.h toplev.h $(CONFIG_H) $(SYSTEM_H) \
        coretypes.h $(TREE_H) $(TM_H) $(LANGHOOKS_H) $(GGC_H) $(RTL_H) \
-       output.h diagnostic.h $(TM_P_H)
+       output.h diagnostic.h $(TM_P_H) $(INSN_ATTR_H)
 toplev.o : toplev.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(TREE_H) $(RTL_H) \
    function.h flags.h xcoffout.h input.h $(INSN_ATTR_H) output.h diagnostic.h \
    debug.h insn-config.h intl.h $(RECOG_H) Makefile toplev.h \
index af9a896b06525bfb90bddf7ff5fdc0970c59e608..a150c3afa9161549b1ac9f6b20e925e90d4139cc 100644 (file)
@@ -35,6 +35,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include "params.h"
 #include "diagnostic.h"
 #include "tm_p.h"              /* For OPTIMIZATION_OPTIONS.  */
+#include "insn-attr.h"         /* For INSN_SCHEDULING.  */
 
 /* Value of the -G xx switch, and whether it was passed or not.  */
 unsigned HOST_WIDE_INT g_switch_value;