From: Andrew Pinski Date: Sun, 15 Jun 2003 18:01:57 +0000 (+0000) Subject: t-rs6000: Add dependence of cfglayout.h to rs6000.o. X-Git-Tag: releases/gcc-3.4.0~5811 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=117dca74cccf106fc6a47469428f3f7318aed1c7;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b0e24a66fce..187c118918e7 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 144686bea622..4c027b4d3744 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 688542919625..b7f9b289caa7 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 8bd2a0cb78bc..c2133a801667 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 edfb76cc87d4..caa07153ad3d 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 f63b41d774b7..3b1d8292b2d3 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 523739329125..ee8c39707308 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.