cygwin: don't allow empty strings in __ASMNAME tags

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2017-11-28 13:31:20 +01:00
parent df75aedc20
commit 76bd5cab33
1 changed files with 1 additions and 1 deletions

View File

@ -779,7 +779,7 @@ CTAGS:
--regex-C++='/EXPORT_ALIAS *\([a-zA-Z0-9_]*, *([a-zA-Z0-9_]*)\)/\1/' \
--regex-C++='/_EXFUN *\(([a-zA-Z0-9_]+) ?[,\)]/\1/' \
--regex-C++='/_EXFUN *\([^,]* ([a-zA-Z0-9_]+) ?[,\)]/\1/' \
--regex-C++='/__ASMNAME *\("([a-zA-Z0-9_]*)"\)/\1/' \
--regex-C++='/__ASMNAME *\("([a-zA-Z0-9_]+)"\)/\1/' \
@newlib_headers@ .
deps:=${wildcard *.d}