]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/testsuite/ChangeLog
sim: testsuite: allow tests to declare expected exit status
[thirdparty/binutils-gdb.git] / sim / testsuite / ChangeLog
1 2021-01-15 Mike Frysinger <vapier@gentoo.org>
2
3 * lib/sim-defs.exp (sim_run): Delete status and return return_code.
4 (run_sim_test): Define status option. Change sim_run return to
5 return_code. Define status. Log return_code.
6
7 2021-01-11 Mike Frysinger <vapier@gentoo.org>
8
9 * common/alu-tst.c: Include stdlib.h.
10 (PACKAGE): Define.
11 (print_hex): Change printf to use %llx.
12 * common/bits-gen.c: Include stdlib.h, string.h, and unistd.h.
13 (gen_struct): Change long long to unsigned64.
14 (gen_bit): Change bit cast to bit mask. Change printf to use %llx.
15 (gen_mask): Likewise.
16 (usage): Delete default case.
17 (main): Change WITH_HOST_WORD_BITSIZE printf from %d to %zu. Emit
18 PACKAGE define and stdlib.h & string.h includes.
19 * common/bits-tst.c (calc): Change printf to use %llx.
20 (check_sext, check_rot, check_extract, check_bits): Likewise.
21
22 2021-01-09 Mike Frysinger <vapier@gentoo.org>
23
24 * configure: Regenerate.
25 * sim/sh64/: Delete.
26
27 2021-01-05 Mike Frysinger <vapier@gentoo.org>
28
29 * sim/fr30/: Delete.
30
31 2021-01-05 Mike Frysinger <vapier@gentoo.org>
32
33 * common/Make-common.in: Delete.
34
35 2021-01-04 Mike Frysinger <vapier@gentoo.org>
36
37 * configure: Regenerate.
38
39 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
40
41 * configure: Regnerate.
42 * configure.ac (AC_CONFIG_AUX_DIR): Update.
43
44 2020-08-04 David Faust <david.faust@oracle.com>
45 Jose E. Marchesi <jose.marchesi@oracle.com>
46
47 * configure: Regenerate.
48 * sim/bpf: New directory.
49
50 2020-07-29 Simon Marchi <simon.marchi@efficios.com>
51
52 * configure: Re-generate.
53
54 2019-12-19 Tom Tromey <tromey@adacore.com>
55
56 PR build/24572:
57 * Makefile.in (install-strip): New target.
58
59 2019-09-23 Dimitar Dimitrov <dimitar@dinux.eu>
60
61 * configure: Regenerate.
62
63 2017-12-12 Stafford Horne <shorne@gmail.com>
64 Peter Gavin <pgavin@gmail.com>
65
66 * configure: Regenerated.
67
68 2016-01-10 Mike Frysinger <vapier@gentoo.org>
69
70 * configure: Regenerate.
71
72 2016-01-02 Mike Frysinger <vapier@gentoo.org>
73
74 * common/bits-gen.c (main): Change BIG_ENDIAN to BFD_ENDIAN_BIG and
75 LITTLE_ENDIAN and BFD_ENDIAN_LITTLE.
76
77 2015-11-24 Nick Clifton <nickc@redhat.com>
78
79 * configure: Regenerate.
80 * sim/aarch64: New directory.
81
82 2015-11-14 Mike Frysinger <vapier@gentoo.org>
83
84 * lib/sim-defs.exp (slurp_options): Pull in global subdir/srcdir.
85 Replace $srcdir and $subdir in the read option.
86
87 2015-04-13 Hans-Peter Nilsson <hp@axis.com>
88
89 * lib/sim-defs.exp (sim_init): Unset target ldscript here.
90
91 2015-03-30 Mike Frysinger <vapier@gentoo.org>
92
93 * configure.ac: Add d10v-*-elf.
94 * configure: Regenerate.
95
96 2015-03-29 Mike Frysinger <vapier@gentoo.org>
97
98 * lib/sim-defs.exp (run_sim_test): Declare seen_output as 0. When
99 the test has an output keyword, set it to 1. Set default output only
100 when seen_output is 0.
101
102 2015-03-29 Mike Frysinger <vapier@gentoo.org>
103
104 * configure: Regenerate.
105
106 2015-03-28 Mike Frysinger <vapier@gentoo.org>
107
108 * configure: Regenerate.
109
110 2015-03-28 James Bowman <james.bowman@ftdichip.com>
111
112 * configure: Regenerate.
113
114 2014-03-10 Mike Frysinger <vapier@gentoo.org>
115
116 * configure: Regenerate.
117
118 2014-03-04 Mike Frysinger <vapier@gentoo.org>
119
120 * common/bits-gen.c (main): Change to new style prototype.
121
122 2013-09-23 Alan Modra <amodra@gmail.com>
123
124 * configure: Regenerate.
125
126 2012-06-15 Joel Brobecker <brobecker@adacore.com>
127
128 * configure: Regenerate.
129
130 2012-03-24 Mike Frysinger <vapier@gentoo.org>
131
132 * configure: Regenerate.
133
134 2012-03-18 Mike Frysinger <vapier@gentoo.org>
135
136 * .gitignore: New file.
137
138 2011-10-17 Mike Frysinger <vapier@gentoo.org>
139
140 * configure: Regenerate after bfin testsuite update.
141
142 2011-05-16 Mike Frysinger <vapier@gentoo.org>
143
144 * lib/sim-defs.exp: Support cc tag in test files.
145 (run_sim_test): Support global_cc_options in boards files. Convert
146 assembler options into compiler options (c_as_options) with -Wa.
147 Convert linker options into compiler options (c_ld_options) with -Wl.
148 Compile .c and .S files into .x programs.
149
150 2011-05-04 Joseph Myers <joseph@codesourcery.com>
151
152 * configure: Regenerate.
153
154 2010-04-26 Mike Frysinger <vapier@gentoo.org>
155
156 * Makefile.in (arch): Set to @sim_arch@.
157 * configure.ac: Delete arch logic and include ../configure.tgt.
158 * configure: Regenerated.
159 * lib/sim-defs.exp (sim_run): Default sim to ../arch/run.
160
161 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
162
163 * configure: Regenerate.
164
165 2009-01-18 Hans-Peter Nilsson <hp@axis.com>
166
167 * lib/sim-defs.exp (run_sim_test): New option progopts.
168
169 2005-01-11 Andrew Cagney <cagney@localhost.localdomain>
170
171 * configure: Regenerated to track ../common/aclocal.m4 changes.
172
173 2005-01-07 Andrew Cagney <cagney@gnu.org>
174
175 * configure.ac: Rename configure.in, require autoconf 2.59.
176 * configure: Re-generate.
177
178 * configure.in: Pass literal subdirectories to AC_CONFIG_SUBDIRS.
179 * configure: Re-generate.
180
181 * fr30-elf, d30v-elf: Delete directory.
182
183 2004-11-16 Hans-Peter Nilsson <hp@axis.com>
184
185 * lib/sim-defs.exp (run_sim_test): Make multiple "output"
186 specifications concatenate, not override.
187 Support "xfail" and "kfail".
188
189 2004-10-26 Nick Clifton <nickc@redhat.com>
190
191 * lib/sim-defs.exp (sim_run): Add support for the "rawsid"
192 protocol.
193
194 2004-09-13 DJ Delorie <dj@redhat.com>
195
196 * lib/sim-defs.exp (run_sim_test): Add global_as_options,
197 global_ld_options, and global_sim_options to all test cases, if
198 defined.
199
200 2004-05-12 Ben Elliston <bje@au.ibm.com>
201
202 * lib/sim-defs.exp: Remove stray semicolons.
203
204 2004-01-26 Chris Demetriou <cgd@broadcom.com>
205
206 * sim/mips: New directory. Tests for the MIPS simulator.
207
208 2004-01-23 Ben Elliston <bje@wasabisystems.com>
209
210 * lib/sim-defs.exp (run_sim_test): Delete the .o and .x files if a
211 test passes.
212
213 2003-08-20 Michael Snyder <msnyder@redhat.com>
214 On behalf of Dave Brolley
215
216 * sim/frv: New testsuite.
217 * frv-elf: New testsuite.
218
219 2003-07-09 Michael Snyder <msnyder@redhat.com>
220
221 * sim/sh: New directory. Tests for Renesas sh family.
222
223 2003-04-13 Michael Snyder <msnyder@redhat.com>
224
225 * sim/h8300: New directory. Tests for Renesas h8/300 family.
226
227 2002-06-16 Andrew Cagney <ac131313@redhat.com>
228
229 * configure: Regenerated to track ../common/aclocal.m4 changes.
230
231 2001-07-31 Ben Elliston <bje@redhat.com>
232
233 * lib/sim-defs.exp (run_sim_test): Include a description such as
234 "assembling" or "linking" that identifies the phase a test fails
235 in, for easier analysis of failures.
236
237 2000-11-01 Dave Brolley <brolley@cygnus.com>
238
239 * lib/sim-defs.exp (run_sm_test): Correct comment. "output" and
240 "xerror" options do not use a list of machines. Clear options from
241 previous test case. Use "$cpu_option" to identify the machine to the
242 assembler, if specified.
243
244 Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
245
246 * configure: Regenerated to track ../common/aclocal.m4 changes.
247
248 1999-09-15 Doug Evans <devans@casey.cygnus.com>
249
250 * sim/arm/b.cgs: New testcase.
251 * sim/arm/bic.cgs: New testcase.
252 * sim/arm/bl.cgs: New testcase.
253
254 Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
255
256 * configure: Regenerated to track ../common/aclocal.m4 changes.
257
258 1999-08-30 Doug Evans <devans@casey.cygnus.com>
259
260 * lib/sim-defs.exp (run_sim_test): Rename all_machs arg to
261 requested_machs, now is list of machs to run tests for.
262 Delete locals AS,ASFLAGS,LD,LDFLAGS. Use target_assemble
263 and target_link instead.
264
265 Fri Feb 5 12:41:11 1999 Doug Evans <devans@canuck.cygnus.com>
266
267 * lib/sim-defs.exp (sim_run): Print simulator arguments log message.
268
269 1999-01-05 Doug Evans <devans@casey.cygnus.com>
270
271 * lib/sim-defs.exp (run_sim_test): New arg all_machs.
272
273 1998-12-14 Doug Evans <devans@casey.cygnus.com>
274
275 * lib/sim-defs.exp (run_sim_test): New option xerror, for expected
276 errors. Translate \n sequences in expected output to newline char.
277 (slurp_options): Make parentheses optional.
278 (sim_run): Look for board_info sim,options.
279
280 Wed Nov 18 10:50:19 1998 Andrew Cagney <cagney@b1.cygnus.com>
281
282 * common/bits-gen.c (main): Add BYTE_ORDER so that it matches
283 recent sim/common/sim-basics.h changes.
284 * common/Makefile.in: Update.
285
286 Fri Oct 30 00:37:31 1998 Felix Lee <flee@cygnus.com>
287
288 * lib/sim-defs.exp (sim_run): download target program to remote
289 host, if necessary. for unix-driven win32 testing.
290
291 Fri Jul 31 17:49:13 1998 Felix Lee <flee@cygnus.com>
292
293 * lib/sim-defs.exp (sim_run): remote_spawn, use writeto instead of
294 writeonly.
295
296 Fri Jul 24 09:40:34 1998 Doug Evans <devans@canuck.cygnus.com>
297
298 * Makefile.in (clean,mostlyclean): Change leading spaces to a tab.
299
300 Tue Jun 16 15:44:01 1998 Jillian Ye <jillian@cygnus.com>
301
302 * lib/sim-defs.exp: Print out timeout setting info when "-v" is used.
303
304 Thu Jun 11 15:24:53 1998 Doug Evans <devans@canuck.cygnus.com>
305
306 * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options,
307 which is now a list of options controlling the behaviour of sim_run.
308
309 Mon Jun 1 18:54:22 1998 Frank Ch. Eigler <fche@cygnus.com>
310
311 * lib/sim-defs.exp (sim_run): Add possible environment variable
312 list to simulator run.
313
314 Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
315
316 * Makefile.in: Take RUNTEST out of FLAG_TO_PASS
317 so that make check can be invoked recursively.
318
319 Thu May 14 11:48:35 1998 Doug Evans <devans@canuck.cygnus.com>
320
321 * config/default.exp (CC,SIM): Delete.
322
323 * lib/sim-defs.exp (sim_run): Fix handling of output redirection.
324 New arg prog_opts. All callers updated.
325
326 Fri May 8 18:10:28 1998 Jillian Ye <jillian@cygnus.com>
327
328 * Makefile.in: Made "check" the target of two
329 dependencies (test1, test2) so that test2 get a chance to
330 run even when test1 failed if "make -k check" is used.
331
332 Fri May 8 14:41:28 1998 Doug Evans <devans@canuck.cygnus.com>
333
334 * lib/sim-defs.exp (sim_version): Simplify.
335 (sim_run): Implement.
336 (run_sim_test): Use sim_run.
337 (sim_compile): New proc.
338
339 Mon May 4 17:59:11 1998 Frank Ch. Eigler <fche@cygnus.com>
340
341 * config/default.exp: Added C compiler settings.
342
343 Wed Apr 22 12:26:28 1998 Doug Evans <devans@canuck.cygnus.com>
344
345 * Makefile.in (TARGET_FLAGS_TO_PASS): Delete LIBS, LDFLAGS.
346
347 Tue Apr 21 10:49:03 1998 Doug Evans <devans@canuck.cygnus.com>
348
349 * lib/sim-defs.exp (run_sim_test): Don't exit early if one mach fails,
350 try all machs.
351
352 Wed Feb 25 11:01:17 1998 Doug Evans <devans@canuck.cygnus.com>
353
354 * Makefile.in (RUNTEST): Fix path to runtest.
355
356 Tue Feb 17 12:46:05 1998 Doug Evans <devans@seba.cygnus.com>
357
358 * config/default.exp: New file.
359 * lib/sim-defs.exp: New file.
360
361 * Makefile.in (build_alias): Define.
362 (arch): Define.
363 (RUNTEST_FOR_TARGET): Delete.
364 (RUNTEST): Fix.
365 (check): Depend on site.exp. Run dejagnu.
366 (site.exp): New target.
367 * configure.in (arch): Define from target_cpu.
368 * configure: Regenerate.
369
370 Wed Sep 17 10:21:26 1997 Andrew Cagney <cagney@b1.cygnus.com>
371
372 * common/bits-gen.c (gen_bit): Pass in the full name of the macro.
373 (gen_mask): Ditto.
374
375 * common/bits-tst.c (main): Add tests for LSSEXT, MSSEXT.
376 (calc): Add support for 8 bit version of macros.
377 (main): Add tests for 8 bit versions of macros.
378 (check_sext): Check SEXT of zero clears bits.
379
380 * common/bits-gen.c (main): Generate tests for 8 bit versions of
381 macros.
382
383 Thu Sep 11 13:04:40 1997 Andrew Cagney <cagney@b1.cygnus.com>
384
385 * common/Make-common.in: New file, provide generic rules for
386 running checks.
387
388 Mon Sep 1 16:43:55 1997 Andrew Cagney <cagney@b1.cygnus.com>
389
390 * configure.in (configdirs): Test for the target directory instead
391 of matching on a target.