This commit was generated by cvs2svn to track changes on a CVS vendor
[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.030441 seconds and 5 git commands to generate.