* elf32-vax.c (elf_vax_relocate_section): Correct assertion.
authorMaciej W. Rozycki <macro@linux-mips.org>
Sun, 25 Oct 2009 01:43:06 +0000 (01:43 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Sun, 25 Oct 2009 01:43:06 +0000 (01:43 +0000)
bfd/ChangeLog
bfd/elf32-vax.c

index bd30eaf0945ac9f7212c304a4457fd52ac866d40..e377ee9ab4c511f3d7f973bab1bcafca0ea0f16b 100644 (file)
@@ -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>
 
        * elf32-vax.c (elf_vax_plt_entry): Fix formatting.
index e7e01882f593e6547110d8a0d5c7f91dd484440e..63f74ab2825b0c92b4da9de5da0e83d79975d332 100644 (file)
@@ -1583,7 +1583,7 @@ elf_vax_relocate_section (bfd *output_bfd,
          if (sgotplt == NULL)
            {
              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;