This commit was generated by cvs2svn to track changes on a CVS vendor
[deliverable/binutils-gdb.git] / ld / testsuite / ld-sh / sh64 / shcmp-1.s
1 ! A single SHcompact file, that should link correctly.
2 .text
3 .global start
4 start:
5 mova next,r0
6 nop
7 next:
8 nop
9 mov #42,r10
10
11 .section .rodata
12 .long start
13 here:
14 .long here
15 .long next
This page took 0.031341 seconds and 5 git commands to generate.