2008-02-20 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / armv4-bx.d
1
2 .*: .*file format elf32-(big|little)arm
3
4 Disassembly of section \.text:
5
6 00008000 <_start>:
7 8000: ea000001 b 800c \<__bx_r14\>
8 8004: ea000003 b 8018 \<__bx_r0\>
9 8008: 0a000002 beq 8018 \<__bx_r0\>
10
11 0000800c <__bx_r14>:
12 800c: e31e0001 tst lr, #1 ; 0x1
13 8010: 01a0f00e moveq pc, lr
14 8014: e12fff1e bx lr
15
16 00008018 <__bx_r0>:
17 8018: e3100001 tst r0, #1 ; 0x1
18 801c: 01a0f000 moveq pc, r0
19 8020: e12fff10 bx r0
This page took 0.043211 seconds and 4 git commands to generate.