summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/mmix/basep-11.s
blob: 17b79037e9b58b680fcaa899570774c0f23cdf4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Test that we handle weak symbols with base-plus-offset relocs.
 .weak w1
 .weak w3
 SWYM
w4:
 LDA $42,w1
w3:
 LDA $43,w3
w1:
 LDA $44,w2
w2:
 LDA $45,w4