2010-01-06 Quentin Neill <quentin.neill@amd.com>
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / basep-10.s
CommitLineData
c4a42e0f
HPN
1# Test that we handle weak symbols with base-plus-offset relocs mixed with
2# GREG defs.
3 .weak w1
4 .weak w3
5 GREG w4
6 GREG w3
7 SWYM
8w4:
9 LDA $42,w1
10w3:
11 LDA $43,w3
12w1:
13 LDA $44,w2
14w2:
15 LDA $45,w4
16
This page took 0.340861 seconds and 4 git commands to generate.