diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-15 18:01:57 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-15 18:01:57 +0000 |
commit | 356907d34417ba08233dd038720fe7b8be45f2c2 (patch) | |
tree | d7d15e5103c2f1db58badeb90fd1bbbb91445952 /gcc/config/ia64 | |
parent | c9580f22f546c2fe204e1ca13a01ee76480033cf (diff) | |
download | gcc-356907d34417ba08233dd038720fe7b8be45f2c2.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67982 138bc75d-0d04-0410-961f-82ee72b054a4
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 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. */ |