From 7f8d5fc90bf3c799976edffa902e03edf1455061 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 13 Feb 2000 22:45:29 +0000 Subject: * 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. --- bfd/elf64-alpha.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/elf64-alpha.c') diff --git a/bfd/elf64-alpha.c b/bfd/elf64-alpha.c index 3a14bcc3a67..a21d1b9f32c 100644 --- a/bfd/elf64-alpha.c +++ b/bfd/elf64-alpha.c @@ -3263,7 +3263,7 @@ elf64_alpha_size_dynamic_sections (output_bfd, info) } if (strip) - _bfd_strip_section_from_output (s); + _bfd_strip_section_from_output (info, s); else { /* Allocate memory for the section contents. */ -- cgit v1.2.1