]>
Commit | Line | Data |
---|---|---|
a4ff0c79 SC |
1 | #source: bug-1417.s |
2 | #as: -m68hc11 | |
fae5f26d | 3 | #ld: -m m68hc11elf --relax |
a4ff0c79 | 4 | #objdump: -d --prefix-addresses -r |
a4ff0c79 SC |
5 | |
6 | .*: +file format elf32-m68hc11 | |
7 | ||
8 | Disassembly of section .text: | |
6927f982 NC |
9 | 0+8000 <_start> tst 0x0+ <__bss_size> |
10 | 0+8003 <_start\+0x3> bne 0x0+8007 <L1> | |
11 | 0+8005 <_start\+0x5> bsr 0x0+800b <foo> | |
12 | 0+8007 <L1> bset \*0x0+ <__bss_size>, \#0x04 | |
1f8bd312 SC |
13 | 0+800a <L2> rts |
14 | 0+800b <foo> rts |