old-cross-binutils/ld/testsuite/ld-pe/non-c-lang-syms.d
Mike Frysinger 594d8fa8e9 strip off +x bits on non-executable/script files
These files are source files and have no business being +x.  We couldn't
easily fix it in CVS (you need login+write access to the raw rcs files),
but we can fix this w/git.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2013-12-07 02:03:03 -05:00

10 lines
416 B
Makefile

#...
[0-9A-Fa-f]{6,14}[08]0 B _?test\$equiv\.eq\.
[0-9A-Fa-f]{6,14}[02468aAcCeE]0 B _?test\$equiv\.eq\.100
[0-9A-Fa-f]{6,14}[0-9A-Fa-f]0 B _?test\$equiv\.eq\.1_
[0-9A-Fa-f]{6,14}[048cC]0 B _?test\$equiv\.eq\._
[0-9A-Fa-f]{6,14}[08]0 B _?test_equiv\.eq\.
[0-9A-Fa-f]{6,14}[02468aAcCeE]0 B _?test_equiv\.eq\.100
[0-9A-Fa-f]{6,14}[0-9A-Fa-f]0 B _?test_equiv\.eq\.1_
[0-9A-Fa-f]{6,14}[048cC]0 B _?test_equiv\.eq\._
#...