MIPS/GAS/testsuite: Extend MIPS16 testing over multiple ISAs
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / weakdef-2.s
1 .syntax unified
2 .text
3 .globl Strong
4 Strong:
5 adrl r0,Strong
6 adr r0,Strong
7 .globl Weak
8 .weak Weak
9 Weak: adrl r0,Weak
10 adr r0,Weak
This page took 0.030719 seconds and 4 git commands to generate.