aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1995-08-22 05:43:30 +0000
committerJeff Law <law@redhat.com>1995-08-22 05:43:30 +0000
commitc85ff3a363117ea247ef7db49b123e42c118d4f8 (patch)
tree290b84a622239582ebcce13daa1b6630a31df3f7 /gdb/ChangeLog
parent011d93b38d38b9cf1238ecd32ef2d2d7a4fb073f (diff)
downloadgdb-c85ff3a363117ea247ef7db49b123e42c118d4f8.zip
gdb-c85ff3a363117ea247ef7db49b123e42c118d4f8.tar.gz
gdb-c85ff3a363117ea247ef7db49b123e42c118d4f8.tar.bz2
* hppa-tdep.c (frame_chain_valid): Handle systems where "$START$"
calls "main" directly. (skip_prologue): Always assume arguments were saved into the stack since GCC will do so without setting the magic Args_Saved bit in the unwind descriptor.
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 6a0b822..2e243b1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+Mon Aug 21 23:39:56 1995 Jeff Law (law@snake.cs.utah.edu)
+
+ * hppa-tdep.c (frame_chain_valid): Handle systems where "$START$"
+ calls "main" directly.
+ (skip_prologue): Always assume arguments were saved into the stack
+ since GCC will do so without setting the magic Args_Saved bit in
+ the unwind descriptor.
+
Mon Aug 21 11:49:17 1995 Kung Hsu <kung@mexican.cygnus.com>
* remote-udi.c (udi_wait): Mask off high bits of stop reason.