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 /gcc/config/ia64 | |
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
Diffstat (limited to 'gcc/config/ia64')
-rw-r--r-- | gcc/config/ia64/ia64.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ |