From: Aldy Hernandez Date: Mon, 13 Oct 2014 19:57:14 +0000 (+0000) Subject: * Makefile.in (TAGS): Tag ../include files. X-Git-Tag: releases/gcc-5.1.0~4114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3c891c7cf1218dc6e1c9dd2593e110fe67ad7c6;p=thirdparty%2Fgcc.git * Makefile.in (TAGS): Tag ../include files. From-SVN: r216160 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61990be970c6..a60aae0c3525 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-10-13 Aldy Hernandez + + * Makefile.in (TAGS): Tag ../include files. + 2014-10-13 Ulrich Weigand * config/rs6000/rs6000.h (DBX_REGISTER_NUMBER): Pass format argument diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 131617c06ba7..04ce0c0ec94d 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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 \