aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-03-10 14:43:15 +0000
committerAndrew Cagney <cagney@redhat.com>2003-03-10 14:43:15 +0000
commitef840a371b64685d1d79784d36a8d100d8d0364f (patch)
tree106d5a6bd9802f731da334c49a6017c3bce0d69b /gdb/ChangeLog
parent1f63c74a92eea00db3af00e4bbaa6b6e5a35bc14 (diff)
downloadfsf-binutils-gdb-ef840a371b64685d1d79784d36a8d100d8d0364f.zip
fsf-binutils-gdb-ef840a371b64685d1d79784d36a8d100d8d0364f.tar.gz
fsf-binutils-gdb-ef840a371b64685d1d79784d36a8d100d8d0364f.tar.bz2
2003-03-10 Andrew Cagney <cagney@redhat.com>
* d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the PC. (d10v_frame_pop): Unwind the PC, and not the LR, when restoring the PC register.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a1caeba..1d3a5cb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-10 Andrew Cagney <cagney@redhat.com>
+
+ * d10v-tdep.c (d10v_frame_register_unwind): Correctly unwind the
+ PC.
+ (d10v_frame_pop): Unwind the PC, and not the LR, when restoring
+ the PC register.
+
2003-03-08 Mark Kettenis <kettenis@gnu.org>
* gdbarch.sh (save_dummy_frame_tos): Add comment.