mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* elflink.h (elf_link_remove_section_and_adjust_dynindices):
Remove unused local variable spp.
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
1999-06-19 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* 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 <rth@cygnus.com>
|
||||
|
||||
* elf64-alpha.c (elf64_alpha_relocate_section): Don't adjust
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user