]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - sim/arm/ChangeLog
Fix a bug in the ARM emulator which would not allow 4 byte alignment for double word...
authorNick Clifton <nickc@redhat.com>
Mon, 26 Apr 2021 16:16:20 +0000 (17:16 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 26 Apr 2021 16:17:34 +0000 (17:17 +0100)
commitf6b9562fd912cc507ef4eb8be9ccb9f132810758
treefd1472bf93ba62ce4d74655c40c820747f27f63f
parente8b6c1da565c93f015d93a4f8554830118e9bd07
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.
sim/arm/ChangeLog
sim/arm/armemu.c