aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-12 01:23:10 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-12 01:23:10 +0000
commitf55900af7f7c12a386ce44bf5555c912ae798c32 (patch)
treef4f4818056d0817209e434fb6eb72774cfded3cf /bfd
parent6c481b58a6d669a73761749d008e9c235112a1a1 (diff)
downloadgdb-f55900af7f7c12a386ce44bf5555c912ae798c32.zip
gdb-f55900af7f7c12a386ce44bf5555c912ae798c32.tar.gz
gdb-f55900af7f7c12a386ce44bf5555c912ae798c32.tar.bz2
* 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.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index cd2aab7..cd33228 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
Tue Jul 11 15:19:53 1995 Ian Lance Taylor <ian@cygnus.com>
+ * 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 <sac@slash.cygnus.com>
Mon Jun 19 08:40:45 1995 Steve Chamberlain <sac@slash.cygnus.com>
* 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)