From: Ian Lance Taylor Date: Wed, 12 Jul 1995 01:23:10 +0000 (+0000) Subject: * elf.c (bfd_section_from_shdr): In case SHT_REL[A], only get the X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f55900af7f7c12a386ce44bf5555c912ae798c32;p=binutils-gdb.git * elf.c (bfd_section_from_shdr): In case SHT_REL[A], only get the BFD section for the sh_link section if it is a SYMTAB section. PR 7392. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cd2aab74b24..cd33228e9ae 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue Jul 11 15:19:53 1995 Ian Lance Taylor + * elf.c (bfd_section_from_shdr): In case SHT_REL[A], only get the + BFD section for the sh_link section if it is a SYMTAB section. + * aoutx.h (NAME(aout,link_add_symbols)): Don't bother to check that archives hold a.out objects. * cf-i386lynx.c (coff_bfd_link_add_symbols): Don't define. @@ -338,7 +341,7 @@ Wed Jun 21 10:16:10 1995 Steve Chamberlain Mon Jun 19 08:40:45 1995 Steve Chamberlain * syms.c (coff_section_type): Compare only the front part - of a section name. (bfd/7238) + of a section name. Sat Jun 17 09:40:44 1995 Jeff Law (law@snake.cs.utah.edu)