diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-26 07:12:13 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-26 07:12:33 -0500 |
commit | f66affe97c40465e70249970b3339cc2f0a40e69 (patch) | |
tree | cc258a4a4e5cb5e4e91c54e951ce6c2f989278af /sim/aarch64 | |
parent | 3e1a8f9569478157ee932e35de928beb211f5df4 (diff) | |
download | gdb-f66affe97c40465e70249970b3339cc2f0a40e69.zip gdb-f66affe97c40465e70249970b3339cc2f0a40e69.tar.gz gdb-f66affe97c40465e70249970b3339cc2f0a40e69.tar.bz2 |
sim: aarch64: move ChangeLog content
Diffstat (limited to 'sim/aarch64')
-rw-r--r-- | sim/aarch64/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/sim/aarch64/ChangeLog b/sim/aarch64/ChangeLog new file mode 100644 index 0000000..608a056 --- /dev/null +++ b/sim/aarch64/ChangeLog @@ -0,0 +1,25 @@ +2015-12-14 Nick Clifton <nickc@redhat.com> + + * 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.ac: New configure template. + * aclocal.m4: Generate. + * config.in: Generate. + * configure: Generate. + * cpustate.c: New file - functions for accessing AArch64 registers. + * cpustate.h: New header. + * decode.h: New header. + * interp.c: New file - interface between GDB and simulator. + * Makefile.in: New makefile template. + * memory.c: New file - functions for simulating aarch64 memory + accesses. + * memory.h: New header. + * sim-main.h: New header. + * simulator.c: New file - aarch64 simulator functions. + * simulator.h: New header. |