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