From f800e11d880713fc418a5ee6837b942d8632b5a0 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 19 Jun 1999 14:10:28 +0000 Subject: [PATCH] * elflink.h (elf_link_remove_section_and_adjust_dynindices): Remove unused local variable spp. --- bfd/ChangeLog | 8 ++++++++ bfd/elflink.h | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d99d9a2..0ad36fd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +1999-06-19 Ian Lance Taylor + + * elflink.h (elf_link_remove_section_and_adjust_dynindices): + Remove unused local variable spp. + + * xcofflink.c (bfd_xcoff_size_dynamic_sections): Don't crash if + the entry symbol is not set. + Fri Jun 18 04:24:57 1999 Richard Henderson * elf64-alpha.c (elf64_alpha_relocate_section): Don't adjust diff --git a/bfd/elflink.h b/bfd/elflink.h index 369a0a2..5aca205 100644 --- a/bfd/elflink.h +++ b/bfd/elflink.h @@ -2412,8 +2412,6 @@ elf_link_remove_section_and_adjust_dynindices (info, section) struct bfd_link_info *info; asection *section; { - asection **spp; - /* Remove the section from the output list. */ _bfd_strip_section_from_output (section); -- 2.7.4