mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
05056a8d5b
* deffilep.y (%union): Add new string-type semantic value 'digits'. (%token): Remove NUMBER as token, add DIGITS. (%type): Add NUMBER as type. Add new id types anylang_id, opt_id. (ALIGNCOMM): Parse an anylang_id instead of a plain ID. (anylang_id): New production. (opt_digits): Likewise. (opt_id): Likewise. (NUMBER): Likewise. (def_lex): Return strings of digits in raw string form as DIGITS token, instead of converting to numeric integer type. ld/testsuite/ChangeLog * ld-pe/non-c-lang-syms.c: New dump test source file. * ld-pe/non-c-lang-syms.d: New dump test pattern file. * ld-pe/pe.exp: Run new "foreign symbol" test.
11 lines
416 B
Makefile
Executable File
11 lines
416 B
Makefile
Executable File
#...
|
|
[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\._
|
|
#...
|