diff mbox

[committed] Add TAGS for timevar.def

Message ID 5408BC27.3000103@redhat.com
State New
Headers show

Commit Message

Aldy Hernandez Sept. 4, 2014, 7:23 p.m. UTC
Dunno, if I'm allowed to make calls on what an obvious patch is, 
considering I completely broke trunk with my last commit to the 
debug-early branch, but I'll take my chances...

Yet another *.def file that needs handling in the TAGS file.

Committed to trunk as obvious.

Aldy
commit be2a57c0df761552944acacacf4c43b1e36f2f2c
Author: Aldy Hernandez <aldyh@redhat.com>
Date:   Thu Sep 4 10:35:20 2014 -0700

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

Patch

diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 63124f8..df879b1 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -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)