diff options
author | Andreas Krebbel <krebbel1@de.ibm.com> | 2007-03-19 08:45:29 +0000 |
---|---|---|
committer | Andreas Krebbel <krebbel@gcc.gnu.org> | 2007-03-19 08:45:29 +0000 |
commit | c413e1b5beea151b19a980d40906c5a874c1bc32 (patch) | |
tree | a5edddef30a4656e6b89a8548fe4ceaef9e57477 /gcc/genemit.c | |
parent | 1375006a876d005970e79c40febbb89902209a60 (diff) | |
download | gcc-c413e1b5beea151b19a980d40906c5a874c1bc32.zip gcc-c413e1b5beea151b19a980d40906c5a874c1bc32.tar.gz gcc-c413e1b5beea151b19a980d40906c5a874c1bc32.tar.bz2 |
genemit.c (main): Print include statement for dfp.h.
2007-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
* genemit.c (main): Print include statement for dfp.h.
* dfp.h (decimal_real_arithmetic): Hide prototype if tree_code enum
is not available.
From-SVN: r123054
Diffstat (limited to 'gcc/genemit.c')
-rw-r--r-- | gcc/genemit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c index b0dd234..a367f46 100644 --- a/gcc/genemit.c +++ b/gcc/genemit.c @@ -845,6 +845,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"expr.h\"\n"); printf ("#include \"optabs.h\"\n"); printf ("#include \"real.h\"\n"); + printf ("#include \"dfp.h\"\n"); printf ("#include \"flags.h\"\n"); printf ("#include \"output.h\"\n"); printf ("#include \"insn-config.h\"\n"); |