*** empty log message ***
[external/binutils.git] / sim / testsuite / ChangeLog
1 start-sanitize-sky
2 Tue Jun 16 18:33:37 1998 Jillian Ye <jillian@cygnus.com>
3
4         * sim/sky/sky_sce.exp: Removing sce2* and adding comments. 
5         * sim/sky/sky_sce_fast.exp: Removing diff, sce2, and adding
6           comments.
7
8 Tue Jun 16 15:44:01 1998 Jillian Ye <jillian@cygnus.com>
9
10         * sim/sky/sky-defs.tcl: passing timeout option to sim_run
11         * lib/sim-defs.exp    : Print out timeout setting info when "-v" is used.
12
13 Tue Jun 16 09:03:37 1998  Frank Ch. Eigler  <fche@cygnus.com>
14
15         * t-cop2.s: Reorder instruction blocks to prevent "Out of bounds"
16         messages during test execution.  Added dummy branch labels for BC2*
17         instructions.
18         * t-cop2.brn: Use --sky-debug option instead of env var.
19         * t-cop2.vuexpect: Updated for with new disassembly format.
20         
21         * sky_sce_fast.exp: Don't compare GIF outputs for
22         --float-type=fast.
23         * sce_test{17,33,49}.dvpasm: Use ".DmaPackVif 1" option to
24         exercise assembler / PKE.
25         
26         * rw-vureg.c: Cast memcpy operand to allay warning.
27
28 Mon Jun 15 15:34:10 1998 Frank Ch. Eigler <fche@cygnus.com>
29
30         * sim/sky/sky_sce_fast.exp: New file for fast floating point mode of
31         SCEI test cases.
32
33 Tue Jun 12 16:20:30 1998 Jillian Ye <jillian@cygnus.com>
34
35         * sim/sky/sky_sce.exp: Set the timeout for the sce visual testcases
36           to be 2000 sec (clock time). 
37         * sim/sky/sky-defs.tcl: Accept the timeout set in brn file
38           by sky_sce.exp for the duration of the test, and restore
39           the original value after the test is done.
40
41 Thu Jun 11 15:24:53 1998  Doug Evans  <devans@canuck.cygnus.com>
42
43         * sim/sky/vu01reg-main.c: New file.
44         * sim/sky/vu01reg.dvpasm: New file.
45         * sim/sky/vu01reg.brn: New file.
46
47         * sim/sky/vu.h (VU0_MEM1_WINDOW_START): New macro.
48         (VU0_MEM1_SIZE): New macro.
49
50         * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options,
51         which is now a list of options controlling the behaviour of sim_run.
52
53         * sim/sky/sky-defs.tcl (run_brn_test): Fix `options' arg to
54         sim_compile.  Fix handling of dvpasm_flags.
55         (run_trc_test): Update to new way of environment variables to sim_run.
56
57 Wed Jun 10 15:56:10 1998  Frank Ch. Eigler  <fche@cygnus.com>
58
59         * sim/sky/t-int.c: New file to test sky hardware
60         interrupts.
61         * sim/sky/t-int-handler.s: New file for null interrupt
62         handler.
63         * sim/sky/t-int.brn: New file to build new test.
64
65 end-sanitize-sky
66 Wed Jun 10 10:53:20 1998  Doug Evans  <devans@seba.cygnus.com>
67
68         * sim/m32r/addx.cgs: Add another test.
69         * sim/m32r/jmp.cgs: Add another test.
70 start-sanitize-m32rx
71         * sim/m32r/bra8-2.cgs: New testcase.
72         * sim/m32r/hello.ms: Run on m32rx too.
73 end-sanitize-m32rx
74
75 start-sanitize-sky
76 Tue Jun  9 16:30:16 1998 Jillian Ye <jillian@cygnus.com>
77
78         * sky_sce.exp: Added the "diff -bitw" clause,
79           and turn on the "--enable-gs", "--float-type" options.
80
81 Tue Jun  9 08:55:05 1998  Doug Evans  <devans@canuck.cygnus.com>
82
83         * sim/sky/dma.h: New file.
84         * sim/sky/vif.h: New file.
85         * sim/sky/vu.h: New file.
86         * sim/sky/sce_main.c: Move magic numbers to .h files.
87
88 end-sanitize-sky
89 Mon Jun  8 16:08:27 1998  Doug Evans  <devans@canuck.cygnus.com>
90
91         * sim/m32r/trap.cgs: Test trap 2.
92
93 start-sanitize-sky
94 Fri Jun 03 11:22:33 1998  Patrick Macdonald <patrickm@cygnus.com>
95
96         * sim/sky/t-gif4.[trc|gifexpect]: additional test for a PATH3
97           pause 
98         * sim/sky/t-gif6.[trc|gifexpect]: additional test for IMT ( non
99           multiple of 8)
100
101 end-sanitize-sky           
102 Mon Jun  1 18:54:22 1998  Frank Ch. Eigler  <fche@cygnus.com>
103
104         * lib/sim-defs.exp (sim_run): Add possible environment variable
105         list to simulator run.
106 start-sanitize-sky
107         * sim/sky/sky-defs.tcl: Use it.
108         
109         * sim/sky/t-pke2.vif1out: Update to match recent word-precise
110         tracking table change in sim/mips/sky-pke.c.
111         * sim/sky/t-pke3.trc: Ditto.
112         * sim/sky/t-pke4.vif0expect: Ditto.
113 end-sanitize-sky        
114
115 Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
116
117         * Makefile.in: Take RUNTEST out of FLAG_TO_PASS
118                        so that make check can be invoked recursively.
119
120 start-sanitize-sky
121 Thu May 21 11:45:50 1998  Patrick Macdonald <patrickm@cygnus.com>
122
123         * sim/sky/t-gif6.trc: IMT burst testcases
124         * sim/sky/t-gif6.gifexpect: IMT burst expected results
125         
126 Wed May 20 18:10:28 1998 Jillian Ye <jillian@cygnus.com>
127
128         * sim/sky/c_gen.pl: Added subroutine "print_comment"
129                     and on/off option for "src line #"
130
131 Mon May 18 10:37:47 1998  Doug Evans  <devans@canuck.cygnus.com>
132
133         * sim/sky/sky.ld: Delete file.
134
135 end-sanitize-sky
136 Thu May 14 11:48:35 1998  Doug Evans  <devans@canuck.cygnus.com>
137
138         * config/default.exp (CC,SIM): Delete.
139 start-sanitize-sky
140         * sim/sky/sky-defs.tcl (LDSCRIPT,SIM): Delete.
141         (run_trc_test): Use sim_compile, sim_run.  Only delete temp files
142         if testcase passed.
143         (run_brn_test): Ditto.
144         * sim/sky/sky.exp: Add runtest_file_p support.  Don't print
145         unsupported message if not sky.
146         * sim/sky/sky_sce.exp: Likewise.
147 end-sanitize-sky
148
149         * lib/sim-defs.exp (sim_run): Fix handling of output redirection.
150         New arg prog_opts.  All callers updated.
151
152 Fri May  8 18:10:28 1998  Jillian Ye <jillian@cygnus.com>
153
154         * Makefile.in: Made "check" the target of two
155           dependencies (test1, test2) so that test2 get a chance to 
156           run even when test1 failed if "make -k check" is used.
157
158 Fri May  8 14:41:28 1998  Doug Evans  <devans@canuck.cygnus.com>
159
160         * lib/sim-defs.exp (sim_version): Simplify.
161         (sim_run): Implement.
162         (run_sim_test): Use sim_run.
163         (sim_compile): New proc.
164
165 start-sanitize-sky
166 Thu May  7 12:30:59 1998  Patrick Macdonald <patrickm@cygnus.com>
167
168         * sim/sky/sky-defs.tcl: add handling for gifexpect and gsexpect
169         * sim/sky/t-gif*.trc: GIF unit test cases
170         * sim/sky/t-gif*.gifexpect: GIF unit test expected results
171         * sim/sky/t-gs.trc: GS unit test case
172         * sim/sky/t-gs.gsexpect: GS unit test case expected result
173          
174 Mon May  4 17:49:56 1998  Frank Ch. Eigler  <fche@cygnus.com>
175
176         * sim/sky/sky-defs.tcl: New file, common dejagnu routine definitions.
177         * sim/sky/sky.exp: New file, quick dejagnu test driver.
178         * sim/sky/sky_sce.exp: New file, SCE dejagnu test driver.
179         * sim/sky/*.brn: New files, test fragment descriptions.
180         * sim/sky/OTHERS: Old test cases from sim/testsuite/sky.
181
182 end-sanitize-sky
183 Mon May  4 17:59:11 1998  Frank Ch. Eigler  <fche@cygnus.com>
184
185 start-sanitize-sky
186         * configure.in (testdir): Don't use old sky test directory.
187         * configure: Regenerated
188         * sky/Makefile.in: swallow stderr on buggy tests
189 end-sanitize-sky
190         * config/default.exp: Added C compiler settings.
191
192 Wed Apr 22 12:26:28 1998  Doug Evans  <devans@canuck.cygnus.com>
193
194         * Makefile.in (TARGET_FLAGS_TO_PASS): Delete LIBS, LDFLAGS.
195
196 Tue Apr 21 10:49:03 1998  Doug Evans  <devans@canuck.cygnus.com>
197
198         * lib/sim-defs.exp (run_sim_test): Don't exit early if one mach fails,
199         try all machs.
200
201         * sim/m32r/addx.cgs: Test (-1)+(-1)+1.
202
203 Fri Apr 17 16:00:52 1998  Doug Evans  <devans@canuck.cygnus.com>
204
205         * sim/m32r/mv[ft]achi.cgs: Fix expected result
206         (sign extension of top 8 bits).
207 start-sanitize-m32rx
208         * sim/m32r/mv[ft]achi-a.cgs: Ditto.
209 end-sanitize-m32rx
210
211 start-sanitize-m32rx
212 Tue Apr 14 14:06:34 1998  Doug Evans  <devans@canuck.cygnus.com>
213
214         * sim/m32r/maclh1.cgs: Fix testcase.
215         * sim/m32r/maclh1-2.cgs: New testcase.
216
217 Tue Mar  3 19:09:09 1998  Doug Evans  <devans@canuck.cygnus.com>
218
219         * sim/m32r/sat.cgs: Change sath to sat.
220
221 end-sanitize-m32rx
222 Wed Feb 25 11:01:17 1998  Doug Evans  <devans@canuck.cygnus.com>
223
224         * Makefile.in (RUNTEST): Fix path to runtest.
225
226 start-sanitize-sky
227 Tue Feb 24 19:47:56 1998  Frank Ch. Eigler  <fche@cygnus.com>
228
229         * configure.in (testdir): Added sky subdir for mips64r5900-sky-elf
230         target.  
231         * configure: Regenerate.
232 end-sanitize-sky
233         
234 Fri Feb 20 11:00:02 1998  Nick Clifton  <nickc@cygnus.com>
235
236         * sim/m32r/unlock.cgs: Fixed test.
237         * sim/m32r/mvfc.cgs: Fixed test.
238         * sim/m32r/remu.cgs: Fixed test.
239
240         * sim/m32r/bnc24.cgs: Test long BNC instruction.
241         * sim/m32r/bnc8.cgs: Test short BNC instruction.
242         * sim/m32r/ld-plus.cgs: Test LD instruction.
243         * sim/m32r/macwhi.cgs: Test MACWHI instruction.
244         * sim/m32r/macwlo.cgs: Test MACWLO instruction.
245         * sim/m32r/mulwhi.cgs: Test MULWHI instruction.
246         * sim/m32r/mulwlo.cgs: Test MULWLO instruction.
247         * sim/m32r/mvfachi.cgs: Test MVFACHI instruction.
248         * sim/m32r/mvfaclo.cgs: Test MVFACLO instruction.
249         * sim/m32r/mvtaclo.cgs: Test MVTACLO instruction.
250         * sim/m32r/addv.cgs: Test ADDV instruction.
251         * sim/m32r/addv3.cgs: Test ADDV3 instruction.
252         * sim/m32r/addx.cgs: Test ADDX instruction.
253         * sim/m32r/lock.cgs: Test LOCK instruction.
254         * sim/m32r/neg.cgs: Test NEG instruction.
255         * sim/m32r/not.cgs: Test NOT instruction.
256         * sim/m32r/unlock.cgs: Test UNLOCK instruction.
257 start-sanitize-m32rx
258         * sim/m32r/mvfachi-a.cgs: Test extended MVFACHI instruction.
259         * sim/m32r/mvfaclo-a.cgs: Test extended MVFACLO instruction.
260         * sim/m32r/mvtachi-a.cgs: Test extended MVTACHI instruction.
261         * sim/m32r/mvtaclo-a.cgs: Test extended MVTACLO instruction.
262 end-sanitize-m32rx
263 Thu Feb 19 11:15:45 1998  Nick Clifton  <nickc@cygnus.com>
264
265         * sim/m32r/testutils.inc (mvaddr_h_gr): new macro to load an
266         address into a general register.
267
268         * sim/m32r/or3.cgs: Test OR3 instruction.
269         * sim/m32r/rach.cgs: Test RACH instruction.
270         * sim/m32r/rem.cgs: Test REM instruction.
271         * sim/m32r/sub.cgs: Test SUB instruction.
272         * sim/m32r/mv.cgs: Test MV instruction.
273         * sim/m32r/mul.cgs: Test MUL instruction.
274         * sim/m32r/bl24.cgs: Test long BL instruction.
275         * sim/m32r/bl8.cgs: Test short BL instruction.
276         * sim/m32r/blez.cgs: Test BLEZ instruction.
277         * sim/m32r/bltz.cgs: Test BLTZ instruction.
278         * sim/m32r/bne.cgs: Test BNE instruction.
279         * sim/m32r/bnez.cgs: Test BNEZ instruction.
280         * sim/m32r/bra24.cgs: Test long BRA instruction.
281         * sim/m32r/bra8.cgs: Test short BRA instruction.
282         * sim/m32r/jl.cgs: Test JL instruction.
283         * sim/m32r/or.cgs: Test OR instruction.
284         * sim/m32r/jmp.cgs: Test JMP instruction.
285         * sim/m32r/and.cgs: Test AND instruction.
286         * sim/m32r/and3.cgs: Test AND3 instruction.
287         * sim/m32r/beq.cgs: Test BEQ instruction.
288         * sim/m32r/beqz.cgs: Test BEQZ instruction.
289         * sim/m32r/bgez.cgs: Test BGEZ instruction.
290         * sim/m32r/bgtz.cgs: Test BGTZ instruction.
291         * sim/m32r/cmp.cgs: Test CMP instruction.
292         * sim/m32r/cmpi.cgs: Test CMPI instruction.
293         * sim/m32r/cmpu.cgs: Test CMPU instruction.
294         * sim/m32r/cmpui.cgs: Test CMPUI instruction.
295         * sim/m32r/div.cgs: Test DIV instruction.
296         * sim/m32r/divu.cgs: Test DIVU instruction.
297         * sim/m32r/cmpeq.cgs: Test CMPEQ instruction.
298         * sim/m32r/sll.cgs: Test SLL instruction.
299         * sim/m32r/sll3.cgs: Test SLL3 instruction.
300         * sim/m32r/slli.cgs: Test SLLI instruction.
301         * sim/m32r/sra.cgs: Test SRA instruction.
302         * sim/m32r/sra3.cgs: Test SRA3 instruction.
303         * sim/m32r/srai.cgs: Test SRAI instruction.
304         * sim/m32r/srl.cgs: Test SRL instruction.
305         * sim/m32r/srl3.cgs: Test SRL3 instruction.
306         * sim/m32r/srli.cgs: Test SRLI instruction.
307         * sim/m32r/xor3.cgs: Test XOR3 instruction.
308         * sim/m32r/xor.cgs: Test XOR instruction.
309 start-sanitize-m32rx    
310         * sim/m32r/jnc.cgs: Test JNC instruction.
311         * sim/m32r/jc.cgs: Test JC instruction.
312         * sim/m32r/cmpz.cgs: Test CMPZ instruction.
313         * sim/m32r/bcl24.cgs: Test long version of BCL instruction
314         * sim/m32r/bcl8.cgs: Test short BCL instruction.
315         * sim/m32r/bncl24.cgs: Test long BNCL instruction.
316         * sim/m32r/bncl8.cgs: Test short BNCL instruction.
317         * sim/m32r/divh.cgs: Test DIVH instruction.
318         * sim/m32r/rach-dsi.cgs: Test extended RACH instruction.
319 end-sanitize-m32rx      
320 Tue Feb 17 12:46:05 1998  Doug Evans  <devans@seba.cygnus.com>
321
322         * config/default.exp: New file.
323         * lib/sim-defs.exp: New file.
324         * sim/m32r/*: m32r dejagnu simulator testsuite.
325
326         * Makefile.in (build_alias): Define.
327         (arch): Define.
328         (RUNTEST_FOR_TARGET): Delete.
329         (RUNTEST): Fix.
330         (SCHEME,SCHEMEFLAGS,CGENDIR,CGENFLAGS): Define.
331         (check): Depend on site.exp.  Run dejagnu.
332         (site.exp): New target.
333         (cgen): New target.
334         * configure.in: Call AC_CHECK_PROG(SCHEME) if using cgen.
335         (arch): Define from target_cpu.
336         * configure: Regenerate.
337
338 Wed Sep 17 10:21:26 1997  Andrew Cagney  <cagney@b1.cygnus.com>
339
340         * common/bits-gen.c (gen_bit): Pass in the full name of the macro.
341         (gen_mask): Ditto.
342
343         * common/bits-tst.c (main): Add tests for LSSEXT, MSSEXT.
344         (calc): Add support for 8 bit version of macros.
345         (main): Add tests for 8 bit versions of macros.
346         (check_sext): Check SEXT of zero clears bits.
347
348         * common/bits-gen.c (main): Generate tests for 8 bit versions of
349         macros.
350
351 Thu Sep 11 13:04:40 1997  Andrew Cagney  <cagney@b1.cygnus.com>
352
353         * common/Make-common.in: New file, provide generic rules for
354         running checks.
355
356 Mon Sep  1 16:43:55 1997  Andrew Cagney  <cagney@b1.cygnus.com>
357
358         * configure.in (configdirs): Test for the target directory instead
359         of matching on a target.
360
361 start-sanitize-r5900
362 Tue Jul 15 13:43:20 1997  Andrew Cagney  <cagney@sendai.cygnus.com>
363
364         * configure.in (configdirs): Configure mips64vr5900el
365         directory.
366         * configure: Regenerate.
367
368 end-sanitize-r5900