aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-12-15 11:01:03 +0000
committerNick Clifton <nickc@redhat.com>2015-12-15 11:01:03 +0000
commitcaa8d70005e4e12392683c799b30790fc4c62166 (patch)
tree979994eb0d5e5774e3402d7c3b9d5c5aceb4cb2a /sim/ChangeLog
parenta117b0a51cd3c768453c244a3754c1b9a77e74fc (diff)
downloadgdb-caa8d70005e4e12392683c799b30790fc4c62166.zip
gdb-caa8d70005e4e12392683c799b30790fc4c62166.tar.gz
gdb-caa8d70005e4e12392683c799b30790fc4c62166.tar.bz2
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/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 76d75c9..6e88170 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.