*** empty log message ***
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
CommitLineData
116615c5
L
12008-05-22 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR gas/6517
4 * gas/i386/avx.s: Add tests for unspecified memory operand
5 size in Intel syntax.
6 * gas/i386/x86-64-avx.s: Likewise.
7
8 * gas/i386/simd.s: Add tests for cvtsi2ss and cvtsi2sd with
9 unspecified memory operand size in Intel syntax.
10
11 * gas/i386/avx.d: Updated.
12 * gas/i386/avx-intel.d: Likewise.
13 * gas/i386/simd.d: Likewise.
14 * gas/i386/simd-intel.d: Likewise.
15 * gas/i386/simd-suffix.d: Likewise.
16 * gas/i386/x86-64-avx.d: Likewise.
17 * gas/i386/x86-64-avx-intel.d: Likewise.
18
d9479f2d
L
192008-05-21 H.J. Lu <hongjiu.lu@intel.com>
20
21 * gas/i386/sse-noavx.s: Add tests for movdq2q and movq2dq.
22 * gas/i386/x86-64-sse-noavx.s: Likewise.
23
24 * gas/i386/sse-noavx.d: Updated.
25 * gas/i386/x86-64-sse-noavx.d: Likewise.
26
35903be0
CM
272008-05-09 Catherine Moore <clm@codesourcery.com>
28
29 * gas/mips/mips16-hilo-match.s: New test.
30 * gas/mips/mip16-hilo-match.d: New test output.
31
f1f8f695
L
322008-05-02 H.J. Lu <hongjiu.lu@intel.com>
33
34 * gas/i386/i386.exp: Run movbe, movbe-intel, inval-movbe, ept,
35 ept-intel, inval-ept, x86-64-movbe, x86-64-movbe-intel,
36 x86-64-inval-movbe. x86-64-ept, x86-64-ept-intel and
37 x86-64-inval-ept.
38
39 * gas/i386/arch-10.s: Add movbe and invept.
40 * gas/i386/x86-64-arch-2.s: Likewise.
41
42 * gas/i386/ept.d: New file
43 * gas/i386/ept-intel.d: Likewise.
44 * gas/i386/ept.s: Likewise.
45 * gas/i386/inval-ept.l: Likewise.
46 * gas/i386/inval-ept.s: Likewise.
47 * gas/i386/inval-movbe.l: Likewise.
48 * gas/i386/inval-movbe.s: Likewise.
49 * gas/i386/movbe.d: Likewise.
50 * gas/i386/movbe-intel.d: Likewise.
51 * gas/i386/movbe.s: Likewise.
52 * gas/i386/x86-64-inval-ept.l: Likewise.
53 * gas/i386/x86-64-inval-ept.s: Likewise.
54 * gas/i386/x86-64-inval-movbe.l: Likewise.
55 * gas/i386/x86-64-inval-movbe.s: Likewise.
56 * gas/i386/x86-64-ept.d: Likewise.
57 * gas/i386/x86-64-ept-intel.d: Likewise.
58 * gas/i386/x86-64-ept.s: Likewise.
59 * gas/i386/x86-64-movbe.d: Likewise.
60 * gas/i386/x86-64-movbe-intel.d: Likewise.
61 * gas/i386/x86-64-movbe.s: Likewise.
62
63 * gas/i386/arch-10.d: Updated.
64 * gas/i386/arch-10-1.l: Likewise.
65 * gas/i386/arch-10-2.l: Likewise.
66 * gas/i386/arch-10-3.l: Likewise.
67 * gas/i386/arch-10-4.l: Likewise.
68 * gas/i386/x86-64-arch-2.d: Likewise.
69
f6829a45
AN
702008-04-28 Adam Nemet <anemet@caviumnetworks.com>
71
72 * gas/mips/mips4.s: Split out fp instruction from here ...
73 * gas/mips/mips4-fp.s: ... to here.
74 * gas/mips/mips4.d: Update.
75 * gas/mips/mips4-fp.l: New file. Check error messages with
76 -msoft-float.
77 * gas/mips/mips4-fp.d: New file. Check disassembly with
78 hard-float.
79
80 * gas/mips/mips32r2.s: Split out fp instructions from here ...
81 * gas/mips/mips32r2-fp32.s: ... to here.
82 * gas/mips/mips32r2.d: Update.
83 * gas/mips/mips32r2-fp32.l: New file. Check error messages with
84 -msoft-float.
85 * gas/mips/mips32r2-fp32.d: New file. Check disassembly with
86 hard-float.
87
88 * gas/mips/mips32r2-ill-nofp.s, gas/mips/mips32r2-ill-nofp.l: New
89 test derived from mips32r2-ill.
90
91 * gas/mips/mips32-sf32.l: New list test for mips32-sf32.s to check
92 error messages for soft-float targets.
93
94 * gas/mips/mips-macro-ill-sfp.s, gas/mips/mips-macro-ill-sfp.l:
95 New test for -msingle-float.
96 * gas/mips/mips-macro-ill-nofp.s, gas/mips/mips-macro-ill-nofp.l:
97 New test for -msoft-float.
98 * gas/mips/mips-hard-float-flag.s,
99 gas/mips/mips-hard-float-flag.l: New test for -mhard-float.
100 * gas/mips/mips-double-float-flag.s,
101 gas/mips/mips-double-float-flag.l: New test for -mdouble-float.
102
103 * gas/mips/mips.exp: Run new mips4-fp and mips32r2-fp dump tests.
104 Run mips4-fp and mips32r2-fp list tests with -msoft-float. Run
105 new mips32r2-ill-nofp with -msoft-float. Run new mips32-sf32 list
106 test with -msoft-float. Run new mips-macro-ill-sfp test with
107 -msingle-float. Run new mips-macro-ill-nofp test with
108 -msoft-float. Run new mips-hard-float-flag and
109 mips-double-float-flag tests.
110
9ba52a26
L
1112008-04-23 H.J. Lu <hongjiu.lu@intel.com>
112
113 * gas/i386/i386.exp: Run sse-noavx and x86-64-sse-noavx.
114
115 * gas/i386/sse-noavx.d: New.
116 * gas/i386/sse-noavx.s: Likewise.
117 * gas/i386/x86-64-sse-noavx.d: Likewise.
118 * gas/i386/x86-64-sse-noavx.s: Likewise.
119
084076b8
L
1202008-04-23 H.J. Lu <hongjiu.lu@intel.com>
121
122 * gas/i386/sse2.s: Add tests for pmuludq, paddq and psubq.
123 * gas/i386/x86-64-simd.s: Likewise.
124
125 * gas/i386/sse2.d: Updated.
126 * gas/i386/x86-64-simd.d: Likewise.
127 * gas/i386/x86-64-simd-intel.d: Likewise.
128 * gas/i386/x86-64-simd-suffix.d: Likewise.
129
1a6b486f
DM
1302008-04-23 David S. Miller <davem@davemloft.net>
131
132 * gas/sparc/pc2210.d: New file.
133 * gas/sparc/pc2210.d: Likewise.
134 * gas/sparc/sparc.exp: Run new %pc22/%pc10 relocation test.
135
dae39acc
L
1362008-04-18 H.J. Lu <hongjiu.lu@intel.com>
137
138 * gas/i386/arch-10.d: Updated.
139 * gas/i386/avx.d: Likewise.
140 * gas/i386/avx-intel.d: Likewise.
141 * gas/i386/x86-64-arch-2.d: Likewise.
142 * gas/i386/x86-64-avx.d: Likewise.
143 * gas/i386/x86-64-avx-intel.d: Likewise.
144
ce886ab1
DR
1452008-04-16 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
146 Michael Meissner <michael.meissner@amd.com>
147
dae39acc
L
148 * gas/i386/x86-64-sse5.s: Add protX tests to allow memory in the
149 middle operand.
ce886ab1
DR
150 * gas/i386/x86-64-sse5.d: Likewise.
151
dc2f32e7
DM
1522008-04-16 David S. Miller <davem@davemloft.net>
153
154 * gas/sparc/gotops32.d: New.
155 * gas/sparc/gotops32.s: Likewise.
156 * gas/sparc/gotops64.d: Likewise.
157 * gas/sparc/gotops64.s: Likewise.
158 * gas/sparc/sparc.exp: Run new gotdata tests.
159
52b5ca5b
AS
1602008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
161
162 * gas/sh/arch/arch.exp: Align PC-relative instructions in the gererated
163 assembly files.
164 * gas/sh/arch/sh-dsp.s: Regenerate.
165 * gas/sh/arch/sh.s: Regenerate.
166 * gas/sh/arch/sh2.s: Regenerate.
167 * gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s: Regenerate.
168 * gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Regenerate.
169 * gas/sh/arch/sh2a-nofpu.s: Regenerate.
170 * gas/sh/arch/sh2a-or-sh3e.s: Regenerate.: Regenerate.
171 * gas/sh/arch/sh2a-or-sh4.s: Regenerate.
172 * gas/sh/arch/sh2a.s: Regenerate.
173 * gas/sh/arch/sh2e.s: Regenerate.
174 * gas/sh/arch/sh3-dsp.s: Regenerate.
175 * gas/sh/arch/sh3-nommu.s: Regenerate.
176 * gas/sh/arch/sh3.s: Regenerate.
177 * gas/sh/arch/sh3e.s: Regenerate.
178 * gas/sh/arch/sh4-nofpu.s: Regenerate.
179 * gas/sh/arch/sh4-nommu-nofpu.s: Regenerate.
180 * gas/sh/arch/sh4.s: Regenerate.
181 * gas/sh/arch/sh4a-nofpu.s: Regenerate.
182 * gas/sh/arch/sh4a.s: Regenerate.
183 * gas/sh/arch/sh4al-dsp.s: Regenerate.
184 * gas/sh/err-mova.s: New test.
185
19a6653c
AM
1862008-04-14 Edmar Wienskoski <edmar@freescale.com>
187
188 * gas/ppc/e500mc.s, gas/ppc/e500mc.d: New test.
189 * gas/ppc/ppc.exp: Run the new test
190
24f4d50f
L
1912008-04-11 H.J. Lu <hongjiu.lu@intel.com>
192
193 * gas/lns/lns-big-delta.d: Updated.
194 * gas/lns/lns-common-1.d: Likewise.
195 * gas/lns/lns-common-1-alt.d: Likewise.
196 * gas/lns/lns-duplicate.d: Likewise.
197
daf50ae7
L
1982008-04-10 H.J. Lu <hongjiu.lu@intel.com>
199
200 * gas/i386/i386.exp: Run sse-check, sse-check-warn,
201 sse-check-error, x86-64-sse-check, x86-64-sse-check-warn and
202 x86-64-sse-check-error.
203
204 * gas/i386/sse-check.d: New.
205 * gas/i386/sse-check.s: Likewise.
206 * gas/i386/sse-check-error.l: Likewise.
207 * gas/i386/sse-check-error.s: Likewise.
208 * gas/i386/sse-check-warn.d: Likewise.
209 * gas/i386/sse-check-warn.e: Likewise.
210 * gas/i386/x86-64-sse-check.d: Likewise.
211 * gas/i386/x86-64-sse-check-error.l: Likewise.
212 * gas/i386/x86-64-sse-check-error.s: Likewise.
213 * gas/i386/x86-64-sse-check-warn.d: Likewise.
214