public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 00/12] A little TLC for the simulators (in particular CRIS)
@ 2022-02-14 22:58 Hans-Peter Nilsson
  2022-02-14 22:59 ` [PATCH 01/12] sim cris: Correct PRIu32 to PRIx32 Hans-Peter Nilsson
                   ` (7 more replies)
  0 siblings, 8 replies; 36+ messages in thread
From: Hans-Peter Nilsson @ 2022-02-14 22:58 UTC (permalink / raw)
  To: gdb-patches

It's been a while since my last simulator commit, and it seems
cris-sim has broken since then.  I started pursuing a memory
framework bug and a 2.5x performance regression (found largely
salvageable by --disable-sim-hardware).  This set of commit
takes it and the testsuite back to a state usable for my gcc
autotester and (in part at least) for use in autotesting itself.
Hopefully more to come soonish (no promises) as the "linux" part
of the test-suite is still broken, though the "newlib" parts are
fixed.  Committed; general parts as authorized committer.

  sim cris: Correct PRIu32 to PRIx32
  sim/testsuite/cris: Assembler testcase for PRIx32 usage bug
  sim/testsuite: Set global_cc_os also when no compiler is found
  sim/testsuite/cris/c: Use -sim3 but only for newlib targets
  sim/testsuite/cris/hw/rv-n-cris/irq1.ms: Disable due to randomness
  sim/testsuite: Support "requires: simoption <--name-of-option>"
  sim/testsuite/cris: As applicable, require simoption --cris-900000xx
  sim cris: Unbreak --disable-sim-hardware builds
  sim: Fix use of out-of-tree assembler and linker when testing
  sim: Add sim_dump_memory for debugging
  sim/testsuite/cris: Remove faulty use of basename in C tests
  sim/testsuite/cris: If failing compilation, mark C tests as errors

 sim/Makefile.in                         |   7 +-
 sim/common/sim-memopt.c                 |  10 +
 sim/configure                           | 356 +++++++++++++++++-------
 sim/cris/sim-if.c                       |  10 +-
 sim/m4/sim_ac_toolchain.m4              |  21 +-
 sim/testsuite/cris/asm/endmem1.ms       |  47 ++++
 sim/testsuite/cris/asm/io1.ms           |   1 +
 sim/testsuite/cris/asm/io2.ms           |   1 +
 sim/testsuite/cris/asm/io3.ms           |   1 +
 sim/testsuite/cris/asm/io6.ms           |   1 +
 sim/testsuite/cris/asm/io7.ms           |   1 +
 sim/testsuite/cris/c/c.exp              |  18 +-
 sim/testsuite/cris/c/openpf1.c          |   8 +-
 sim/testsuite/cris/c/stat3.c            |   3 +-
 sim/testsuite/cris/hw/rv-n-cris/irq1.ms |   1 +
 sim/testsuite/lib/sim-defs.exp          |  61 ++++
 16 files changed, 431 insertions(+), 116 deletions(-)
 create mode 100644 sim/testsuite/cris/asm/endmem1.ms

-- 
2.30.2

brgds, H-P

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

end of thread, other threads:[~2022-02-17  5:30 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 22:58 [PATCH 00/12] A little TLC for the simulators (in particular CRIS) Hans-Peter Nilsson
2022-02-14 22:59 ` [PATCH 01/12] sim cris: Correct PRIu32 to PRIx32 Hans-Peter Nilsson
2022-02-16  4:43   ` Mike Frysinger
2022-02-14 23:02 ` [PATCH 03/12] sim/testsuite: Set global_cc_os also when no compiler is found Hans-Peter Nilsson
2022-02-16  4:42   ` Mike Frysinger
2022-02-14 23:02 ` [PATCH 04/12] sim/testsuite/cris/c: Use -sim3 but only for newlib targets Hans-Peter Nilsson
2022-02-15 17:43   ` Dimitar Dimitrov
2022-02-15 22:49     ` Hans-Peter Nilsson
2022-02-16  5:25   ` Mike Frysinger
2022-02-16  6:07     ` Hans-Peter Nilsson
2022-02-16  7:34       ` Mike Frysinger
2022-02-16  5:39   ` Mike Frysinger
2022-02-16  6:09     ` Hans-Peter Nilsson
2022-02-16  7:17       ` Mike Frysinger
2022-02-16 15:27         ` Hans-Peter Nilsson
2022-02-14 23:03 ` [PATCH 06/12] sim/testsuite: Support "requires: simoption <--name-of-option>" Hans-Peter Nilsson
2022-02-16  4:49   ` Mike Frysinger
2022-02-16  6:24     ` Hans-Peter Nilsson
2022-02-16  7:09       ` Mike Frysinger
2022-02-16 15:25         ` Hans-Peter Nilsson
2022-02-14 23:05 ` [PATCH 08/12] sim cris: Unbreak --disable-sim-hardware builds Hans-Peter Nilsson
2022-02-16  4:51   ` Mike Frysinger
2022-02-16  5:54     ` Hans-Peter Nilsson
2022-02-16  6:48       ` Hans-Peter Nilsson
2022-02-16  7:15       ` Mike Frysinger
2022-02-14 23:05 ` [PATCH 09/12] sim: Fix use of out-of-tree assembler and linker when testing Hans-Peter Nilsson
2022-02-16  5:03   ` Mike Frysinger
2022-02-14 23:06 ` [PATCH 10/12] sim: Add sim_dump_memory for debugging Hans-Peter Nilsson
2022-02-16  5:02   ` Mike Frysinger
2022-02-16  6:10     ` Hans-Peter Nilsson
2022-02-16  6:41     ` Hans-Peter Nilsson
2022-02-17  2:05     ` Hans-Peter Nilsson
2022-02-17  5:30       ` Mike Frysinger
2022-02-14 23:07 ` [PATCH 11/12] sim/testsuite/cris: Remove faulty use of basename in C tests Hans-Peter Nilsson
2022-02-16  4:57   ` Mike Frysinger
2022-02-16  6:44     ` Hans-Peter Nilsson

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).