diff options
author | Maxim Kuvyrkov <maxim@codesourcery.com> | 2007-10-17 19:47:12 +0000 |
---|---|---|
committer | Maxim Kuvyrkov <mkuvyrkov@gcc.gnu.org> | 2007-10-17 19:47:12 +0000 |
commit | bce5fe517acf138a1ec030877d9a1ff46f735220 (patch) | |
tree | 9a62890b9a87f9083e6516100a453a7129d84f37 | |
parent | 59902acfbab53c78f3e779f0ba59e5158e66dcb6 (diff) | |
download | gcc-bce5fe517acf138a1ec030877d9a1ff46f735220.zip gcc-bce5fe517acf138a1ec030877d9a1ff46f735220.tar.gz gcc-bce5fe517acf138a1ec030877d9a1ff46f735220.tar.bz2 |
* genattrtab.c (main): Rearrange output of insn-attrtab.c headers.
From-SVN: r129415
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/genattrtab.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4515d3f..3f7b065 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-10-17 Maxim Kuvyrkov <maxim@codesourcery.com> + + * genattrtab.c (main): Rearrange output of insn-attrtab.c headers. + 2007-10-17 Eric B. Weddington <eweddington@cso.atmel.com> * config/avr/avr.c (avr_mcu_types): Add attiny48. diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 9ff5c61..385779a 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -4530,13 +4530,13 @@ from the machine description file `md'. */\n\n"); printf ("#include \"coretypes.h\"\n"); printf ("#include \"tm.h\"\n"); printf ("#include \"rtl.h\"\n"); + printf ("#include \"insn-attr.h\"\n"); printf ("#include \"tm_p.h\"\n"); printf ("#include \"insn-config.h\"\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"regs.h\"\n"); printf ("#include \"real.h\"\n"); printf ("#include \"output.h\"\n"); - printf ("#include \"insn-attr.h\"\n"); printf ("#include \"toplev.h\"\n"); printf ("#include \"flags.h\"\n"); printf ("#include \"function.h\"\n"); |