From 9e86195cc153d280b37e0724b53583e3d1bfb480 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Sun, 25 Oct 2009 00:49:43 +0000 Subject: * elf32-vax.c (elf_vax_relocate_section): Fix a typo. --- bfd/elf32-vax.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf32-vax.c') diff --git a/bfd/elf32-vax.c b/bfd/elf32-vax.c index 27bb230..4a8f0f3 100644 --- a/bfd/elf32-vax.c +++ b/bfd/elf32-vax.c @@ -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 -- cgit v1.1