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
This commit is contained in:
parent
3ec764754d
commit
117dca74cc
7 changed files with 16 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
||||
|
|
|
@ -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. */
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue