aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-07-04 06:39:39 +0000
committerAlexandre Oliva <aoliva@redhat.com>2000-07-04 06:39:39 +0000
commit13b6dd6f68d9eb79f9d3dbe730ec1b6aa9bef737 (patch)
tree5e845d5d392e1b36c4793793cb1d094c06a05823 /sim/arm/ChangeLog
parent892c6b9d8fca691330232aaea9c0aaaff880feb1 (diff)
downloadgdb-13b6dd6f68d9eb79f9d3dbe730ec1b6aa9bef737.zip
gdb-13b6dd6f68d9eb79f9d3dbe730ec1b6aa9bef737.tar.gz
gdb-13b6dd6f68d9eb79f9d3dbe730ec1b6aa9bef737.tar.bz2
* armemu.c (LoadSMult): Use WriteR15() to discard the least
significant bits of PC.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r--sim/arm/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog
index 526b49d..06345b2 100644
--- a/sim/arm/ChangeLog
+++ b/sim/arm/ChangeLog
@@ -1,5 +1,8 @@
2000-07-04 Alexandre Oliva <aoliva@redhat.com>
+ * armemu.c (LoadSMult): Use WriteR15() to discard the least
+ significant bits of PC.
+
* armemu.h (WRITEDESTB): New macro.
* armemu.c (ARMul_Emulate26, bl): Use WriteR15Branch() to
modify PC. Moved the existing logic...