From d76b263e042ca35970d7ef62b8f521f658ecf769 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Sun, 25 Oct 2009 01:43:06 +0000 Subject: * elf32-vax.c (elf_vax_relocate_section): Correct assertion. --- 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 e7e0188..63f74ab 100644 --- a/bfd/elf32-vax.c +++ b/bfd/elf32-vax.c @@ -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; -- cgit v1.1