Fixed matching in newly added test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mmix / reloclab.s
1 # Different relocations for extern labels: GETA, PUSHJ, Bcc, JMP.
2 # Mix in different accesses to local labels to see that relaxing works for
3 # this case.
4 Main JMP foo+8
5 JMP here
6 GETA $8,here
7 BOD $99,here
8 SWYM 0
9 here BZ $222,bar+16
10 there GETA $4,baz
11 PUSHJ $7,foobar
12 JMP there
13 GETA $88,there
14 BOD $111,there
This page took 0.032773 seconds and 4 git commands to generate.