]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/testsuite/ChangeLog
sim: avr: start a basic testsuite
[thirdparty/binutils-gdb.git] / sim / testsuite / ChangeLog
CommitLineData
eca5fe42
MF
12015-03-28 Mike Frysinger <vapier@gentoo.org>
2
3 * configure: Regenerate.
4
f46e4eb7
JB
52015-03-28 James Bowman <james.bowman@ftdichip.com>
6
7 * configure: Regenerate.
8
f32d1b7f
MF
92014-03-10 Mike Frysinger <vapier@gentoo.org>
10
11 * configure: Regenerate.
12
1a8a700e
MF
132014-03-04 Mike Frysinger <vapier@gentoo.org>
14
15 * common/bits-gen.c (main): Change to new style prototype.
16
bf3d9781
AM
172013-09-23 Alan Modra <amodra@gmail.com>
18
19 * configure: Regenerate.
20
5f3ef9d0
JB
212012-06-15 Joel Brobecker <brobecker@adacore.com>
22
23 * configure: Regenerate.
24
ad03ad84
MF
252012-03-24 Mike Frysinger <vapier@gentoo.org>
26
27 * configure: Regenerate.
28
026789b1
MF
292012-03-18 Mike Frysinger <vapier@gentoo.org>
30
31 * .gitignore: New file.
32
783981cf
MF
332011-10-17 Mike Frysinger <vapier@gentoo.org>
34
35 * configure: Regenerate after bfin testsuite update.
36
0641104b
MF
372011-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
4d393d60
JM
452011-05-04 Joseph Myers <joseph@codesourcery.com>
46
47 * configure: Regenerate.
9a1ac776 48
119da465
MF
492010-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
81ecdfbb
RW
562009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
57
58 * configure: Regenerate.
59
fa0cbd5a
HPN
602009-01-18 Hans-Peter Nilsson <hp@axis.com>
61
fa0cbd5a
HPN
62 * lib/sim-defs.exp (run_sim_test): New option progopts.
63
38f48d72
AC
642005-01-11 Andrew Cagney <cagney@localhost.localdomain>
65
66 * configure: Regenerated to track ../common/aclocal.m4 changes.
67
4db6a73d
AC
682005-01-07 Andrew Cagney <cagney@gnu.org>
69
b7026657
AC
70 * configure.ac: Rename configure.in, require autoconf 2.59.
71 * configure: Re-generate.
72
d0945c9b
AC
73 * configure.in: Pass literal subdirectories to AC_CONFIG_SUBDIRS.
74 * configure: Re-generate.
75
4db6a73d
AC
76 * fr30-elf, d30v-elf: Delete directory.
77
5eba45c1
HPN
782004-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.
310ca70c 82 Support "xfail" and "kfail".
5eba45c1 83
fcf640ec
NC
842004-10-26 Nick Clifton <nickc@redhat.com>
85
86 * lib/sim-defs.exp (sim_run): Add support for the "rawsid"
87 protocol.
88
a3ef5243
DD
892004-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
bc81a370
BE
952004-05-12 Ben Elliston <bje@au.ibm.com>
96
97 * lib/sim-defs.exp: Remove stray semicolons.
98
df0a8012
CD
992004-01-26 Chris Demetriou <cgd@broadcom.com>
100
101 * sim/mips: New directory. Tests for the MIPS simulator.
102
2345c93c
BE
1032004-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
51796a3f
DB
1082003-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
b7c7b624
MS
1142003-07-09 Michael Snyder <msnyder@redhat.com>
115
116 * sim/sh: New directory. Tests for Renesas sh family.
117
a27a0651
MS
1182003-04-13 Michael Snyder <msnyder@redhat.com>
119
120 * sim/h8300: New directory. Tests for Renesas h8/300 family.
121
c8cca39f
AC
1222002-06-16 Andrew Cagney <ac131313@redhat.com>
123
124 * configure: Regenerated to track ../common/aclocal.m4 changes.
125
f18ee7ef
BE
1262001-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
0ab7df8a
DB
1322000-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
eb2d80b4
AC
139Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
140
141 * configure: Regenerated to track ../common/aclocal.m4 changes.
142
c2c6d25f
JM
1431999-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
d4f3574e
SS
149Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
150
151 * configure: Regenerated to track ../common/aclocal.m4 changes.
152
104c1213
JM
1531999-08-30 Doug Evans <devans@casey.cygnus.com>
154
104c1213
JM
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
c906108c
SS
160Fri 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
1641999-01-05 Doug Evans <devans@casey.cygnus.com>
165
166 * lib/sim-defs.exp (run_sim_test): New arg all_machs.
c906108c
SS
167
1681998-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.
c906108c
SS
174
175Wed 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
181Fri 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
7a292a7a
SS
186Fri 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
c906108c
SS
191Fri 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
7a292a7a
SS
195Tue 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
199Thu 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
c906108c
SS
204Mon 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
209Thu 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
214Thu 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
221Fri 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
227Fri 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
234Mon May 4 17:59:11 1998 Frank Ch. Eigler <fche@cygnus.com>
235
236 * config/default.exp: Added C compiler settings.
237
238Wed Apr 22 12:26:28 1998 Doug Evans <devans@canuck.cygnus.com>
239
240 * Makefile.in (TARGET_FLAGS_TO_PASS): Delete LIBS, LDFLAGS.
241
242Tue 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
c906108c
SS
247Wed Feb 25 11:01:17 1998 Doug Evans <devans@canuck.cygnus.com>
248
249 * Makefile.in (RUNTEST): Fix path to runtest.
250
c906108c
SS
251Tue 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.
c906108c
SS
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
265Wed 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
278Thu 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
283Mon 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