diff options
author | Pedro Alves <palves@redhat.com> | 2008-01-24 15:11:13 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-01-24 15:11:13 +0000 |
commit | dd6be23411f9494c8f4b4067e6047079cefc9630 (patch) | |
tree | 8241d4deaec99a37ffa7ab9735e31bd7f3d3377f /gdb/ChangeLog | |
parent | 5240d12aa0e73466bccf3e6d43ee846977644306 (diff) | |
download | gdb-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/ChangeLog | 5 |
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. |