]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/aarch64/ChangeLog
sim: aarch64: move ChangeLog content
[thirdparty/binutils-gdb.git] / sim / aarch64 / ChangeLog
1 2015-12-14 Nick Clifton <nickc@redhat.com>
2
3 * simulator.c (system_get): New function. Provides read
4 access to the dczid system register.
5 (do_mrs): New function - implements the MRS instruction.
6 (dexSystem): Call do_mrs for the MRS instruction. Halt on
7 unimplemented system instructions.
8
9 2015-11-24 Nick Clifton <nickc@redhat.com>
10
11 * configure.ac: New configure template.
12 * aclocal.m4: Generate.
13 * config.in: Generate.
14 * configure: Generate.
15 * cpustate.c: New file - functions for accessing AArch64 registers.
16 * cpustate.h: New header.
17 * decode.h: New header.
18 * interp.c: New file - interface between GDB and simulator.
19 * Makefile.in: New makefile template.
20 * memory.c: New file - functions for simulating aarch64 memory
21 accesses.
22 * memory.h: New header.
23 * sim-main.h: New header.
24 * simulator.c: New file - aarch64 simulator functions.
25 * simulator.h: New header.