diff options
author | Stu Grossman <grossman@cygnus> | 1996-10-17 02:12:24 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-10-17 02:12:24 +0000 |
commit | 6420594bbf94e458e25624287aeabe3418946878 (patch) | |
tree | 9f6decaa96d12acf0de26452630f8f66d219453e /gdb/ChangeLog | |
parent | 93ed453c68c91ee1081686a701b4a424280edc85 (diff) | |
download | gdb-6420594bbf94e458e25624287aeabe3418946878.zip gdb-6420594bbf94e458e25624287aeabe3418946878.tar.gz gdb-6420594bbf94e458e25624287aeabe3418946878.tar.bz2 |
* testsuite/gdb.base/break.exp: Make backtrace from factorial
errors unique.
* testsuite/gdb.base/nodebug.exp: Whack out all -g options
explicitly.
* v850-tdep.c (v850_init_extra_frame_info v850_frame_chain): Fix
sign bugs with scanning prologues. Get a little smarter about
calculating the length of uninteresting instructions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a623937..e221d15 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com) + + * testsuite/gdb.base/break.exp: Make backtrace from factorial + errors unique. + * testsuite/gdb.base/nodebug.exp: Whack out all -g options + explicitly. + +start-sanitize-v850 + * v850-tdep.c (v850_init_extra_frame_info v850_frame_chain): Fix + sign bugs with scanning prologues. Get a little smarter about + calculating the length of uninteresting instructions. + +end-sanitize-v850 Wed Oct 16 17:46:03 1996 Stan Shebs <shebs@andros.cygnus.com> * breakpoint.c (must_shift_inst_regs): New global. |