mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-30 19:53:46 +00:00
9 lines
178 B
Makefile
9 lines
178 B
Makefile
#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
|
|
#...
|