genattr-common.c: New.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 28 Jun 2011 10:28:09 +0000 (11:28 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 28 Jun 2011 10:28:09 +0000 (11:28 +0100)
commit88a00ef7d65f16ce3851cf8ebcda756c97113cee
treeb3eb1b6cdfe6199aca999ce1c33202fecb509335
parenta9633db4d2870935d07ea267637422b43f838977
genattr-common.c: New.

* genattr-common.c: New.  Based on genattr.c.
* Makefile.in (INSN_ATTR_H): Include insn-attr-common.h.
(MOSTLYCLEANFILES): Add insn-attr-common.h.
(opts.o): Update dependencies.
(.PRECIOUS): Add insn-attr-common.h.
(simple_rtl_generated_h): Add insn-attr-common.h.
(build/genattr-common.o): New.
(genprogrtl): Add attr-common.
* genattr.c (main): Include insn-attr-common.h.  Don't generate
definitions of DELAY_SLOTS or INSN_SCHEDULING.
* opts.c: Include insn-attr-common.h instead of rtl.h and
insn-attr.h.

From-SVN: r175579
gcc/ChangeLog
gcc/Makefile.in
gcc/genattr-common.c [new file with mode: 0644]
gcc/genattr.c
gcc/opts.c