PR gas/12532
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / weakdef-1.d
1 # name: Thumb branch to weak
2 # as:
3 # objdump: -dr
4 # This test is only valid on ELF based ports.
5 #not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
6
7 .*: +file format .*arm.*
8
9
10 Disassembly of section .text:
11
12 0+000 <Weak>:
13 0: f7ff bffe b.w 4 <Strong>
14 0: R_ARM_THM_JUMP24 Strong
15
16 0+004 <Strong>:
17 4: f7ff bffe b.w 0 <Random>
18 4: R_ARM_THM_JUMP24 Random
19 8: f7ff bffe b.w 0 <Weak>
20 8: R_ARM_THM_JUMP24 Weak
This page took 0.030048 seconds and 4 git commands to generate.