* sim/sky/sky-defs.tcl: various changes for remote host testing.
[external/binutils.git] / sim / testsuite / ChangeLog
1 start-sanitize-sky
2 1998-12-30  Felix Lee  <flee@cygnus.com>
3  
4         * sim/sky/sky-defs.tcl: various changes for remote host testing.
5         * sim/sky/mload.exp: ditto.
6         * sim/sky/sky_sce.exp: ditto.
7         * sim/sky/sky_sce_accurate.exp: ditto.
8         * sim/sky/sky_sce_fast.exp: ditto.
9
10         * sim/sky/mload.exp: mark as unresolved on error.
11
12 end-sanitize-sky
13 Fri Dec 18 17:19:34 1998  Dave Brolley  <brolley@cygnus.com>
14
15         * sim/fr30/ldres.cgs: New testcase.
16         * sim/fr30/copld.cgs: New testcase.
17         * sim/fr30/copst.cgs: New testcase.
18         * sim/fr30/copsv.cgs: New testcase.
19         * sim/fr30/nop.cgs: New testcase.
20         * sim/fr30/andccr.cgs: New testcase.
21         * sim/fr30/orccr.cgs: New testcase.
22         * sim/fr30/addsp.cgs: New testcase.
23         * sim/fr30/stilm.cgs: New testcase.
24         * sim/fr30/extsb.cgs: New testcase.
25         * sim/fr30/extub.cgs: New testcase.
26         * sim/fr30/extsh.cgs: New testcase.
27         * sim/fr30/extuh.cgs: New testcase.
28         * sim/fr30/enter.cgs: New testcase.
29         * sim/fr30/leave.cgs: New testcase.
30         * sim/fr30/xchb.cgs: New testcase.
31         * sim/fr30/dmovb.cgs: New testcase.
32         * sim/fr30/dmov.cgs: New testcase.
33         * sim/fr30/dmovh.cgs: New testcase.
34
35 Thu Dec 17 17:18:43 1998  Dave Brolley  <brolley@cygnus.com>
36
37         * sim/fr30/testutils.inc (take_branch{_d},no_branch{_d}): New macros.
38         * sim/fr30/ret.cgs: Add tests fir ret:d.
39         * sim/fr30/inte.cgs: New testcase.
40         * sim/fr30/reti.cgs: New testcase.
41         * sim/fr30/bra.cgs: New testcase.
42         * sim/fr30/bno.cgs: New testcase.
43         * sim/fr30/beq.cgs: New testcase.
44         * sim/fr30/bne.cgs: New testcase.
45         * sim/fr30/bc.cgs: New testcase.
46         * sim/fr30/bnc.cgs: New testcase.
47         * sim/fr30/bn.cgs: New testcase.
48         * sim/fr30/bp.cgs: New testcase.
49         * sim/fr30/bv.cgs: New testcase.
50         * sim/fr30/bnv.cgs: New testcase.
51         * sim/fr30/blt.cgs: New testcase.
52         * sim/fr30/bge.cgs: New testcase.
53         * sim/fr30/ble.cgs: New testcase.
54         * sim/fr30/bgt.cgs: New testcase.
55         * sim/fr30/bls.cgs: New testcase.
56         * sim/fr30/bhi.cgs: New testcase.
57
58 start-sanitize-sky
59 Thu Dec 17 13:28:06 1998  Doug Evans  <devans@canuck.cygnus.com>
60
61         * sim/sky/sce_test12.vuasm: Update syntax of MTIR insn.
62         * sim/sky/sce_test14.vuasm: Ditto.
63         * sim/sky/sce_test16.vuasm: Ditto.
64         * sim/sky/sce_test18.vuasm: Ditto.
65         * sim/sky/sce_test20.vuasm: Ditto.
66         * sim/sky/sce_test22.vuasm: Ditto.
67         * sim/sky/sce_test24.vuasm: Ditto.
68         * sim/sky/sce_test26.vuasm: Ditto.
69         * sim/sky/sce_test28.vuasm: Ditto.
70         * sim/sky/sce_test30.vuasm: Ditto.
71         * sim/sky/sce_test32.vuasm: Ditto.
72         * sim/sky/sce_test34.vuasm: Ditto.
73         * sim/sky/sce_test47.vuasm: Ditto.
74
75 end-sanitize-sky
76 Tue Dec 15 17:47:13 1998  Dave Brolley  <brolley@cygnus.com>
77
78         * sim/fr30/div.cgs (int): Add signed division scenario.
79         * sim/fr30/int.cgs (int): Complete testcase.
80         * sim/fr30/testutils.inc (_start): Initialize tbr.
81         (test_s_user,test_s_system,set_i,test_i): New macros.
82
83 1998-12-14  Doug Evans  <devans@casey.cygnus.com>
84
85         * lib/sim-defs.exp (run_sim_test): New option xerror, for expected
86         errors.  Translate \n sequences in expected output to newline char.
87         (slurp_options): Make parentheses optional.
88         (sim_run): Look for board_info sim,options.
89         * sim/fr30/hello.ms: Add trailing \n to expected output.
90         * sim/m32r/hello.ms: Ditto.
91         * sim/m32r/hw-trap.ms: Ditto.
92
93         * sim/m32r/trap.cgs: Properly align trap2_handler.
94
95         * sim/m32r/uread16.ms: New testcase.
96         * sim/m32r/uread32.ms: New testcase.
97         * sim/m32r/uwrite16.ms: New testcase.
98         * sim/m32r/uwrite32.ms: New testcase.
99
100 1998-12-14  Dave Brolley  <brolley@cygnus.com>
101
102         * sim/fr30/call.cgs: Test ret here as well.
103         * sim/fr30/ld.cgs: Remove bogus comment.
104         * sim/fr30/testutils.inc (save_rp,restore_rp): New macros.
105         * sim/fr30/div.ms: New testcase.
106         * sim/fr30/st.cgs: New testcase.
107         * sim/fr30/sth.cgs: New testcase.
108         * sim/fr30/stb.cgs: New testcase.
109         * sim/fr30/mov.cgs: New testcase.
110         * sim/fr30/jmp.cgs: New testcase.
111         * sim/fr30/ret.cgs: New testcase.
112         * sim/fr30/int.cgs: New testcase.
113
114 Thu Dec 10 18:46:25 1998  Dave Brolley  <brolley@cygnus.com>
115
116         * sim/fr30/div0s.cgs: New testcase.
117         * sim/fr30/div0u.cgs: New testcase.
118         * sim/fr30/div1.cgs: New testcase.
119         * sim/fr30/div2.cgs: New testcase.
120         * sim/fr30/div3.cgs: New testcase.
121         * sim/fr30/div4s.cgs: New testcase.
122         * sim/fr30/testutils.inc (mvi_h_dr,set_dbits,test_dbits): New Macros.
123
124 Tue Dec  8 13:16:53 1998  Dave Brolley  <brolley@cygnus.com>
125
126         * sim/fr30/testutils.inc (set_s_user): Correct Mask.
127         (set_s_system): Correct Mask.
128         * sim/fr30/ld.cgs (ld): Move previously failing test back
129         into place.
130         * sim/fr30/ldm0.cgs: New testcase.
131         * sim/fr30/ldm1.cgs: New testcase.
132         * sim/fr30/stm0.cgs: New testcase.
133         * sim/fr30/stm1.cgs: New testcase.
134
135 Thu Dec  3 14:20:03 1998  Dave Brolley  <brolley@cygnus.com>
136
137         * sim/fr30/ld.cgs: Implement more loads.
138         * sim/fr30/call.cgs: New testcase.
139         * sim/fr30/testutils.inc (testr_h_dr): New macro.
140         (set_s_user,set_s_system): New macros.
141
142         * sim/fr30: New Directory.
143
144 Wed Nov 18 10:50:19 1998  Andrew Cagney  <cagney@b1.cygnus.com>
145
146         * common/bits-gen.c (main): Add BYTE_ORDER so that it matches
147         recent sim/common/sim-basics.h changes.
148         * common/Makefile.in: Update.
149         
150 Fri Oct 30 00:37:31 1998  Felix Lee  <flee@cygnus.com>
151
152         * lib/sim-defs.exp (sim_run): download target program to remote
153         host, if necessary.  for unix-driven win32 testing.
154
155 start-sanitize-sky
156 Thu Oct 29 14:10:22 1998  Frank Ch. Eigler  <fche@cygnus.com>
157
158         * sim/sky/sky-defs.tcl: xfail certain tests due to changes in
159         constant value of VU register VF00yz.
160
161 Tue Oct 13 13:01:24 EDT 1998 Frank Ch. Eigler <fche@cygnus.com>
162
163         * sim/sky/t-cop2.*: Update tests for VRNEXT and VRGET
164         instructions, to match corrected operand synatx.
165
166 Wed Sep 23 12:05:11 1998  Frank Ch. Eigler  <fche@cygnus.com>
167
168         * sim/sky/level2_gen.pl (*): Converted some perl constructs to use
169         only perl 4 features.  Remove junk whitespace before calling split()
170         for compatibility.
171
172 Fri Sep 18 15:16:56 1998  Doug Evans  <devans@canuck.cygnus.com>
173
174         * sim/sky/vu01reg-main.c (validate_ctrl): Only test bits of
175         statusflag that we're allowed to set.
176         * sim/sky/vu01reg.dvpasm (vumain1_ctrl): Set statusflag to 0xa80.
177
178 Fri Sep 18 14:52:00 1998  Frank Ch. Eigler  <fche@cygnus.com>
179
180         * sim/sky/level2_gen.pl (conv_vuasm): Convert incoming .float
181         constants to .word in perl to avoid gas processing.
182
183 Fri Sep 18 13:16:21 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
184
185         * sim/sky/t-dma.dmaexpect: Modified last line to expect that
186         DMA_Dn_CHCR__DIR be set to "1".  Change required because of pr17171.
187
188 Thu Sep 17 17:30:42 1998  Frank Ch. Eigler  <fche@cygnus.com>
189
190         * sim/sky/level2_gen.pl (conv_vuasm): Handle DC.F construct
191         in parallel with lower VU insn.
192
193 Wed Sep 16 15:12:38 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
194
195         * sim/sky/sce_main.c (DMA_Dn_CHCR__{STR,TTE,MODE}: cleanup.
196
197 Tue Sep 15 17:32:29 1998  Frank Ch. Eigler  <fche@cygnus.com>
198
199         * sim/sky/level2_gen.pl (conv_vuasm): Support data segment
200         label addresses for ADDI instruction.
201
202 Tue Sep 15 09:56:59 1998  Frank Ch. Eigler  <fche@cygnus.com>
203
204         * sim/sky/rw-vureg.c: Check that attempts to overwrite constant
205          VU registers (VF0, VI0) are futile.
206
207         * sim/sky/sky-defs.tcl (run_l2s_test): Clean up all files left
208         behind by level2_gen.pl for passing level-2 test cases.
209
210         * sim/sky/t-cop2.vuexpect: Update to match slightly changed
211         disassembly format from sky-libvpe.
212
213 Tue Sep 15 01:08:40 1998  Doug Evans  <devans@canuck.cygnus.com>
214
215         * sim/sky/vu01reg-main.c: Test vu1 control reg access.
216         * sim/sky/vu01reg.dvpasm: Ditto.
217
218 Mon Sep 14 20:30:34 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
219
220         * sim/sky/dma.h (DMA_Dn_CHCR__{STR,TTE,MODE}: cleanup.
221         * sim/sky/vu01reg-main.c: as above
222         * sim/sky/vureloc-main.c: as above
223         * sim/sky/t-int.c: Change setting of DMA DIRection flag.
224
225 Mon Sep 14 15:33:15 1998  Doug Evans  <devans@canuck.cygnus.com>
226
227         * sim/sky/dma.h (DMA_Dn_CHCR__{START,TIE,MODE}): New macros.
228         (DMA_Dn_CHCR__{MODE_NORM,MODE_CHAIN,DIR}): New macros.
229         * sim/sky/vu01reg-main.c: Specify DMA_Dn_CHCR__DIR.
230         * sim/sky/vureloc.c: Specify DMA_Dn_CHCR__DIR.
231         * sim/sky/sce_main.c: DMA_Dn_CHCR__START renamed from ...__DMA_START.
232
233         * sim/sky/sky-defs.tcl (run_trc_test): Save old timeout before
234         clobbering it.
235         (run_brn_test): Set default timeout of 500 seconds.
236
237 end-sanitize-sky
238 Tue Sep 15 14:56:22 1998  Doug Evans  <devans@canuck.cygnus.com>
239
240         * sim/m32r/testutils.inc (test_h_gr): Use mvaddr_h_gr.
241         * sim/m32r/rte.cgs: Test bbpc,bbpsw.
242         * sim/m32r/trap.cgs: Test bbpc,bbpsw.
243
244 start-sanitize-sky
245 Wed Sep  9 14:42:24 1998  Doug Evans  <devans@canuck.cygnus.com>
246
247         * sim/sky/pr17191.s: New file.
248         * sim/sky/pr17191.brn: New file.
249         * sim/sky/t-macros.inc: New file.
250
251 Tue Sep 8 18:33:04 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
252
253         * sim/sky/sce_main.c: PR17171: DMA_Dn_CHCR__DIR was not specified.
254         * sim/sky/t_dma.c: PR17171: DMA_Dn_CHCR__DIR was not specified.
255
256 Thu Sep 3 10:27:04 EDT 1998 Frank Ch. Eigler <fche@cygnus.com>
257
258         * sim/sky/level2.exp: Renamed back.
259         * sim/sky/sky-defs.tcl: Increased level-2 timeouts.
260         * sim/sky/level2_gen.pl: Use two passes to process incoming
261         assembly.  Keep temporary files temporarily.
262
263 Mon Aug 24 16:23:29 1998  Jillian Ye <jillian@cygnus.com>
264
265         * sim/sky/level2.exp:  temporally renamed it to level2.test
266
267 Thu Aug 20 14:29:29 1998  Patrick Macdonald  <patrickm@cygnus.com>
268
269         * sim/sky/t-gs.[trc|gsexpect]: new address modifications
270         
271 Thu Aug 20 10:50:15 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
272
273         * sim/sky/refresh.dvpasm: change refreshe to refresha.
274
275 Wed Aug 19 11:42:00 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
276
277         * sim/sky/sky.exp: Disable these tests for target vpu-elf
278         (mips64el-skyb-elf).
279
280 Tue Aug 18 17:31:30 1998  Jillian <jillian@cygnus.com>
281
282         * sim/sky/[sky_sce scky_sce_accurate].exp:
283         Allow for the test of sce2_test*.dvpasm.
284         * fast_gs/sce2_test*.gsout: Add expected gs output
285         for the sce2_test cases.
286
287 Tue Aug 18 17:27:10 1998 Jillian Ye <jillian@cygnus.com>
288      
289         * sim/sky/fast_gs/sce2_test11.gsout: added file.
290
291 Thu Aug 13 15:08:19 1998  Doug Evans  <devans@canuck.cygnus.com>
292
293         Add skyb support.
294         * sim/sky/*.dvpasm: Replace .section with section.
295         * sim/sky/sce_macros.s (section): New macro.
296         * sim/sky/sky-defs.tcl (run_brn_test): Handle test_on_skyb_p.
297         Pass -no-dma --defsym skyb_p=1 if skyb to dvp gas.  Otherwise pass
298         --defsym skyb_p=0 to dvp gas.
299         * sim/sky/sky_sce.exp: Don't compile sce_main.c if skyb.
300         * sim/sky/sky_sce_accurate.exp: Ditto.
301         * sim/sky/t-cop2.brn: Don't run if skyb.
302         * sim/sky/t-cop2b.brn: Ditto.
303         * sim/sky/t-dma.brn: Ditto.
304         * sim/sky/t-int.brn: Ditto.
305         * sim/sky/vu01reg.brn: Ditto.
306         * sim/sky/vureloc.brn: Ditto.
307         * sim/sky/vureloc.dvpasm: Tweak .section usage.
308         * sim/sky/refresh.dvpasm: Issue a flushe first if skyb_p.
309
310 Tue Aug 11 20:58:43 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
311
312         * sim/sky/[sky sky_sce scky_sce_accurate].exp:
313         Allow for the new target mips64el-skyb-elf.
314
315 Tue Aug 11 13:52:56 1998  Frank Ch. Eigler  <fche@cygnus.com>
316
317         * sim/sky/t-int-handler.s: Removed unneeded copy of interrupt
318         handler code.  Store CAUSE register value.
319         * sim/sky/t-int.c: Store and confirm CAUSE value during interrupt.
320
321 Tue Aug 11 13:57:50 1998 Jillian Ye <jillian@cygnus.com>
322
323         * sim/sky/sky_sce_accurate.exp: increase the timeout value
324         from 2000 to 3000
325
326 Fri Jul 31 17:49:13 1998  Felix Lee  <flee@cygnus.com>
327
328         * lib/sim-defs.exp (sim_run): remote_spawn, use writeto instead of
329         writeonly.
330
331 Thu Jul 30 16:39:37 1998  Frank Ch. Eigler  <fche@cygnus.com>
332
333         * sim/sky/t-cop2.{s,vuexpect}: Test two-operand VCLIP insn. 
334
335 Wed Jul 29 16:10:42 1998  Frank Ch. Eigler  <fche@cygnus.com>
336
337         * sim/sky/level2_gen.pl (conv_vuasm): More similar tweaks.
338         * sim/sky/sky-defs.tcl: Force all tests to use vu1, since some test
339         cases exhaust vu0 memory resources.
340
341 Wed Jul 29 01:06:03 1998  Felix Lee  <flee@cygnus.com>
342
343         * sim/sky/sky-defs.tcl (findperl): new function.  we can't rely on
344         "#!perl" doing the right thing.
345
346 end-sanitize-sky
347 start-sanitize-m32rx
348 Tue Jul 28 10:04:09 1998  Doug Evans  <devans@canuck.cygnus.com>
349
350         * sim/m32r/mulwhi-a.cgs: New testcase.
351         * sim/m32r/mulwlo-a.cgs: New testcase.
352         * sim/m32r/macwhi-a.cgs: New testcase.
353         * sim/m32r/macwlo-a.cgs: New testcase.
354
355 end-sanitize-m32rx
356 Fri Jul 24 09:40:34 1998  Doug Evans  <devans@canuck.cygnus.com>
357
358         * Makefile.in (clean,mostlyclean): Change leading spaces to a tab.
359
360 start-sanitize-sky
361 Fri Jul 24 19:48:08 1998  Frank Ch. Eigler  <fche@cygnus.com>
362
363         * sim/sky/level2_gen.pl (conv_vuasm): Add another pattern for
364         classifying data section word vs. float literals.
365
366 Thu Jul 23 17:55:48 1998  Frank Ch. Eigler  <fche@cygnus.com>
367
368         * sim/sky/level2_gen.pl (conv_vuasm): Added new patterns for
369         translating more "level 2" test cases.  Removed some patterns
370         that masked inconsistent assembler specifications.
371         (print_section): Use more reliable filtering for objdump results.
372
373 Wed Jul 22 16:10:49 1998  Frank Ch. Eigler  <fche@cygnus.com>
374
375         * sim/sky/level2_gen.pl: Use kseg1 addresses in generated code.
376         Include some regexp tweaks to make more tosh test cases translate.
377         * sim/sky/sky-defs.tcl (run_l2s_test): Use sim --float-type
378         accurate and enlarge timeouts.
379         
380 Wed Jul 22 14:39:16 1998  Frank Ch. Eigler  <fche@cygnus.com>
381
382         * sim/sky/mload.exp: New test for multi-phase load.  
383         * sim/sky/mload{kern,user}.c: Sample code for test.
384
385 Tue Jul 21 18:44:57 1998  Ian Carmichael  <iancarm@cygnus.com>
386
387         * sim/sky/*: Many changes for MMU.  Physical addresses now 
388         referenced via kseg1 (0xa00000000) range.
389
390 Fri Jul 17 16:53:11 1998  Frank Ch. Eigler  <fche@cygnus.com>
391
392         * sim/sky/level2.exp: New file, driver for VU "level 2" test
393         cases.
394         * sim/sky/level2_gen.pl: New file, strange assembler-to-C
395         translator.
396         * sim/sky/level2/*.s: Many many non-dvp assembler sources.
397         * sim/sky/sky-defs.tcl: Learn how to run these sources.
398         
399         * sim/sky/t-pke3.trc: Test one additional border condition.
400
401 Fri Jul 17 13:57:50 1998 Jillian Ye <jillian@cygnus.com>
402
403         * sim/sky/fast_gs/*: forward fitting sky-980617 branch updates of
404         fast_gs.
405         * Makefile.in: Ensure make clean cleans off the intermediate files 
406         generated by the sky testsuite (*.run, *.c, *.dif, *.*out ).
407
408 Thu Jul 2 15:22:29 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
409
410         * sim/sky/pr16213.[dvpasm|c|brn]: Add a PR test case.
411
412 end-sanitize-sky
413 Wed Jul  1 15:57:54 1998  Doug Evans  <devans@seba.cygnus.com>
414
415         * sim/m32r/hw-trap.ms: New testcase.
416
417 start-sanitize-sky
418 Wed Jun 24 19:09:03 1998  Frank Ch. Eigler  <fche@cygnus.com>
419
420         * sim/sky/t-cop2.vuexpect: Adapt to new disassembly format.
421
422 Wed Jun 24 18:28:12 1998  Ian Carmichael  <iancarm@cygnus.com>
423
424         * sim/sky/fast_gs (*.gsout): Replace all files with
425         correct results for normal rounding mode ieee math.
426
427 Wed Jun 24 18:16:00 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
428
429         * sim/sky/t-int.c, sim/sky/t-int-handler.c:
430         Testcase errors: two in the former file, one in the latter.
431
432 Wed Jun 24 17:35:00 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
433
434         * Updated sim/sky/t-dma.c: It missed check-in earlier today.
435
436 Wed Jun 24 17:12:07 1998  Ian Carmichael  <iancarm@cygnus.com>
437
438         * sim/sky/vu01reg.dvpasm: Fix testcase to handle temporary
439         back out of R_MIPS_DVP_11_S4 relocation.
440
441 Wed Jun 24 11:24:32 1998  Ian Carmichael  <iancarm@cygnus.com>
442
443         * sim/sky/vu01reg.dvpasm: Change undefined MSCNT 
444         instructions to "MSCAL 0".
445
446 Wed Jun 24 11:34:00 EDT 1998  Jim Lemke  <jlemke@cygnus.com>
447
448         * Updated sim/sky/t-dma.{brn|dmaexpect} because a
449         warning msg being checked for contains an address
450         that differs between -mhard-float and -msoft-float.
451
452 Fri Jun 19 17:57:50 1998 Jillian Ye <jillian@cygnus.com>
453         
454         * Created sim/sky/fast_gs and sim/sky/accurate_gs
455         for storing the gs output file for float-type fast
456         and accurate respectively; also added and moved
457         files for this purpose.
458
459 Thu Jun 18 23:53:43 1998  Doug Evans  <devans@seba.cygnus.com>
460
461         * sim/sky/vureloc{.brn,-main.c,.dvpasm}: New files.
462
463 Tue Jun 16 18:39:32 1998  Frank Ch. Eigler  <fche@cygnus.com>
464
465         * sim/sky/sky-defs.tcl: Use --sky-debug option instead of environment
466         variable to collect PKE traces.
467
468 Tue Jun 16 18:33:37 1998 Jillian Ye <jillian@cygnus.com>
469
470         * sim/sky/sky_sce.exp: Removing sce2* and adding comments. 
471         * sim/sky/sky_sce_fast.exp: Removing diff, sce2, and adding
472           comments.
473
474 Tue Jun 16 15:44:01 1998 Jillian Ye <jillian@cygnus.com>
475
476         * sim/sky/sky-defs.tcl: passing timeout option to sim_run
477         * lib/sim-defs.exp    : Print out timeout setting info when "-v" is used.
478
479 Tue Jun 16 09:03:37 1998  Frank Ch. Eigler  <fche@cygnus.com>
480
481         * t-cop2.s: Reorder instruction blocks to prevent "Out of bounds"
482         messages during test execution.  Added dummy branch labels for BC2*
483         instructions.
484         * t-cop2.brn: Use --sky-debug option instead of env var.
485         * t-cop2.vuexpect: Updated for with new disassembly format.
486         
487         * sky_sce_fast.exp: Don't compare GIF outputs for
488         --float-type=fast.
489         * sce_test{17,33,49}.dvpasm: Use ".DmaPackVif 1" option to
490         exercise assembler / PKE.
491         
492         * rw-vureg.c: Cast memcpy operand to allay warning.
493
494 Mon Jun 15 15:34:10 1998 Frank Ch. Eigler <fche@cygnus.com>
495
496         * sim/sky/sky_sce_fast.exp: New file for fast floating point mode of
497         SCEI test cases.
498
499 Tue Jun 12 16:20:30 1998 Jillian Ye <jillian@cygnus.com>
500
501         * sim/sky/sky_sce.exp: Set the timeout for the sce visual testcases
502           to be 2000 sec (clock time). 
503         * sim/sky/sky-defs.tcl: Accept the timeout set in brn file
504           by sky_sce.exp for the duration of the test, and restore
505           the original value after the test is done.
506
507 Thu Jun 11 15:24:53 1998  Doug Evans  <devans@canuck.cygnus.com>
508
509         * sim/sky/vu01reg-main.c: New file.
510         * sim/sky/vu01reg.dvpasm: New file.
511         * sim/sky/vu01reg.brn: New file.
512
513         * sim/sky/vu.h (VU0_MEM1_WINDOW_START): New macro.
514         (VU0_MEM1_SIZE): New macro.
515
516         * lib/sim-defs.exp (sim_run): Argument env_vals renamed to options,
517         which is now a list of options controlling the behaviour of sim_run.
518
519         * sim/sky/sky-defs.tcl (run_brn_test): Fix `options' arg to
520         sim_compile.  Fix handling of dvpasm_flags.
521         (run_trc_test): Update to new way of environment variables to sim_run.
522
523 Wed Jun 10 15:56:10 1998  Frank Ch. Eigler  <fche@cygnus.com>
524
525         * sim/sky/t-int.c: New file to test sky hardware
526         interrupts.
527         * sim/sky/t-int-handler.s: New file for null interrupt
528         handler.
529         * sim/sky/t-int.brn: New file to build new test.
530
531 end-sanitize-sky
532 Wed Jun 10 10:53:20 1998  Doug Evans  <devans@seba.cygnus.com>
533
534         * sim/m32r/addx.cgs: Add another test.
535         * sim/m32r/jmp.cgs: Add another test.
536 start-sanitize-m32rx
537         * sim/m32r/bra8-2.cgs: New testcase.
538         * sim/m32r/hello.ms: Run on m32rx too.
539 end-sanitize-m32rx
540
541 start-sanitize-sky
542 Tue Jun  9 16:30:16 1998 Jillian Ye <jillian@cygnus.com>
543
544         * sky_sce.exp: Added the "diff -bitw" clause,
545           and turn on the "--enable-gs", "--float-type" options.
546
547 Tue Jun  9 08:55:05 1998  Doug Evans  <devans@canuck.cygnus.com>
548
549         * sim/sky/dma.h: New file.
550         * sim/sky/vif.h: New file.
551         * sim/sky/vu.h: New file.
552         * sim/sky/sce_main.c: Move magic numbers to .h files.
553
554 end-sanitize-sky
555 Mon Jun  8 16:08:27 1998  Doug Evans  <devans@canuck.cygnus.com>
556
557         * sim/m32r/trap.cgs: Test trap 2.
558
559 start-sanitize-sky
560 Fri Jun 03 11:22:33 1998  Patrick Macdonald <patrickm@cygnus.com>
561
562         * sim/sky/t-gif4.[trc|gifexpect]: additional test for a PATH3
563           pause 
564         * sim/sky/t-gif6.[trc|gifexpect]: additional test for IMT ( non
565           multiple of 8)
566
567 end-sanitize-sky           
568 Mon Jun  1 18:54:22 1998  Frank Ch. Eigler  <fche@cygnus.com>
569
570         * lib/sim-defs.exp (sim_run): Add possible environment variable
571         list to simulator run.
572 start-sanitize-sky
573         * sim/sky/sky-defs.tcl: Use it.
574         
575         * sim/sky/t-pke2.vif1out: Update to match recent word-precise
576         tracking table change in sim/mips/sky-pke.c.
577         * sim/sky/t-pke3.trc: Ditto.
578         * sim/sky/t-pke4.vif0expect: Ditto.
579 end-sanitize-sky        
580
581 Thu May 28 14:59:46 1998 Jillian Ye <jillian@cygnus.com>
582
583         * Makefile.in: Take RUNTEST out of FLAG_TO_PASS
584                        so that make check can be invoked recursively.
585
586 start-sanitize-sky
587 Thu May 21 11:45:50 1998  Patrick Macdonald <patrickm@cygnus.com>
588
589         * sim/sky/t-gif6.trc: IMT burst testcases
590         * sim/sky/t-gif6.gifexpect: IMT burst expected results
591         
592 Wed May 20 18:10:28 1998 Jillian Ye <jillian@cygnus.com>
593
594         * sim/sky/c_gen.pl: Added subroutine "print_comment"
595                     and on/off option for "src line #"
596
597 Mon May 18 10:37:47 1998  Doug Evans  <devans@canuck.cygnus.com>
598
599         * sim/sky/sky.ld: Delete file.
600
601 end-sanitize-sky
602 Thu May 14 11:48:35 1998  Doug Evans  <devans@canuck.cygnus.com>
603
604         * config/default.exp (CC,SIM): Delete.
605 start-sanitize-sky
606         * sim/sky/sky-defs.tcl (LDSCRIPT,SIM): Delete.
607         (run_trc_test): Use sim_compile, sim_run.  Only delete temp files
608         if testcase passed.
609         (run_brn_test): Ditto.
610         * sim/sky/sky.exp: Add runtest_file_p support.  Don't print
611         unsupported message if not sky.
612         * sim/sky/sky_sce.exp: Likewise.
613 end-sanitize-sky
614
615         * lib/sim-defs.exp (sim_run): Fix handling of output redirection.
616         New arg prog_opts.  All callers updated.
617
618 Fri May  8 18:10:28 1998  Jillian Ye <jillian@cygnus.com>
619
620         * Makefile.in: Made "check" the target of two
621           dependencies (test1, test2) so that test2 get a chance to 
622           run even when test1 failed if "make -k check" is used.
623
624 Fri May  8 14:41:28 1998  Doug Evans  <devans@canuck.cygnus.com>
625
626         * lib/sim-defs.exp (sim_version): Simplify.
627         (sim_run): Implement.
628         (run_sim_test): Use sim_run.
629         (sim_compile): New proc.
630
631 start-sanitize-sky
632 Thu May  7 12:30:59 1998  Patrick Macdonald <patrickm@cygnus.com>
633
634         * sim/sky/sky-defs.tcl: add handling for gifexpect and gsexpect
635         * sim/sky/t-gif*.trc: GIF unit test cases
636         * sim/sky/t-gif*.gifexpect: GIF unit test expected results
637         * sim/sky/t-gs.trc: GS unit test case
638         * sim/sky/t-gs.gsexpect: GS unit test case expected result
639          
640 Mon May  4 17:49:56 1998  Frank Ch. Eigler  <fche@cygnus.com>
641
642         * sim/sky/sky-defs.tcl: New file, common dejagnu routine definitions.
643         * sim/sky/sky.exp: New file, quick dejagnu test driver.
644         * sim/sky/sky_sce.exp: New file, SCE dejagnu test driver.
645         * sim/sky/*.brn: New files, test fragment descriptions.
646         * sim/sky/OTHERS: Old test cases from sim/testsuite/sky.
647
648 end-sanitize-sky
649 Mon May  4 17:59:11 1998  Frank Ch. Eigler  <fche@cygnus.com>
650
651 start-sanitize-sky
652         * configure.in (testdir): Don't use old sky test directory.
653         * configure: Regenerated
654         * sky/Makefile.in: swallow stderr on buggy tests
655 end-sanitize-sky
656         * config/default.exp: Added C compiler settings.
657
658 Wed Apr 22 12:26:28 1998  Doug Evans  <devans@canuck.cygnus.com>
659
660         * Makefile.in (TARGET_FLAGS_TO_PASS): Delete LIBS, LDFLAGS.
661
662 Tue Apr 21 10:49:03 1998  Doug Evans  <devans@canuck.cygnus.com>
663
664         * lib/sim-defs.exp (run_sim_test): Don't exit early if one mach fails,
665         try all machs.
666
667         * sim/m32r/addx.cgs: Test (-1)+(-1)+1.
668
669 Fri Apr 17 16:00:52 1998  Doug Evans  <devans@canuck.cygnus.com>
670
671         * sim/m32r/mv[ft]achi.cgs: Fix expected result
672         (sign extension of top 8 bits).
673 start-sanitize-m32rx
674         * sim/m32r/mv[ft]achi-a.cgs: Ditto.
675 end-sanitize-m32rx
676
677 start-sanitize-m32rx
678 Tue Apr 14 14:06:34 1998  Doug Evans  <devans@canuck.cygnus.com>
679
680         * sim/m32r/maclh1.cgs: Fix testcase.
681         * sim/m32r/maclh1-2.cgs: New testcase.
682
683 Tue Mar  3 19:09:09 1998  Doug Evans  <devans@canuck.cygnus.com>
684
685         * sim/m32r/sat.cgs: Change sath to sat.
686
687 end-sanitize-m32rx
688 Wed Feb 25 11:01:17 1998  Doug Evans  <devans@canuck.cygnus.com>
689
690         * Makefile.in (RUNTEST): Fix path to runtest.
691
692 start-sanitize-sky
693 Tue Feb 24 19:47:56 1998  Frank Ch. Eigler  <fche@cygnus.com>
694
695         * configure.in (testdir): Added sky subdir for mips64r5900-sky-elf
696         target.  
697         * configure: Regenerate.
698 end-sanitize-sky
699         
700 Fri Feb 20 11:00:02 1998  Nick Clifton  <nickc@cygnus.com>
701
702         * sim/m32r/unlock.cgs: Fixed test.
703         * sim/m32r/mvfc.cgs: Fixed test.
704         * sim/m32r/remu.cgs: Fixed test.
705
706         * sim/m32r/bnc24.cgs: Test long BNC instruction.
707         * sim/m32r/bnc8.cgs: Test short BNC instruction.
708         * sim/m32r/ld-plus.cgs: Test LD instruction.
709         * sim/m32r/macwhi.cgs: Test MACWHI instruction.
710         * sim/m32r/macwlo.cgs: Test MACWLO instruction.
711         * sim/m32r/mulwhi.cgs: Test MULWHI instruction.
712         * sim/m32r/mulwlo.cgs: Test MULWLO instruction.
713         * sim/m32r/mvfachi.cgs: Test MVFACHI instruction.
714         * sim/m32r/mvfaclo.cgs: Test MVFACLO instruction.
715         * sim/m32r/mvtaclo.cgs: Test MVTACLO instruction.
716         * sim/m32r/addv.cgs: Test ADDV instruction.
717         * sim/m32r/addv3.cgs: Test ADDV3 instruction.
718         * sim/m32r/addx.cgs: Test ADDX instruction.
719         * sim/m32r/lock.cgs: Test LOCK instruction.
720         * sim/m32r/neg.cgs: Test NEG instruction.
721         * sim/m32r/not.cgs: Test NOT instruction.
722         * sim/m32r/unlock.cgs: Test UNLOCK instruction.
723 start-sanitize-m32rx
724         * sim/m32r/mvfachi-a.cgs: Test extended MVFACHI instruction.
725         * sim/m32r/mvfaclo-a.cgs: Test extended MVFACLO instruction.
726         * sim/m32r/mvtachi-a.cgs: Test extended MVTACHI instruction.
727         * sim/m32r/mvtaclo-a.cgs: Test extended MVTACLO instruction.
728 end-sanitize-m32rx
729 Thu Feb 19 11:15:45 1998  Nick Clifton  <nickc@cygnus.com>
730
731         * sim/m32r/testutils.inc (mvaddr_h_gr): new macro to load an
732         address into a general register.
733
734         * sim/m32r/or3.cgs: Test OR3 instruction.
735         * sim/m32r/rach.cgs: Test RACH instruction.
736         * sim/m32r/rem.cgs: Test REM instruction.
737         * sim/m32r/sub.cgs: Test SUB instruction.
738         * sim/m32r/mv.cgs: Test MV instruction.
739         * sim/m32r/mul.cgs: Test MUL instruction.
740         * sim/m32r/bl24.cgs: Test long BL instruction.
741         * sim/m32r/bl8.cgs: Test short BL instruction.
742         * sim/m32r/blez.cgs: Test BLEZ instruction.
743         * sim/m32r/bltz.cgs: Test BLTZ instruction.
744         * sim/m32r/bne.cgs: Test BNE instruction.
745         * sim/m32r/bnez.cgs: Test BNEZ instruction.
746         * sim/m32r/bra24.cgs: Test long BRA instruction.
747         * sim/m32r/bra8.cgs: Test short BRA instruction.
748         * sim/m32r/jl.cgs: Test JL instruction.
749         * sim/m32r/or.cgs: Test OR instruction.
750         * sim/m32r/jmp.cgs: Test JMP instruction.
751         * sim/m32r/and.cgs: Test AND instruction.
752         * sim/m32r/and3.cgs: Test AND3 instruction.
753         * sim/m32r/beq.cgs: Test BEQ instruction.
754         * sim/m32r/beqz.cgs: Test BEQZ instruction.
755         * sim/m32r/bgez.cgs: Test BGEZ instruction.
756         * sim/m32r/bgtz.cgs: Test BGTZ instruction.
757         * sim/m32r/cmp.cgs: Test CMP instruction.
758         * sim/m32r/cmpi.cgs: Test CMPI instruction.
759         * sim/m32r/cmpu.cgs: Test CMPU instruction.
760         * sim/m32r/cmpui.cgs: Test CMPUI instruction.
761         * sim/m32r/div.cgs: Test DIV instruction.
762         * sim/m32r/divu.cgs: Test DIVU instruction.
763         * sim/m32r/cmpeq.cgs: Test CMPEQ instruction.
764         * sim/m32r/sll.cgs: Test SLL instruction.
765         * sim/m32r/sll3.cgs: Test SLL3 instruction.
766         * sim/m32r/slli.cgs: Test SLLI instruction.
767         * sim/m32r/sra.cgs: Test SRA instruction.
768         * sim/m32r/sra3.cgs: Test SRA3 instruction.
769         * sim/m32r/srai.cgs: Test SRAI instruction.
770         * sim/m32r/srl.cgs: Test SRL instruction.
771         * sim/m32r/srl3.cgs: Test SRL3 instruction.
772         * sim/m32r/srli.cgs: Test SRLI instruction.
773         * sim/m32r/xor3.cgs: Test XOR3 instruction.
774         * sim/m32r/xor.cgs: Test XOR instruction.
775 start-sanitize-m32rx    
776         * sim/m32r/jnc.cgs: Test JNC instruction.
777         * sim/m32r/jc.cgs: Test JC instruction.
778         * sim/m32r/cmpz.cgs: Test CMPZ instruction.
779         * sim/m32r/bcl24.cgs: Test long version of BCL instruction
780         * sim/m32r/bcl8.cgs: Test short BCL instruction.
781         * sim/m32r/bncl24.cgs: Test long BNCL instruction.
782         * sim/m32r/bncl8.cgs: Test short BNCL instruction.
783         * sim/m32r/divh.cgs: Test DIVH instruction.
784         * sim/m32r/rach-dsi.cgs: Test extended RACH instruction.
785 end-sanitize-m32rx      
786 Tue Feb 17 12:46:05 1998  Doug Evans  <devans@seba.cygnus.com>
787
788         * config/default.exp: New file.
789         * lib/sim-defs.exp: New file.
790         * sim/m32r/*: m32r dejagnu simulator testsuite.
791
792         * Makefile.in (build_alias): Define.
793         (arch): Define.
794         (RUNTEST_FOR_TARGET): Delete.
795         (RUNTEST): Fix.
796         (check): Depend on site.exp.  Run dejagnu.
797         (site.exp): New target.
798         * configure.in (arch): Define from target_cpu.
799         * configure: Regenerate.
800
801 Wed Sep 17 10:21:26 1997  Andrew Cagney  <cagney@b1.cygnus.com>
802
803         * common/bits-gen.c (gen_bit): Pass in the full name of the macro.
804         (gen_mask): Ditto.
805
806         * common/bits-tst.c (main): Add tests for LSSEXT, MSSEXT.
807         (calc): Add support for 8 bit version of macros.
808         (main): Add tests for 8 bit versions of macros.
809         (check_sext): Check SEXT of zero clears bits.
810
811         * common/bits-gen.c (main): Generate tests for 8 bit versions of
812         macros.
813
814 Thu Sep 11 13:04:40 1997  Andrew Cagney  <cagney@b1.cygnus.com>
815
816         * common/Make-common.in: New file, provide generic rules for
817         running checks.
818
819 Mon Sep  1 16:43:55 1997  Andrew Cagney  <cagney@b1.cygnus.com>
820
821         * configure.in (configdirs): Test for the target directory instead
822         of matching on a target.
823
824 start-sanitize-r5900
825 Tue Jul 15 13:43:20 1997  Andrew Cagney  <cagney@sendai.cygnus.com>
826
827         * configure.in (configdirs): Configure mips64vr5900el
828         directory.
829         * configure: Regenerate.
830
831 end-sanitize-r5900