aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-07 15:51:05 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-07 15:51:05 +0000
commit9a90a78063be817c7fa1b4548ca8fd4c7ca8e843 (patch)
tree365479fb257cd308b9037231dca78ea5f9520156 /gdb/ChangeLog
parent5262831592fbfc43b9f107b29464f22d687b318f (diff)
downloadgdb-9a90a78063be817c7fa1b4548ca8fd4c7ca8e843.zip
gdb-9a90a78063be817c7fa1b4548ca8fd4c7ca8e843.tar.gz
gdb-9a90a78063be817c7fa1b4548ca8fd4c7ca8e843.tar.bz2
2003-06-07 Andrew Cagney <cagney@redhat.com>
* elfread.c (elf_symtab_read): Replace "special_local_sym_p" and "index" with "special_local_sect". Use strcmp instead of STREQ. Append period to coments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e02ee21..4f817ee 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2003-06-07 Andrew Cagney <cagney@redhat.com>
+
+ * elfread.c (elf_symtab_read): Replace "special_local_sym_p" and
+ "index" with "special_local_sect". Use strcmp instead of STREQ.
+ Append period to coments.
+
2003-06-06 Mark Mitchell <mark@codesourcery.com>
* elfread.c (elf_symtab_read): Avoid use of SECT_OFF_MAX.