diff options
author | Nick Clifton <nickc@redhat.com> | 2015-12-15 11:01:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-12-15 11:01:03 +0000 |
commit | caa8d70005e4e12392683c799b30790fc4c62166 (patch) | |
tree | 979994eb0d5e5774e3402d7c3b9d5c5aceb4cb2a /sim/ChangeLog | |
parent | a117b0a51cd3c768453c244a3754c1b9a77e74fc (diff) | |
download | binutils-gdb-caa8d70005e4e12392683c799b30790fc4c62166.tar.gz |
Add support for the MRS instruction to the AArch64 simulator.
* aarch64/simulator.c (system_get): New function. Provides read
access to the dczid system register.
(do_mrs): New function - implements the MRS instruction.
(dexSystem): Call do_mrs for the MRS instruction. Halt on
unimplemented system instructions.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index 76d75c9e39d..6e881703de7 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,11 @@ +2015-12-14 Nick Clifton <nickc@redhat.com> + + * aarch64/simulator.c (system_get): New function. Provides read + access to the dczid system register. + (do_mrs): New function - implements the MRS instruction. + (dexSystem): Call do_mrs for the MRS instruction. Halt on + unimplemented system instructions. + 2015-11-24 Nick Clifton <nickc@redhat.com> * configure.tgt: Add aarch64 entry. |