diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-08 17:10:19 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-10-08 17:10:19 +0000 |
commit | 5bcc7f1f62793fc3cc3809cfd059dacdbbc13005 (patch) | |
tree | d26da2c4aa9c1a022d680f0472425aacda1f33a9 /gcc/real.c | |
parent | 9b32fa3168329b9a641defc89931c74bbe4922a6 (diff) | |
download | gcc-5bcc7f1f62793fc3cc3809cfd059dacdbbc13005.tar.gz |
* Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h.
* alpha.h (ASM_OUTPUT_MI_THUNK): Pass the correct number of
arguments to `current_file_function_operand'.
* genrecog.c: Include hard-reg-set.h and resource.h in the
generated output file.
* real.c: Include tm_p.h.
cp:
* method.c: Include tm_p.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/real.c b/gcc/real.c index 83b02954fee..2ef6d1e15a5 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -24,6 +24,7 @@ Boston, MA 02111-1307, USA. */ #include "system.h" #include "tree.h" #include "toplev.h" +#include "tm_p.h" /* To enable support of XFmode extended real floating point, define LONG_DOUBLE_TYPE_SIZE 96 in the tm.h file (m68k.h or i386.h). |