mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
96f8ade546
extern NAME {}. Handle global, local and extern symbol names. ld/testsuite/ * ld-elfvers/vers.exp: Add a new test, vers30. * ld-elfvers/vers30.c: New file. * ld-elfvers/vers30.map: New file. * ld-elfvers/vers30.ver: New file. * ld-elfvers/vers30.dsym: New file.
6 lines
300 B
Plaintext
6 lines
300 B
Plaintext
[0]* g DO \*ABS\* [0]* VERS_30.0 VERS_30.0
|
|
[0-9a-f]* g DF (.text|\*ABS\*) [0-9a-f]* VERS_30.0 global
|
|
[0-9a-f]* g DF (.text|\*ABS\*) [0-9a-f]* VERS_30.0 foo
|
|
[0-9a-f]* g DF (.text|\*ABS\*) [0-9a-f]* VERS_30.0 info
|
|
[0-9a-f]* g DF (.text|\*ABS\*) [0-9a-f]* VERS_30.0 extern
|