* ld-m68hc11/bug-1417.d: Update to take into account jsr->bsr relax.
This commit is contained in:
parent
196486bed9
commit
1f8bd31255
@ -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-*-*.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user