aboutsummaryrefslogtreecommitdiff
path: root/sim/arm/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-04-26 17:16:20 +0100
committerNick Clifton <nickc@redhat.com>2021-04-26 17:17:34 +0100
commitf6b9562fd912cc507ef4eb8be9ccb9f132810758 (patch)
treefd1472bf93ba62ce4d74655c40c820747f27f63f /sim/arm/ChangeLog
parente8b6c1da565c93f015d93a4f8554830118e9bd07 (diff)
downloadgdb-f6b9562fd912cc507ef4eb8be9ccb9f132810758.zip
gdb-f6b9562fd912cc507ef4eb8be9ccb9f132810758.tar.gz
gdb-f6b9562fd912cc507ef4eb8be9ccb9f132810758.tar.bz2
Fix a bug in the ARM emulator which would not allow 4 byte alignment for double word stores.
PR 22790 * armemu.c (Handle_Store_Double): Allow 4 byte alignment when running in v6 mode.
Diffstat (limited to 'sim/arm/ChangeLog')
-rw-r--r--sim/arm/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog
index aa3c91b..fbd977c 100644
--- a/sim/arm/ChangeLog
+++ b/sim/arm/ChangeLog
@@ -1,3 +1,9 @@
+2021-04-26 Nick Clifton <nickc@redhat.com>
+
+ PR 22790
+ * armemu.c (Handle_Store_Double): Allow 4 byte alignment when
+ running in v6 mode.
+
2021-04-22 Tom Tromey <tom@tromey.com>
* configure, config.in: Rebuild.