This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH 0/4] sim: arm: convert to nrun
- From: Mike Frysinger <vapier at gentoo dot org>
- To: gdb-patches at sourceware dot org, nickc at redhat dot com
- Date: Mon, 30 Mar 2015 03:19:56 -0400
- Subject: [PATCH 0/4] sim: arm: convert to nrun
- Authentication-results: sourceware.org; auth=none
Nick: could you give this a look over ? It passes sim tests still, and
the interface (command line & gdb) look ok ...
Mike Frysinger (4):
sim: arm: use common configure options
sim: arm: clean up misc warnings
sim: arm: delete NEED_UI_LOOP_HOOK handling
sim: arm: convert to nrun
sim/arm/ChangeLog | 53 ++++++
sim/arm/Makefile.in | 17 +-
sim/arm/armemu.c | 24 +--
sim/arm/armemu.h | 51 ++---
sim/arm/armsupp.c | 5 +-
sim/arm/bag.c | 6 +-
sim/arm/config.in | 15 ++
sim/arm/configure | 528 ++++++++++++++++++++++++++++++++++++++++++++++++++-
sim/arm/configure.ac | 7 +
sim/arm/maverick.c | 49 -----
sim/arm/sim-main.h | 56 ++++++
sim/arm/wrapper.c | 236 ++++++++---------------
12 files changed, 776 insertions(+), 271 deletions(-)
create mode 100644 sim/arm/sim-main.h
--
2.3.4