aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-01-30 07:28:03 +0000
committerJeff Law <law@redhat.com>1994-01-30 07:28:03 +0000
commitd64956faaf563b18d45b550c643c7a3442899581 (patch)
treeb60feecb928348a9be2b0d538c6d5e0c1a0ec783 /gdb/ChangeLog
parent3a479851ff70446bd7ef968ee5ffabc0aa61a73e (diff)
downloadgdb-d64956faaf563b18d45b550c643c7a3442899581.zip
gdb-d64956faaf563b18d45b550c643c7a3442899581.tar.gz
gdb-d64956faaf563b18d45b550c643c7a3442899581.tar.bz2
* paread.c (read_unwind_info)
* paread.c (pa_symtab_read): Update the "check_strange_names" filter to match GCC's current output. Filter out section symbols (which the HP linker sometimes puts in the wrong place).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b885102..fffe0ad 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+Sat Jan 29 23:25:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+
+ * paread.c (read_unwind_info): Fix typo.
+
+ * paread.c (pa_symtab_read): Update the "check_strange_names"
+ filter to match GCC's current output. Filter out section symbols
+ (which the HP linker sometimes puts in the wrong place).
+
Sat Jan 29 07:44:59 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
* serial.h (SERIAL_SET_TTY_STATE): Comment return value.