mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
76f361eb49
Don't allow '~' as the first character in symbol name in linker script. PR ld/22267 * ldlex.l (SYMBOLNAMECHAR1) New. (DEFSYMEXP): Replace FILENAMECHAR1 with SYMBOLNAMECHAR1. (EXPRESSION): Likewise. * testsuite/ld-scripts/expr.exp: Run pr22267. * testsuite/ld-scripts/pr22267.d: New file. * testsuite/ld-scripts/pr22267.s: Likewise. * testsuite/ld-scripts/pr22267.t: Likewise.
8 lines
109 B
D
8 lines
109 B
D
#ld: -T pr22267.t
|
|
#nm: -n
|
|
|
|
# Some targets may zero-extend 32-bit address to 64 bits.
|
|
#...
|
|
0*f+00 A foo
|
|
#pass
|