blob: c7953eca68d29763ada6f75cda2bd9ced329053a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#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 .*
|