* ld-m68hc11/bug-1417.d: Update to take into account jsr->bsr relax.
authorStephane Carrez <stcarrez@nerim.fr>
Fri, 4 Apr 2003 21:17:59 +0000 (21:17 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Fri, 4 Apr 2003 21:17:59 +0000 (21:17 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-m68hc11/bug-1417.d

index aee851c61b25848393b6978811c094c91d3fe747..a3877de1a859e0812f0586d6dab6095def7ef483 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * ld-m68hc11/bug-1417.d: Update to take into account jsr->bsr relax.
+
 2003-04-02  Bob Wilson  <bob.wilson@acm.org>
 
        * ld-xtensa/coalesce.exp: Skip if target is not xtensa-*-*.
index d1e7c425bb4fef9490e48c02131913711afa95c9..84b3ad45d88b819da7871e33218d35a139740097 100644 (file)
@@ -8,8 +8,8 @@
 
 Disassembly of section .text:
 0+8000 <_start> tst    0+ <__bss_size>
-0+8003 <_start\+0x3> bne       0+8008 <L1>
-0+8005 <_start\+0x5> jsr       0+800c <foo>
-0+8008 <L1> bset       \*0+ <__bss_size> \#\$04
-0+800b <L2> rts
-0+800c <foo> rts
+0+8003 <_start\+0x3> bne       0+8007 <L1>
+0+8005 <_start\+0x5> bsr       0+800b <foo>
+0+8007 <L1> bset       \*0+ <__bss_size> \#\$04
+0+800a <L2> rts
+0+800b <foo> rts