]> Git Repo - binutils.git/blob - ld/testsuite/ld-sh/sh1.s
19990502 sourceware import
[binutils.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.024923 seconds and 4 git commands to generate.