2015-03-29 Mike Frysinger * configure: Regenerate. 2015-03-28 Mike Frysinger * configure: Regenerate. 2015-03-28 James Bowman * configure: Regenerate. 2014-03-10 Mike Frysinger * configure: Regenerate. 2014-03-04 Mike Frysinger * common/bits-gen.c (main): Change to new style prototype. 2013-09-23 Alan Modra * configure: Regenerate. 2012-06-15 Joel Brobecker * configure: Regenerate. 2012-03-24 Mike Frysinger * configure: Regenerate. 2012-03-18 Mike Frysinger * .gitignore: New file. 2011-10-17 Mike Frysinger * configure: Regenerate after bfin testsuite update. 2011-05-16 Mike Frysinger * lib/sim-defs.exp: Support cc tag in test files. (run_sim_test): Support global_cc_options in boards files. Convert assembler options into compiler options (c_as_options) with -Wa. Convert linker options into compiler options (c_ld_options) with -Wl. Compile .c and .S files into .x programs. 2011-05-04 Joseph Myers * configure: Regenerate. 2010-04-26 Mike Frysinger * Makefile.in (arch): Set to @sim_arch@. * configure.ac: Delete arch logic and include ../configure.tgt. * configure: Regenerated. * lib/sim-defs.exp (sim_run): Default sim to ../arch/run. 2009-08-22 Ralf Wildenhues * configure: Regenerate. 2009-01-18 Hans-Peter Nilsson * lib/sim-defs.exp (run_sim_test): New option progopts. 2005-01-11 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. 2005-01-07 Andrew Cagney * configure.ac: Rename configure.in, require autoconf 2.59. * configure: Re-generate. * configure.in: Pass literal subdirectories to AC_CONFIG_SUBDIRS. * configure: Re-generate. * fr30-elf, d30v-elf: Delete directory. 2004-11-16 Hans-Peter Nilsson * lib/sim-defs.exp (run_sim_test): Make multiple "output" specifications concatenate, not override. Support "xfail" and "kfail". 2004-10-26 Nick Clifton * lib/sim-defs.exp (sim_run): Add support for the "rawsid" protocol. 2004-09-13 DJ Delorie * lib/sim-defs.exp (run_sim_test): Add global_as_options, global_ld_options, and global_sim_options to all test cases, if defined. 2004-05-12 Ben Elliston * lib/sim-defs.exp: Remove stray semicolons. 2004-01-26 Chris Demetriou * sim/mips: New directory. Tests for the MIPS simulator. 2004-01-23 Ben Elliston * lib/sim-defs.exp (run_sim_test): Delete the .o and .x files if a test passes. 2003-08-20 Michael Snyder On behalf of Dave Brolley * sim/frv: New testsuite. * frv-elf: New testsuite. 2003-07-09 Michael Snyder * sim/sh: New directory. Tests for Renesas sh family. 2003-04-13 Michael Snyder * sim/h8300: New directory. Tests for Renesas h8/300 family. 2002-06-16 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. 2001-07-31 Ben Elliston * lib/sim-defs.exp (run_sim_test): Include a description such as "assembling" or "linking" that identifies the phase a test fails in, for easier analysis of failures. 2000-11-01 Dave Brolley * lib/sim-defs.exp (run_sm_test): Correct comment. "output" and "xerror" options do not use a list of machines. Clear options from previous test case. Use "$cpu_option" to identify the machine to the assembler, if specified. Tue May 23 21:39:23 2000 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. 1999-09-15 Doug Evans * sim/arm/b.cgs: New testcase. * sim/arm/bic.cgs: New testcase. * sim/arm/bl.cgs: New testcase. Thu Sep 2 18:15:53 1999 Andrew Cagney * configure: Regenerated to track ../common/aclocal.m4 changes. 1999-08-30 Doug Evans * lib/sim-defs.exp (run_sim_test): Rename all_machs arg to requested_machs, now is list of machs to run tests for. Delete locals AS,ASFLAGS,LD,LDFLAGS. Use target_assemble and target_link instead. Fri Feb 5 12:41:11 1999 Doug Evans * lib/sim-defs.exp (sim_run): Print simulator arguments log message. 1999-01-05 Doug Evans * lib/sim-defs.exp (run_sim_test): New arg all_machs. 1998-12-14 Doug Evans * lib/sim-defs.exp (run_sim_test): New option xerror, for expected errors. Translate \n sequences in expected output to newline char. (slurp_options): Make parentheses optional. (sim_run): Look for board_info sim,options. Wed Nov 18 10:50:19 1998 Andrew Cagney * common/bits-gen.c (main): Add BYTE_ORDER so that it matches recent sim/common/sim-basics.h changes. * common/Makefile.in: Update. Fri Oct 30 00:37:31 1998 Felix Lee * lib/sim-defs.exp (sim_run): download target program to remote host, if necessary. for unix-driven win32 testing. Fri Jul 31 17:49:13 1998 Felix Lee * lib/sim-defs.exp (sim_run): remote_spawn, use writeto instead of writeonly. Fri Jul 24 09:40:34 1998 Doug Evans * Makefile.in (clean,mostlyclean): Change leading spaces to a tab. Tue Jun 16 15:44:01 1998 Jillian Ye * lib/sim-defs.exp: Print out timeout setting info when "-v" is used. Thu Jun 11 15:24:53 1998 Doug Evans * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options, which is now a list of options controlling the behaviour of sim_run. Mon Jun 1 18:54:22 1998 Frank Ch. Eigler * lib/sim-defs.exp (sim_run): Add possible environment variable list to simulator run. Thu May 28 14:59:46 1998 Jillian Ye * Makefile.in: Take RUNTEST out of FLAG_TO_PASS so that make check can be invoked recursively. Thu May 14 11:48:35 1998 Doug Evans * config/default.exp (CC,SIM): Delete. * lib/sim-defs.exp (sim_run): Fix handling of output redirection. New arg prog_opts. All callers updated. Fri May 8 18:10:28 1998 Jillian Ye * Makefile.in: Made "check" the target of two dependencies (test1, test2) so that test2 get a chance to run even when test1 failed if "make -k check" is used. Fri May 8 14:41:28 1998 Doug Evans * lib/sim-defs.exp (sim_version): Simplify. (sim_run): Implement. (run_sim_test): Use sim_run. (sim_compile): New proc. Mon May 4 17:59:11 1998 Frank Ch. Eigler * config/default.exp: Added C compiler settings. Wed Apr 22 12:26:28 1998 Doug Evans * Makefile.in (TARGET_FLAGS_TO_PASS): Delete LIBS, LDFLAGS. Tue Apr 21 10:49:03 1998 Doug Evans * lib/sim-defs.exp (run_sim_test): Don't exit early if one mach fails, try all machs. Wed Feb 25 11:01:17 1998 Doug Evans * Makefile.in (RUNTEST): Fix path to runtest. Tue Feb 17 12:46:05 1998 Doug Evans * config/default.exp: New file. * lib/sim-defs.exp: New file. * Makefile.in (build_alias): Define. (arch): Define. (RUNTEST_FOR_TARGET): Delete. (RUNTEST): Fix. (check): Depend on site.exp. Run dejagnu. (site.exp): New target. * configure.in (arch): Define from target_cpu. * configure: Regenerate. Wed Sep 17 10:21:26 1997 Andrew Cagney * common/bits-gen.c (gen_bit): Pass in the full name of the macro. (gen_mask): Ditto. * common/bits-tst.c (main): Add tests for LSSEXT, MSSEXT. (calc): Add support for 8 bit version of macros. (main): Add tests for 8 bit versions of macros. (check_sext): Check SEXT of zero clears bits. * common/bits-gen.c (main): Generate tests for 8 bit versions of macros. Thu Sep 11 13:04:40 1997 Andrew Cagney * common/Make-common.in: New file, provide generic rules for running checks. Mon Sep 1 16:43:55 1997 Andrew Cagney * configure.in (configdirs): Test for the target directory instead of matching on a target.