* gas/m68k/link.s, gas/m68k/link.d: New test.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68k / link.s
CommitLineData
dae9b930
ILT
1# Test handling of link instruction.
2 .text
3 .globl foo
4foo:
5 link %a6,#0
6 link %a6,#-4
7 link %a6,#-0x7fff
8 link %a6,#-0x8000
9 link %a6,#-0x8001
10 link %a6,#0x7fff
11 link %a6,#0x8000
12 link %a6,#0x8001
This page took 0.022794 seconds and 4 git commands to generate.