dd918abb4df6c045ee0a187885231c564c98e48f
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2006-09-04 Paul Brook <paul@codesourcery.com>
2
3 * gas/arm/neon-cov.s: Test .u and .s aliases for .i suffixes.
4 * gas/arm/neon-cov.d: Adjust expected output.
5
6 2006-08-21 Joseph Myers <joseph@codesourcery.com>
7
8 * gas/arm/unwind.s: Test not merging iWMMXt register save with
9 previous long opcode.
10 * gas/arm/unwind.d, gas/arm/unwind_vxworks.d: Update.
11
12 2006-08-16 Julian Brown <julian@codesourcery.com>
13
14 * gas/arm/noarm.s: Add test for disabled ARM insns.
15 * gas/arm/noarm.d: Drive test for above.
16 * gas/arm/noarm.l: Expected error output.
17
18 2006-08-15 Thiemo Seufer <ths@mips.com>
19 Nigel Stephens <nigel@mips.com>
20 David Ung <davidu@mips.com>
21
22 * gas/mips/mips.exp: Handle mips*-sde-elf*.
23
24 2006-08-04 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
25
26 * sse2.d: Fixed the correct result for cvtpi2pd, cvtpd2pi
27 and cvttpd2pi.
28
29 2006-08-12 Thiemo Seufer <ths@networkno.de>
30
31 * gas/mips/mips16-save.d: Fix testcase.
32
33 2006-08-08 Bob Wilson <bob.wilson@acm.org>
34
35 * gas/lns/lns-common-1-alt.d: New file.
36 * gas/lns/lns.exp: Use lns-common-1-alt.d for xtensa targets.
37
38 2006-08-04 Pedro Alves <pedro_alves@portugalmail.pt>
39
40 * gas/arm/wince.s: New test.
41 * gas/arm/wince.d: New test.
42
43 * gas/arm/thumb2_add.s: Don't use elf specific ".type"
44 pseudo-op.
45
46 2006-08-03 Joseph Myers <joseph@codesourcery.com>
47
48 * gas/arm/iwmmxt-bad.s: Test invalid register names for wldrw and
49 wstrw.
50 * gas/arm/iwmmxt-bad.l: Update.
51
52 2006-08-03 Joseph Myers <joseph@codesourcery.com>
53
54 * gas/arm/iwmmxt.s: Test tmcr and tmrc with wcgr registers.
55 * gas/arm/iwmmxt.d: Update.
56
57 2006-08-01 H.J. Lu <hongjiu.lu@intel.com>
58
59 * gas/i386/nops-2-i386.d: Updated.
60 * gas/i386/nops-2-merom.d: Likewise.
61 * gas/i386/nops-2.d: Likewise.
62
63 2006-07-29 Richard Sandiford <richard@codesourcery.com>
64
65 * gas/m68k/mcf-fpu.s: Add tests for all addressing modes.
66 * gas/m68k/mcf-fpu.d: Update accordingly.
67
68 2006-07-20 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
69 Michael Meissner <michael.meissner@amd.com>
70
71 * gas/i386/amdfam10.s: Add .p2align 4,0 to make sure segment is
72 aligned on all systems.
73 * gas/i386/x86-64-amdfam10.s: Likewise.
74 * gas/i386/amdfam10.d: Adjust output for alignment.
75 * gas/i386/x86-64-amdfam10.d: Likewise.
76
77 2006-07-19 Paul Brook <paul@codesourcery.com>
78
79 * gas/arm/archv6t2.d: Adjust expected output for rbit.
80
81 2006-07-18 H.J. Lu <hongjiu.lu@intel.com>
82
83 * gas/i386/opcode.s: Add sldt, smsw and str.
84 * gas/i386/x86-64-opcode.s: Likewise.
85
86 * gas/i386/opcode.d: Updated.
87 * gas/i386/x86-64-opcode.d: Likewise.
88
89 2006-07-18 Paul Brook <paul@codesourcery.com>
90
91 * gas/arm/thumb2_add.d: New test.
92 * gas/arm/thumb2_add.s: New test.
93
94 2006-07-18 Maciej W. Rozycki <macro@mips.com>
95
96 * gas/mips/mips4.s, gas/mips/mips4.d: Enable the "pref" test. Change
97 arguments for "madd.s" so that the instruction is correct for mips1
98 and still matches "bc3*".
99
100 2006-07-13 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
101 Michael Meissner <michael.meissner@amd.com>
102
103 * gas/i386/amdfam10.s: New file for amdfam10 instructions.
104 * gam/i386/amdfam10.d: Ditto.
105 * gas/i386/x86-64-amdfam10.s: Ditto.
106 * gam/i386/x86-64-amdfam10.d: Ditto.
107
108 2006-07-12 Nick Clifton <nickc@redhat.com>
109
110 * gas/sh/basic.exp: Run "too_large" dump test.
111 * gas/sh/too_large.s: New test file. Check that .byte directives
112 do not generate a bogus overflow message.
113 * gas/sh/too_large.s: New test control file.
114
115 2006-07-05 Julian Brown <julian@codesourcery.com>
116
117 * gas/arm/vfp-neon-syntax.d: Tweak expected fmsrr syntax.
118 * gas/arm/vfp-neon-syntax_t2.d: Likewise.
119 * gas/arm/vfp2.d: Likewise.
120 * gas/arm/vfp2_t2.d: Likewise.
121
122 2006-07-04 Thiemo Seufer <ths@mips.com>
123
124 * gas/mips/e32-rel2.d, gas/mips/e32-rel4.d: Use -mabi=32 for as.
125 * gas/mips/mips.exp: Move mips16e testcase to ELF only tests.
126 Run elf{el}-rel2 and elf-rel4 for all arches with gpr64. Run
127 e32-rel2 and e32-rel4 also for 64 bit configurations.
128
129 2006-06-23 H.J. Lu <hongjiu.lu@intel.com>
130
131 * gas/i386/i386.exp: Run nops-1, nops-1-i386, nops-1-i686,
132 nops-1-merom, nops-2, nops-2-i386, nops-2-merom, x86-64-nops-1,
133 x86-64-nops-1-k8, x86-64-nops-1-nocona and x86-64-nops-1-merom.
134
135 * gas/i386/nops-1.s: New file.
136 * gas/i386/nops-2.s: Likewise.
137 * gas/i386/nops-1-i386.d: Likewise.
138 * gas/i386/nops-1-i686.d: Likewise.
139 * gas/i386/nops-1-merom.d: Likewise.
140 * gas/i386/nops-1.d: Likewise.
141 * gas/i386/nops-2-i386.d: Likewise.
142 * gas/i386/nops-2-merom.d: Likewise.
143 * gas/i386/nops-2.d: Likewise.
144 * gas/i386/x86-64-nops-1.s: Likewise.
145 * gas/i386/x86-64-nops-1-k8.d: Likewise.
146 * gas/i386/x86-64-nops-1-merom.d: Likewise.
147 * gas/i386/x86-64-nops-1-nocona.d: Likewise.
148 * gas/i386/x86-64-nops-1.d: Likewise.
149
150 * gas/i386/sse2.d: Updated to expect xchg %ax,%ax as 2 byte
151 nop.
152
153 2006-06-20 Thiemo Seufer <ths@networkno.de>
154
155 * gas/mips/mips.exp: Explicitly specify o32 ABI.
156 * gas/mips/mips64-dsp.d: Dump o32 register names.
157 * gas/mips/smartmips.d: Explicitly specify o32 ABI.
158
159 2006-06-18 Nick Clifton <nickc@redhat.com>
160
161 * gas/arm/group-reloc-alu-encoding-bad.d: Skip for non-ELF
162 targets.
163 * gas/arm/group-reloc-alu-parsing-bad.d: Likewise.
164 * gas/arm/group-reloc-ldc-encoding-bad.d: Likewise.
165 * gas/arm/group-reloc-ldc-parsing-bad.d: Likewise.
166 * gas/arm/group-reloc-ldc.d: Likewise.
167 * gas/arm/group-reloc-ldr-encoding-bad.d: Likewise.
168 * gas/arm/group-reloc-ldr-parsing-bad.d: Likewise.
169 * gas/arm/group-reloc-ldr.d: Likewise.
170 * gas/arm/group-reloc-ldrs-encoding-bad.d: Likewise.
171 * gas/arm/group-reloc-ldrs-parsing-bad.d: Likewise.
172 * gas/arm/group-reloc-ldrs.d: Likewise.
173
174 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
175
176 * gas/arm/group-reloc-alu.d: New test.
177 * gas/arm/group-reloc-alu-encoding-bad.d: New test.
178 * gas/arm/group-reloc-alu-encoding-bad.l: New test.
179 * gas/arm/group-reloc-alu-encoding-bad.s: New test.
180 * gas/arm/group-reloc-alu-parsing-bad.d: New test.
181 * gas/arm/group-reloc-alu-parsing-bad.l: New test.
182 * gas/arm/group-reloc-alu-parsing-bad.s: New test.
183 * gas/arm/group-reloc-alu.s: New test.
184 * gas/arm/group-reloc-ldc.d: New test.
185 * gas/arm/group-reloc-ldc-encoding-bad.d: New test.
186 * gas/arm/group-reloc-ldc-encoding-bad.l: New test.
187 * gas/arm/group-reloc-ldc-encoding-bad.s: New test.
188 * gas/arm/group-reloc-ldc-parsing-bad.d: New test.
189 * gas/arm/group-reloc-ldc-parsing-bad.l: New test.
190 * gas/arm/group-reloc-ldc-parsing-bad.s: New test.
191 * gas/arm/group-reloc-ldc.s: New test.
192 * gas/arm/group-reloc-ldr.d: New test.
193 * gas/arm/group-reloc-ldr-encoding-bad.d: New test.
194 * gas/arm/group-reloc-ldr-encoding-bad.l: New test.
195 * gas/arm/group-reloc-ldr-encoding-bad.s: New test.
196 * gas/arm/group-reloc-ldr-parsing-bad.d: New test.
197 * gas/arm/group-reloc-ldr-parsing-bad.l: New test.
198 * gas/arm/group-reloc-ldr-parsing-bad.s: New test.
199 * gas/arm/group-reloc-ldr.s: New test.
200 * gas/arm/group-reloc-ldrs.d: New test.
201 * gas/arm/group-reloc-ldrs-encoding-bad.d: New test.
202 * gas/arm/group-reloc-ldrs-encoding-bad.l: New test.
203 * gas/arm/group-reloc-ldrs-encoding-bad.s: New test.
204 * gas/arm/group-reloc-ldrs-parsing-bad.d: New test.
205 * gas/arm/group-reloc-ldrs-parsing-bad.l: New test.
206 * gas/arm/group-reloc-ldrs-parsing-bad.s: New test.
207 * gas/arm/group-reloc-ldrs.s: New test.
208
209 2006-06-14 Thiemo Seufer <ths@mips.com>
210 Maciej W. Rozycki <macro@mips.com>
211
212 * gas/mips/elf-rel6.d, gas/mips/elf-rel6.s: Extend testcase.
213 * gas/mips/elf-rel6.d-n32.d, gas/mips/elf-rel6-n64.d: New files.
214 * gas/mips/mips.exp: Run new testcases.
215
216 2006-06-14 Thiemo Seufer <ths@mips.com>
217
218 * gas/mips/mips16e-jrc.d, gas/mips/mips16e-save.d,
219 gas/mips/mips32-dsp.d, gas/mips/mips32-mt.d: Explicitly specify
220 o32 ABI.
221
222 2006-06-12 H.J. Lu <hongjiu.lu@intel.com>
223
224 * gas/i386/i386.exp: Run nops and x86-64-nops.
225
226 * gas/i386/nops.d: New file.
227 * gas/i386/nops.s: Likewise.
228 * gas/i386/x86-64-nops.d: Likewise.
229 * gas/i386/x86-64-nops.s: Likewise.
230
231 2006-06-12 H.J. Lu <hongjiu.lu@intel.com>
232
233 * gas/i386/opcode.s: Add "xchg %ax,%ax".
234 * gas/i386/opcode.d: Updated.
235
236 * gas/i386/x86-64-opcode.s: Add xchg %ax,%ax, xchg %eax,%eax,
237 xchg %rax,%rax, rex64 xchg %rax,%rax and xchg %rax,%r8.
238 * gas/i386/x86-64-opcode.d: Updated.
239
240 2006-06-09 Thiemo Seufer <ths@mips.com>
241 Nigel Stephens <nigel@mips.com>
242
243 * gas/mips/mips32-sf32.s, gas/mips/mips32-sf32.d: New test for odd
244 single precision FPRs on MIPS32.
245 * gas/mips/mips.exp: Run them.
246
247 2006-06-08 Thiemo Seufer <ths@mips.com>
248 Nigel Stephens <nigel@mips.com>
249
250 * gas/mips/mips32.s: Added cop2 branches with explicit condition
251 code register numbers.
252 * gas/mips/mips32.d: Likewise.
253
254 2006-06-07 Julian Brown <julian@codesourcery.com>
255
256 * gas/arm/itblock.s: New file. Helper macro for making all-true IT
257 blocks.
258 * gas/arm/neon-cond-bad-inc.s: New test. Make sure unconditional
259 Neon instructions are rejected...
260 * gas/arm/neon-cond-bad.s: In ARM mode, and...
261 * gas/arm/neon-cond-bad_t2.s: Accepted in Thumb mode (with IT).
262 * gas/arm/neon-cond-bad.l: Expected error output in ARM mode.
263 * gas/arm/neon-cond-bad.d: Control ARM mode test.
264 * gas/arm/neon-cond-bad_t2.d: Expected output in Thumb mode.
265 * gas/arm/vfp-neon-syntax-inc.s: Test VFP Neon-style syntax.
266 * gas/arm/vfp-neon-syntax.s: ...in ARM mode.
267 * gas/arm/vfp-neon-syntax_t2.s: ...and Thumb mode.
268 * gas/arm/vfp-neon-syntax.d: Expected output in ARM mode.
269 * gas/arm/vfp-neon-syntax_t2.d: Expected output in Thumb mode.
270
271 2006-06-06 Paul Brook <paul@codesourcery.com>
272
273 * gas/arm/thumb2_bcond.d: Update expected output.
274 * gas/arm/thumb32.d: Ditto.
275 * gas/arm/vfp1_t2.d: Ditto.
276 * gas/arm/vfp1xD_t2.d: Ditto.
277
278 2006-06-06 Thiemo Seufer <ths@mips.com>
279 Chao-ying Fu <fu@mips.com>
280
281 * gas/mips/mips64-dsp.s, gas/mips/mips64-dsp.d: New DSP64 tests.
282 * gas/mips/mips.exp: Run DSP64 tests.
283
284 2006-06-05 Thiemo Seufer <ths@mips.com>
285
286 * gas/mips/mips32-dsp.d, gas/mips/mips32-dsp.s, gas/mips/mips32-mt.d,
287 gas/mips/mips32-mt.s: Remove instructions with invalid arguments.
288 * gas/mips/mips32-dsp.l, gas/mips/mips32-mt.l: Delete file.
289
290 2006-05-25 Richard Sandiford <richard@codesourcery.com>
291
292 * gas/m68k/mcf-fpu.s: Add fmovemd and fmovem instructions.
293 * gas/m68k/mcf-fpu.d: Adjust accordingly.
294
295 2006-05-25 Jie Zhang <jie.zhang@analog.com>
296
297 * gas/bfin/vector2.s, gas/bfin/vector2.d: Test to ensure (m) is not
298 thrown away.
299
300 2006-05-23 Thiemo Seufer <ths@mips.com>
301
302 * gas/mips/mips-gp32-fp64-pic.d, mips/mips-gp32-fp64.d,
303 gas/mips/mips-gp64-fp32-pic.d, gas/mips/mips-gp64-fp32.l,
304 gas/mips/mips-gp64-fp64.d: Adjust test cases to the changes assembler
305 output.
306 * gas/mips/mips-gp32-fp64.l, gas/mips/mips-gp64-fp32-pic.l: New files,
307 catch assembler warnings.
308
309 2006-05-22 Nick Clifton <nickc@redhat.com>
310
311 * gas/mips/mips32-dsp.l: Fix expected unsigned decoding of -1 in
312 warning messages.
313 * gas/mips/mips32-mt.l: Likewise.
314
315 2006-05-19 Thiemo Seufer <ths@mips.com>
316
317 * gas/mips/vxworks1-el.d, gas/mips/vxworks1-xgot-el.d: Add little
318 endian testcases.
319 * gas/mips/vxworks1.d, gas/mips/vxworks1-xgot.d: Build as big endian.
320 * gas/mips/mips.exp: Run new testcases.
321
322 2006-05-14 Thiemo Seufer <ths@mips.com>
323 Nigel Stephens <nigel@mips.com>
324
325 * gas/mips/mips.exp: Run new tests.
326 * gas/mips/mips16e.s, gas/mips/mips16e.d, gas/mips/mips16e-64.s,
327 gas/mips/mips16e-64.d, gas/mips/mips16e-64.l: New tests.
328
329 2006-05-11 Paul Brook <paul@codesourcery.com>
330
331 * gas/arm/local_function.d: New test.
332 * gas/arm/local_function.s: New test.
333
334 2006-05-11 Thiemo Seufer <ths@mips.com>
335
336 * gas/mips/jal-range.l: Don't check the range of j or jal
337 addresses.
338
339 2006-05-09 H.J. Lu <hongjiu.lu@intel.com>
340
341 * gas/i386/x86-64-gidt.d: Adjusted.
342
343 2006-05-09 H.J. Lu <hongjiu.lu@intel.com>
344
345 * gas/i386/i386.exp: Run x86-64-gidt.
346
347 * gas/i386/x86-64-gidt.d: New file.
348 * gas/i386/x86-64-gidt.s: Likewise.
349
350 2006-05-09 David Ung <davidu@mips.com>
351
352 * gas/mips/jal-range.l: Only warn about an out-of-range j or jal
353 address.
354
355 2006-05-08 Thiemo Seufer <ths@mips.com>
356
357 * gas/mips/mips32.s, gas/mips/mips32.d: Extend testcase to check
358 larger offset arguments for cache instructions.
359
360 2006-05-08 Thiemo Seufer <ths@mips.com>
361 Nigel Stephens <nigel@mips.com>
362 David Ung <davidu@mips.com>
363
364 * gas/mips/smartmips.s, gas/mips/smartmips.d: New smartmips test.
365 * gas/mips/mips.exp: Run smartmips test.
366
367 2006-05-05 Julian Brown <julian@codesourcery.com>
368
369 * gas/arm/vfp-neon-overlap.s: New test. Overlapping VFP/Neon
370 instructions.
371 * gas/arm/vfp-neon-overlap.d: Expected output of above.
372 * gas/arm/vfp1xD.d: Test for fldmx/fstmx.
373 * gas/arm/vfp1xD_t2.d: Likewise.
374 * gas/arm/vfpv3-32drs.d: Likewise.
375
376 2006-05-05 Nigel Stephens <nigel@mips.com>
377
378 * gas/mips/noreorder.s, gas/mips/noreorder.d: New test for
379 reorder/noreorder corner case.
380 * gas/mips/mips.exp: Run new test.
381
382 2006-05-04 Kazu Hirata <kazu@codesourcery.com>
383
384 * gas/arm/armv1.d (error-output): New.
385 * gas/arm/armv1.l: New.
386 * gas/arm/thumb32.d (error-output): New.
387 * gas/arm/thumb32.l: New.
388
389 2006-05-04 Thiemo Seufer <ths@mips.com>
390 Nigel Stephens <nigel@mips.com>
391
392 * gas/mips/mips.exp: Run mips32-dsp tests only for mips32r2.
393 * gas/mips/set-arch.d: Adjust according to opcode table changes.
394
395 2006-05-03 Thiemo Seufer <ths@mips.com>
396
397 * gas/mips/mips32-mt.d: Fix mftr argument order.
398
399 2006-05-02 Joseph Myers <joseph@codesourcery.com>
400
401 * gas/arm/iwmmxt.s: Increase offsets for wstrb and wstrh.
402 * gas/arm/iwmmxt.d: Update expected results.
403 * gas/arm/iwmmxt-bad2.s: Test wstrb, wstrh, wldrb and wldrh.
404 * gas/arm/iwmmxt-bad2.l: Update expected error messages.
405
406 2006-04-29 H.J. Lu <hongjiu.lu@intel.com>
407
408 * gas/i386/fp.d: New file.
409 * gas/i386/fp.s: Likewise.
410
411 * gas/i386/i386.exp: Run "fp".
412
413 2006-04-28 Thiemo Seufer <ths@mips.com>
414 David Ung <davidu@mips.com>
415 Nigel Stephens <nigel@mips.com>
416
417 * gas/mips/cp0sel-names-mips32r2.d,
418 gas/mips/cp0sel-names-mips64r2.d: Update for MT register names.
419
420 2006-04-26 Julian Brown <julian@codesourcery.com>
421
422 * gas/arm/neon-const.s: New testcase. Neon floating-point constants.
423 * gas/arm/neon-const.d: Expected output of above.
424 * gas/arm/neon-cov.d: Expect floating-point disassembly for VMOV.F32.
425
426 2006-04-26 Julian Brown <julian@codesourcery.com>
427
428 * gas/arm/neon-psyn.s: Basic test of programmers syntax.
429 * gas/arm/neon-psyn.d: Expected output of above.
430
431 2006-04-26 Julian Brown <julian@codesourcery.com>
432
433 * gas/arm/copro.s: Avoid ldcl which encodes as a bad Neon instruction.
434 * gas/arm/copro.d: Update accordingly.
435 * gas/arm/neon-cond.s: New test. Conditional Neon opcodes in ARM mode.
436 * gas/arm/neon-cond.d: Expected results of above.
437 * gas/arm/neon-cov.s: New test. Coverage of Neon instructions.
438 * gas/arm/neon-cov.d: Expected results of above.
439 * gas/arm/neon-ldst-es.s: New test. Element and structure loads and
440 stores.
441 * gas/arm/neon-ldst-es.d: Expected results of above.
442 * gas/arm/neon-ldst-rm.s: New test. Single and multiple register loads
443 and stores.
444 * gas/arm/neon-ldst-rm.d: Expected results of above.
445 * gas/arm/neon-omit.s: New test. Omission of optional operands.
446 * gas/arm/neon-omit.d: Expected results of above.
447 * gas/arm/vfp1.d: Expect Neon syntax for some VFP instructions.
448 * gas/arm/vfp1_t2.d: Likewise.
449 * gas/arm/vfp1xD.d: Likewise.
450 * gas/arm/vfp1xD_t2.d: Likewise.
451 * gas/arm/vfp2.d: Likewise.
452 * gas/arm/vfp2_t2.d: Likewise.
453 * gas/arm/vfp3-32drs.s: New test. Extended D register range for VFP
454 instructions.
455 * gas/arm/vfp3-32drs.d: Expected results of above.
456 * gas/arm/vfp3-const-conv.s: New test. VFPv3 constant-load and
457 conversion instructions.
458 * gas/arm/vfp3-const-conv.d: Expected results of above.
459
460 2005-04-20 Paul Brook <paul@codesourcery.com>
461
462 * gas/arm/arch7.d: Remove skip.
463 * gas/arm/svc.d: Ditto.
464 * gas/arm/thumb2_bcond.d: Ditto.
465 * gas/arm/thumb2_it_bad.d: Ditto.
466
467 2006-04-18 H.J. Lu <hongjiu.lu@intel.com>
468
469 PR gas/2533
470 * gas/i386/inval.s: Add test for illegal immediate register
471 operand.
472 * gas/i386/inval.l: Updated.
473
474 2006-04-16 Nick Clifton <nickc@redhat.com>
475
476 * gas/arm/arch7.d: Skip test for non-ELF targets.
477 * gas/arm/blx-local.d: Likewise.
478 * gas/arm/svc.d: Likewise.
479 * gas/arm/thumb2_bcond.d: Likewise.
480 * gas/arm/thumb2_it_bad.d: Likewise.
481
482 2006-04-07 Paul Brook <paul@codesourcery.com>
483
484 * gas/arm/blx-local.d: New test.
485 * gas/arm/blx-local.d: New test.
486
487 2006-04-07 Paul Brook <paul@codesourcery.com>
488
489 * gas/arm/thumb2_pool.d: New test.
490 * gas/arm/thumb2_pool.s: New test.
491
492 2006-04-05 Richard Sandiford <richard@codesourcery.com>
493
494 * gas/sparc/vxworks-pic.s, gas/sparc/vxworks-pic.d: New test.
495 * gas/sparc/sparc.exp: Run it. Remove sparc*-*-vxworks* XFAILs.
496
497 2006-03-23 Michael Matz <matz@suse.de>
498
499 * gas/i386/reloc64.s: Accept 64-bit forms.
500 * gas/i386/reloc64.d: Adjust.
501 * gas/i386/reloc64.l: Adjust.
502
503 2006-03-23 H.J. Lu <hongjiu.lu@intel.com>
504
505 * gas/i386/rep.s: Pad with .p2align.
506 * gas/i386/rep.d: Adjust.
507
508 2006-03-22 Richard Sandiford <richard@codesourcery.com>
509
510 * gas/mips/vxworks1.s, gas/mips/vxworks1.d,
511 * gas/mips/vxworks1-xgot.d: New tests.
512 * gas/mips/mips.exp: Run them. Do not run other tests on VxWorks.
513
514 2006-03-21 Paul Brook <paul@codesourcery.com>
515
516 * gas/arm/thumb32.d: Correct expected output.
517
518 2006-03-20 Paul Brook <paul@codesourcery.com>
519
520 * gas/arm/thumb2_bcond.d: New test.
521 * gas/arm/thumb2_bcond.s: New test.
522 * gas/arm/thumb2_it_bad.d: New test.
523 * gas/arm/thumb2_it_bad.l: New test.
524 * gas/arm/thumb2_it_bad.s: New test.
525
526 2006-03-17 Paul Brook <paul@codesourcery.com>
527
528 * gas/arm/thumb32.d: Add ldm and stm tests.
529 * gas/arm/thumb32.s: Ditto.
530
531 2006-03-16 Bernd Schmidt <bernd.schmidt@analog.com>
532
533 * gas/bfin/shift2.s: Add new tests.
534 * gas/bfin/shift.d: Match changed disassembler behaviour.
535 * gas/bfin/parallel2.d: Likewise.
536 * gas/bfin/shift2.d: Likewise; also match new tests.
537
538 2006-03-16 Paul Brook <paul@codesourcery.com>
539
540 * gas/arm/svc.d: New test.
541 * gas/arm/svc.s: New test.
542 * gas/arm/inst.d: Accept svc mnemonic.
543 * gas/arm/thumb.d: Ditto.
544 * gas/arm/wince_inst.d: Ditto.
545
546 2006-03-09 Paul Brook <paul@codesourcery.com>
547
548 * gas/arm/nomapping.d: New test.
549 * gas/arm/nomapping.s: New test.
550
551 2006-03-07 H.J. Lu <hongjiu.lu@intel.com>
552
553 PR binutils/2428
554 * gas/i386/i386.exp: Add rep, rep-suffix, x86-64-rep and
555 x86-64-rep-suffix.
556
557 * gas/i386/naked.d: Replace repz with rep.
558 * gas/i386/x86_64.d: Likewise.
559
560 * gas/i386/rep-suffix.d: New file.
561 * gas/i386/rep-suffix.s: Likewise.
562 * gas/i386/rep.d: Likewise.
563 * gas/i386/rep.s: Likewise.
564 * gas/i386/x86-64-rep-suffix.d: Likewise.
565 * gas/i386/x86-64-rep-suffix.s: Likewise.
566 * gas/i386/x86-64-rep.d: Likewise.
567 * gas/i386/x86-64-rep.s: Likewise.
568
569 2006-03-07 Richard Sandiford <richard@codesourcery.com>
570
571 * gas/arm/abs12.s, gas/arm/abs12.d: New test.
572 * gas/arm/pic.d: Skip for *-*-vxworks*...
573 * gas/arm/pic_vxworks.d: ...use this version instead.
574 * gas/arm/unwind_vxworks.d: Fix expected output.
575
576 2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
577
578 * gas/m68k/arch-cpu-1.s: Tweak.
579 * gas/m68k/arch-cpu-1.d: Tweak.
580
581 2006-02-28 Jan Beulich <jbeulich@novell.com>
582
583 * gas/all/altmacro.s: Adjust.
584 * gas/all/altmac2.s: Adjust.
585
586 2006-02-28 Jan Beulich <jbeulich@novell.com>
587
588 * gas/macros/paren[sd]: New.
589 * gas/macros/macros.exp: Run new test.
590
591 2006-02-27 H.J. Lu <hongjiu.lu@intel.com>
592
593 * gas/i386/i386.exp: Add merom and x86-64-merom.
594
595 * gas/i386/merom.d: New file.
596 * gas/i386/merom.s: Likewise.
597 * gas/i386/x86-64-merom.d: Likewise.
598 * gas/i386/x86-64-merom.s: Likewise.
599
600 2006-02-24 David S. Miller <davem@sunset.davemloft.net>
601
602 * gas/sparc/rdhpr.s: New test.
603 * gas/sparc/rdhpr.d: New test.
604 * gas/sparc/wrhpr.s: New test.
605 * gas/sparc/wrhpr.d: New test.
606 * gas/sparc/window.s: New test.
607 * gas/sparc/window.d: New test.
608 * gas/sparc/rdpr.s: Add case for reading %gl register.
609 * gas/sparc/rdpr.d: Likewise.
610 * gas/sparc/wrpr.s: Add case for writing %gl register.
611 * gas/sparc/wrpr.d: Likewise.
612 * gas/sparc/sparc.exp: Update for new tests.
613
614 2006-02-24 Paul Brook <paul@codesourcery.com>
615
616 * gas/arm/thumb32.d: Fix expected msr and mrs output.
617 * gas/arm/arch7.d: New test.
618 * gas/arm/arch7.s: New test.
619 * gas/arm/arch7m-bad.l: New test.
620 * gas/arm/arch7m-bad.d: New test.
621 * gas/arm/arch7m-bad.s: New test.
622
623 2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
624
625 * gas/ia64/opc-i.s: Add tests for tf.
626 * gas/ia64/pseudo.s: Likewise.
627 * gas/ia64/opc-i.d: Updated.
628 * gas/ia64/pseudo.d: Likewise.
629
630 2006-02-22 H.J. Lu <hongjiu.lu@intel.com>
631
632 * gas/ia64/dv-raw-err.s: Add check for vmsw.0.
633 * gas/ia64/dv-raw-err.l: Updated.
634
635 * gas/ia64/opc-b.s: Add vmsw.0 and vmsw.1.
636 * gas/ia64/opc-b.d: Updated.
637
638 2005-02-22 Paul Brook <paul@codesourcery.com>
639
640 * gas/arm/thumb32.d: Fix expected pld opcode.
641
642 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
643 Anil Paranjape <anilp1@kpitcummins.com>
644 Shilin Shakti <shilins@kpitcummins.com>
645
646 * gas/xc16x: New directory.
647 * gas/xc16x/xc16x.exp: New file
648 * gas/xc16x/add.s: New file
649 * gas/xc16x/add_test.s: New file
650 * gas/xc16x/addb.s: New file
651 * gas/xc16x/addc.s: New file
652 * gas/xc16x/addcb.s: New file
653 * gas/xc16x/and.s: New file
654 * gas/xc16x/andb.s: New file
655 * gas/xc16x/bfldl.s: New file
656 * gas/xc16x/bit.s: New file
657 * gas/xc16x/calla.s: New file
658 * gas/xc16x/calli.s: New file
659 * gas/xc16x/cmp.s: New file
660 * gas/xc16x/cmp_test.s: New file
661 * gas/xc16x/cmpb.s: New file
662 * gas/xc16x/cmpi.s: New file
663 * gas/xc16x/cpl.s: New file
664 * gas/xc16x/div.s: New file
665 * gas/xc16x/jmpa.s: New file
666 * gas/xc16x/jmpi.s: New file
667 * gas/xc16x/jmpr.s: New file
668 * gas/xc16x/mov.s: New file
669 * gas/xc16x/mov_test.s: New file
670 * gas/xc16x/movb.s: New file
671 * gas/xc16x/movbs.s: New file
672 * gas/xc16x/movbz.s: New file
673 * gas/xc16x/mul.s: New file
674 * gas/xc16x/neg.s: New file
675 * gas/xc16x/nop.s: New file
676 * gas/xc16x/or.s: New file
677 * gas/xc16x/orb.s: New file
678 * gas/xc16x/prior.s: New file
679 * gas/xc16x/pushpop.s: New file
680 * gas/xc16x/ret.s: New file
681 * gas/xc16x/scxt.s: New file
682 * gas/xc16x/shlrol.s: New file
683 * gas/xc16x/sub.s: New file
684 * gas/xc16x/sub_test.s: New file
685 * gas/xc16x/subb.s: New file
686 * gas/xc16x/subcb.s: New file
687 * gas/xc16x/syscontrol1.s: New file
688 * gas/xc16x/syscontrol2.s: New file
689 * gas/xc16x/trap.s: New file
690 * gas/xc16x/xor.s: New file
691 * gas/xc16x/xorb.s: New file
692
693 2006-02-12 H.J. Lu <hongjiu.lu@intel.com>
694
695 * gas/i386/x86-64-crx-suffix.d: Undo the last change.
696
697 2006-02-11 H.J. Lu <hongjiu.lu@intel.com>
698
699 * gas/i386/i386.exp: Add "x86-64-drx" and "x86-64-drx-suffix".
700
701 * gas/i386/x86-64-crx-suffix.d: Minor update.
702
703 * gas/i386/x86-64-drx-suffix.d: New file.
704 * gas/i386/x86-64-drx.d: Likewise.
705 * gas/i386/x86-64-drx.s: Likewise.
706
707 2006-02-11 H.J. Lu <hongjiu.lu@intel.com>
708
709 * gas/i386/i386.exp: Add "x86-64-crx" and "x86-64-crx-suffix".
710
711 * gas/i386/x86-64-crx-suffix.d: New file.
712 * gas/i386/x86-64-crx.d: Likewise.
713 * gas/i386/x86-64-crx.s: Likewise.
714
715 2006-02-07 Nathan Sidwell <nathan@codesourcery.com>
716
717 * testsuite/gas/m68k/all.exp: Add arch-cpu-1 test.
718 * testsuite/gas/m68k/arch-cpu-1.[sd]: New.
719
720 2005-02-02 Paul Brook <paul@codesourcery.com>
721
722 * gas/arm/thumb2_invert.d: New test.
723 * gas/arm/thumb2_invert.s: New test.
724
725 2006-01-31 Paul Brook <paul@codesourcery.com>
726
727 * gas/testsuite/gas/arm/iwmmxt-bad.s: Add check for bad register name.
728 * gas/testsuite/gas/arm/iwmmxt-bad.l: Ditto.
729
730 2006-01-18 Arnold Metselaar <arnoldm@sourceware.org>
731
732 * gas/z80/z80.exp: Add offset.
733 * gas/z80/offset.d: New file.
734 * gas/z80/offset.s: New file.
735
736 2006-01-16 Paul Brook <paul@codesourcery.com>
737
738 * gas/m68k/all.exp: Add mcf-fpu.
739 * gas/m68k/mcf-fpu.d: New file.
740 * gas/m68k/mcf-fpu.s: New file.
741
742 2006-01-11 Nick Clifton <nickc@redhat.com>
743
744 * gas/tic54x/address.d: Work with 64bit hosts.
745 * gas/tic54x/addrfar.d: Likewise.
746 * gas/tic54x/align.d: Likewise.
747 * gas/tic54x/all-opcodes.d: Likewise.
748 * gas/tic54x/asg.d: Likewise.
749 * gas/tic54x/cons.d: Likewise.
750 * gas/tic54x/consfar.d: Likewise.
751 * gas/tic54x/extaddr.d: Likewise.
752 * gas/tic54x/field.d: Likewise.
753 * gas/tic54x/labels.d: Likewise.
754 * gas/tic54x/loop.d: Likewise.
755 * gas/tic54x/lp.d: Likewise.
756 * gas/tic54x/macro.d: Likewise.
757 * gas/tic54x/math.d: Likewise.
758 * gas/tic54x/opcodes.d: Likewise.
759 * gas/tic54x/sections.d: Likewise.
760 * gas/tic54x/set.d: Likewise.
761 * gas/tic54x/struct.d: Likewise.
762 * gas/tic54x/subsym.d: Likewise.
763
764 2006-01-09 H.J. Lu <hongjiu.lu@intel.com>
765
766 PR gas/2117
767 * gas/ia64/ia64.exp: Add ltoff22x-2, ltoff22x-3, ltoff22x-4 and
768 ltoff22x-5.
769
770 * gas/ia64/ltoff22x-2.d: New file.
771 * gas/ia64/ltoff22x-2.s: Likewise.
772 * gas/ia64/ltoff22x-3.d: Likewise.
773 * gas/ia64/ltoff22x-3.s: Likewise.
774 * gas/ia64/ltoff22x-4.d: Likewise.
775 * gas/ia64/ltoff22x-4.s: Likewise.
776 * gas/ia64/ltoff22x-5.d: Likewise.
777 * gas/ia64/ltoff22x-5.s: Likewise.
778
779 2006-01-03 Hans-Peter Nilsson <hp@bitrange.com>
780
781 PR gas/2101
782 * gas/mmix/hex2.s, gas/mmix/hex2.d: New test.
783
784 For older changes see ChangeLog-2005
785 \f
786 Local Variables:
787 mode: change-log
788 left-margin: 8
789 fill-column: 74
790 version-control: never
791 End:
This page took 0.047244 seconds and 4 git commands to generate.