aboutsummaryrefslogtreecommitdiff
path: root/gcc
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
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')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/sh/sh.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 601fef8..71abe07 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+002-05-28 Toshiyasu Morita <toshiyasu.morita@hsa.hitachi.com>
+
+ * config/sh/sh.c: Include real.h for REAL_VALUE_TYPE.
+
Tue May 28 21:16:18 2002 J"orn Rennecke <joern.rennecke@superh.com>
Jason R. Thorpe <thorpej@wasabisystems.com>
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;