diff options
author | Nick Clifton <nickc@redhat.com> | 2002-05-23 12:38:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-05-23 12:38:31 +0000 |
commit | 2984e11475f5f964a106064a31896d6550716ccd (patch) | |
tree | 8e1ebbc14fee93104e624bd70f63afbd41864cd1 /sim/arm/ChangeLog | |
parent | c62e1cc30f77e49b15d48d4d32c7f6c1e6827163 (diff) | |
download | gdb-2984e11475f5f964a106064a31896d6550716ccd.zip gdb-2984e11475f5f964a106064a31896d6550716ccd.tar.gz gdb-2984e11475f5f964a106064a31896d6550716ccd.tar.bz2 |
When decoding a BLX(1) instruction do not add in the second bit of the base
address - this has already been accounted for.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r-- | sim/arm/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index b6d8266..9739fe1 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,9 @@ +2002-05-23 Nick Clifton <nickc@cambridge.redhat.com> + + * thumbemu.c (ARMul_ThumbDecode): When decoding a BLX(1) + instruction do not add in the second bit of the base address - + this has already been accounted for. + 2002-05-21 Nick Clifton <nickc@cambridge.redhat.com> * armcopro.c (check_cp13_access): Allow access to register 1 when |