aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>1996-12-20 00:00:53 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>1996-12-20 00:00:53 +0000
commitf8dfe411d2233195ae71052e535c54dd7ecb370b (patch)
tree3796de2299132b1177710f5bc6ad49cf46478a48 /gdb
parent027b55b862639f2442291d75c91d71f206bee04e (diff)
downloadgdb-f8dfe411d2233195ae71052e535c54dd7ecb370b.zip
gdb-f8dfe411d2233195ae71052e535c54dd7ecb370b.tar.gz
gdb-f8dfe411d2233195ae71052e535c54dd7ecb370b.tar.bz2
* m32r-tdep.c (m32r_frame_find_saved_regs): Fix thinko in arg def.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 968f31c..252d145 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+start-sanitize-m32r
+Thu Dec 19 15:57:16 1996 Doug Evans <dje@canuck.cygnus.com>
+
+ * m32r-tdep.c (m32r_frame_find_saved_regs): Fix thinko in arg def.
+
+end-sanitize-m32r
Thu Dec 19 09:38:56 1996 Mark Alexander <marka@cygnus.com>
* values.c (unpack_double): Make it compile with MSVC++ 2.x.