* Makefile.in (TAGS): Add c-family/*.cc.
From-SVN: r255334
This commit is contained in:
parent
d65912578b
commit
0951904f49
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-12-01 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* Makefile.in (TAGS): Add c-family/*.cc.
|
||||
|
||||
2017-12-01 Wilco Dijkstra <wdijkstr@arm.com>
|
||||
|
||||
* config/aarch64/aarch64.md (call_insn): Use %c rather than %a.
|
||||
|
|
|
@ -4147,7 +4147,8 @@ TAGS: lang.tags
|
|||
incs="$$incs --include $$dir/TAGS.sub"; \
|
||||
fi; \
|
||||
done; \
|
||||
etags -o TAGS.sub c-family/*.h c-family/*.c *.h *.c *.cc \
|
||||
etags -o TAGS.sub c-family/*.h c-family/*.c c-family/*.cc \
|
||||
*.h *.c *.cc \
|
||||
../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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue