summaryrefslogtreecommitdiff
path: root/gcc/config/sh/sh.c
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2003-06-15 18:01:57 +0000
committerRichard Henderson <rth@gcc.gnu.org>2003-06-15 11:01:57 -0700
commit117dca74cccf106fc6a47469428f3f7318aed1c7 (patch)
treed7d15e5103c2f1db58badeb90fd1bbbb91445952 /gcc/config/sh/sh.c
parent3ec764754d944318dc20c0b4577ef50b22d329d0 (diff)
downloadgcc-117dca74cccf106fc6a47469428f3f7318aed1c7.tar.gz
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/sh/sh.c')
-rw-r--r--gcc/config/sh/sh.c1
1 files changed, 1 insertions, 0 deletions
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;