mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* ld-discard/extern.s, ld-discard/start.s, ld-discard/static.s,
ld-sh/refdbg.s: Add leading 0 to .debug_info to prevent parsing it for error messages.
This commit is contained in:
parent
aca1fcd067
commit
878a91906b
@ -1,3 +1,9 @@
|
||||
2002-04-13 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* ld-discard/extern.s, ld-discard/start.s, ld-discard/static.s,
|
||||
ld-sh/refdbg.s: Add leading 0 to .debug_info to prevent parsing it
|
||||
for error messages.
|
||||
|
||||
2003-04-10 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* ld-mips-elf/elf-rel-got-n32.d,
|
||||
|
@ -9,4 +9,5 @@ text:
|
||||
_start:
|
||||
.long data
|
||||
.section .debug_info
|
||||
.long 0
|
||||
.long text
|
||||
|
@ -3,4 +3,5 @@
|
||||
_start:
|
||||
.long data
|
||||
.section .debug_info
|
||||
.long 0
|
||||
.long text
|
||||
|
@ -7,4 +7,5 @@ text:
|
||||
_start:
|
||||
.long data
|
||||
.section .debug_info
|
||||
.long 0
|
||||
.long text
|
||||
|
@ -8,4 +8,5 @@ _start:
|
||||
|
||||
.comm foo,4,4
|
||||
.section .debug_info,"",@progbits
|
||||
.long 0
|
||||
.ualong foo
|
||||
|
Loading…
Reference in New Issue
Block a user