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