Makefile.in (TAGS): Merge all the *.def files into one pattern.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 12 Oct 2017 08:21:44 +0000 (08:21 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Thu, 12 Oct 2017 08:21:44 +0000 (08:21 +0000)
* Makefile.in (TAGS): Merge all the *.def files into one pattern.
Handle params.def.

From-SVN: r253674

gcc/ChangeLog
gcc/Makefile.in

index 12cf2d3..f632f6b 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        PR c++/82159
index 0bde7ac..878ce7b 100644 (file)
@@ -4135,8 +4135,7 @@ TAGS: lang.tags
              ../include/*.h ../libiberty/*.c \
              ../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="/\(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 \
+             --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 \
                ; \
        etags --include TAGS.sub $$incs)