1 2007-09-12 Jan Beulich <jbeulich@novell.com>
2 * gas/i386/sse4_1.s, gas/i386/x86-64-sse4_1.s: Add two-operand forms
3 of blendvps, blendvpd, and pblendvb.
4 * gas/i386/sse4_1.d, gas/i386/sse4_1-intel.d,
5 gas/i386/x86-64-sse4_1.d, gas/i386/x86-64-sse4_1-intel.d: Adjust,
6 making last/first operand of blendvps, blendvpd, and pblendvb
9 2007-09-12 Jan Beulich <jbeulich@novell.com>
10 * gas/i386/amdfam10.s, gas/i386/x86-64-amdfam10.s: Add Intel syntax
12 * gas/i386/amdfam10.d, gas/i386/x86-64-amdfam10.d: Adjust.
14 2007-09-06 H.J. Lu <hongjiu.lu@intel.com>
16 * gas/i386/svme.s: Updated to allow eax in 64bit.
17 * gas/i386/svme.d: Updated.
18 * gas/i386/svme64.d: Likewise.
20 2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
22 * gas/i386/svme.s: Updated to accept eax in 32bit and rax in
24 * gas/i386/svme.d: Updated.
25 * gas/i386/svme64.d: Likewise.
27 2007-08-30 H.J. Lu <hongjiu.lu@intel.com>
29 * gas/i386/amd.s: Add rdtscp.
30 * gas/i386/amd.d: Updated.
32 * gas/i386/mem-intel.d: Update invlpg for BYTE PTR.
33 * gas/i386/x86-64-mem-intel.d: Likewise.
35 * gas/i386/x86-64-opcode.s: Add swapgs.
36 * gas/i386/x86-64-opcode.d: Updated.
38 2007-08-29 Daniel Jacobowitz <dan@codesourcery.com>
40 * gas/lns/lns-duplicate.d, gas/lns/lns-duplicate.s: New.
41 * gas/lns/lns.exp: Run lns-duplicate.
43 2007-08-29 H.J. Lu <hongjiu.lu@intel.com>
45 * gas/i386/i386.exp: Run x86-64-reg and x86-64-reg-intel.
47 * gas/i386/x86-64-reg.s: New. Add tests for instructions
48 with one register operand.
49 * gas/i386/x86-64-reg-intel.d: Likewise.
50 * gas/i386/x86-64-reg.d: Likewise.
52 2007-08-29 H.J. Lu <hongjiu.lu@intel.com>
54 * gas/i386/i386.exp: Run reg and reg-intel.
56 * gas/i386/katmai.d: Update bad instructions.
58 * gas/i386/reg.s: New. Add tests for instructions with one
60 * gas/i386/reg-intel.d: Likewise.
61 * gas/i386/reg.d: Likewise.
63 2007-08-28 H.J. Lu <hongjiu.lu@intel.com>
65 * gas/i386/i386.exp: Run mem, mem-intel, x86-64-mem and
68 * gas/i386/mem.s: New. Add tests for instructions with one
70 * gas/i386/x86-64-mem.s: Likewise.
71 * gas/i386/mem-intel.d: Likewise.
72 * gas/i386/mem.d: Likewise.
73 * gas/i386/x86-64-mem-intel.d: Likewise.
74 * gas/i386/x86-64-mem.d: Likewise.
76 2007-08-28 Mark Shinwell <shinwell@codesourcery.com>
77 Joseph Myers <joseph@codesourcery.com>
79 * lib/gas-defs.exp (gas_version): Use remote_* functions instead
82 (gas_run): Use gas_host_run.
83 (gas_start): Likewise.
84 (run_dump_test): Likewise.
85 (objdump): Use gas_host_run.
86 (objdump_start_no_subdir): Likewise.
87 * lib/gas-dg.exp (gas-dg-test): Use "remote_file host delete".
89 * gas/macros/macros.exp: Download app4b.s to host.
90 * gas/i386/i386.exp (gas_64_check): Use gas_host_run.
91 (gas_32_check): Likewise.
92 * gas/maxq10/maxq10.exp (gas_64_check): Likewise
93 (gas_32_check): Likewise.
94 * gas/maxq20/maxq20.exp (gas_64_check): Likewise
95 (gas_32_check): Likewise.
96 * gas/sparc/sparc.exp (gas_64_check): Likewise.
97 * gas/cfi/cfi.exp: Likewise.
98 * gas/elf/elf.exp (run_list_test): Likewise. Use temporary file
99 for readelf output in place of pipe.
100 * gas/all/gas.exp: Download incbin.dat to host.
101 (do_comment): Allow \r\r\n.
103 2007-08-09 Paul Brook <paul@codesourcery.com>
105 * gas/arm/relax_load_align.d: new test.
106 * gas/arm/relax_load_align.s: new test.
108 2007-08-09 H.J. Lu <hongjiu.lu@intel.com>
110 * gas/i386/i386.exp: Run sse4_1-intel, sse4_2-intel,
111 x86-64-sse4_1-intel and x86-64-sse4_2-intel.
113 * gas/i386/sse4_1-intel.d: New file.
114 * gas/i386/sse4_2-intel.d: Likewise.
115 * gas/i386/x86-64-sse4_1-intel.d: Likewise.
116 * gas/i386/x86-64-sse4_2-intel.d: Likewise.
118 * gas/i386/sse4_1.s: Add tests for Intel syntax.
119 * gas/i386/sse4_2.s: Likewise.
120 * gas/i386/x86-64-sse4_1.s: Likewise.
121 * gas/i386/x86-64-sse4_2.s: Likewise.
123 * gas/i386/sse4_1.d: Updated.
124 * gas/i386/sse4_2.d: Likewise.
125 * gas/i386/x86-64-sse4_1.d: Likewise.
126 * gas/i386/x86-64-sse4_2.d: Likewise.
128 2007-08-09 Alan Modra <amodra@bigpond.net.au>
130 * gas/all/weakref1u.d (not-target): Match *-*-*aout.
132 2007-07-29 H.J. Lu <hongjiu.lu@intel.com>
135 * gas/i386/simd-intel.d: Updated.
136 * gas/i386/simd.d: Likewise.
137 * gas/i386/x86-64-simd-intel.d: Likewise.
138 * gas/i386/x86-64-simd.d: Likewise.
140 * gas/i386/simd.s: Add tests for SSE4 instructions.
141 * gas/i386/x86-64-simd.s: Likewise.
143 2007-07-29 H.J. Lu <hongjiu.lu@intel.com>
145 * gas/i386/simd.s: Add tests for cvtss2si/cvtsd2si in Intel
147 * gas/i386/x86-64-simd.s: Likewise.
149 * gas/i386/simd-intel.d: Updated.
150 * gas/i386/simd.d: Likewise.
151 * gas/i386/x86-64-simd-intel.d: Likewise.
152 * gas/i386/x86-64-simd.d: Likewise.
154 2007-07-28 H.J. Lu <hongjiu.lu@intel.com>
157 * gas/i386/simd-intel.d: Updated.
158 * gas/i386/simd.d: Likewise.
159 * gas/i386/x86-64-simd-intel.d: Likewise.
160 * gas/i386/x86-64-simd.d: Likewise.
162 * gas/i386/simd.s: Add new tests.
163 * gas/i386/x86-64-simd.s: Likewise.
165 2007-07-28 H.J. Lu <hongjiu.lu@intel.com>
167 * gas/i386/x86-64-opcode.d: Updated.
168 * gas/i386/x86-64-simd-intel.d: Likewise.
169 * gas/i386/x86-64-simd.d: Likewise.
171 * gas/i386/x86-64-simd.s: Add movq.
173 2007-07-23 H.J. Lu <hongjiu.lu@intel.com>
175 * gas/i386/i386.exp: Run nops16-1, nops-1-i386-i686, nops-1-k8,
176 nops-3-i386, nops-4, nops-4-i386, x86-64-nops-2, x86-64-nops-3,
177 x86-64-nops-4, x86-64-nops-4-core2 and x86-64-nops-4-k8.
179 * gas/i386/nops-1-i386-i686.d: New.
180 * gas/i386/nops-1-k8.d: Likewise.
181 * gas/i386/nops-3-i386.d : Likewise.
182 * gas/i386/nops-3-i686.d: Likewise.
183 * gas/i386/nops-4-i386.d: Likewise.
184 * gas/i386/nops-4.d: Likewise.
185 * gas/i386/nops16-1.d: Likewise.
186 * gas/i386/nops16-1.s: Likewise.
187 * gas/i386/x86-64-nops-1-k8.d: Likewise.
188 * gas/i386/x86-64-nops-2.d: Likewise.
189 * gas/i386/x86-64-nops-3.d: Likewise.
190 * gas/i386/x86-64-nops-4-core2.d: Likewise.
191 * gas/i386/x86-64-nops-4-k8.d: Likewise.
192 * gas/i386/x86-64-nops-4.d: Likewise.
194 * gas/i386/nops-1-i386.d: Updated.
195 * gas/i386/nops-1-i686.d: Likewise.
196 * gas/i386/nops-1.d: Likewise.
197 * gas/i386/nops-2-i386.d: Likewise.
198 * gas/i386/nops-2-merom.d : Likewise.
199 * gas/i386/nops-2.d: Likewise.
200 * gas/i386/nops-3.d: Likewise.
201 * gas/i386/x86-64-nops-1-merom.d: Likewise.
202 * gas/i386/x86-64-nops-1-nocona.d: Likewise.
203 * gas/i386/x86-64-nops-1.d: Likewise.
205 * gas/i386/x86-64-nops-1.s: Removed.
207 2007-07-23 Evandro Menezes <evandro.menezes@amd.com>
208 H.J. Lu <hongjiu.lu@intel.com>
210 * gas/i386/i386.exp: Don't run x86-64-nops-1-k8. Run
211 nops-3-i686 and nops-4-i686.
213 * gas/i386/nops-3-i686.d: New.
214 * gas/i386/nops-4-i686.d: Likewise.
215 * gas/i386/nops-4.s: Likewise.
217 2007-07-23 Richard Sandiford <richard@codesourcery.com>
219 * lib/gas-defs.exp (run_list_test): Make the options optional.
220 * gas/cr16/cr16.exp (run_list_test): Delete.
222 2007-07-19 Nick Clifton <nickc@redhat.com>
225 * gas/elf/elf.exp (target_machine): Treat the arm-linux-gnu target
226 in the same way as the arm-eabi target.
227 * gas/arm/mapshort-eabi.d: Use this file for the arm-linux-gnu
229 * gas/arm/mapshort-elf.d: Do not use this file for the
230 arm-linux-gnu target.
232 2007-07-16 H.J. Lu <hongjiu.lu@intel.com>
234 * gas/i386/simd.s: Add tests for punpcklbw, punpckldq,
235 punpcklwd and punpcklqdq.
236 * gas/i386/x86-64-simd.s: Likewise.
238 * gas/i386/simd-intel.d: Updated.
239 * gas/i386/simd.d: Likewise.
240 * gas/i386/x86-64-simd-intel.d: Likewise.
241 * gas/i386/x86-64-simd.d: Likewise.
243 2007-07-14 Nick Clifton <nickc@redhat.com>
245 * gas/arm/arm.s: Add tests for re-aliasing a previously removed
247 * gas/arm/arm.l: Add new expected warning message.
249 2007-07-04 H.J. Lu <hongjiu.lu@intel.com>
251 * gas/i386/ssemmx2.d: Ignore padding.
253 2007-07-04 H.J. Lu <hongjiu.lu@intel.com>
255 * gas/i386/rex.s: Avoid the last rex prefix becoming the
256 rex prefix for the padding.
258 2007-07-04 H.J. Lu <hongjiu.lu@intel.com>
260 * gas/i386/i386.exp: Run x86-64-nops-1 for x86_64-*-mingw*.
262 2007-07-04 Nick Clifton <nickc@redhat.com>
264 * gas/mep/relocs.d: Fix expected disassembly to work on 64-bit
267 2007-07-03 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
269 * gas/elf/elf.exp: Expect redef test to fail for CR16.
270 * gas/all/gas.exp: Expect forward and do_930509a tests to fail for
272 * gas/cr16/cinv_test.d: Remove whitespace dependencies.
274 2007-07-03 Nick Clifton <nickc@redhat.com>
276 * lib/gas-defs.exp: Update copyright notice to refer to GPLv3.
277 * gas/all/itbl-test.c, gas/all/test-example.c, gas/all/test-gen.c,
278 gas/arm/maverick.c, gas/cris/cris.exp, gas/hppa/basic/basic.exp,
279 gas/hppa/parse/parse.exp, gas/hppa/reloc/reloc.exp,
280 gas/hppa/unsorted/unsorted.exp, gas/mmix/mmix-err.exp,
281 gas/mmix/mmix-list.exp, gas/mmix/mmix.exp, gas/mn10200/basic.exp,
282 gas/mn10300/am33-2.c, gas/mn10300/basic.exp, gas/pdp11/opcode.s,
283 gas/ppc/aix.exp, gas/sh/arch/arch.exp, gas/sh/sh64/sh64.exp,
284 gas/sh/basic.exp, gas/sh/err.exp, gas/v850/basic.exp: Likewise.
286 2007-07-03 Nathan Sidwell <nathan@codesourcery.com>
288 * gas/m68k/mcf-coproc.d: New.
289 * gas/m68k/mcf-coproc.s: New.
290 * gas/m68k/all.exp: Add it.
292 2007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
294 * gas/cr16: New directory
295 * gas/cr16.exp: New file
296 * add_test.d and add_test.s: New files
297 * and_test.d and and_test.s: New files
298 * ash_test.d and ash_test.s: New files
299 * bal_test.d and bal_test.s: New files
300 * bcc_test.d and bcc_test.s: New files
301 * beq0_test.d and beq0_test.s: New files
302 * cbitb_test.d and cbitb_test.s: New files
303 * cbitw_test.d and cbitw_test.s: New files
304 * cinv_test.d and cinv_test.s: New files
305 * cmp_test.d and cmp_test.s: New files
306 * excp_test.d and excp_test.s: New files
307 * jal_test.d and jal_test.s: New files
308 * jcc_test.d and jcc_test.s: New files
309 * loadb_test.d and loadb_test.s: New files
310 * loadd_test.d and loadd_test.s: New files
311 * loadm_test.d and loadm_test.s: New files
312 * loadw_test.d and loadw_test.s: New files
313 * lpsp_test.d and lpsp_test.s: New files
314 * lsh_test.d and lsh_test.s: New files
315 * mov_test.d and mov_test.s: New files
316 * mul_test.d and mul_test.s: New files
317 * or_test.d and or_test.s: New files
318 * popret_test.d and popret_test.s: New files
319 * pop_test.d and pop_test.s: New files
320 * push_test.d and push_test.s: New files
321 * sbitb_test.d and sbitb_test.s: New files
322 * sbitw_test.d and sbitw_test.s: New files
323 * scc_test.d and scc_test.s: New files
324 * storb_test.d and storb_test.s: New files
325 * stord_test.d and stord_test.s: New files
326 * storm_test.d and storm_test.s: New files
327 * storw_test.d and storw_test.s: New files
328 * sub_test.d and sub_test.s: New files
329 * tbitb_test.d and tbitb_test.s: New files
330 * tbit_test.d and tbit_test.s: New files
331 * tbitw_test.d and tbitw_test.s: New files
332 * xor_test.d and xor_test.s: New files
334 2007-06-26 Paul Brook <paul@codesourcery.com>
336 * gas/arm/vfp1xD.d: Add new fmrx/fmxr tests.
337 * gas/arm/vfp1xD.s: Ditto.
338 * gas/arm/vfp1xD_t2.d: Ditto.
339 * gas/arm/vfp1xD_t2.s: Ditto.
341 2007-06-24 Nick Clifton <nickc@redhat.com>
343 * gas/arm/backslash-at.d: Fix for non-ELF arm targets.
345 2007-06-23 H.J. Lu <hongjiu.lu@intel.com>
348 * gas/i386/i386.exp: Run simd, simd-intel, x86-64-simd
349 and x86-64-simd-intel.
351 * gas/i386/opcode-intel.d: Updated.
353 * gas/i386/simd-intel.d: New.
354 * gas/i386/simd.d: Likewise.
355 * gas/i386/simd.s: Likewise.
356 * gas/i386/x86-64-simd-intel.d: Likewise.
357 * gas/i386/x86-64-simd.d: Likewise.
358 * gas/i386/x86-64-simd.s: Likewise.
360 2007-06-18 Kazu Hirata <kazu@codesourcery.com>
362 * gas/m68k/all.exp: Run mcf-wdebug.
363 * gas/testsuite/gas/m68k/mcf-wdebug.d,
364 gas/testsuite/gas/m68k/mcf-wdebug.s: New.
366 2007-06-14 Paul Brook <paul@codesourcery.com>
368 * gas/arm/thumb32.s: Add tests for shift instructions.
369 * gas/arm/thumb32.d: Ditto.
371 2007-06-06 Paul Brook <paul@codesourcery.com>
373 * gas/arm/thumb.d: Update expected output.
374 * gas/arm/thumb2_relax.d: Ditto.
376 2007-06-05 Paul Brook <paul@codesourcery.com>
378 * gas/arm/thumb32.d: Add writeback addressing mode tests.
379 * gas/arm/thumb32.s: Update expected output.
381 2007-06-05 Nick Clifton <nickc@redhat.com>
384 * gas/sparc/sparc.exp: Run pr4587 list test.
385 * gas/sparc/pr4587.s: New test case.
386 * gas/sparc/pr4587.l: Expected assembler output.
388 2007-06-05 Nick Clifton <nickc@redhat.com>
390 * lib/gas-defs.exp (run_list_test): New proc.
391 * gas/alpha/alpha.exp: Delete proc run_list_test.
392 * gas/bfin/bfin.exp : Likewise.
393 * gas/cfi/cfi.exp : Likewise.
394 * gas/crx/allinsn.exp : Likewise.
395 * gas/d10v/d10v.exp : Likewise.
396 * gas/d30v/d30v.exp : Likewise.
397 * gas/frv/allinsn.exp : Likewise.
398 * gas/i386/i386.exp : Likewise.
399 * gas/i860.i860.exp : Likewise.
400 * gas/ia64/ia64.exp : Likewise.
401 * gas/lns/lns.exp : Likewise.
402 * gas/macros/macros.exp : Likewise.
403 * gas/maxq10/maxq10.exp : Likewise.
404 * gas/maxq20/maxq20.exp : Likewise.
405 * gas/mips/mips.exp : Likewise.
406 * gas/mmix/mmix-list.exp : Likewise.
407 * gas/mn10300/basic.exp : Likewise.
408 * gas/msp430/msp430.exp : Likewise.
409 * gas/pdp11/pdp11.exp : Likewise.
410 * gas/ppc/ppc.exp : Likewise.
411 * gas/s390/s390.exp : Likewise.
412 * gas/elf/elf.exp (proc run_list_test): Rename to run_elf_list_test.
414 2007-05-29 Jakub Jelinek <jakub@redhat.com>
417 * gas/sparc/sparc.exp: Add v9branch{1,2,3,4,5} tests.
418 * gas/sparc/v9branch1.d: New test.
419 * gas/sparc/v9branch1.s: New.
420 * gas/sparc/v9branch2.d: New test.
421 * gas/sparc/v9branch2.s: New.
422 * gas/sparc/v9branch3.d: New test.
423 * gas/sparc/v9branch3.s: New.
424 * gas/sparc/v9branch4.d: New test.
425 * gas/sparc/v9branch4.s: New.
426 * gas/sparc/v9branch5.d: New test.
427 * gas/sparc/v9branch5.s: New.
429 2007-03-25 Paul Brook <paul@codesourcery.com>
431 * gas/arm/thumb32.s: Add tests for subs pc, lr.
432 * gas/arm/thumb32.d: Change error-output: to stderr:.
433 Update expected output.
435 2007-05-22 Paul Brook <paul@codesourcery.com>
437 * gas/arm/backslash-at.d: Update expected output.
439 2007-05-17 H.J. Lu <hongjiu.lu@intel.com>
441 2003-06-05 Michal Ludvig <mludvig@suse.cz>
442 * gas/cfi/cfi-x86_64.s: Test new directives
443 and different writings of registers and numbers.
444 * gas/cfi/cfi-x86_64.d: Updated pattern to
445 match the above change.
447 2007-05-15 Mark Shinwell <shinwell@codesourcery.com>
449 * gas/arm/backslash-at.d: New.
450 * gas/arm/backslash-at.s: New.
452 2007-05-15 Vincent Riviere <vincent.riviere@freesbee.fr>
453 Nick Clifton <nickc@redhat.com>
456 * gas/m68k/p3041.s: New test case.
457 * gas/m68k/p3041.d: New expected disassembly.
458 * gas/m68k/all.exp: Run new test for m68k-*-netbsd toolchains.
459 Only run arch-cpu-1 test for ELF based toolchains.
461 Tidy ups for m68k-netbsd gas toolchain:
462 * gas/m68k/cpu32.d: Allow for extra text after expected
464 * gas/m68k/mcf-trap.d: Allow for alternative trap mnemonics.
465 * gas/m68k/br-isab.d: Fix name of test.
466 * gas/m68k/br-isac.d: Fix name of test.
468 2007-05-14 H.J. Lu <hongjiu.lu@intel.com>
471 * gas/i386/amd.d: Replace "pfmulhrw" with "pmulhrw".
473 2007-05-04 Kazu Hirata <kazu@codesourcery.com>
475 * gas/m68k/all.exp: Skip fmoveml on fido.
477 2007-05-03 H.J. Lu <hongjiu.lu@intel.com>
480 * gas/i386/gotpc.s: Add a new test.
481 * gas/i386/reloc64.s: Likewise.
483 * gas/i386/gotpc.d: Updated.
484 * gas/i386/reloc64.d: Likewise.
486 2007-05-03 H.J. Lu <hongjiu.lu@intel.com>
488 * gas/i386/crc32-intel.d: Updated.
489 * gas/i386/crc32.d: Likewise.
490 * gas/i386/sse4_2.d: Likewise.
491 * gas/i386/x86-64-crc32-intel.d: Likewise.
492 * gas/i386/x86-64-crc32.d: Likewise.
493 * gas/i386/x86-64-sse4_2.d: Likewise.
495 * gas/i386/crc32.s: Remove crc32 instructions with ambiguous
496 operand size and suffix in crc32 instructions in Intel mode.
497 * gas/i386/x86-64-crc32.s: Likewise.
499 * gas/i386/sse4_2.s: Remove crc32 instructions with ambiguous
501 * gas/i386/x86-64-sse4_2.s: Likewise.
503 * gas/i386/i386.exp: Run inval-crc32 and x86-64-inval-crc32.
505 * gas/i386/inval-crc32.l: New.
506 * gas/i386/inval-crc32.s: Likewise.
507 * gas/i386/x86-64-inval-crc32.l: Likewise.
508 * gas/i386/x86-64-inval-crc32.s: Likewise.
510 2007-05-01 H.J. Lu <hongjiu.lu@intel.com>
512 * gas/i386/crc32-intel.d: New file.
513 * gas/i386/crc32.d:Likewise.
514 * gas/i386/crc32.s:Likewise.
515 * gas/i386/x86-64-crc32-intel.d:Likewise.
516 * gas/i386/x86-64-crc32.d:Likewise.
517 * gas/i386/x86-64-crc32.s:Likewise.
519 * gas/i386/i386.exp: Run crc32, crc32-intel, x86-64-crc32
520 and x86-64-crc32-intel.
522 2007-04-26 H.J. Lu <hongjiu.lu@intel.com>
525 * gas/i386/amd.d: Updated.
526 * gas/i386/immed32.d: Likewise.
527 * gas/i386/intel.d: Likewise.
528 * gas/i386/intel16.d: Likewise.
529 * gas/i386/intelok.d: Likewise.
530 * gas/i386/jump16.d: Likewise.
531 * gas/i386/naked.d: Likewise.
532 * gas/i386/opcode-suffix.d: Likewise.
533 * gas/i386/opcode.d: Likewise.
534 * gas/i386/prescott.d: Likewise.
535 * gas/i386/ssemmx2.d: Likewise.
536 * gas/i386/tlsd.d: Likewise.
537 * gas/i386/tlspic.d: Likewise.
538 * gas/i386/x86-64-addr32.d: Likewise.
539 * gas/i386/x86-64-prescott.d: Likewise.
540 * gas/i386/x86-64-rip.d: Likewise.
541 * gas/i386/x86_64.d: Likewise.
543 2007-04-26 H.J. Lu <hongjiu.lu@intel.com>
546 * gas/i386/i386.exp: Run "x86-64-addr32-intel" and
549 * gas/i386/intelok.d: Updated.
551 * gas/i386/x86-64-addr32-intel.d: New file.
552 * gas/i386/x86-64-rip-intel.d: Likewise.
554 2007-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
556 * gas/s390/zarch-z9-ec.d: Add pfpo, ectg and csst.
557 * gas/s390/zarch-z9-ec.s: Likewise.
559 2007-04-23 Nathan Sidwell <nathan@codesourcery.com>
561 * gas/m68k/br-isaa.s: New.
562 * gas/m68k/br-isaa.d: New.
563 * gas/m68k/br-isab.s: New.
564 * gas/m68k/br-isab.d: New.
565 * gas/m68k/br-isac.s: New.
566 * gas/m68k/br-isac.d: New.
567 * gas/m68k/all.exp: Adjust.
569 2007-04-21 Richard Earnshaw <rearnsha@arm.com>
571 * gas/arm/arch4t.d: Convert to unified syntax.
572 * gas/arm/archv6.d: Likewise.
573 * gas/arm/archv6t2.d: Likewise.
574 * gas/arm/arch3.d: Likewise.
575 * gas/arm/arch7dm.d: Likewise.
576 * gas/arm/arch7t.d: Likewise.
577 * gas/arm/archv1.d: Likewise.
578 * gas/arm/copro.d: Likewise.
579 * gas/arm/inst.d: Likewise.
580 * gas/arm/macro1.d: Likewise.
581 * gas/arm/tcompat.d: Likewise.
582 * gas/arm/wince_inst.d: Likewise.
583 * gas/arm/xscale.d: Likewise.
585 * gas/arm/thumb.d: White space cleanup.
586 * gas/arm/thumb2_relax.d: Likewise.
587 * gas/arm/thumb32.d: Likewise.
589 2007-04-20 Nathan Sidwell <nathan@codesourcery.com>
591 * gas/m68k/ctrl-1.d, gas/m68k/ctrl-1.s: New.
592 * gas/m68k/ctrl-2.d, gas/m68k/ctrl-2.s: New.
593 * gas/m68k/all.exp: Add them.
595 2007-04-20 Alan Modra <amodra@bigpond.net.au>
597 * gas/ppc/range64.s: New.
598 * gas/ppc/range64.l: New.
599 * gas/ppc/range.s: New.
600 * gas/ppc/range.l: New.
601 * gas/ppc/ppc.exp (run_list_test): New. Use to run new tests.
603 2007-04-20 Richard Earnshaw <rearnsha@arm.com>
605 * gas/arm/mapshort.s: Add a small .data section.
606 * gas/arm/mapshort-eabi.d: Check the data section doesn't confuse
608 * gas/arm/mapshort-elf.d: Likewise.
610 2007-04-19 Paul Brook <paul@codesourcery.com>
612 * gas/arm/thumb1_unified.d: New test.
613 * gas/arm/thumb1_unified.s: New test.
615 2007-04-19 Nathan Froyd <froydnj@codesourcery.com>
617 * gas/ppc/booke.s: Add tlbsx, tlbsxe.
618 * gas/ppc/booke.d: Update.
620 2007-04-18 H.J. Lu <hongjiu.lu@intel.com>
622 * gas/i386/i386.exp: Add sse4.2 and x86-64-sse4.2.
624 * gas/i386/sse4_2.d: New file.
625 * gas/i386/sse4_2.s: Likewise.
626 * gas/i386/x86-64-sse4_2.d: Likewise.
627 * gas/i386/x86-64-sse4_2.s: Likewise.
629 2007-04-18 H.J. Lu <hongjiu.lu@intel.com>
631 * gas/i386/i386.exp: Add sse4.1 and x86-64-sse4.1.
633 * gas/i386/sse4_1.d: New file.
634 * gas/i386/sse4_1.s: Likewise.
635 * gas/i386/x86-64-sse4_1.d: Likewise.
636 * gas/i386/x86-64-sse4_1.s: Likewise.
638 2007-04-18 Paul Brook <paul@codesourcery.com>
640 * gas/arm/thumb2_add.s: Add rsb #0 test.
641 * gas/arm/thumb2_add.d: Update expected output.
643 2007-04-04 Paul Brook <paul@codesourcery.com>
645 * gas/arm/neon-cov.s: Add new vext test.
646 * gas/arm/neon-cov.d: Ditto.
648 2007-04-01 Christian Groessler <chris@groessler.org>
650 * gas/z8k/calr.d: Fix for 64bit bfd.
651 * gas/z8k/djnz.d: Likewise.
652 * gas/z8k/inout.d: Likewise.
653 * gas/z8k/jmp-cc.d: Likewise.
654 * gas/z8k/jr-back.d: Likewise.
655 * gas/z8k/jr-forw.d: Likewise.
656 * gas/z8k/reglabel.d: Likewise.
657 * gas/z8k/ctrl-names.d: Fix name. Fix for 64bit bfd.
658 * gas/z8k/ret-cc.d: Likewise.
660 2007-03-31 Alan Modra <amodra@bigpond.net.au>
662 * gas/i386/nops-3.s: Don't use .align.
664 2007-03-30 Paul Brook <paul@codesourcery.com>
666 * gas/arm/thumb2_ldmstm.d: New test.
667 * gas/arm/thumb2_ldmstm.s: New test.
669 2007-03-27 Alan Modra <amodra@bigpond.net.au>
671 * gas/ppc/reloc.s: New.
672 * gas/ppc/reloc.d: New.
674 2007-03-26 Julian Brown <julian@codesourcery.com>
676 * gas/arm/neon-const.s: Use FP syntax for 0/-0.
677 * gas/arm/vfp-neon-syntax-inc.s: Likewise, for 1.
678 * gas/arm/neon-cov.s: Use float syntax for FP immediate.
680 2007-03-24 Paul Brook <paul@codesourcery.com>
681 Mark Shinwell <shinwell@codesourcery.com>
683 * gas/arm/archv6.s: Add new SRS tests.
684 * gas/arm/archv6.d: Update expected output.
685 * gas/arm/thumb32.s: Add new SRS tests.
686 * gas/arm/thumb32.d: Update expected output.
687 * gas/arm/srs-t2.d: New.
688 * gas/arm/srs-t2.l: New.
689 * gas/arm/srs-t2.s: New.
690 * gas/arm/srs-arm.d: New.
691 * gas/arm/srs-arm.l: New.
692 * gas/arm/srs-arm.s: New.
694 2007-03-23 H.J. Lu <hongjiu.lu@intel.com>
696 * gas/i386/rex.s: Add tests for rex.WRXB.
697 * gas/i386/rex.d: Updated.
699 * gas/i386/rex.d: Replace rex64XYZ with rex.WRXB.
700 * gas/i386/x86-64-io-intel.d : Likewise.
701 * gas/i386/x86-64-io-suffix.d: Likewise.
702 * gas/i386/x86-64-io.d: Likewise.
703 * gas/i386/x86-64-opcode.d: Likewise.
705 2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
708 * gas/i386/nops.s: Add testcases for nop r/m.
709 * gas/i386/x86-64-nops.s: Likewise.
711 * gas/i386/x86-64-opcode.s: Add testcases for xchg with %ax,
714 * gas/i386/nops.d: Updated.
715 * gas/i386/x86-64-nops.d: Likewise.
716 * gas/i386/x86-64-opcode.d: Likewise.
718 2007-03-21 H.J. Lu <hongjiu.lu@intel.com>
720 * gas/i386/i386.exp: Run nops-3.
722 * gas/i386/nops-3.d: New file.
723 * gas/i386/nops-3.s: Likewise.
725 2007-03-20 Mark Shinwell <shinwell@codesourcery.com>
727 * gas/arm/mul-overlap.s: Don't use %type.
728 * gas/arm/mul-overlap.l: Update line numbers.
729 * gas/arm/mul-overlap-v6.s: Don't use %type.
731 2007-03-18 Mark Shinwell <shinwell@codesourcery.com>
733 * gas/arm/mul-overlap.s: New.
734 * gas/arm/mul-overlap.d: New.
735 * gas/arm/mul-overlap.l: New.
736 * gas/arm/mul-overlap-v6.s: New.
737 * gas/arm/mul-overlap-v6.d: New.
739 2007-03-14 Daniel Jacobowitz <dan@codesourcery.com>
741 * gas/arm/thumbver.d, gas/arm/thumbver.s: New test.
743 2007-03-14 Paul Brook <paul@codesourcery.com>
745 * gas/arm/thumb2_add.d: Add tests using sp.
746 * gas/arm/thumb2_add.s: Ditto.
748 2007-03-14 Alan Modra <amodra@bigpond.net.au>
751 * gas/all/relax.s: New.
752 * gas/all/relax.d: New.
753 * gas/all/gas.exp: Run it.
755 2007-03-11 Hans-Peter Nilsson <hp@bitrange.com>
757 * gas/mmix/comment-1.d, gas/mmix/bspec-1.d, gas/mmix/bspec-2.d:
758 Adjust for change in readelf output.
760 2007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
762 * gas/s390/zarch-z9-ec.d: New file.
763 * gas/s390/zarch-z9-ec.s: New file.
764 * gas/s390/s390.exp: Run the z9-ec testcases.
766 2007-03-05 H.J. Lu <hongjiu.lu@intel.com>
769 * lib/gas-defs.exp (gas_started): New variable. Initialized to
771 (gas_start): Set gas_started to 1.
772 (gas_finish): Skip if gas_started is 0. Reset gas_started to 0.
774 2007-03-02 Paul Brook <paul@codesourcery.com>
776 * gas/arm/relax_branch_align.d: New test.
777 * gas/arm/relax_branch_align.s: New test.
779 2007-02-28 Nick Clifton <nickc@redhat.com>
782 * gas/lns/lns.exp: Do not run the lns-common test for the d10v
784 * gas/d10v/address-002.l: Update expected assembler output.
785 * gas/d10v/address-003.l, gas/d10v/address-004.l,
786 gas/d10v/address-005.l, gas/d10v/address-006.l,
787 gas/d10v/address-007.l, gas/d10v/address-008.l,
788 gas/d10v/address-009.l, gas/d10v/address-010.l,
789 gas/d10v/address-011.l, gas/d10v/address-012.l,
790 gas/d10v/address-013.l, gas/d10v/address-014.l,
791 gas/d10v/address-015.l, gas/d10v/address-016.l,
792 gas/d10v/address-017.l, gas/d10v/address-018.l,
793 gas/d10v/address-019.l, gas/d10v/address-020.l,
794 gas/d10v/address-021.l, gas/d10v/address-022.l,
795 gas/d10v/address-023.l, gas/d10v/address-024.l,
796 gas/d10v/address-025.l, gas/d10v/address-026.l,
797 gas/d10v/address-027.l, gas/d10v/address-030.l,
798 gas/d10v/address-031.l, gas/d10v/address-032.l,
799 gas/d10v/address-033.l, gas/d10v/address-034.l,
800 gas/d10v/address-035.l, gas/d10v/address-036.l,
801 gas/d10v/address-037.l, gas/d10v/address-038.l,
802 gas/d10v/address-039.l, gas/d10v/address-040.l,
803 gas/d10v/address-041.l: Likewise.
805 2007-02-28 Nick Clifton <nickc@redhat.com>
808 * gas/arm/mapshort.d: Split into two new files...
809 * gas/arm/mapshort-eabi.d: The one and...
810 * gas/arm/mapshort-elf.d: This one.
811 * gas/arm/arch7.d: Remove 32-bit host expectation.
812 * gas/arm/arm7t.d: Replace ".word 0x00000000" with ".*" as some
813 arm targets will disassemble this value as an instruction.
814 * gas/arm/neon-ldst-rm.d: Likewise.
815 * gas/arm/thumb2_pool.d: Only run this test for ELF based arm
817 * gas/arm/thumbrel.d: Only run this test for EABI based arm
819 * gas/arm/wince_inst.d: Fix expected branch targets.
821 2007-02-22 DJ Delorie <dj@redhat.com>
823 * gas/s390/esa-g5.s: Adjust for corrected PKA syntax.
824 * gas/s390/esa-g5.d: Adjust for corrected PKA syntax.
826 2007-02-20 Thiemo Seufer <ths@mips.com>
827 Chao-Ying Fu <fu@mips.com>
829 * gas/mips/mips32-dspr2.s, gas/mips/mips32-dspr2.d: New test for
831 * gas/mips/mips.exp: Run new test.
833 2007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
835 * gas/s390/esa-g5.d (cfxbr, cfebr, cfdbr): Exchanged floating
836 point and fixed point operands.
837 * gas/s390/esa-g5.s: Likewise.
838 * gas/s390/zarch-z900.d (cfdr, cfer, cfxr, cgdbr, cgebr, cgxbr,
839 cgdr, cger, cgxr): Likewise.
840 * gas/s390/zarch-z900.s: Likewise.
842 2007-02-11 H.J. Lu <hongjiu.lu@intel.com>
845 * gas/i386/opcode.s: Add more tests for "test".
846 * i386/opcode-intel.d: Updated.
847 * gas/i386/opcode-suffix.d: Likewise.
848 * gas/i386/opcode.d: Likewise.
850 2007-02-06 Nick Clifton <nickc@redhat.com>
853 * gas/elf/elf.exp: Expect the redef test to fail on targets which
854 do not convert fixups against ordinary symbols into relocs against
856 * gas/all/gas.exp: Likewise.
858 2007-02-05 Dave Brolley <brolley@redhat.com>
860 * gas/mep/relocs-junk1.s: Add a .data section.
861 * gas/mep/relocs.d: Updated to match above.
863 2007-02-04 H.J. Lu <hongjiu.lu@intel.com>
866 * gas/i386/secrel.d: Support 64bit host.
868 2007-02-02 Nick Clifton <nickc@redhat.com>
871 * gas/v850/v850e1.d: Correct expected disassembly of cmov insn to
872 account for sign extension.
874 2007-01-11 Paul Brook <paul@codesourcery.com>
876 * gas/arm/thumb2_add.d: Add test for missing operand.
877 * gas/arm/thumb2_add.s: Ditto.
879 2007-01-11 Nick Clifton <nickc@redhat.com>
881 * gas/mcore/allinsn.s: Remove use of '#' before numbers - it is a
882 line comment character.
883 * gas/mcore/allinsn.d: Adjust expected disassembly to match real
886 * gas/lns/lns.exp: Run the alternative version of the lns-common-1
887 test for the MCore target.
889 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
891 * gas/all/gas.exp: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
892 * gas/i386/i386.exp: Ditto.
894 2007-01-04 Paul Brook <paul@codesourcery.com>
896 * gas/arm/archv6.s: Add more cpsie tests.
897 * gas/arm/archv6.d: Ditto.
899 2007-01-04 Andreas Schwab <schwab@suse.de>
901 * gas/m68k/cpu32.[sd]: New test.
902 * gas/m68k/all.exp: Run it.
904 2007-01-04 Julian Brown <julian@codesourcery.com>
906 * gas/arm/neon-omit.d: Fix expected encodings for vshl, vqshl.
908 2007-01-04 Paul Brook <paul@codesourcery.com>
910 * gas/arm/neon-cov.d: Adjust expected output.
911 * gas/arm/neon-omit.s: Add tests for vcgt and vcle. Reorder vacle
913 * gas/arm/neon-omit.d: Adjust expected output.
915 For older changes see ChangeLog-2006
921 version-control: never