From b1afd7f4e03c52ed0b07387ad26e3e3c58595f28 Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Fri, 8 Oct 1999 17:10:19 +0000 Subject: Makefile.in (insn-recog.o): Depend on hard-reg-set.h and resource.h. * 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. From-SVN: r29869 --- gcc/real.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/real.c') diff --git a/gcc/real.c b/gcc/real.c index 83b0295..2ef6d1e1 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). -- cgit v1.1