Commit b67b29f6 by Aldy Hernandez Committed by Aldy Hernandez

* Makefile.in (TAGS): Handle constructs in timevar.def.

From-SVN: r214918
parent 09f2f0aa
2014-09-04 Aldy Hernandez <aldyh@redhat.com>
* Makefile.in (TAGS): Handle constructs in timevar.def.
2014-09-04 Guozhi Wei <carrot@google.com> 2014-09-04 Guozhi Wei <carrot@google.com>
PR target/62040 PR target/62040
...@@ -3806,6 +3806,7 @@ TAGS: lang.tags ...@@ -3806,6 +3806,7 @@ TAGS: lang.tags
etags -o TAGS.sub c-family/*.h c-family/*.c *.h *.c *.cc \ etags -o TAGS.sub c-family/*.h c-family/*.c *.h *.c *.cc \
--language=none --regex="/\(char\|unsigned int\|int\|bool\|void\|HOST_WIDE_INT\|enum [A-Za-z_0-9]+\) [*]?\([A-Za-z_0-9]+\)/\2/" common.opt \ --language=none --regex="/\(char\|unsigned int\|int\|bool\|void\|HOST_WIDE_INT\|enum [A-Za-z_0-9]+\) [*]?\([A-Za-z_0-9]+\)/\2/" common.opt \
--language=none --regex="/\(DEF_RTL_EXPR\|DEFTREECODE\|DEFGSCODE\).*(\([A-Za-z_0-9]+\)/\2/" rtl.def tree.def gimple.def \ --language=none --regex="/\(DEF_RTL_EXPR\|DEFTREECODE\|DEFGSCODE\).*(\([A-Za-z_0-9]+\)/\2/" rtl.def tree.def gimple.def \
--language=none --regex="/DEFTIMEVAR (\([A-Za-z_0-9]+\)/\1/" timevar.def \
; \ ; \
etags --include TAGS.sub $$incs) etags --include TAGS.sub $$incs)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment