mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
No arch is using this anymore, and we want all new ports using the
hardware framework instead. Punt WITH_DEVICES and the two callbacks
device_io_{read,write}_buffer.
We can also punt the tconfig.h file as no port is using it anymore.
This fixes in-tree builds that get confused by picking up the wrong
one (common/ vs <port>/) caused by commit ae7d0cac8c
.
Any port that needs to set up a global define can use their own
sim-main.h file that they must provide regardless.
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
2015-12-26 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* config.in, configure: Regenerate.
|
|
|
|
2015-12-26 Mike Frysinger <vapier@gentoo.org>
|
|
|
|
* interp.c (sim_create_inferior): Update comment and argv check.
|
|
|
|
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.
|