mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
2007-03-07 Kai Tietz <kai.tietz@onevision.com>
* reloc.c (bfd_generic_get_relocated_section_contents): Remove const for type reloc_howto_type.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-03-07 Kai Tietz <kai.tietz@onevision.com>
|
||||||
|
|
||||||
|
* reloc.c (bfd_generic_get_relocated_section_contents): Remove
|
||||||
|
const for type reloc_howto_type.
|
||||||
|
|
||||||
2007-03-07 Alan Modra <amodra@bigpond.net.au>
|
2007-03-07 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
PR 3958
|
PR 3958
|
||||||
|
@ -5155,7 +5155,7 @@ bfd_generic_get_relocated_section_contents (bfd *abfd,
|
|||||||
if (symbol->section && elf_discarded_section (symbol->section))
|
if (symbol->section && elf_discarded_section (symbol->section))
|
||||||
{
|
{
|
||||||
bfd_byte *p;
|
bfd_byte *p;
|
||||||
static const reloc_howto_type none_howto
|
static reloc_howto_type none_howto
|
||||||
= HOWTO (0, 0, 0, 0, FALSE, 0, complain_overflow_dont, NULL,
|
= HOWTO (0, 0, 0, 0, FALSE, 0, complain_overflow_dont, NULL,
|
||||||
"unused", FALSE, 0, 0, FALSE);
|
"unused", FALSE, 0, 0, FALSE);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user