aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>2000-02-15 04:48:23 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>2000-02-15 04:48:23 +0000
commit70d5406d75cc3d0dd0d5ee91c354d2909d12b7e9 (patch)
treebf553e60b6b219edc7ece1295ef3d036336f266b /gdb/ChangeLog
parent168770df11ec79448363c9523666933e4debbb24 (diff)
downloadgdb-70d5406d75cc3d0dd0d5ee91c354d2909d12b7e9.zip
gdb-70d5406d75cc3d0dd0d5ee91c354d2909d12b7e9.tar.gz
gdb-70d5406d75cc3d0dd0d5ee91c354d2909d12b7e9.tar.bz2
* elfread.c (elf_symtab_read): Revert changes by Amit S. Kale. A
sym->section->index number is not a SECT_OFF_* code.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2a0fbc7..f45561d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2000-02-14 Jim Kingdon <kingdon@redhat.com>
+
+ * elfread.c (elf_symtab_read): Revert changes by Amit S. Kale. A
+ sym->section->index number is not a SECT_OFF_* code.
+
Tue Feb 15 12:07:30 2000 Andrew Cagney <cagney@b1.cygnus.com>
* MAINTAINERS (write after approval): Add H.J. Lu.