mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-19 05:42:42 +08:00
* elf32-vax.c (elf_vax_relocate_section): Correct assertion.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2009-10-25 Maciej W. Rozycki <macro@linux-mips.org>
|
||||||
|
|
||||||
|
* elf32-vax.c (elf_vax_relocate_section): Correct assertion.
|
||||||
|
|
||||||
2009-10-25 Maciej W. Rozycki <macro@linux-mips.org>
|
2009-10-25 Maciej W. Rozycki <macro@linux-mips.org>
|
||||||
|
|
||||||
* elf32-vax.c (elf_vax_plt_entry): Fix formatting.
|
* elf32-vax.c (elf_vax_plt_entry): Fix formatting.
|
||||||
|
@ -1583,7 +1583,7 @@ elf_vax_relocate_section (bfd *output_bfd,
|
|||||||
if (sgotplt == NULL)
|
if (sgotplt == NULL)
|
||||||
{
|
{
|
||||||
sgotplt = bfd_get_section_by_name (dynobj, ".got.plt");
|
sgotplt = bfd_get_section_by_name (dynobj, ".got.plt");
|
||||||
BFD_ASSERT (splt != NULL);
|
BFD_ASSERT (sgotplt != NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
|
plt_index = h->plt.offset / PLT_ENTRY_SIZE - 1;
|
||||||
|
Reference in New Issue
Block a user