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