]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/aarch64/ChangeLog
sim: unify sim-hload
[thirdparty/binutils-gdb.git] / sim / aarch64 / ChangeLog
1 2015-12-27 Mike Frysinger <vapier@gentoo.org>
2
3 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
4
5 2015-12-26 Mike Frysinger <vapier@gentoo.org>
6
7 * config.in, configure: Regenerate.
8
9 2015-12-26 Mike Frysinger <vapier@gentoo.org>
10
11 * interp.c (sim_create_inferior): Update comment and argv check.
12
13 2015-12-14 Nick Clifton <nickc@redhat.com>
14
15 * simulator.c (system_get): New function. Provides read
16 access to the dczid system register.
17 (do_mrs): New function - implements the MRS instruction.
18 (dexSystem): Call do_mrs for the MRS instruction. Halt on
19 unimplemented system instructions.
20
21 2015-11-24 Nick Clifton <nickc@redhat.com>
22
23 * configure.ac: New configure template.
24 * aclocal.m4: Generate.
25 * config.in: Generate.
26 * configure: Generate.
27 * cpustate.c: New file - functions for accessing AArch64 registers.
28 * cpustate.h: New header.
29 * decode.h: New header.
30 * interp.c: New file - interface between GDB and simulator.
31 * Makefile.in: New makefile template.
32 * memory.c: New file - functions for simulating aarch64 memory
33 accesses.
34 * memory.h: New header.
35 * sim-main.h: New header.
36 * simulator.c: New file - aarch64 simulator functions.
37 * simulator.h: New header.