diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2003-06-15 18:01:57 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2003-06-15 11:01:57 -0700 |
commit | 117dca74cccf106fc6a47469428f3f7318aed1c7 (patch) | |
tree | d7d15e5103c2f1db58badeb90fd1bbbb91445952 | |
parent | 3ec764754d944318dc20c0b4577ef50b22d329d0 (diff) | |
download | gcc-117dca74cccf106fc6a47469428f3f7318aed1c7.zip gcc-117dca74cccf106fc6a47469428f3f7318aed1c7.tar.gz gcc-117dca74cccf106fc6a47469428f3f7318aed1c7.tar.bz2 |
t-rs6000: Add dependence of cfglayout.h to rs6000.o.
* 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
-rw-r--r-- | gcc/ChangeLog | 9 | ||||
-rw-r--r-- | gcc/config/alpha/alpha.c | 1 | ||||
-rw-r--r-- | gcc/config/ia64/ia64.c | 1 | ||||
-rw-r--r-- | gcc/config/rs6000/rs6000.c | 1 | ||||
-rw-r--r-- | gcc/config/rs6000/t-rs6000 | 3 | ||||
-rw-r--r-- | gcc/config/sh/sh.c | 1 | ||||
-rw-r--r-- | gcc/config/sparc/sparc.c | 1 |
7 files changed, 16 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b0e24a..187c118 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 144686b..4c027b4 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -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. */ diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 6885429..b7f9b28 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -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. */ diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 8bd2a0c..c2133a8 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -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 diff --git a/gcc/config/rs6000/t-rs6000 b/gcc/config/rs6000/t-rs6000 index edfb76c..caa0715 100644 --- a/gcc/config/rs6000/t-rs6000 +++ b/gcc/config/rs6000/t-rs6000 @@ -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 \ diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index f63b41d7..3b1d829 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -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; diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c index 5237393..ee8c397 100644 --- a/gcc/config/sparc/sparc.c +++ b/gcc/config/sparc/sparc.c @@ -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. |