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