mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-01 11:52:47 +00:00
10 lines
224 B
Makefile
10 lines
224 B
Makefile
#name: Check require-defined can require two symbols
|
|
#source: require-defined.s
|
|
#ld: -e _start --gc-sections --require-defined=bar --require-defined=foo tmpdir/libfoo.a
|
|
#nm: -n
|
|
|
|
#...
|
|
[0-9a-f]+ T foo
|
|
#...
|
|
[0-9a-f]+ T bar
|
|
#...
|