1 |
38 |
julius |
2008-05-02 H.J. Lu
|
2 |
|
|
|
3 |
|
|
* gas/i386/i386.exp: Run movbe, movbe-intel, inval-movbe, ept,
|
4 |
|
|
ept-intel, inval-ept, x86-64-movbe, x86-64-movbe-intel,
|
5 |
|
|
x86-64-inval-movbe. x86-64-ept, x86-64-ept-intel and
|
6 |
|
|
x86-64-inval-ept.
|
7 |
|
|
|
8 |
|
|
* gas/i386/arch-10.s: Add movbe and invept.
|
9 |
|
|
* gas/i386/x86-64-arch-2.s: Likewise.
|
10 |
|
|
|
11 |
|
|
* gas/i386/ept.d: New file
|
12 |
|
|
* gas/i386/ept-intel.d: Likewise.
|
13 |
|
|
* gas/i386/ept.s: Likewise.
|
14 |
|
|
* gas/i386/inval-ept.l: Likewise.
|
15 |
|
|
* gas/i386/inval-ept.s: Likewise.
|
16 |
|
|
* gas/i386/inval-movbe.l: Likewise.
|
17 |
|
|
* gas/i386/inval-movbe.s: Likewise.
|
18 |
|
|
* gas/i386/movbe.d: Likewise.
|
19 |
|
|
* gas/i386/movbe-intel.d: Likewise.
|
20 |
|
|
* gas/i386/movbe.s: Likewise.
|
21 |
|
|
* gas/i386/x86-64-inval-ept.l: Likewise.
|
22 |
|
|
* gas/i386/x86-64-inval-ept.s: Likewise.
|
23 |
|
|
* gas/i386/x86-64-inval-movbe.l: Likewise.
|
24 |
|
|
* gas/i386/x86-64-inval-movbe.s: Likewise.
|
25 |
|
|
* gas/i386/x86-64-ept.d: Likewise.
|
26 |
|
|
* gas/i386/x86-64-ept-intel.d: Likewise.
|
27 |
|
|
* gas/i386/x86-64-ept.s: Likewise.
|
28 |
|
|
* gas/i386/x86-64-movbe.d: Likewise.
|
29 |
|
|
* gas/i386/x86-64-movbe-intel.d: Likewise.
|
30 |
|
|
* gas/i386/x86-64-movbe.s: Likewise.
|
31 |
|
|
|
32 |
|
|
* gas/i386/arch-10.d: Updated.
|
33 |
|
|
* gas/i386/arch-10-1.l: Likewise.
|
34 |
|
|
* gas/i386/arch-10-2.l: Likewise.
|
35 |
|
|
* gas/i386/arch-10-3.l: Likewise.
|
36 |
|
|
* gas/i386/arch-10-4.l: Likewise.
|
37 |
|
|
* gas/i386/x86-64-arch-2.d: Likewise.
|
38 |
|
|
|
39 |
|
|
2008-04-28 Adam Nemet
|
40 |
|
|
|
41 |
|
|
* gas/mips/mips4.s: Split out fp instruction from here ...
|
42 |
|
|
* gas/mips/mips4-fp.s: ... to here.
|
43 |
|
|
* gas/mips/mips4.d: Update.
|
44 |
|
|
* gas/mips/mips4-fp.l: New file. Check error messages with
|
45 |
|
|
-msoft-float.
|
46 |
|
|
* gas/mips/mips4-fp.d: New file. Check disassembly with
|
47 |
|
|
hard-float.
|
48 |
|
|
|
49 |
|
|
* gas/mips/mips32r2.s: Split out fp instructions from here ...
|
50 |
|
|
* gas/mips/mips32r2-fp32.s: ... to here.
|
51 |
|
|
* gas/mips/mips32r2.d: Update.
|
52 |
|
|
* gas/mips/mips32r2-fp32.l: New file. Check error messages with
|
53 |
|
|
-msoft-float.
|
54 |
|
|
* gas/mips/mips32r2-fp32.d: New file. Check disassembly with
|
55 |
|
|
hard-float.
|
56 |
|
|
|
57 |
|
|
* gas/mips/mips32r2-ill-nofp.s, gas/mips/mips32r2-ill-nofp.l: New
|
58 |
|
|
test derived from mips32r2-ill.
|
59 |
|
|
|
60 |
|
|
* gas/mips/mips32-sf32.l: New list test for mips32-sf32.s to check
|
61 |
|
|
error messages for soft-float targets.
|
62 |
|
|
|
63 |
|
|
* gas/mips/mips-macro-ill-sfp.s, gas/mips/mips-macro-ill-sfp.l:
|
64 |
|
|
New test for -msingle-float.
|
65 |
|
|
* gas/mips/mips-macro-ill-nofp.s, gas/mips/mips-macro-ill-nofp.l:
|
66 |
|
|
New test for -msoft-float.
|
67 |
|
|
* gas/mips/mips-hard-float-flag.s,
|
68 |
|
|
gas/mips/mips-hard-float-flag.l: New test for -mhard-float.
|
69 |
|
|
* gas/mips/mips-double-float-flag.s,
|
70 |
|
|
gas/mips/mips-double-float-flag.l: New test for -mdouble-float.
|
71 |
|
|
|
72 |
|
|
* gas/mips/mips.exp: Run new mips4-fp and mips32r2-fp dump tests.
|
73 |
|
|
Run mips4-fp and mips32r2-fp list tests with -msoft-float. Run
|
74 |
|
|
new mips32r2-ill-nofp with -msoft-float. Run new mips32-sf32 list
|
75 |
|
|
test with -msoft-float. Run new mips-macro-ill-sfp test with
|
76 |
|
|
-msingle-float. Run new mips-macro-ill-nofp test with
|
77 |
|
|
-msoft-float. Run new mips-hard-float-flag and
|
78 |
|
|
mips-double-float-flag tests.
|
79 |
|
|
|
80 |
|
|
2008-04-23 H.J. Lu
|
81 |
|
|
|
82 |
|
|
* gas/i386/i386.exp: Run sse-noavx and x86-64-sse-noavx.
|
83 |
|
|
|
84 |
|
|
* gas/i386/sse-noavx.d: New.
|
85 |
|
|
* gas/i386/sse-noavx.s: Likewise.
|
86 |
|
|
* gas/i386/x86-64-sse-noavx.d: Likewise.
|
87 |
|
|
* gas/i386/x86-64-sse-noavx.s: Likewise.
|
88 |
|
|
|
89 |
|
|
2008-04-23 H.J. Lu
|
90 |
|
|
|
91 |
|
|
* gas/i386/sse2.s: Add tests for pmuludq, paddq and psubq.
|
92 |
|
|
* gas/i386/x86-64-simd.s: Likewise.
|
93 |
|
|
|
94 |
|
|
* gas/i386/sse2.d: Updated.
|
95 |
|
|
* gas/i386/x86-64-simd.d: Likewise.
|
96 |
|
|
* gas/i386/x86-64-simd-intel.d: Likewise.
|
97 |
|
|
* gas/i386/x86-64-simd-suffix.d: Likewise.
|
98 |
|
|
|
99 |
|
|
2008-04-23 David S. Miller
|
100 |
|
|
|
101 |
|
|
* gas/sparc/pc2210.d: New file.
|
102 |
|
|
* gas/sparc/pc2210.d: Likewise.
|
103 |
|
|
* gas/sparc/sparc.exp: Run new %pc22/%pc10 relocation test.
|
104 |
|
|
|
105 |
|
|
2008-04-18 H.J. Lu
|
106 |
|
|
|
107 |
|
|
* gas/i386/arch-10.d: Updated.
|
108 |
|
|
* gas/i386/avx.d: Likewise.
|
109 |
|
|
* gas/i386/avx-intel.d: Likewise.
|
110 |
|
|
* gas/i386/x86-64-arch-2.d: Likewise.
|
111 |
|
|
* gas/i386/x86-64-avx.d: Likewise.
|
112 |
|
|
* gas/i386/x86-64-avx-intel.d: Likewise.
|
113 |
|
|
|
114 |
|
|
2008-04-16 Dwarakanath Rajagopal
|
115 |
|
|
Michael Meissner
|
116 |
|
|
|
117 |
|
|
* gas/i386/x86-64-sse5.s: Add protX tests to allow memory in the
|
118 |
|
|
middle operand.
|
119 |
|
|
* gas/i386/x86-64-sse5.d: Likewise.
|
120 |
|
|
|
121 |
|
|
2008-04-16 David S. Miller
|
122 |
|
|
|
123 |
|
|
* gas/sparc/gotops32.d: New.
|
124 |
|
|
* gas/sparc/gotops32.s: Likewise.
|
125 |
|
|
* gas/sparc/gotops64.d: Likewise.
|
126 |
|
|
* gas/sparc/gotops64.s: Likewise.
|
127 |
|
|
* gas/sparc/sparc.exp: Run new gotdata tests.
|
128 |
|
|
|
129 |
|
|
2008-04-15 Andrew Stubbs
|
130 |
|
|
|
131 |
|
|
* gas/sh/arch/arch.exp: Align PC-relative instructions in the gererated
|
132 |
|
|
assembly files.
|
133 |
|
|
* gas/sh/arch/sh-dsp.s: Regenerate.
|
134 |
|
|
* gas/sh/arch/sh.s: Regenerate.
|
135 |
|
|
* gas/sh/arch/sh2.s: Regenerate.
|
136 |
|
|
* gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s: Regenerate.
|
137 |
|
|
* gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Regenerate.
|
138 |
|
|
* gas/sh/arch/sh2a-nofpu.s: Regenerate.
|
139 |
|
|
* gas/sh/arch/sh2a-or-sh3e.s: Regenerate.: Regenerate.
|
140 |
|
|
* gas/sh/arch/sh2a-or-sh4.s: Regenerate.
|
141 |
|
|
* gas/sh/arch/sh2a.s: Regenerate.
|
142 |
|
|
* gas/sh/arch/sh2e.s: Regenerate.
|
143 |
|
|
* gas/sh/arch/sh3-dsp.s: Regenerate.
|
144 |
|
|
* gas/sh/arch/sh3-nommu.s: Regenerate.
|
145 |
|
|
* gas/sh/arch/sh3.s: Regenerate.
|
146 |
|
|
* gas/sh/arch/sh3e.s: Regenerate.
|
147 |
|
|
* gas/sh/arch/sh4-nofpu.s: Regenerate.
|
148 |
|
|
* gas/sh/arch/sh4-nommu-nofpu.s: Regenerate.
|
149 |
|
|
* gas/sh/arch/sh4.s: Regenerate.
|
150 |
|
|
* gas/sh/arch/sh4a-nofpu.s: Regenerate.
|
151 |
|
|
* gas/sh/arch/sh4a.s: Regenerate.
|
152 |
|
|
* gas/sh/arch/sh4al-dsp.s: Regenerate.
|
153 |
|
|
* gas/sh/err-mova.s: New test.
|
154 |
|
|
|
155 |
|
|
2008-04-14 Edmar Wienskoski
|
156 |
|
|
|
157 |
|
|
* gas/ppc/e500mc.s, gas/ppc/e500mc.d: New test.
|
158 |
|
|
* gas/ppc/ppc.exp: Run the new test
|
159 |
|
|
|
160 |
|
|
2008-04-11 H.J. Lu
|
161 |
|
|
|
162 |
|
|
* gas/lns/lns-big-delta.d: Updated.
|
163 |
|
|
* gas/lns/lns-common-1.d: Likewise.
|
164 |
|
|
* gas/lns/lns-common-1-alt.d: Likewise.
|
165 |
|
|
* gas/lns/lns-duplicate.d: Likewise.
|
166 |
|
|
|
167 |
|
|
2008-04-10 H.J. Lu
|
168 |
|
|
|
169 |
|
|
* gas/i386/i386.exp: Run sse-check, sse-check-warn,
|
170 |
|
|
sse-check-error, x86-64-sse-check, x86-64-sse-check-warn and
|
171 |
|
|
x86-64-sse-check-error.
|
172 |
|
|
|
173 |
|
|
* gas/i386/sse-check.d: New.
|
174 |
|
|
* gas/i386/sse-check.s: Likewise.
|
175 |
|
|
* gas/i386/sse-check-error.l: Likewise.
|
176 |
|
|
* gas/i386/sse-check-error.s: Likewise.
|
177 |
|
|
* gas/i386/sse-check-warn.d: Likewise.
|
178 |
|
|
* gas/i386/sse-check-warn.e: Likewise.
|
179 |
|
|
* gas/i386/x86-64-sse-check.d: Likewise.
|
180 |
|
|
* gas/i386/x86-64-sse-check-error.l: Likewise.
|
181 |
|
|
* gas/i386/x86-64-sse-check-error.s: Likewise.
|
182 |
|
|
* gas/i386/x86-64-sse-check-warn.d: Likewise.
|
183 |
|
|
|
184 |
|
|
2008-04-10 Santiago Urueña
|
185 |
|
|
|
186 |
|
|
* gas/all/gas.exp: Check the performance of the -ag command line
|
187 |
|
|
switch.
|
188 |
|
|
|
189 |
|
|
2008-04-10 Andreas Krebbel
|
190 |
|
|
|
191 |
|
|
* gas/s390/zarch-z10.d: Map the compare and branch variants
|
192 |
|
|
with odd condition code mask to version with an even mask.
|
193 |
|
|
|
194 |
|
|
2008-04-07 H.J. Lu
|
195 |
|
|
|
196 |
|
|
* gas/i386/att-regs.s: Add AVX register test.
|
197 |
|
|
* gas/i386/intel-regs.s: Likewise.
|
198 |
|
|
|
199 |
|
|
* gas/i386/att-regs.d: Updated.
|
200 |
|
|
* gas/i386/intel-regs.d: Likewise.
|
201 |
|
|
|
202 |
|
|
2008-04-07 Kaz Kojima
|
203 |
|
|
|
204 |
|
|
PR gas/6043
|
205 |
|
|
* gas/sh/sh64/eh-1.d: New.
|
206 |
|
|
* gas/sh/sh64/eh-1.d: Likewise.
|
207 |
|
|
|
208 |
|
|
2008-04-04 H.J. Lu
|
209 |
|
|
|
210 |
|
|
* gas/i386/arch-10-1.l: Replace CLMUL with PCLMUL.
|
211 |
|
|
* gas/i386/arch-10-2.l: Likewise.
|
212 |
|
|
* gas/i386/arch-10-3.l: Likewise.
|
213 |
|
|
* gas/i386/arch-10-4.l: Likewise.
|
214 |
|
|
* gas/i386/arch-10.s: Likewise.
|
215 |
|
|
* gas/i386/clmul-intel.d: Likewise.
|
216 |
|
|
* gas/i386/clmul.d: Likewise.
|
217 |
|
|
* gas/i386/clmul.s: Likewise.
|
218 |
|
|
* gas/i386/x86-64-arch-2.s: Likewise.
|
219 |
|
|
* gas/i386/x86-64-clmul-intel.d: Likewise.
|
220 |
|
|
* gas/i386/x86-64-clmul.d: Likewise.
|
221 |
|
|
* gas/i386/x86-64-clmul.s: Likewise.
|
222 |
|
|
|
223 |
|
|
* gas/i386/arch-10.d: Replace clmul with pclmul.
|
224 |
|
|
* gas/i386/x86-64-arch-2.d: Likewise.
|
225 |
|
|
|
226 |
|
|
2008-04-03 H.J. Lu
|
227 |
|
|
|
228 |
|
|
* gas/i386/i386.exp: Run aes, aes-intel, x86-64-aes,
|
229 |
|
|
x86-64-aes-intel, avx, avx-intel, inval-avx, x86-64-avx,
|
230 |
|
|
x86-64-avx-intel and x86-64-inval-avx.
|
231 |
|
|
|
232 |
|
|
* gas/cfi/cfi-i386.s: Add tests for AVX register maps.
|
233 |
|
|
* gas/cfi/cfi-x86_64.s: Likewise.
|
234 |
|
|
|
235 |
|
|
* gas/i386/aes.d: New.
|
236 |
|
|
* gas/i386/aes.s: Likewise.
|
237 |
|
|
* gas/i386/aes-intel.d: Likewise.
|
238 |
|
|
* gas/i386/avx.d: Likewise.
|
239 |
|
|
* gas/i386/avx.s: Likewise.
|
240 |
|
|
* gas/i386/avx-intel.d: Likewise.
|
241 |
|
|
* gas/i386/clmul.d: Likewise.
|
242 |
|
|
* gas/i386/clmul-intel.d: Likewise.
|
243 |
|
|
* gas/i386/clmul.s: Likewise.
|
244 |
|
|
* gas/i386/i386.exp: Likewise.
|
245 |
|
|
* gas/i386/inval-avx.l: Likewise.
|
246 |
|
|
* gas/i386/inval-avx.s: Likewise.
|
247 |
|
|
* gas/i386/sse2avx.d: Likewise.
|
248 |
|
|
* gas/i386/sse2avx.s: Likewise.
|
249 |
|
|
* gas/i386/x86-64-aes.d: Likewise.
|
250 |
|
|
* gas/i386/x86-64-aes.s: Likewise.
|
251 |
|
|
* gas/i386/x86-64-aes-intel.d: Likewise.
|
252 |
|
|
* gas/i386/x86-64-avx.d: Likewise.
|
253 |
|
|
* gas/i386/x86-64-avx.s: Likewise.
|
254 |
|
|
* gas/i386/x86-64-avx-intel.d: Likewise.
|
255 |
|
|
* gas/i386/x86-64-clmul.d: Likewise.
|
256 |
|
|
* gas/i386/x86-64-clmul-intel.d: Likewise.
|
257 |
|
|
* gas/i386/x86-64-clmul.s: Likewise.
|
258 |
|
|
* gas/i386/x86-64-inval-avx.l: Likewise.
|
259 |
|
|
* gas/i386/x86-64-inval-avx.s: Likewise.
|
260 |
|
|
* gas/i386/x86-64-sse2avx.d: Likewise.
|
261 |
|
|
* gas/i386/x86-64-sse2avx.s: Likewise.
|
262 |
|
|
|
263 |
|
|
* gas/i386/arch-10.s: Add tests for AVX, AES, CLMUL and FMA.
|
264 |
|
|
* gas/i386/x86-64-arch-2.s: Likewise.
|
265 |
|
|
|
266 |
|
|
* gas/i386/rexw.s: Add AVX tests.
|
267 |
|
|
|
268 |
|
|
* gas/i386/x86-64-opcode-inval.s: Remove lds/les test.
|
269 |
|
|
|
270 |
|
|
* gas/cfi/cfi-i386.d: Updated.
|
271 |
|
|
* gas/cfi/cfi-x86_64.d: Likewise.
|
272 |
|
|
* gas/i386/arch-10.d: Likewise.
|
273 |
|
|
* gas/i386/arch-10-1.l: Likewise.
|
274 |
|
|
* gas/i386/arch-10-2.l: Likewise.
|
275 |
|
|
* gas/i386/arch-10-3.l: Likewise.
|
276 |
|
|
* gas/i386/arch-10-4.l: Likewise.
|
277 |
|
|
* gas/i386/rexw.d: Likewise.
|
278 |
|
|
* gas/i386/x86-64-arch-2.d: Likewise.
|
279 |
|
|
* gas/i386/x86-64-opcode-inval.d: Likewise.
|
280 |
|
|
* gas/i386/x86-64-opcode-inval-intel.d: Likewise.
|
281 |
|
|
|
282 |
|
|
2008-03-26 Bernd Schmidt
|
283 |
|
|
|
284 |
|
|
From Jie Zhang
|
285 |
|
|
* gas/bfin/load.d: Update.
|
286 |
|
|
* gas/bfin/expected_comparison_errors.l: New test.
|
287 |
|
|
* gas/bfin/expected_comparison_errors.s: New test.
|
288 |
|
|
* gas/bfin/bfin.exp: Add expected_comparison_errors.
|
289 |
|
|
* gas/bfin/expected_errors.l, gas/bfin/expected_errors.s: Add
|
290 |
|
|
tests for bad options of "multiply and multipy-accumulate to
|
291 |
|
|
accumulator" instructions. Add new vector instruction option
|
292 |
|
|
mode tests.
|
293 |
|
|
* gas/bfin/vector2.s: Add new vector instruction option mode test.
|
294 |
|
|
* gas/bfin/vector2.d: Adjust accordingly.
|
295 |
|
|
* gas/bfin/expected_errors.l, gas/bfin/expected_errors.s:
|
296 |
|
|
Add check for mismatch of accumulator and data register.
|
297 |
|
|
* gas/bfin/arithmetic.s, gas/bfin/arithmetic.d: Add check
|
298 |
|
|
for IU option.
|
299 |
|
|
|
300 |
|
|
* gas/bfin/flow.d: Adjust since the generated labels for LOOP_BEGIN
|
301 |
|
|
and LOOP_END instruction are local now.
|
302 |
|
|
* gas/bfin/flow2.d: Likewise.
|
303 |
|
|
|
304 |
|
|
From Mike Frysinger
|
305 |
|
|
* gas/bfin/expected_errors.s, gas/bfin/expected_errors.l: Add test
|
306 |
|
|
for mismatched half registers in vector multipy-accumulate
|
307 |
|
|
instructions.
|
308 |
|
|
|
309 |
|
|
From Robin Getz
|
310 |
|
|
* gas/bfin/arithmetic.d: Update to reflect spaces/capitalization in
|
311 |
|
|
recent changes in opcodes/bfin-dis.c.
|
312 |
|
|
gas/bfin/arithmetic.s: Likewise.
|
313 |
|
|
gas/bfin/bit.d: Likewise.
|
314 |
|
|
gas/bfin/bit2.d: Likewise.
|
315 |
|
|
gas/bfin/control_code.d: Likewise.
|
316 |
|
|
gas/bfin/control_code2.d: Likewise.
|
317 |
|
|
gas/bfin/event.d: Likewise.
|
318 |
|
|
gas/bfin/event2.d: Likewise.
|
319 |
|
|
gas/bfin/flow.d: Likewise.
|
320 |
|
|
gas/bfin/flow2.d: Likewise.
|
321 |
|
|
gas/bfin/load.d: Likewise.
|
322 |
|
|
gas/bfin/logical.d: Likewise.
|
323 |
|
|
gas/bfin/logical2.d: Likewise.
|
324 |
|
|
gas/bfin/move.d: Likewise.
|
325 |
|
|
gas/bfin/move2.d: Likewise.
|
326 |
|
|
gas/bfin/parallel.d: Likewise.
|
327 |
|
|
gas/bfin/parallel2.d: Likewise.
|
328 |
|
|
gas/bfin/parallel3.d: Likewise.
|
329 |
|
|
gas/bfin/parallel4.d: Likewise.
|
330 |
|
|
gas/bfin/shift.d: Likewise.
|
331 |
|
|
gas/bfin/shift2.d: Likewise.
|
332 |
|
|
gas/bfin/stack.d: Likewise.
|
333 |
|
|
gas/bfin/stack2.d: Likewise.
|
334 |
|
|
gas/bfin/store.d: Likewise.
|
335 |
|
|
gas/bfin/vector.d: Likewise.
|
336 |
|
|
gas/bfin/vector2.d: Likewise.
|
337 |
|
|
gas/bfin/video.d: Likewise.
|
338 |
|
|
gas/bfin/video2.d: Likewise.
|
339 |
|
|
|
340 |
|
|
2008-03-19 Andreas Krebbel
|
341 |
|
|
|
342 |
|
|
* gas/s390/zarch-z10.d: New file.
|
343 |
|
|
* gas/s390/zarch-z10.s: New file.
|
344 |
|
|
* gas/s390/s390.exp: Run the z10 testcases.
|
345 |
|
|
|
346 |
|
|
2008-03-17 Richard Sandiford
|
347 |
|
|
|
348 |
|
|
* gas/mips/elf-rel26.d: Add -32.
|
349 |
|
|
* gas/mips/mips16-intermix.d: Likewise.
|
350 |
|
|
|
351 |
|
|
2008-03-13 Nick Clifton
|
352 |
|
|
|
353 |
|
|
PR gas/5895
|
354 |
|
|
* gas/macros/exit.s: New test case.
|
355 |
|
|
* gas/macros/macros.exp: Run the new test, expect it to produce an
|
356 |
|
|
error result.
|
357 |
|
|
|
358 |
|
|
2008-03-09 Paul Brook
|
359 |
|
|
|
360 |
|
|
* gas/arm/vfpv3-d16-bad.d: New test.
|
361 |
|
|
* gas/arm/vfpv3-d16-bad.l: New test.
|
362 |
|
|
|
363 |
|
|
2008-03-06 Andreas Krebbel
|
364 |
|
|
|
365 |
|
|
* gas/s390/esa-g5.d (cdfbr, cdfr, cefbr, cefr, cxfbr, cxfr,
|
366 |
|
|
dxr, fidr, fier, fixr, lzdr, lzer, lzxr, sqdr, sqer, tp): Fix
|
367 |
|
|
operand format.
|
368 |
|
|
* gas/s390/esa-g5.s: Likewise.
|
369 |
|
|
* gas/s390/zarch-z900.d (cdgbr, cdgr, cegbr, cegr, cxgbr,
|
370 |
|
|
cxgr): Likewise.
|
371 |
|
|
* gas/s390/zarch-z900.s: Likewise.
|
372 |
|
|
* gas/s390/zarch-z9-109.d (cu41, cu42): Remove mask operand.
|
373 |
|
|
* gas/s390/zarch-z9-109.s: Likewise.
|
374 |
|
|
|
375 |
|
|
2008-03-04 Paul Brook
|
376 |
|
|
|
377 |
|
|
* gas/arm/archv6m.d: New test.
|
378 |
|
|
* gas/arm/archv6m.s: New test.
|
379 |
|
|
* gas/arm/t16-bad.s: Test low register non flag setting add.
|
380 |
|
|
* gas/arm/t16-bad.l: Update expected output.
|
381 |
|
|
|
382 |
|
|
2008-03-03 H.J. Lu
|
383 |
|
|
|
384 |
|
|
PR gas/5543
|
385 |
|
|
* gas/i386/i386.exp: Run inval-equ-1 and inval-equ-2.
|
386 |
|
|
|
387 |
|
|
* gas/i386/inval-equ-1.l: New.
|
388 |
|
|
* gas/i386/inval-equ-1.s: Likewise.
|
389 |
|
|
* gas/i386/inval-equ-2.l: Likewise.
|
390 |
|
|
* gas/i386/inval-equ-2.s: Likewise.
|
391 |
|
|
|
392 |
|
|
2008-03-01 H.J. Lu
|
393 |
|
|
|
394 |
|
|
* gas/i386/x86-64-branch.s: Add tests for 16-bit near indirect
|
395 |
|
|
branches.
|
396 |
|
|
|
397 |
|
|
* gas/i386/x86-64-inval.s: Remove tests for 16-bit near indirect
|
398 |
|
|
branches.
|
399 |
|
|
|
400 |
|
|
* gas/i386/x86-64-branch.d: Updated.
|
401 |
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
402 |
|
|
|
403 |
|
|
2008-02-27 Nick Clifton
|
404 |
|
|
|
405 |
|
|
PR 3134
|
406 |
|
|
* gas/h8300/pr3134.s: New test.
|
407 |
|
|
* gas/h8300/pr3134.d: Expected disassembly
|
408 |
|
|
* gas/h8300/h8300.exp: Run the new test.
|
409 |
|
|
|
410 |
|
|
* gas/h8300/h8300-coff.exp: Fix test for COFF based ports to
|
411 |
|
|
accept h8300-rtemscoff not just h8300-rtems.
|
412 |
|
|
|
413 |
|
|
2008-02-26 H.J. Lu
|
414 |
|
|
|
415 |
|
|
* gas/i386/jump.d: Updated for COFF.
|
416 |
|
|
|
417 |
|
|
2008-02-23 H.J. Lu
|
418 |
|
|
|
419 |
|
|
* gas/i386/jump.s: Add tests for far branches.
|
420 |
|
|
* gas/i386/jump16.s: Likewise.
|
421 |
|
|
|
422 |
|
|
* gas/i386/jump.d: Updated.
|
423 |
|
|
* gas/i386/jump16.d: Likewise.
|
424 |
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
425 |
|
|
|
426 |
|
|
* gas/i386/x86-64-inval.s: Add tests for 16-bit near indirect
|
427 |
|
|
branches.
|
428 |
|
|
|
429 |
|
|
2008-02-22 Nick Clifton
|
430 |
|
|
|
431 |
|
|
* gas/m68hc11/bug-1825.d: Update to match changes in the
|
432 |
|
|
information generated with source-in-disassembly listings.
|
433 |
|
|
* gas/m68hc11/indexed12.d: Likewise.
|
434 |
|
|
* gas/m68hc11/insns-dwarf2.d: Likewise.
|
435 |
|
|
* gas/m68hc11/lbranch-dwarf2.d: Likewise.
|
436 |
|
|
|
437 |
|
|
2008-02-18 H.J. Lu
|
438 |
|
|
|
439 |
|
|
* cfi/cfi.exp (gas_x86_64_check): New.
|
440 |
|
|
(gas_x86_32_check): Likewise.
|
441 |
|
|
Run 32bit and 64bit tests for x86 targets if they are supportd.
|
442 |
|
|
|
443 |
|
|
2008-02-18 Jan Beulich
|
444 |
|
|
|
445 |
|
|
* gas/i386/att-regs.s, gas/i386/att-regs.d,
|
446 |
|
|
gas/i386/intel-regs.s, gas/i386/intel-regs.d: New.
|
447 |
|
|
* gas/i386/i386.exp: Run new tests.
|
448 |
|
|
|
449 |
|
|
2008-02-14 Nick Clifton
|
450 |
|
|
|
451 |
|
|
PR gas/5712
|
452 |
|
|
* gas/arm/fp-save.s: New test.
|
453 |
|
|
* gas/arm/fp-save.d: Expected disassembly.
|
454 |
|
|
|
455 |
|
|
2008-02-13 Adam Nemet
|
456 |
|
|
|
457 |
|
|
* gas/mips/branch-misc-2pic-64.d (#name): Have a unique name
|
458 |
|
|
different from the branch-misc-2-64.d test.
|
459 |
|
|
|
460 |
|
|
2008-02-13 Jan Beulich
|
461 |
|
|
|
462 |
|
|
* gas/i386/intelok.s: Replace invalid offset expression with
|
463 |
|
|
valid ones.
|
464 |
|
|
* gas/i386/x86_64.s: Likewise.
|
465 |
|
|
|
466 |
|
|
2008-02-13 Jan Beulich
|
467 |
|
|
|
468 |
|
|
* gas/i386/intelbad.s, gas/i386/intelok.s: Add 'bound' tests.
|
469 |
|
|
* gas/i386/intelbad.l, gas/i386/intelok.l, gas/i386/intelok.e,
|
470 |
|
|
gas/i386/opcode-intel.d: Adjust.
|
471 |
|
|
|
472 |
|
|
2008-02-13 Jan Beulich
|
473 |
|
|
|
474 |
|
|
* gas/cfi/cfi-i386.s: Add code testing use of all registers.
|
475 |
|
|
Fix a few comments.
|
476 |
|
|
* gas/cfi/cfi-x86_64.s: Likewise.
|
477 |
|
|
* gas/cfi/cfi-i386.d, gas/cfi/cfi-x86_64.d: Adjust.
|
478 |
|
|
|
479 |
|
|
2008-02-12 H.J. Lu
|
480 |
|
|
|
481 |
|
|
* gas/i386/i386.exp: Run x86-64-arch-2 instead of
|
482 |
|
|
x86-64-arch-10.
|
483 |
|
|
|
484 |
|
|
* gas/i386/x86-64-arch-10.d: Removed.
|
485 |
|
|
|
486 |
|
|
* gas/i386/x86-64-arch-2.d: New.
|
487 |
|
|
* gas/i386/x86-64-arch-2.s: Likewise.
|
488 |
|
|
|
489 |
|
|
2008-02-12 H.J. Lu
|
490 |
|
|
|
491 |
|
|
* gas/i386/x86-64-xsave.d: Remove prefix.
|
492 |
|
|
|
493 |
|
|
2008-02-11 H.J. Lu
|
494 |
|
|
|
495 |
|
|
* gas/i386/arch-10.s: Add xgetbv.
|
496 |
|
|
|
497 |
|
|
* gas/i386/arch-10.d: Updated.
|
498 |
|
|
* gas/i386/arch-10-1.l: Likewise.
|
499 |
|
|
* gas/i386/arch-10-2.l: Likewise.
|
500 |
|
|
* gas/i386/arch-10-3.l: Likewise.
|
501 |
|
|
* gas/i386/arch-10-4.l: Likewise.
|
502 |
|
|
* gas/i386/x86-64-arch-10.d: Likewise.
|
503 |
|
|
|
504 |
|
|
2002-02-11 H.J. Lu
|
505 |
|
|
|
506 |
|
|
* gas/i386/i386.exp: Run xsave, xsave-intel, x86-64-xsave
|
507 |
|
|
and x86-64-xsave-intel.
|
508 |
|
|
|
509 |
|
|
* gas/i386/x86-64-xsave-intel.d: New file.
|
510 |
|
|
* gas/i386/x86-64-xsave.d: Likewise.
|
511 |
|
|
* gas/i386/x86-64-xsave.s: Likewise.
|
512 |
|
|
* gas/i386/xsave-intel.d: Likewise.
|
513 |
|
|
* gas/i386/xsave.d: Likewise.
|
514 |
|
|
* gas/i386/xsave.s: Likewise.
|
515 |
|
|
|
516 |
|
|
2008-02-05 Adam Nemet
|
517 |
|
|
|
518 |
|
|
* gas/mips/mips.exp: Invoke the tests smartmips, mips32-dsp,
|
519 |
|
|
mips32-dspr2, mips64-dsp and mips32-mt with run_dump_test instead
|
520 |
|
|
of run_dump_test_arches.
|
521 |
|
|
* gas/mips/smartmips.d: Pass -mips32.
|
522 |
|
|
* gas/mips/mips64-dsp.d: Pass -mips64r2.
|
523 |
|
|
* gas/mips/mips32-dsp.d: Pass -mips32r2.
|
524 |
|
|
* gas/mips/mips32-dspr2.d: Likewise.
|
525 |
|
|
* gas/mips/mips32-mt.d: Likewise.
|
526 |
|
|
|
527 |
|
|
2008-02-04 Adam Nemet
|
528 |
|
|
|
529 |
|
|
* gas/mips/mips.exp: Call mips_arch_create for Octeon. Invoke
|
530 |
|
|
Octeon tests.
|
531 |
|
|
* gas/mips/octeon.s, gas/mips/octeon.d: New test.
|
532 |
|
|
|
533 |
|
|
2008-01-31 Marc Gauthier
|
534 |
|
|
|
535 |
|
|
* gas/all/gas.exp: Recognize Xtensa processor variants.
|
536 |
|
|
* gas/elf/elf.exp: Likewise.
|
537 |
|
|
* gas/lns/lns.exp: Likewise.
|
538 |
|
|
|
539 |
|
|
2008-01-28 H.J. Lu
|
540 |
|
|
|
541 |
|
|
* gas/cfi/cfi-alpha-1.d: Replace DW_CFA_def_cfa_reg with
|
542 |
|
|
DW_CFA_def_cfa_register.
|
543 |
|
|
* gas/cfi/cfi-alpha-3.d: Likewise.
|
544 |
|
|
* gas/cfi/cfi-hppa-1.d: Likewise.
|
545 |
|
|
* gas/cfi/cfi-i386.d: Likewise.
|
546 |
|
|
* gas/cfi/cfi-m68k.d: Likewise.
|
547 |
|
|
* gas/cfi/cfi-mips-1.d: Likewise.
|
548 |
|
|
* gas/cfi/cfi-sh-1.d: Likewise.
|
549 |
|
|
* gas/cfi/cfi-sparc-1.d: Likewise.
|
550 |
|
|
* gas/cfi/cfi-sparc64-1.d: Likewise.
|
551 |
|
|
* gas/cfi/cfi-x86_64.d: Likewise.
|
552 |
|
|
|
553 |
|
|
* gas/cfi/cfi-common-1.d: Updated for i386/x86-64 register
|
554 |
|
|
names.
|
555 |
|
|
* gas/cfi/cfi-common-2.d: Likewise.
|
556 |
|
|
* gas/cfi/cfi-common-5.d: Likewise.
|
557 |
|
|
* gas/cfi/cfi-i386.d: Likewise.
|
558 |
|
|
* gas/cfi/cfi-x86_64.d: Likewise.
|
559 |
|
|
|
560 |
|
|
2008-01-24 H.J. Lu
|
561 |
|
|
|
562 |
|
|
* gas/i386/x86-64-sib.s: Add tests for r12.
|
563 |
|
|
|
564 |
|
|
* gas/i386/x86-64-sib-intel.d: Updated.
|
565 |
|
|
* gas/i386/x86-64-sib.d: Likewise.
|
566 |
|
|
|
567 |
|
|
2008-01-23 H.J. Lu
|
568 |
|
|
|
569 |
|
|
* gas/i386/i386.exp : Run x86-64-arch-1 and x86-64-arch-10.
|
570 |
|
|
|
571 |
|
|
* gas/i386/x86-64-arch-1.d: New.
|
572 |
|
|
* gas/i386/x86-64-arch-1.s: Likewise.
|
573 |
|
|
* gas/i386/x86-64-arch-10.d: Likewise.
|
574 |
|
|
|
575 |
|
|
2008-01-23 Tristan Gingold
|
576 |
|
|
|
577 |
|
|
* gas/ia64/regs.d: Updated as the ia64 disassembler now displays
|
578 |
|
|
symbolic names for all ar registers.
|
579 |
|
|
|
580 |
|
|
2008-01-22 H.J. Lu
|
581 |
|
|
|
582 |
|
|
* gas/i386/arch-10.d: New.
|
583 |
|
|
* gas/i386/arch-11.s: Likewise.
|
584 |
|
|
* gas/i386/arch-12.d: Likewise.
|
585 |
|
|
* gas/i386/arch-12.s: Likewise.
|
586 |
|
|
|
587 |
|
|
* gas/i386/i386.exp: Run arch-11 and arch-12.
|
588 |
|
|
|
589 |
|
|
2008-01-22 H.J. Lu
|
590 |
|
|
|
591 |
|
|
* gas/i386/arch-10-1.l: New.
|
592 |
|
|
* gas/i386/arch-10-1.s: Likewise.
|
593 |
|
|
* gas/i386/arch-10-2.l: Likewise.
|
594 |
|
|
* gas/i386/arch-10-2.s: Likewise.
|
595 |
|
|
* gas/i386/arch-10-3.l: Likewise.
|
596 |
|
|
* gas/i386/arch-10-3.s: Likewise.
|
597 |
|
|
* gas/i386/arch-10-4.l: Likewise.
|
598 |
|
|
* gas/i386/arch-10-4.s: Likewise.
|
599 |
|
|
* gas/i386/arch-10.d: Likewise.
|
600 |
|
|
* gas/i386/arch-10.s: Likewise.
|
601 |
|
|
|
602 |
|
|
* gas/i386/i386.exp: Run arch-10, arch-10-1, arch-10-2,
|
603 |
|
|
arch-10-3 and arch-10-4.
|
604 |
|
|
|
605 |
|
|
* gas/i386/nops-2.s: Use movsbl instead of cmove.
|
606 |
|
|
* gas/i386/nops-2-i386.d: Updated.
|
607 |
|
|
* gas/i386/nops-2-merom.d: Likewise.
|
608 |
|
|
* gas/i386/nops-2.d: Likewise.
|
609 |
|
|
* gas/i386/x86-64-nops-2.d: Likewise.
|
610 |
|
|
|
611 |
|
|
2008-01-15 H.J. Lu
|
612 |
|
|
|
613 |
|
|
* gas/i386/prescott.s: Add tests for movddup in Intel syntax.
|
614 |
|
|
* gas/i386/x86-64-prescott.s: Likewise.
|
615 |
|
|
|
616 |
|
|
* gas/i386/prescott.d: Updated.
|
617 |
|
|
* gas/i386/x86-64-prescott.d: Likewise.
|
618 |
|
|
|
619 |
|
|
2008-01-15 H.J. Lu
|
620 |
|
|
|
621 |
|
|
* gas/i386/i386.s: Add more tests for movsx and movzx.
|
622 |
|
|
* gas/i386/x86_64.s: Likewise.
|
623 |
|
|
|
624 |
|
|
* gas/i386/inval.s: Remove tests for movsxw and movzxw.
|
625 |
|
|
|
626 |
|
|
* gas/i386/x86-64-inval.s: Remove tests for movsxb, movsxw,
|
627 |
|
|
movsxl, movzxb and movzxw.
|
628 |
|
|
|
629 |
|
|
* gas/i386/i386.d: Updated.
|
630 |
|
|
* gas/i386/inval.l: Likewise.
|
631 |
|
|
* gas/i386/x86_64.d: Likewise.
|
632 |
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
633 |
|
|
|
634 |
|
|
2008-01-14 H.J. Lu
|
635 |
|
|
|
636 |
|
|
* gas/i386/i386.s: Add tests for movsx, movzx and movnti.
|
637 |
|
|
* gas/i386/inval.s: Likewise.
|
638 |
|
|
* gas/i386/x86_64.s: Likewise.
|
639 |
|
|
* gas/i386/x86-64-inval.s: Likewise.
|
640 |
|
|
|
641 |
|
|
* gas/i386/i386.d: Updated.
|
642 |
|
|
* gas/i386/inval.l: Likewise.
|
643 |
|
|
* gas/i386/x86_64.d: Likewise.
|
644 |
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
645 |
|
|
|
646 |
|
|
2008-01-12 H.J. Lu
|
647 |
|
|
|
648 |
|
|
PR gas/5534
|
649 |
|
|
* gas/i386/i386.s: Add tests for fnstsw and fstsw.
|
650 |
|
|
* gas/i386/inval.s: Likewise.
|
651 |
|
|
* gas/i386/x86_64.s: Likewise.
|
652 |
|
|
|
653 |
|
|
* gas/i386/intel.s: Use word instead of dword on ss.
|
654 |
|
|
|
655 |
|
|
* gas/i386/x86-64-inval.s: Add tests for fnstsw, fstsw, in
|
656 |
|
|
and out.
|
657 |
|
|
|
658 |
|
|
* gas/i386/prefix.s: Remove invalid fstsw.
|
659 |
|
|
|
660 |
|
|
* gas/i386/inval.l: Updated.
|
661 |
|
|
* gas/i386/intelbad.l: Likewise.
|
662 |
|
|
* gas/i386/i386.d: Likewise.
|
663 |
|
|
* gas/i386/x86_64.d: Likewise.
|
664 |
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
665 |
|
|
* gas/i386/prefix.d: Updated.
|
666 |
|
|
|
667 |
|
|
2008-01-10 H.J. Lu
|
668 |
|
|
|
669 |
|
|
* gas/i386/nops.s: Add more tests with opcodes from 0x0f19
|
670 |
|
|
to 0x0f1f.
|
671 |
|
|
* gas/i386/x86-64-nops.s: Likewise.
|
672 |
|
|
|
673 |
|
|
* gas/i386/nops.d: Updated.
|
674 |
|
|
* gas/i386/x86-64-nops.d: Likewise.
|
675 |
|
|
|
676 |
|
|
2008-01-09 Bob Wilson
|
677 |
|
|
|
678 |
|
|
* gas/lns/lns.exp: Run new lns-big-delta test for targets that set
|
679 |
|
|
DWARF2_USE_FIXED_ADVANCE_PC.
|
680 |
|
|
* gas/lns/lns-big-delta.s: New.
|
681 |
|
|
* gas/lns/lns-big-delta.d: New.
|
682 |
|
|
|
683 |
|
|
2008-01-08 John David Anglin
|
684 |
|
|
|
685 |
|
|
PR gas/5322
|
686 |
|
|
* lib/gas-defs.exp (gas_host_run): Add fourth argument to regsub
|
687 |
|
|
command.
|
688 |
|
|
|
689 |
|
|
2008-01-05 H.J. Lu
|
690 |
|
|
|
691 |
|
|
* gas/i386/intel.s: Add tests for fadd, faddp, fdiv, fdivp,
|
692 |
|
|
fdivr, fdivrp, fmul, fmulp, fsub, fsubp, fsubr and fsubrp.
|
693 |
|
|
|
694 |
|
|
* gas/i386/intel.d: Updated.
|
695 |
|
|
* gas/i386/intel.e: Likewise.
|
696 |
|
|
|
697 |
|
|
2008-01-04 H.J. Lu
|
698 |
|
|
|
699 |
|
|
* gas/i386/rexw.d: New.
|
700 |
|
|
* gas/i386/rexw.s: Likewise.
|
701 |
|
|
|
702 |
|
|
* gas/i386/x86-64-sse4_1-intel.d: Updated.
|
703 |
|
|
* gas/i386/x86-64-sse4_1.d: Likewise.
|
704 |
|
|
|
705 |
|
|
2008-01-04 Nick Clifton
|
706 |
|
|
|
707 |
|
|
* gas/ppc/altivec_and_spe.s: New test - checks that ISA extension
|
708 |
|
|
command line options (-maltivec, -mspe) can be specified before
|
709 |
|
|
CPU selection command line options.
|
710 |
|
|
* gas/ppc/altivec_and_spe.d: Expected disassembly.
|
711 |
|
|
* gas/ppc/ppc.exp: Run the new test
|
712 |
|
|
|
713 |
|
|
2008-01-03 H.J. Lu
|
714 |
|
|
|
715 |
|
|
* gas/i386/arch-9.d: New file.
|
716 |
|
|
* gas/i386/arch-9.s: Likewise.
|
717 |
|
|
|
718 |
|
|
* gas/i386/i386.exp: Run arch-9.
|
719 |
|
|
|
720 |
|
|
2008-01-02 H.J. Lu
|
721 |
|
|
|
722 |
|
|
* gas/i386/arch-5.d: New file.
|
723 |
|
|
* gas/i386/arch-5.s: Likewise.
|
724 |
|
|
* gas/i386/arch-6.d: Likewise.
|
725 |
|
|
* gas/i386/arch-6.s: Likewise.
|
726 |
|
|
* gas/i386/arch-7.d: Likewise.
|
727 |
|
|
* gas/i386/arch-7.s: Likewise.
|
728 |
|
|
* gas/i386/arch-8.d: Likewise.
|
729 |
|
|
* gas/i386/arch-8.s: Likewise.
|
730 |
|
|
|
731 |
|
|
* gas/i386/i386.exp: Run arch-5, arch-6, arch-7 and arch-8.
|
732 |
|
|
|
733 |
|
|
2008-01-02 H.J. Lu
|
734 |
|
|
|
735 |
|
|
* gas/i386/i386.s: Add tests for movq.
|
736 |
|
|
* gas/i386/x86_64.s: Likewise.
|
737 |
|
|
|
738 |
|
|
* gas/i386/i386.d Updated.
|
739 |
|
|
* gas/i386/x86_64.d: Likewise.
|
740 |
|
|
|
741 |
|
|
2008-01-02 H.J. Lu
|
742 |
|
|
|
743 |
|
|
PR gas/5534
|
744 |
|
|
* gas/i386/intel.s: Use QWORD on movq instead of DWORD.
|
745 |
|
|
|
746 |
|
|
* gas/i386/inval.s: Add tests for movq.
|
747 |
|
|
* gas/i386/x86-64-inval.s: Likewise.
|
748 |
|
|
|
749 |
|
|
* gas/i386/inval.l: Updated.
|
750 |
|
|
* gas/i386/x86-64-inval.l: Likewise.
|
751 |
|
|
|
752 |
|
|
2008-01-02 Catherine Moore
|
753 |
|
|
|
754 |
|
|
* gas/mips/jalr.s: New test.
|
755 |
|
|
* gas/mips/jalr.l: New test output.
|
756 |
|
|
* gas/mips/mips.exp: Run new test.
|
757 |
|
|
|
758 |
|
|
For older changes see ChangeLog-2007
|
759 |
|
|
|
760 |
|
|
Local Variables:
|
761 |
|
|
mode: change-log
|
762 |
|
|
left-margin: 8
|
763 |
|
|
fill-column: 74
|
764 |
|
|
version-control: never
|
765 |
|
|
End:
|