aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-09-17 20:10:59 +0000
committerIan Lance Taylor <ian@airs.com>1996-09-17 20:10:59 +0000
commit8d784abe56a900006786327f783dfd06ea75384f (patch)
treedaab0ac6a47e669b34e347dd065e480d4fca2ea9
parent7f21c97c444fee0e10ff0e6a3c6737d9a3a4633a (diff)
downloadgdb-8d784abe56a900006786327f783dfd06ea75384f.zip
gdb-8d784abe56a900006786327f783dfd06ea75384f.tar.gz
gdb-8d784abe56a900006786327f783dfd06ea75384f.tar.bz2
* coff-sh.c (sh_relocate_section): Check for an illegal symbol
index.
-rw-r--r--bfd/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 4bac85b..98a7379 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -4,6 +4,8 @@ Tue Sep 17 14:18:31 1996 Ian Lance Taylor <ian@cygnus.com>
indices, rather than crashing.
(coff_slurp_reloc_table): Likewise. Check whether the howto field
is NULL.
+ * coff-sh.c (sh_relocate_section): Check for an illegal symbol
+ index.
Mon Sep 16 12:39:36 1996 Ian Lance Taylor <ian@cygnus.com>