diff options
author | Richard Earnshaw <richard.earnshaw@arm.com> | 2010-03-31 22:10:07 +0000 |
---|---|---|
committer | Richard Earnshaw <richard.earnshaw@arm.com> | 2010-03-31 22:10:07 +0000 |
commit | d476da0ef37ba5ca612a536c69bfe2b859e17c46 (patch) | |
tree | 16612e185ffd3a08045cab3ecbbc6c3a52e94cc3 /gdb/ChangeLog | |
parent | 77aabdd2d99a9f2171d284147fe8be83e3da3243 (diff) | |
download | gdb-d476da0ef37ba5ca612a536c69bfe2b859e17c46.zip gdb-d476da0ef37ba5ca612a536c69bfe2b859e17c46.tar.gz gdb-d476da0ef37ba5ca612a536c69bfe2b859e17c46.tar.bz2 |
* arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH
instructions. Use the PC+4 if the base of the TBB or TBH is the
PC register.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a83755e..58b54dd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2010-03-31 Richard Earnshaw <rearnsha@arm.com> + + * arm-tdep.c (thumb_get_next_pc_raw): Correctly detect TBH + instructions. Use the PC+4 if the base of the TBB or TBH is the + PC register. + 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com> Fix crash on reading wrong function declaration DWARF. @@ -14,7 +20,8 @@ 2010-03-31 Pierre Muller <muller@ics.u-strasbg.fr> - * src/gdb/remote.c (end_thread): ARI fix: Use xstrdup instead of strdup. + * src/gdb/remote.c (end_thread): ARI fix: Use xstrdup instead of + strdup. 2010-03-30 Keith Seitz <keiths@redhat.com> |