* ld-scripts/align.exp: Don't run on aix.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / sh1.s
1 .text
2 foo:
3 L1:
4 mov.l L2,r0
5 .uses L1
6 jsr @r0
7 rts
8 .align 2
9 L2:
10 .long bar
11 bar:
12 rts
13 .align 4
This page took 0.031409 seconds and 4 git commands to generate.