3 * configure: Regenerate.
7 * configure: Regenerate.
11 * configure: Regenerate.
15 * .gitignore: New file.
19 * configure: Regenerate after bfin testsuite update.
23 * lib/sim-defs.exp: Support cc tag in test files.
24 (run_sim_test): Support global_cc_options in boards files. Convert
25 assembler options into compiler options (c_as_options) with -Wa.
26 Convert linker options into compiler options (c_ld_options) with -Wl.
27 Compile .c and .S files into .x programs.
31 * configure: Regenerate.
35 * Makefile.in (arch): Set to @sim_arch@.
36 * configure.ac: Delete arch logic and include ../configure.tgt.
37 * configure: Regenerated.
38 * lib/sim-defs.exp (sim_run): Default sim to ../arch/run.
42 * configure: Regenerate.
46 * lib/sim-defs.exp (run_sim_test): New option progopts.
50 * configure: Regenerated to track ../common/aclocal.m4 changes.
54 * configure.ac: Rename configure.in, require autoconf 2.59.
55 * configure: Re-generate.
57 * configure.in: Pass literal subdirectories to AC_CONFIG_SUBDIRS.
58 * configure: Re-generate.
60 * fr30-elf, d30v-elf: Delete directory.
64 * lib/sim-defs.exp (run_sim_test): Make multiple "output"
65 specifications concatenate, not override.
66 Support "xfail" and "kfail".
70 * lib/sim-defs.exp (sim_run): Add support for the "rawsid"
75 * lib/sim-defs.exp (run_sim_test): Add global_as_options,
76 global_ld_options, and global_sim_options to all test cases, if
81 * lib/sim-defs.exp: Remove stray semicolons.
85 * sim/mips: New directory. Tests for the MIPS simulator.
89 * lib/sim-defs.exp (run_sim_test): Delete the .o and .x files if a
93 On behalf of Dave Brolley
95 * sim/frv: New testsuite.
96 * frv-elf: New testsuite.
100 * sim/sh: New directory. Tests for Renesas sh family.
104 * sim/h8300: New directory. Tests for Renesas h8/300 family.
108 * configure: Regenerated to track ../common/aclocal.m4 changes.
112 * lib/sim-defs.exp (run_sim_test): Include a description such as
113 "assembling" or "linking" that identifies the phase a test fails
114 in, for easier analysis of failures.
118 * lib/sim-defs.exp (run_sm_test): Correct comment. "output" and
119 "xerror" options do not use a list of machines. Clear options from
120 previous test case. Use "$cpu_option" to identify the machine to the
121 assembler, if specified.
125 * configure: Regenerated to track ../common/aclocal.m4 changes.
129 * sim/arm/b.cgs: New testcase.
130 * sim/arm/bic.cgs: New testcase.
131 * sim/arm/bl.cgs: New testcase.
135 * configure: Regenerated to track ../common/aclocal.m4 changes.
139 * lib/sim-defs.exp (run_sim_test): Rename all_machs arg to
140 requested_machs, now is list of machs to run tests for.
141 Delete locals AS,ASFLAGS,LD,LDFLAGS. Use target_assemble
142 and target_link instead.
146 * lib/sim-defs.exp (sim_run): Print simulator arguments log message.
150 * lib/sim-defs.exp (run_sim_test): New arg all_machs.
154 * lib/sim-defs.exp (run_sim_test): New option xerror, for expected
155 errors. Translate \n sequences in expected output to newline char.
156 (slurp_options): Make parentheses optional.
157 (sim_run): Look for board_info sim,options.
161 * common/bits-gen.c (main): Add BYTE_ORDER so that it matches
162 recent sim/common/sim-basics.h changes.
163 * common/Makefile.in: Update.
167 * lib/sim-defs.exp (sim_run): download target program to remote
168 host, if necessary. for unix-driven win32 testing.
172 * lib/sim-defs.exp (sim_run): remote_spawn, use writeto instead of
177 * Makefile.in (clean,mostlyclean): Change leading spaces to a tab.
181 * lib/sim-defs.exp: Print out timeout setting info when "-v" is used.
185 * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options,
186 which is now a list of options controlling the behaviour of sim_run.
190 * lib/sim-defs.exp (sim_run): Add possible environment variable
191 list to simulator run.
195 * Makefile.in: Take RUNTEST out of FLAG_TO_PASS
196 so that make check can be invoked recursively.
200 * config/default.exp (CC,SIM): Delete.
202 * lib/sim-defs.exp (sim_run): Fix handling of output redirection.
203 New arg prog_opts. All callers updated.
207 * Makefile.in: Made "check" the target of two
208 dependencies (test1, test2) so that test2 get a chance to
209 run even when test1 failed if "make -k check" is used.
213 * lib/sim-defs.exp (sim_version): Simplify.
214 (sim_run): Implement.
215 (run_sim_test): Use sim_run.
216 (sim_compile): New proc.
220 * config/default.exp: Added C compiler settings.
224 * Makefile.in (TARGET_FLAGS_TO_PASS): Delete LIBS, LDFLAGS.
228 * lib/sim-defs.exp (run_sim_test): Don't exit early if one mach fails,
233 * Makefile.in (RUNTEST): Fix path to runtest.
237 * config/default.exp: New file.
238 * lib/sim-defs.exp: New file.
240 * Makefile.in (build_alias): Define.
242 (RUNTEST_FOR_TARGET): Delete.
244 (check): Depend on site.exp. Run dejagnu.
245 (site.exp): New target.
246 * configure.in (arch): Define from target_cpu.
247 * configure: Regenerate.
251 * common/bits-gen.c (gen_bit): Pass in the full name of the macro.
254 * common/bits-tst.c (main): Add tests for LSSEXT, MSSEXT.
255 (calc): Add support for 8 bit version of macros.
256 (main): Add tests for 8 bit versions of macros.
257 (check_sext): Check SEXT of zero clears bits.
259 * common/bits-gen.c (main): Generate tests for 8 bit versions of
264 * common/Make-common.in: New file, provide generic rules for
269 * configure.in (configdirs): Test for the target directory instead
270 of matching on a target.