diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-02-13 22:45:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-02-13 22:45:29 +0000 |
commit | d090c8acf917d83c423f43cff373d3a8be77bc16 (patch) | |
tree | 1a8ed164a85abd6b61ec51e0a52872c9552767bc /bfd/elf32-i386.c | |
parent | 5c66581456cab9cbb41d3bc288f8ff3a9566a053 (diff) | |
download | gdb-d090c8acf917d83c423f43cff373d3a8be77bc16.tar.gz |
* section.c (_bfd_strip_section_from_output): Add info parameter.
If it passed as non-NULL, use it to check whether any input BFD
has an input section which uses this output section. Change all
callers.
* bfd-in2.h: Rebuild.
* bfd-in.h: Move declarations of bfd_get_elf_phdr_upper_bound and
bfd_get_elf_phdrs in from bfd-in2.h, correcting patch of
1999-11-29.
* bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/elf32-i386.c')
-rw-r--r-- | bfd/elf32-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index 33514ac9bff..08944761d9e 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -1085,7 +1085,7 @@ elf_i386_size_dynamic_sections (output_bfd, info) if (strip) { - _bfd_strip_section_from_output (s); + _bfd_strip_section_from_output (info, s); continue; } |