From 117dca74cccf106fc6a47469428f3f7318aed1c7 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Sun, 15 Jun 2003 18:01:57 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 9 +++++++++ gcc/config/alpha/alpha.c | 1 + gcc/config/ia64/ia64.c | 1 + gcc/config/rs6000/rs6000.c | 1 + gcc/config/rs6000/t-rs6000 | 3 ++- gcc/config/sh/sh.c | 1 + gcc/config/sparc/sparc.c | 1 + 7 files changed, 16 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b0e24a66fc..187c118918e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2003-06-15 Andrew Pinski + + * 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 * opts.sh: Quote '+' in regex. diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 144686bea62..4c027b4d374 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 +#include "cfglayout.h" /* Specify which cpu to schedule for. */ diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 68854291962..b7f9b289caa 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 8bd2a0cb78b..c2133a80166 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 edfb76cc87d..caa07153ad3 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 f63b41d774b..3b1d8292b2d 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 52373932912..ee8c3970730 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.