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