]> gcc.gnu.org Git - gcc.git/commitdiff
t-rs6000: Add dependence of cfglayout.h to rs6000.o.
authorAndrew Pinski <pinskia@physics.uc.edu>
Sun, 15 Jun 2003 18:01:57 +0000 (18:01 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 15 Jun 2003 18:01:57 +0000 (11:01 -0700)
        * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
        * config/rs6000/rs6000.c: Include cfglayout.h.
        * config/alpha/alpha.c: Likewise.
        * config/ia64/ia64.c: Likewise.
        * config/sparc/sparc.c: Likewise.
        * config/sh/sh.c: Likewise.

From-SVN: r67982

gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/ia64/ia64.c
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/t-rs6000
gcc/config/sh/sh.c
gcc/config/sparc/sparc.c

index 3b0e24a66fce325fe5851dce6c43ae4c83a85033..187c118918e72bdbce757f2aea38465cf37a89d1 100644 (file)
@@ -1,3 +1,12 @@
+2003-06-15  Andrew Pinski <pinskia@physics.uc.edu>
+
+       * config/rs6000/t-rs6000: Add dependence of cfglayout.h to rs6000.o.
+       * config/rs6000/rs6000.c: Include cfglayout.h.
+       * config/alpha/alpha.c: Likewise.
+       * config/ia64/ia64.c: Likewise.
+       * config/sparc/sparc.c: Likewise.
+       * config/sh/sh.c: Likewise.
+
 2003-06-15  Neil Booth  <neil@daikokuya.co.uk>
 
        * opts.sh: Quote '+' in regex.
index 144686bea6225a2346b5f597a5b1f601c6e2d0b3..4c027b4d3744153590bc5b530493fb0f6999a099 100644 (file)
@@ -51,6 +51,7 @@ Boston, MA 02111-1307, USA.  */
 #include "debug.h"
 #include "langhooks.h"
 #include <splay-tree.h>
+#include "cfglayout.h"
 
 /* Specify which cpu to schedule for.  */
 
index 688542919625ff6fd266a25faee859d3b96efb84..b7f9b289caa7cbb154ffabfa6a655ac118e3ed2b 100644 (file)
@@ -49,6 +49,7 @@ Boston, MA 02111-1307, USA.  */
 #include "tm_p.h"
 #include "hashtab.h"
 #include "langhooks.h"
+#include "cfglayout.h"
 
 /* This is used for communication between ASM_OUTPUT_LABEL and
    ASM_OUTPUT_LABELREF.  */
index 8bd2a0cb78bc849d6b1777f9f0df00f00c282b7e..c2133a80166701d3e1f96f002f55818ba248f17b 100644 (file)
@@ -50,6 +50,7 @@
 #include "target-def.h"
 #include "langhooks.h"
 #include "reload.h"
+#include "cfglayout.h"
 
 #ifndef TARGET_NO_PROTOTYPE
 #define TARGET_NO_PROTOTYPE 0
index edfb76cc87d4152e57630a209fa6869e369fb423..caa07153ad3d2585e226c2eabcabb4dae0250c61 100644 (file)
@@ -7,7 +7,8 @@ rs6000.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
   real.h insn-config.h conditions.h insn-attr.h flags.h $(RECOG_H) \
   $(OBSTACK_H) $(TREE_H) $(EXPR_H) $(OPTABS_H) except.h function.h \
   output.h $(BASIC_BLOCK_H) $(INTEGRATE_H) toplev.h $(GGC_H) $(HASHTAB_H) \
-  $(TM_P_H) $(TARGET_H) $(TARGET_DEF_H) langhooks.h reload.h gt-rs6000.h
+  $(TM_P_H) $(TARGET_H) $(TARGET_DEF_H) langhooks.h reload.h gt-rs6000.h \
+  cfglayout.h
 
 rs6000-c.o: $(srcdir)/config/rs6000/rs6000-c.c \
     $(srcdir)/config/rs6000/rs6000-protos.h \
index f63b41d774b757d5ee542d6b97fddc0120fb5849..3b1d8292b2d379c69f3b448a49f1b3599237a57c 100644 (file)
@@ -47,6 +47,7 @@ Boston, MA 02111-1307, USA.  */
 #include "langhooks.h"
 #include "basic-block.h"
 #include "ra.h"
+#include "cfglayout.h"
 
 int code_for_indirect_jump_scratch = CODE_FOR_indirect_jump_scratch;
 
index 523739329125b4cfaa2d807732cfa8b092f94074..ee8c3970730899428bd22008ca5cec7208cca944 100644 (file)
@@ -47,6 +47,7 @@ Boston, MA 02111-1307, USA.  */
 #include "debug.h"
 #include "target.h"
 #include "target-def.h"
+#include "cfglayout.h"
 
 /* 1 if the caller has placed an "unimp" insn immediately after the call.
    This is used in v8 code when calling a function that returns a structure.
This page took 0.142509 seconds and 5 git commands to generate.