mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-05 07:58:24 +00:00
* elf32-vax.c (elf_vax_relocate_section): Fix a typo.
This commit is contained in:
parent
765b414521
commit
9e86195cc1
@ -1,3 +1,7 @@
|
||||
2009-10-25 Maciej W. Rozycki <macro@linux-mips.org>
|
||||
|
||||
* elf32-vax.c (elf_vax_relocate_section): Fix a typo.
|
||||
|
||||
2009-10-23 Kai Tietz <kai.tietz@onevision.com>
|
||||
|
||||
* coff-x86_64.c (coff_amd64_rtype_to_howto): Subtract offset
|
||||
|
@ -1593,7 +1593,7 @@ elf_vax_relocate_section (bfd *output_bfd,
|
||||
The first two are reserved. */
|
||||
got_offset = (plt_index + 3) * 4;
|
||||
|
||||
/* We want the relocate to point into the .got.plt instead
|
||||
/* We want the relocation to point into the .got.plt instead
|
||||
of the plt itself. */
|
||||
relocation = (sgotplt->output_section->vma
|
||||
+ sgotplt->output_offset
|
||||
|
Loading…
x
Reference in New Issue
Block a user