aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorToshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>2002-05-28 23:43:31 +0100
committerJoern Rennecke <amylaar@gcc.gnu.org>2002-05-28 23:43:31 +0100
commit62526ec32fe9a6bfa311af82e4a97d08fdb6f2d8 (patch)
treeb875cd00fd61c7c79601f5528a6e26a7a7eb6945 /gcc/config
parentf1a58d928b14e74fa54f8be9c12dcc9dd871b073 (diff)
downloadgcc-62526ec32fe9a6bfa311af82e4a97d08fdb6f2d8.zip
gcc-62526ec32fe9a6bfa311af82e4a97d08fdb6f2d8.tar.gz
gcc-62526ec32fe9a6bfa311af82e4a97d08fdb6f2d8.tar.bz2
* config/sh/sh.c: Include real.h for REAL_VALUE_TYPE.
From-SVN: r53975
Diffstat (limited to 'gcc/config')
-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 e7d8268..3bbeb38 100644
--- a/gcc/config/sh/sh.c
+++ b/gcc/config/sh/sh.c
@@ -41,6 +41,7 @@ Boston, MA 02111-1307, USA. */
#include "tm_p.h"
#include "target.h"
#include "target-def.h"
+#include "real.h"
int code_for_indirect_jump_scratch = CODE_FOR_indirect_jump_scratch;