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:
parent
b8025f3436
commit
15344ad748
@ -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>
|
||||
|
||||
PR 3958
|
||||
|
@ -5155,7 +5155,7 @@ bfd_generic_get_relocated_section_contents (bfd *abfd,
|
||||
if (symbol->section && elf_discarded_section (symbol->section))
|
||||
{
|
||||
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,
|
||||
"unused", FALSE, 0, 0, FALSE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user