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