OSDN Git Service

* ld-m68hc11/bug-1417.d: Update to take into account jsr->bsr relax.
authorciceron <ciceron>
Fri, 4 Apr 2003 21:17:59 +0000 (21:17 +0000)
committerciceron <ciceron>
Fri, 4 Apr 2003 21:17:59 +0000 (21:17 +0000)
ld/testsuite/ChangeLog
ld/testsuite/ld-m68hc11/bug-1417.d

index aee851c..a3877de 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 d1e7c42..84b3ad4 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