public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] sim: arm: convert to nrun
@ 2015-03-30  7:20 Mike Frysinger
  2015-03-30  7:20 ` [PATCH 4/4] " Mike Frysinger
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mike Frysinger @ 2015-03-30  7:20 UTC (permalink / raw)
  To: gdb-patches, nickc

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-03-30 16:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-30  7:20 [PATCH 0/4] sim: arm: convert to nrun Mike Frysinger
2015-03-30  7:20 ` [PATCH 4/4] " Mike Frysinger
2015-03-30  7:20 ` [PATCH 3/4] sim: arm: delete NEED_UI_LOOP_HOOK handling Mike Frysinger
2015-03-30  7:20 ` [PATCH 2/4] sim: arm: clean up misc warnings Mike Frysinger
2015-03-30  7:20 ` [PATCH 1/4] sim: arm: use common configure options Mike Frysinger
2015-03-30 16:11 ` [PATCH 0/4] sim: arm: convert to nrun Nicholas Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).