summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 15:13:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-05-14 15:13:52 +0000
commit3695f03b66470e18e85a86a390868de2c55bdbdd (patch)
treed77d8949f8144016e2ee74c4200fd69167597cd9 /c/src/librdbg/ChangeLog
parent2002-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3695f03b66470e18e85a86a390868de2c55bdbdd.tar.bz2
2002-05-14 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
* src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption that exception stack frames on M68K members with VBR always are 6 byte long. The incorrect assumption resulted in some gdb commands like "next" to fail on the 68360.
Diffstat (limited to 'c/src/librdbg/ChangeLog')
-rw-r--r--c/src/librdbg/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/librdbg/ChangeLog b/c/src/librdbg/ChangeLog
index 6346f168bd..1af78decb0 100644
--- a/c/src/librdbg/ChangeLog
+++ b/c/src/librdbg/ChangeLog
@@ -1,3 +1,10 @@
+2002-05-14 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
+
+ * src/m68k/rdbg_cpu_asm.S: Per PR163, Fix incorrect assumption that
+ exception stack frames on M68K members with VBR always are 6 byte long.
+ The incorrect assumption resulted in some gdb commands like "next"
+ to fail on the 68360.
+
2002-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/i386/any/remdeb_svc.c, src/m68k/any/remdeb_svc.c,