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