Commit 712716d2 by Aldy Hernandez Committed by Aldy Hernandez

Makefile.in (TAGS): Merge all the *.def files into one pattern.

	* Makefile.in (TAGS): Merge all the *.def files into one pattern.
	Handle params.def.

From-SVN: r253674
parent 6089393b
2017-10-12 Aldy Hernandez <aldyh@redhat.com>
* Makefile.in (TAGS): Merge all the *.def files into one pattern.
Handle params.def.
2017-10-12 Jakub Jelinek <jakub@redhat.com> 2017-10-12 Jakub Jelinek <jakub@redhat.com>
PR c++/82159 PR c++/82159
...@@ -4135,8 +4135,7 @@ TAGS: lang.tags ...@@ -4135,8 +4135,7 @@ TAGS: lang.tags
../include/*.h ../libiberty/*.c \ ../include/*.h ../libiberty/*.c \
../libcpp/*.c ../libcpp/include/*.h \ ../libcpp/*.c ../libcpp/include/*.h \
--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\|DEFTIMEVAR\|DEFPARAM\|DEFPARAMENUM5\)[ ]?(\([A-Za-z_0-9]+\)/\2/" rtl.def tree.def gimple.def timevar.def params.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