From: Stephane Carrez Date: Fri, 4 Apr 2003 21:17:59 +0000 (+0000) Subject: * ld-m68hc11/bug-1417.d: Update to take into account jsr->bsr relax. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f8bd312558759a791589b1e8c22c2ac2057be98;p=binutils-gdb.git * ld-m68hc11/bug-1417.d: Update to take into account jsr->bsr relax. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index aee851c61b2..a3877de1a85 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-04-04 Stephane Carrez + + * ld-m68hc11/bug-1417.d: Update to take into account jsr->bsr relax. + 2003-04-02 Bob Wilson * ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*. diff --git a/ld/testsuite/ld-m68hc11/bug-1417.d b/ld/testsuite/ld-m68hc11/bug-1417.d index d1e7c425bb4..84b3ad45d88 100644 --- a/ld/testsuite/ld-m68hc11/bug-1417.d +++ b/ld/testsuite/ld-m68hc11/bug-1417.d @@ -8,8 +8,8 @@ Disassembly of section .text: 0+8000 <_start> tst 0+ <__bss_size> -0+8003 <_start\+0x3> bne 0+8008 -0+8005 <_start\+0x5> jsr 0+800c -0+8008 bset \*0+ <__bss_size> \#\$04 -0+800b rts -0+800c rts +0+8003 <_start\+0x3> bne 0+8007 +0+8005 <_start\+0x5> bsr 0+800b +0+8007 bset \*0+ <__bss_size> \#\$04 +0+800a rts +0+800b rts