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