mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-08 04:50:51 +00:00
* ld-mips-elf/relax-jalr.s: Fix testsuite breakage.
* ld-mips-elf/relax-jalr-n32.d: Likewise. * ld-mips-elf/relax-jalr-n32-shared.d: Likewise. * ld-mips-elf/relax-jalr-n64.d: Likewise. * ld-mips-elf/relax-jalr-n64-shared.d: Likewise.
This commit is contained in:
parent
a31f978cb0
commit
2d8f7dc8d5
@ -1,3 +1,11 @@
|
|||||||
|
2003-06-12 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
|
* ld-mips-elf/relax-jalr.s: Fix testsuite breakage.
|
||||||
|
* ld-mips-elf/relax-jalr-n32.d: Likewise.
|
||||||
|
* ld-mips-elf/relax-jalr-n32-shared.d: Likewise.
|
||||||
|
* ld-mips-elf/relax-jalr-n64.d: Likewise.
|
||||||
|
* ld-mips-elf/relax-jalr-n64-shared.d: Likewise.
|
||||||
|
|
||||||
2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
2003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
|
||||||
|
|
||||||
* ld-mips-elf/multi-got-1.d: Adjust addresses.
|
* ld-mips-elf/multi-got-1.d: Adjust addresses.
|
||||||
|
@ -21,3 +21,5 @@ Disassembly of section \.text:
|
|||||||
.* bal .* <__start>
|
.* bal .* <__start>
|
||||||
.* nop
|
.* nop
|
||||||
\.\.\.
|
\.\.\.
|
||||||
|
Disassembly of section \.MIPS\.stubs:
|
||||||
|
\.\.\.
|
||||||
|
@ -20,4 +20,4 @@ Disassembly of section \.text:
|
|||||||
.* lw t9,.*
|
.* lw t9,.*
|
||||||
.* bal .* <__start>
|
.* bal .* <__start>
|
||||||
.* nop
|
.* nop
|
||||||
.* nop
|
\.\.\.
|
||||||
|
@ -20,6 +20,6 @@ Disassembly of section \.text:
|
|||||||
.* ld t9,.*
|
.* ld t9,.*
|
||||||
.* bal .* <__start>
|
.* bal .* <__start>
|
||||||
.* nop
|
.* nop
|
||||||
.* nop
|
\.\.\.
|
||||||
Disassembly of section \.MIPS\.stubs:
|
Disassembly of section \.MIPS\.stubs:
|
||||||
\.\.\.
|
\.\.\.
|
||||||
|
@ -20,4 +20,4 @@ Disassembly of section \.text:
|
|||||||
.* ld t9,.*
|
.* ld t9,.*
|
||||||
.* bal .* <__start>
|
.* bal .* <__start>
|
||||||
.* nop
|
.* nop
|
||||||
.* nop
|
\.\.\.
|
||||||
|
@ -10,3 +10,6 @@ __start:
|
|||||||
.space 64
|
.space 64
|
||||||
jal .Lstart
|
jal .Lstart
|
||||||
.end __start
|
.end __start
|
||||||
|
|
||||||
|
# make objdump print ...
|
||||||
|
.space 8
|
||||||
|
Loading…
Reference in New Issue
Block a user