diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-25 21:32:56 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-25 21:32:56 +0000 |
commit | 19c83f0039a29220154096bf312df1fd54bfab6e (patch) | |
tree | 8b716a26eaea9d3c08639ff1d1e19e739ed75ba9 /gcc/optc-gen.awk | |
parent | 6280641a7019362ea83ee4eefa92e850beeb1eb9 (diff) | |
download | gcc-19c83f0039a29220154096bf312df1fd54bfab6e.tar.gz |
* genattr.c (write_upcase, gen_attr <enum definition writing>):
Move to ...
* genattr-common.c ... here.
(main): Call gen_attr.
* optc-gen.awk: Make generated program include insn-attr-common.h .
* Makefile.in (oprions.o): Depend on insn-attr-common.h
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176769 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/optc-gen.awk')
-rw-r--r-- | gcc/optc-gen.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/optc-gen.awk b/gcc/optc-gen.awk index 519b1e9306c..71a03fbdcb6 100644 --- a/gcc/optc-gen.awk +++ b/gcc/optc-gen.awk @@ -37,6 +37,7 @@ for (i = 1; i <= n_headers; i++) print "#include " quote headers[i] quote print "#include " quote "opts.h" quote print "#include " quote "intl.h" quote +print "#include " quote "insn-attr-common.h" quote print "" if (n_extra_c_includes > 0) { |