Fix linker tests to work with 16-bit targets.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-h8300 / relax.s
CommitLineData
e514ac71
NC
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
This page took 0.75909 seconds and 4 git commands to generate.