aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2008-01-24 15:11:13 +0000
committerPedro Alves <palves@redhat.com>2008-01-24 15:11:13 +0000
commitdd6be23411f9494c8f4b4067e6047079cefc9630 (patch)
tree8241d4deaec99a37ffa7ab9735e31bd7f3d3377f /gdb/ChangeLog
parent5240d12aa0e73466bccf3e6d43ee846977644306 (diff)
downloadgdb-dd6be23411f9494c8f4b4067e6047079cefc9630.zip
gdb-dd6be23411f9494c8f4b4067e6047079cefc9630.tar.gz
gdb-dd6be23411f9494c8f4b4067e6047079cefc9630.tar.bz2
* arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
strip bit 1 even if pc doesn't point to thumb code.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9ab0df4..e2c24d4 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-24 Pedro Alves <pedro@codesourcery.com>
+
+ * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don't
+ strip bit 1 even if pc doesn't point to thumb code.
+
2008-01-23 Daniel Jacobowitz <dan@codesourcery.com>
* remote.c (remote_wait): Handle SIGINT between packets.