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:
H.J. Lu 2007-03-07 14:40:33 +00:00
parent b8025f3436
commit 15344ad748
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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);