diff options
author | Nick Clifton <nickc@redhat.com> | 2016-07-14 10:38:07 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-07-14 10:38:07 +0100 |
commit | 7df94786e4723ba93d8982e55fc5e652b4b80142 (patch) | |
tree | a396635bc96e67a428947ebc8a283614797436ad /sim/arm/ChangeLog | |
parent | fa1c0170176a5e4820f43824cffe80ffc4e7a717 (diff) | |
download | gdb-7df94786e4723ba93d8982e55fc5e652b4b80142.zip gdb-7df94786e4723ba93d8982e55fc5e652b4b80142.tar.gz gdb-7df94786e4723ba93d8982e55fc5e652b4b80142.tar.bz2 |
Small improvements to the ARM simulator to cope with illegal binaries.
* armemu.c (Multiply64): Only issue error messages about invalid
arguments if debugging is enabled.
* armos.c (ARMul_OSHandleSWI): Ignore invalid flags.
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 cae6f52..2ce9429 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,9 @@ +2016-07-14 Nick Clifton <nickc@redhat.com> + + * armemu.c (Multiply64): Only issue error messages about invalid + arguments if debugging is enabled. + * armos.c (ARMul_OSHandleSWI): Ignore invalid flags. + 2016-01-10 Mike Frysinger <vapier@gentoo.org> * config.in, configure: Regenerate. |