mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
9 lines
178 B
D
9 lines
178 B
D
|
#name: Check require-defined can require a symbol from an object
|
||
|
#source: require-defined.s
|
||
|
#ld: -e _start --gc-sections --require-defined=bar
|
||
|
#nm: -n
|
||
|
|
||
|
#...
|
||
|
[0-9a-f]+ T bar
|
||
|
#...
|