mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-19 04:07:46 +01:00
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96
19 lines
463 B
Makefile
19 lines
463 B
Makefile
#source: b-twoinsn.s
|
|
#source: b-post1.s
|
|
#source: b-nosym.s
|
|
#ld: --oformat binary
|
|
#objcopy_linked_file:
|
|
#objdump: -st 2>/dev/null
|
|
|
|
# Note that we have to redirect stderr when objdumping to get rid of the
|
|
# "no symbols" message that would otherwise cause a spurious failure and
|
|
# which we seemingly can't identify or prune in another way.
|
|
|
|
.*: file format mmo
|
|
|
|
SYMBOL TABLE:
|
|
no symbols
|
|
|
|
Contents of section \.text:
|
|
0000 e3fd0001 e3fd0004 .*
|