Commit e3c891c7 by Aldy Hernandez Committed by Aldy Hernandez

* Makefile.in (TAGS): Tag ../include files.

From-SVN: r216160
parent 3d36d470
2014-10-13 Aldy Hernandez <aldyh@redhat.com>
* Makefile.in (TAGS): Tag ../include files.
2014-10-13 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* config/rs6000/rs6000.h (DBX_REGISTER_NUMBER): Pass format argument
......@@ -3776,6 +3776,7 @@ TAGS: lang.tags
fi; \
done; \
etags -o TAGS.sub c-family/*.h c-family/*.c *.h *.c *.cc \
../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 \
......
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