]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - ld/testsuite/ld-h8300/relax.s
Import the binutils-2_15-branch from the sourceware CVS repository,
[FreeBSD/FreeBSD.git] / ld / testsuite / ld-h8300 / relax.s
1         .text
2         .global _start
3 _start:
4         mov.w   r0,r0
5         beq     .L1
6         jsr     @_bar
7 .L1:
8         rts
9 _bar:
10         rts