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