diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-09-17 20:10:59 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-09-17 20:10:59 +0000 |
commit | 8d784abe56a900006786327f783dfd06ea75384f (patch) | |
tree | daab0ac6a47e669b34e347dd065e480d4fca2ea9 | |
parent | 7f21c97c444fee0e10ff0e6a3c6737d9a3a4633a (diff) | |
download | gdb-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/ChangeLog | 2 |
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> |