aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-05-27 14:12:00 +0000
committerNick Clifton <nickc@redhat.com>2002-05-27 14:12:00 +0000
commit10b57fcbd720b5fab5b54901e7c80a2b39898cc4 (patch)
tree24dd8123d4584f1b4d3de8d09e2b47b0cb85fa7b /sim/arm/ChangeLog
parentf08caad151ffb2884eeb58c956f931ea8d30e0bf (diff)
downloadgdb-10b57fcbd720b5fab5b54901e7c80a2b39898cc4.zip
gdb-10b57fcbd720b5fab5b54901e7c80a2b39898cc4.tar.gz
gdb-10b57fcbd720b5fab5b54901e7c80a2b39898cc4.tar.bz2
Only perform access checks if 'check' is set.
Report unknown machine numbers. Formatting tidy ups.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r--sim/arm/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog
index f20ed35..b5b17f2 100644
--- a/sim/arm/ChangeLog
+++ b/sim/arm/ChangeLog
@@ -1,5 +1,10 @@
2002-05-27 Nick Clifton <nickc@cambridge.redhat.com>
+ * armvirt.c (GetWord): Only perform access checks if 'check'
+ is set.
+ (PutWord): Likewise.
+ * wrapper.c (sim_create_inferior): Report unknown machine
+ numbers.
* thumbemu.c (ARMul_ThumbDecode, Case 31): Do not set LR to pc +
2, it has already been advanced.