This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Revive sim common tests


Hello,

The sim common tests do not appear to be user or working.  These patches
get them working and I used them to test some recent changes I made to the
sim-fpu.

I am not really sure why the tests were in this state so please let me know
if there is some history I am unaware of.

-Stafford

Stafford Horne (2):
  sim: testsuite: Get common tests compiling again
  sim: testsuite: Add configure.ac and configure

 sim/testsuite/common/Makefile.in  |   53 +-
 sim/testsuite/common/alu-tst.c    |    4 +-
 sim/testsuite/common/bits-gen.c   |   27 +-
 sim/testsuite/common/bits-tst.c   |    3 +
 sim/testsuite/common/configure    | 2822 +++++++++++++++++++++++++++++++++++++
 sim/testsuite/common/configure.ac |    5 +
 sim/testsuite/common/fpu-tst.c    |   94 +-
 7 files changed, 2985 insertions(+), 23 deletions(-)
 create mode 100755 sim/testsuite/common/configure
 create mode 100644 sim/testsuite/common/configure.ac

-- 
2.13.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]