+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-*-*.
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