From e514ac71cb3fa3b772e19dd7ab2024a0f00b5bc2 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 15 Nov 2002 11:18:49 +0000 Subject: Fix h8300 relaxation. --- ld/testsuite/ld-h8300/relax.s | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ld/testsuite/ld-h8300/relax.s (limited to 'ld/testsuite/ld-h8300/relax.s') diff --git a/ld/testsuite/ld-h8300/relax.s b/ld/testsuite/ld-h8300/relax.s new file mode 100644 index 0000000..b06f3a9 --- /dev/null +++ b/ld/testsuite/ld-h8300/relax.s @@ -0,0 +1,10 @@ + .text + .global _start +_start: + mov.w r0,r0 + beq .L1 + jsr @_bar +.L1: + rts +_bar: + rts -- cgit v1.1