diff options
author | Jeff Law <law@redhat.com> | 1997-02-18 17:06:20 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-02-18 17:06:20 +0000 |
commit | 8d1ba96ecc35ac9eb4454fa7d5523bbc196451ad (patch) | |
tree | 8b2c7b9e1489c92161ef6e7872db77d5f5fd34a4 /bfd/ChangeLog | |
parent | 8ceca983451e3625777a5b350472d482ec1ac1b2 (diff) | |
download | gdb-8d1ba96ecc35ac9eb4454fa7d5523bbc196451ad.zip gdb-8d1ba96ecc35ac9eb4454fa7d5523bbc196451ad.tar.gz gdb-8d1ba96ecc35ac9eb4454fa7d5523bbc196451ad.tar.bz2 |
* elf32-v850.c (v850_elf_relocate_section): Make sure r_symndx
is initialized before it is used.
Something Doug noticed.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 91a0634..ae6981c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +start-sanitize-v850 +Tue Feb 18 10:04:13 1997 Jeffrey A Law (law@cygnus.com) + + * elf32-v850.c (v850_elf_relocate_section): Make sure r_symndx + is initialized before it is used. + +end-sanitize-v850 Mon Feb 17 11:28:40 1997 Ian Lance Taylor <ian@cygnus.com> * hp300hpux.c (convert_sym_type): Don't convert a secondary common |