Arm: Skip new binary decode tests on pe targets
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / weakdef-2.s
CommitLineData
77db8e2e
NC
1 .syntax unified
2 .text
3 .globl Strong
4Strong:
5 adrl r0,Strong
6 adr r0,Strong
7 .globl Weak
8 .weak Weak
9Weak: adrl r0,Weak
10 adr r0,Weak
This page took 0.373923 seconds and 4 git commands to generate.