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