* Makefile.in (TAGS): Handle constructs in timevar.def.
authorAldy Hernandez <aldyh@redhat.com>
Thu, 4 Sep 2014 19:19:46 +0000 (19:19 +0000)
committerAldy Hernandez <aldyh@gcc.gnu.org>
Thu, 4 Sep 2014 19:19:46 +0000 (19:19 +0000)
From-SVN: r214918

gcc/ChangeLog
gcc/Makefile.in

index 48fcf9c443f962c2b2214e690780181bd00f9e5a..851debf797942ffcc6dd15b05ba7507754f768ed 100644 (file)
@@ -1,3 +1,7 @@
+2014-09-04  Aldy Hernandez  <aldyh@redhat.com>
+
+       * Makefile.in (TAGS): Handle constructs in timevar.def.
+
 2014-09-04  Guozhi Wei  <carrot@google.com>
 
        PR target/62040
index 63124f85e164d22bc4f1a2273d9b695971fed0dd..df879b1e7406f86aff0712f9b4e61289b1364fed 100644 (file)
@@ -3806,6 +3806,7 @@ TAGS: lang.tags
        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="/\(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)