mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* ld-elf/linkonce1.d: Accept "UNUSED" as part of the name of an
unused reloc. * ld-elf/linkonce2.d: Likewise.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2009-08-17 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* ld-elf/linkonce1.d: Accept "UNUSED" as part of the name of an
|
||||||
|
unused reloc.
|
||||||
|
* ld-elf/linkonce2.d: Likewise.
|
||||||
|
|
||||||
2009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Test go32 stub preservation by objcopy.
|
Test go32 stub preservation by objcopy.
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
RELOCATION RECORDS FOR \[.debug_frame\]:
|
RELOCATION RECORDS FOR \[.debug_frame\]:
|
||||||
OFFSET[ ]+TYPE[ ]+VALUE[ ]*
|
OFFSET[ ]+TYPE[ ]+VALUE[ ]*
|
||||||
.*(NONE|unused).*\*ABS\*
|
.*(NONE|unused|UNUSED).*\*ABS\*
|
||||||
|
|
||||||
#pass
|
#pass
|
||||||
|
@ -7,6 +7,6 @@
|
|||||||
|
|
||||||
RELOCATION RECORDS FOR \[.debug_frame\]:
|
RELOCATION RECORDS FOR \[.debug_frame\]:
|
||||||
OFFSET[ ]+TYPE[ ]+VALUE[ ]*
|
OFFSET[ ]+TYPE[ ]+VALUE[ ]*
|
||||||
.*(NONE|unused).*\*ABS\*
|
.*(NONE|unused|UNUSED).*\*ABS\*
|
||||||
|
|
||||||
#pass
|
#pass
|
||||||
|
Reference in New Issue
Block a user