mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-13 18:34:45 +00: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
|
||
|
#...
|