mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
17 lines
285 B
Makefile
17 lines
285 B
Makefile
#name: --extract-symbol test 1 (symbols)
|
|
#source: extract-symbol-1.s
|
|
#ld: -Textract-symbol-1.ld
|
|
#objcopy_linked_file: --extract-symbol
|
|
#nm: -n
|
|
#xfail: "hppa*-*-*"
|
|
#...
|
|
0*00010010 T B
|
|
#...
|
|
0*00020123 T C
|
|
#...
|
|
0*00030000 A _entry
|
|
#...
|
|
0*00040000 A linker_symbol
|
|
#...
|
|
0*12345678 A D
|
|
#pass
|