gas/
[binutils.git] / gas / testsuite / ChangeLog
blob573b354ead3ebc6192e2ecc0aa1fafcea1b02fc6
1 2007-09-06  H.J. Lu  <hongjiu.lu@intel.com>
3         * gas/i386/svme.s: Updated to allow eax in 64bit.
4         * gas/i386/svme.d: Updated.
5         * gas/i386/svme64.d: Likewise.
7 2007-08-31  H.J. Lu  <hongjiu.lu@intel.com>
9         * gas/i386/svme.s: Updated to accept eax in 32bit and rax in
10         64bit.
11         * gas/i386/svme.d: Updated.
12         * gas/i386/svme64.d: Likewise.
14 2007-08-30  H.J. Lu  <hongjiu.lu@intel.com>
16         * gas/i386/amd.s: Add rdtscp.
17         * gas/i386/amd.d: Updated.
19         * gas/i386/mem-intel.d: Update invlpg for BYTE PTR.
20         * gas/i386/x86-64-mem-intel.d: Likewise.
22         * gas/i386/x86-64-opcode.s: Add swapgs.
23         * gas/i386/x86-64-opcode.d: Updated.
25 2007-08-29  Daniel Jacobowitz  <dan@codesourcery.com>
27         * gas/lns/lns-duplicate.d, gas/lns/lns-duplicate.s: New.
28         * gas/lns/lns.exp: Run lns-duplicate.
30 2007-08-29  H.J. Lu  <hongjiu.lu@intel.com>
32         * gas/i386/i386.exp: Run x86-64-reg and x86-64-reg-intel.
34         * gas/i386/x86-64-reg.s: New. Add tests for instructions
35         with one register operand.
36         * gas/i386/x86-64-reg-intel.d: Likewise.
37         * gas/i386/x86-64-reg.d: Likewise.
39 2007-08-29  H.J. Lu  <hongjiu.lu@intel.com>
41         * gas/i386/i386.exp: Run reg and reg-intel.
43         * gas/i386/katmai.d: Update bad instructions.
45         * gas/i386/reg.s: New. Add tests for instructions with one
46         register operand.
47         * gas/i386/reg-intel.d: Likewise.
48         * gas/i386/reg.d: Likewise.
50 2007-08-28  H.J. Lu  <hongjiu.lu@intel.com>
52         * gas/i386/i386.exp: Run mem, mem-intel, x86-64-mem and
53         x86-64-mem-intel.
55         * gas/i386/mem.s: New. Add tests for instructions with one
56         memory operand.
57         * gas/i386/x86-64-mem.s: Likewise.
58         * gas/i386/mem-intel.d: Likewise.
59         * gas/i386/mem.d: Likewise.
60         * gas/i386/x86-64-mem-intel.d: Likewise.
61         * gas/i386/x86-64-mem.d: Likewise.
63 2007-08-28  Mark Shinwell  <shinwell@codesourcery.com>
64             Joseph Myers  <joseph@codesourcery.com>
66         * lib/gas-defs.exp (gas_version): Use remote_* functions instead
67         of exec.
68         (gas_host_run): New.
69         (gas_run): Use gas_host_run.
70         (gas_start): Likewise.
71         (run_dump_test): Likewise.
72         (objdump): Use gas_host_run.
73         (objdump_start_no_subdir): Likewise.
74         * lib/gas-dg.exp (gas-dg-test): Use "remote_file host delete".
75         * lib/run: Remove.
76         * gas/macros/macros.exp: Download app4b.s to host.
77         * gas/i386/i386.exp (gas_64_check): Use gas_host_run.
78         (gas_32_check): Likewise.
79         * gas/maxq10/maxq10.exp (gas_64_check): Likewise
80         (gas_32_check): Likewise.
81         * gas/maxq20/maxq20.exp (gas_64_check): Likewise
82         (gas_32_check): Likewise.
83         * gas/sparc/sparc.exp (gas_64_check): Likewise.
84         * gas/cfi/cfi.exp: Likewise.
85         * gas/elf/elf.exp (run_list_test): Likewise.  Use temporary file
86         for readelf output in place of pipe.
87         * gas/all/gas.exp: Download incbin.dat to host.
88         (do_comment): Allow \r\r\n.
90 2007-08-09  Paul Brook  <paul@codesourcery.com>
92         * gas/arm/relax_load_align.d: new test.
93         * gas/arm/relax_load_align.s: new test.
95 2007-08-09  H.J. Lu  <hongjiu.lu@intel.com>
97         * gas/i386/i386.exp: Run sse4_1-intel, sse4_2-intel,
98         x86-64-sse4_1-intel and x86-64-sse4_2-intel.
100         * gas/i386/sse4_1-intel.d: New file.
101         * gas/i386/sse4_2-intel.d: Likewise.
102         * gas/i386/x86-64-sse4_1-intel.d: Likewise.
103         * gas/i386/x86-64-sse4_2-intel.d: Likewise.
105         * gas/i386/sse4_1.s: Add tests for Intel syntax.
106         * gas/i386/sse4_2.s: Likewise.
107         * gas/i386/x86-64-sse4_1.s: Likewise.
108         * gas/i386/x86-64-sse4_2.s: Likewise.
110         * gas/i386/sse4_1.d: Updated.
111         * gas/i386/sse4_2.d: Likewise.
112         * gas/i386/x86-64-sse4_1.d: Likewise.
113         * gas/i386/x86-64-sse4_2.d: Likewise.
115 2007-08-09  Alan Modra  <amodra@bigpond.net.au>
117         * gas/all/weakref1u.d (not-target): Match *-*-*aout.
119 2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
121         PR binutils/4834
122         * gas/i386/simd-intel.d: Updated.
123         * gas/i386/simd.d: Likewise.
124         * gas/i386/x86-64-simd-intel.d: Likewise.
125         * gas/i386/x86-64-simd.d: Likewise.
127         * gas/i386/simd.s: Add tests for SSE4 instructions.
128         * gas/i386/x86-64-simd.s: Likewise.
130 2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
132         * gas/i386/simd.s: Add tests for cvtss2si/cvtsd2si in Intel
133         mode.
134         * gas/i386/x86-64-simd.s: Likewise.
136         * gas/i386/simd-intel.d: Updated.
137         * gas/i386/simd.d: Likewise.
138         * gas/i386/x86-64-simd-intel.d: Likewise.
139         * gas/i386/x86-64-simd.d: Likewise.
141 2007-07-28  H.J. Lu  <hongjiu.lu@intel.com>
143         PR binutils/4834
144         * gas/i386/simd-intel.d: Updated.
145         * gas/i386/simd.d: Likewise.
146         * gas/i386/x86-64-simd-intel.d: Likewise.
147         * gas/i386/x86-64-simd.d: Likewise.
149         * gas/i386/simd.s: Add new tests.
150         * gas/i386/x86-64-simd.s: Likewise.
152 2007-07-28  H.J. Lu  <hongjiu.lu@intel.com>
154         * gas/i386/x86-64-opcode.d: Updated.
155         * gas/i386/x86-64-simd-intel.d: Likewise.
156         * gas/i386/x86-64-simd.d: Likewise.
158         * gas/i386/x86-64-simd.s: Add movq.
160 2007-07-23  H.J. Lu  <hongjiu.lu@intel.com>
162         * gas/i386/i386.exp: Run nops16-1, nops-1-i386-i686, nops-1-k8,
163         nops-3-i386, nops-4, nops-4-i386, x86-64-nops-2, x86-64-nops-3,
164         x86-64-nops-4, x86-64-nops-4-core2 and x86-64-nops-4-k8.
166         * gas/i386/nops-1-i386-i686.d: New.
167         * gas/i386/nops-1-k8.d: Likewise.
168         * gas/i386/nops-3-i386.d : Likewise.
169         * gas/i386/nops-3-i686.d: Likewise.
170         * gas/i386/nops-4-i386.d: Likewise.
171         * gas/i386/nops-4.d: Likewise.
172         * gas/i386/nops16-1.d: Likewise.
173         * gas/i386/nops16-1.s: Likewise.
174         * gas/i386/x86-64-nops-1-k8.d: Likewise.
175         * gas/i386/x86-64-nops-2.d: Likewise.
176         * gas/i386/x86-64-nops-3.d: Likewise.
177         * gas/i386/x86-64-nops-4-core2.d: Likewise.
178         * gas/i386/x86-64-nops-4-k8.d: Likewise.
179         * gas/i386/x86-64-nops-4.d: Likewise.
181         * gas/i386/nops-1-i386.d: Updated.
182         * gas/i386/nops-1-i686.d: Likewise.
183         * gas/i386/nops-1.d: Likewise.
184         * gas/i386/nops-2-i386.d: Likewise.
185         * gas/i386/nops-2-merom.d : Likewise.
186         * gas/i386/nops-2.d: Likewise.
187         * gas/i386/nops-3.d: Likewise.
188         * gas/i386/x86-64-nops-1-merom.d: Likewise.
189         * gas/i386/x86-64-nops-1-nocona.d: Likewise.
190         * gas/i386/x86-64-nops-1.d: Likewise.
192         * gas/i386/x86-64-nops-1.s: Removed.
194 2007-07-23  Evandro Menezes  <evandro.menezes@amd.com>
195             H.J. Lu  <hongjiu.lu@intel.com>
197         * gas/i386/i386.exp: Don't run x86-64-nops-1-k8. Run
198         nops-3-i686 and nops-4-i686.
200         * gas/i386/nops-3-i686.d: New.
201         * gas/i386/nops-4-i686.d: Likewise.
202         * gas/i386/nops-4.s: Likewise.
204 2007-07-23  Richard Sandiford  <richard@codesourcery.com>
206         * lib/gas-defs.exp (run_list_test): Make the options optional.
207         * gas/cr16/cr16.exp (run_list_test): Delete.
209 2007-07-19  Nick Clifton  <nickc@redhat.com>
211         PR gas/4804
212         * gas/elf/elf.exp (target_machine): Treat the arm-linux-gnu target
213         in the same way as the arm-eabi target.
214         * gas/arm/mapshort-eabi.d: Use this file for the arm-linux-gnu
215         target.
216         * gas/arm/mapshort-elf.d: Do not use this file for the
217         arm-linux-gnu target.
219 2007-07-16  H.J. Lu  <hongjiu.lu@intel.com>
221         * gas/i386/simd.s: Add tests for punpcklbw, punpckldq,
222         punpcklwd and punpcklqdq.
223         * gas/i386/x86-64-simd.s: Likewise.
225         * gas/i386/simd-intel.d: Updated.
226         * gas/i386/simd.d: Likewise.
227         * gas/i386/x86-64-simd-intel.d: Likewise.
228         * gas/i386/x86-64-simd.d: Likewise.
230 2007-07-14  Nick Clifton  <nickc@redhat.com>
232         * gas/arm/arm.s: Add tests for re-aliasing a previously removed
233         alias.
234         * gas/arm/arm.l: Add new expected warning message.
236 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
238         * gas/i386/ssemmx2.d: Ignore padding.
240 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
242         * gas/i386/rex.s: Avoid the last rex prefix becoming the
243         rex prefix for the padding.
245 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
247         * gas/i386/i386.exp: Run x86-64-nops-1 for x86_64-*-mingw*.
249 2007-07-04  Nick Clifton  <nickc@redhat.com>
251         * gas/mep/relocs.d: Fix expected disassembly to work on 64-bit
252         hosts.
254 2007-07-03  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
256         * gas/elf/elf.exp: Expect redef test to fail for CR16.
257         * gas/all/gas.exp: Expect forward and do_930509a tests to fail for
258         the CR16.
259         * gas/cr16/cinv_test.d: Remove whitespace dependencies.
261 2007-07-03  Nick Clifton  <nickc@redhat.com>
263         * lib/gas-defs.exp: Update copyright notice to refer to GPLv3.
264         * gas/all/itbl-test.c, gas/all/test-example.c, gas/all/test-gen.c,
265         gas/arm/maverick.c, gas/cris/cris.exp, gas/hppa/basic/basic.exp,
266         gas/hppa/parse/parse.exp, gas/hppa/reloc/reloc.exp,
267         gas/hppa/unsorted/unsorted.exp, gas/mmix/mmix-err.exp,
268         gas/mmix/mmix-list.exp, gas/mmix/mmix.exp, gas/mn10200/basic.exp,
269         gas/mn10300/am33-2.c, gas/mn10300/basic.exp, gas/pdp11/opcode.s,
270         gas/ppc/aix.exp, gas/sh/arch/arch.exp, gas/sh/sh64/sh64.exp,
271         gas/sh/basic.exp, gas/sh/err.exp, gas/v850/basic.exp: Likewise.
273 2007-07-03  Nathan Sidwell  <nathan@codesourcery.com>
275         * gas/m68k/mcf-coproc.d: New.
276         * gas/m68k/mcf-coproc.s: New.
277         * gas/m68k/all.exp: Add it.
279 2007-06-29  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
281         * gas/cr16: New directory
282         * gas/cr16.exp: New file
283         * add_test.d and  add_test.s: New files
284         * and_test.d and and_test.s: New files
285         * ash_test.d and ash_test.s: New files
286         * bal_test.d and bal_test.s: New files
287         * bcc_test.d and bcc_test.s: New files
288         * beq0_test.d and beq0_test.s: New files
289         * cbitb_test.d and cbitb_test.s: New files
290         * cbitw_test.d and cbitw_test.s: New files
291         * cinv_test.d and cinv_test.s: New files
292         * cmp_test.d and cmp_test.s: New files
293         * excp_test.d and excp_test.s: New files
294         * jal_test.d and jal_test.s: New files
295         * jcc_test.d and jcc_test.s: New files
296         * loadb_test.d and loadb_test.s: New files
297         * loadd_test.d and loadd_test.s: New files
298         * loadm_test.d and loadm_test.s: New files
299         * loadw_test.d and loadw_test.s: New files
300         * lpsp_test.d and lpsp_test.s: New files
301         * lsh_test.d and lsh_test.s: New files
302         * mov_test.d and mov_test.s: New files
303         * mul_test.d and mul_test.s: New files
304         * or_test.d and or_test.s: New files
305         * popret_test.d and popret_test.s: New files
306         * pop_test.d and pop_test.s: New files
307         * push_test.d and push_test.s: New files
308         * sbitb_test.d and sbitb_test.s: New files
309         * sbitw_test.d and sbitw_test.s: New files
310         * scc_test.d and scc_test.s: New files
311         * storb_test.d and storb_test.s: New files
312         * stord_test.d and stord_test.s: New files
313         * storm_test.d and storm_test.s: New files
314         * storw_test.d and storw_test.s: New files
315         * sub_test.d and sub_test.s: New files
316         * tbitb_test.d and tbitb_test.s: New files
317         * tbit_test.d and tbit_test.s: New files
318         * tbitw_test.d and tbitw_test.s: New files
319         * xor_test.d and xor_test.s: New files
321 2007-06-26  Paul Brook  <paul@codesourcery.com>
323         * gas/arm/vfp1xD.d: Add new fmrx/fmxr tests.
324         * gas/arm/vfp1xD.s: Ditto.
325         * gas/arm/vfp1xD_t2.d: Ditto.
326         * gas/arm/vfp1xD_t2.s: Ditto.
328 2007-06-24  Nick Clifton  <nickc@redhat.com>
330         * gas/arm/backslash-at.d: Fix for non-ELF arm targets.
332 2007-06-23  H.J. Lu  <hongjiu.lu@intel.com>
334         PR binutils/4667
335         * gas/i386/i386.exp: Run simd, simd-intel, x86-64-simd
336         and x86-64-simd-intel.
338         * gas/i386/opcode-intel.d: Updated.
340         * gas/i386/simd-intel.d: New.
341         * gas/i386/simd.d: Likewise.
342         * gas/i386/simd.s: Likewise.
343         * gas/i386/x86-64-simd-intel.d: Likewise.
344         * gas/i386/x86-64-simd.d: Likewise.
345         * gas/i386/x86-64-simd.s: Likewise.
347 2007-06-18  Kazu Hirata  <kazu@codesourcery.com>
349         * gas/m68k/all.exp: Run mcf-wdebug.
350         * gas/testsuite/gas/m68k/mcf-wdebug.d,
351         gas/testsuite/gas/m68k/mcf-wdebug.s: New.
353 2007-06-14  Paul Brook  <paul@codesourcery.com>
355         * gas/arm/thumb32.s: Add tests for shift instructions.
356         * gas/arm/thumb32.d: Ditto.
358 2007-06-06  Paul Brook  <paul@codesourcery.com>
360         * gas/arm/thumb.d: Update expected output.
361         * gas/arm/thumb2_relax.d: Ditto.
363 2007-06-05  Paul Brook  <paul@codesourcery.com>
365         * gas/arm/thumb32.d: Add writeback addressing mode tests.
366         * gas/arm/thumb32.s: Update expected output.
368 2007-06-05  Nick Clifton  <nickc@redhat.com>
370         PR gas/4587
371         * gas/sparc/sparc.exp: Run pr4587 list test.
372         * gas/sparc/pr4587.s: New test case.
373         * gas/sparc/pr4587.l: Expected assembler output.
375 2007-06-05  Nick Clifton  <nickc@redhat.com>
377         * lib/gas-defs.exp (run_list_test): New proc.
378         * gas/alpha/alpha.exp: Delete proc run_list_test.
379         * gas/bfin/bfin.exp : Likewise.
380         * gas/cfi/cfi.exp : Likewise.
381         * gas/crx/allinsn.exp : Likewise.
382         * gas/d10v/d10v.exp : Likewise.
383         * gas/d30v/d30v.exp : Likewise.
384         * gas/frv/allinsn.exp : Likewise.
385         * gas/i386/i386.exp : Likewise.
386         * gas/i860.i860.exp : Likewise.
387         * gas/ia64/ia64.exp : Likewise.
388         * gas/lns/lns.exp : Likewise.
389         * gas/macros/macros.exp : Likewise.
390         * gas/maxq10/maxq10.exp : Likewise.
391         * gas/maxq20/maxq20.exp : Likewise.
392         * gas/mips/mips.exp : Likewise.
393         * gas/mmix/mmix-list.exp : Likewise.
394         * gas/mn10300/basic.exp : Likewise.
395         * gas/msp430/msp430.exp : Likewise.
396         * gas/pdp11/pdp11.exp : Likewise.
397         * gas/ppc/ppc.exp : Likewise.
398         * gas/s390/s390.exp : Likewise.
399         * gas/elf/elf.exp (proc run_list_test): Rename to run_elf_list_test.
401 2007-05-29  Jakub Jelinek  <jakub@redhat.com>
403         PR gas/4558
404         * gas/sparc/sparc.exp: Add v9branch{1,2,3,4,5} tests.
405         * gas/sparc/v9branch1.d: New test.
406         * gas/sparc/v9branch1.s: New.
407         * gas/sparc/v9branch2.d: New test.
408         * gas/sparc/v9branch2.s: New.
409         * gas/sparc/v9branch3.d: New test.
410         * gas/sparc/v9branch3.s: New.
411         * gas/sparc/v9branch4.d: New test.
412         * gas/sparc/v9branch4.s: New.
413         * gas/sparc/v9branch5.d: New test.
414         * gas/sparc/v9branch5.s: New.
416 2007-03-25  Paul Brook  <paul@codesourcery.com>
418         * gas/arm/thumb32.s: Add tests for subs pc, lr.
419         * gas/arm/thumb32.d: Change error-output: to stderr:.
420         Update expected output.
422 2007-05-22  Paul Brook  <paul@codesourcery.com>
424         * gas/arm/backslash-at.d: Update expected output.
426 2007-05-17  H.J. Lu  <hongjiu.lu@intel.com>
428         2003-06-05  Michal Ludvig  <mludvig@suse.cz>
429         * gas/cfi/cfi-x86_64.s: Test new directives
430         and different writings of registers and numbers.
431         * gas/cfi/cfi-x86_64.d: Updated pattern to
432         match the above change.
434 2007-05-15  Mark Shinwell  <shinwell@codesourcery.com>
436         * gas/arm/backslash-at.d: New.
437         * gas/arm/backslash-at.s: New.
439 2007-05-15  Vincent Riviere  <vincent.riviere@freesbee.fr>
440             Nick Clifton  <nickc@redhat.com>
442         PR gas/3041
443         * gas/m68k/p3041.s: New test case.
444         * gas/m68k/p3041.d: New expected disassembly.
445         * gas/m68k/all.exp: Run new test for m68k-*-netbsd toolchains.
446         Only run arch-cpu-1 test for ELF based toolchains.
448         Tidy ups for m68k-netbsd gas toolchain:
449         * gas/m68k/cpu32.d: Allow for extra text after expected
450         disassembly.
451         * gas/m68k/mcf-trap.d: Allow for alternative trap mnemonics.
452         * gas/m68k/br-isab.d: Fix name of test.
453         * gas/m68k/br-isac.d: Fix name of test.
454         
455 2007-05-14  H.J. Lu  <hongjiu.lu@intel.com>
457         PR binutils/4502
458         * gas/i386/amd.d: Replace "pfmulhrw" with "pmulhrw".
460 2007-05-04  Kazu Hirata  <kazu@codesourcery.com>
462         * gas/m68k/all.exp: Skip fmoveml on fido.
464 2007-05-03  H.J. Lu  <hongjiu.lu@intel.com>
466         PR gas/4460
467         * gas/i386/gotpc.s: Add a new test.
468         * gas/i386/reloc64.s: Likewise.
470         * gas/i386/gotpc.d: Updated.
471         * gas/i386/reloc64.d: Likewise.
473 2007-05-03  H.J. Lu  <hongjiu.lu@intel.com>
475         * gas/i386/crc32-intel.d: Updated.
476         * gas/i386/crc32.d: Likewise.
477         * gas/i386/sse4_2.d: Likewise.
478         * gas/i386/x86-64-crc32-intel.d: Likewise.
479         * gas/i386/x86-64-crc32.d: Likewise.
480         * gas/i386/x86-64-sse4_2.d: Likewise.
482         * gas/i386/crc32.s: Remove crc32 instructions with ambiguous
483         operand size and suffix in crc32 instructions in Intel mode.
484         * gas/i386/x86-64-crc32.s: Likewise.
486         * gas/i386/sse4_2.s: Remove crc32 instructions with ambiguous
487         operand size.
488         * gas/i386/x86-64-sse4_2.s: Likewise.
490         * gas/i386/i386.exp: Run inval-crc32 and x86-64-inval-crc32.
492         * gas/i386/inval-crc32.l: New.
493         * gas/i386/inval-crc32.s: Likewise.
494         * gas/i386/x86-64-inval-crc32.l: Likewise.
495         * gas/i386/x86-64-inval-crc32.s: Likewise.
497 2007-05-01  H.J. Lu  <hongjiu.lu@intel.com>
499         * gas/i386/crc32-intel.d: New file.
500         * gas/i386/crc32.d:Likewise.
501         * gas/i386/crc32.s:Likewise.
502         * gas/i386/x86-64-crc32-intel.d:Likewise.
503         * gas/i386/x86-64-crc32.d:Likewise.
504         * gas/i386/x86-64-crc32.s:Likewise.
506         * gas/i386/i386.exp: Run crc32, crc32-intel, x86-64-crc32
507         and x86-64-crc32-intel.
509 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
511         PR binutils/4430
512         * gas/i386/amd.d: Updated.
513         * gas/i386/immed32.d: Likewise.
514         * gas/i386/intel.d: Likewise.
515         * gas/i386/intel16.d: Likewise.
516         * gas/i386/intelok.d: Likewise.
517         * gas/i386/jump16.d: Likewise.
518         * gas/i386/naked.d: Likewise.
519         * gas/i386/opcode-suffix.d: Likewise.
520         * gas/i386/opcode.d: Likewise.
521         * gas/i386/prescott.d: Likewise.
522         * gas/i386/ssemmx2.d: Likewise.
523         * gas/i386/tlsd.d: Likewise.
524         * gas/i386/tlspic.d: Likewise.
525         * gas/i386/x86-64-addr32.d: Likewise.
526         * gas/i386/x86-64-prescott.d: Likewise.
527         * gas/i386/x86-64-rip.d: Likewise.
528         * gas/i386/x86_64.d: Likewise.
530 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
532         PR binutils/4429
533         * gas/i386/i386.exp: Run "x86-64-addr32-intel" and
534         "x86-64-rip-intel".
536         * gas/i386/intelok.d: Updated.
538         * gas/i386/x86-64-addr32-intel.d: New file.
539         * gas/i386/x86-64-rip-intel.d: Likewise.
541 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
543         * gas/s390/zarch-z9-ec.d: Add pfpo, ectg and csst.
544         * gas/s390/zarch-z9-ec.s: Likewise.
546 2007-04-23  Nathan Sidwell  <nathan@codesourcery.com>
548         * gas/m68k/br-isaa.s: New.
549         * gas/m68k/br-isaa.d: New.
550         * gas/m68k/br-isab.s: New.
551         * gas/m68k/br-isab.d: New.
552         * gas/m68k/br-isac.s: New.
553         * gas/m68k/br-isac.d: New.
554         * gas/m68k/all.exp: Adjust.
556 2007-04-21  Richard Earnshaw  <rearnsha@arm.com>
558         * gas/arm/arch4t.d: Convert to unified syntax.
559         * gas/arm/archv6.d: Likewise.
560         * gas/arm/archv6t2.d: Likewise.
561         * gas/arm/arch3.d: Likewise.
562         * gas/arm/arch7dm.d: Likewise.
563         * gas/arm/arch7t.d: Likewise.
564         * gas/arm/archv1.d: Likewise.
565         * gas/arm/copro.d: Likewise.
566         * gas/arm/inst.d: Likewise.
567         * gas/arm/macro1.d: Likewise.
568         * gas/arm/tcompat.d: Likewise.
569         * gas/arm/wince_inst.d: Likewise.
570         * gas/arm/xscale.d: Likewise.
572         * gas/arm/thumb.d: White space cleanup.
573         * gas/arm/thumb2_relax.d: Likewise.
574         * gas/arm/thumb32.d: Likewise.
575         
576 2007-04-20  Nathan Sidwell  <nathan@codesourcery.com>
578         * gas/m68k/ctrl-1.d, gas/m68k/ctrl-1.s: New.
579         * gas/m68k/ctrl-2.d, gas/m68k/ctrl-2.s: New.
580         * gas/m68k/all.exp: Add them.
582 2007-04-20  Alan Modra  <amodra@bigpond.net.au>
584         * gas/ppc/range64.s: New.
585         * gas/ppc/range64.l: New.
586         * gas/ppc/range.s: New.
587         * gas/ppc/range.l: New.
588         * gas/ppc/ppc.exp (run_list_test): New.  Use to run new tests.
590 2007-04-20  Richard Earnshaw  <rearnsha@arm.com>
592         * gas/arm/mapshort.s: Add a small .data section.
593         * gas/arm/mapshort-eabi.d: Check the data section doesn't confuse
594         disassembly.
595         * gas/arm/mapshort-elf.d: Likewise.
597 2007-04-19  Paul Brook  <paul@codesourcery.com>
599         * gas/arm/thumb1_unified.d: New test.
600         * gas/arm/thumb1_unified.s: New test.
602 2007-04-19  Nathan Froyd <froydnj@codesourcery.com>
604         * gas/ppc/booke.s: Add tlbsx, tlbsxe.
605         * gas/ppc/booke.d: Update.
607 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
609         * gas/i386/i386.exp: Add sse4.2 and x86-64-sse4.2.
611         * gas/i386/sse4_2.d: New file.
612         * gas/i386/sse4_2.s: Likewise.
613         * gas/i386/x86-64-sse4_2.d: Likewise.
614         * gas/i386/x86-64-sse4_2.s: Likewise.
616 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
618         * gas/i386/i386.exp: Add sse4.1 and x86-64-sse4.1.
620         * gas/i386/sse4_1.d: New file.
621         * gas/i386/sse4_1.s: Likewise.
622         * gas/i386/x86-64-sse4_1.d: Likewise.
623         * gas/i386/x86-64-sse4_1.s: Likewise.
625 2007-04-18  Paul Brook  <paul@codesourcery.com>
627         * gas/arm/thumb2_add.s: Add rsb #0 test.
628         * gas/arm/thumb2_add.d: Update expected output.
630 2007-04-04  Paul Brook  <paul@codesourcery.com>
632         * gas/arm/neon-cov.s: Add new vext test.
633         * gas/arm/neon-cov.d: Ditto.
635 2007-04-01  Christian Groessler  <chris@groessler.org>
637         * gas/z8k/calr.d: Fix for 64bit bfd.
638         * gas/z8k/djnz.d: Likewise.
639         * gas/z8k/inout.d: Likewise.
640         * gas/z8k/jmp-cc.d: Likewise.
641         * gas/z8k/jr-back.d: Likewise.
642         * gas/z8k/jr-forw.d: Likewise.
643         * gas/z8k/reglabel.d: Likewise.
644         * gas/z8k/ctrl-names.d: Fix name.  Fix for 64bit bfd.
645         * gas/z8k/ret-cc.d: Likewise.
647 2007-03-31  Alan Modra  <amodra@bigpond.net.au>
649         * gas/i386/nops-3.s: Don't use .align.
651 2007-03-30  Paul Brook  <paul@codesourcery.com>
653         * gas/arm/thumb2_ldmstm.d: New test.
654         * gas/arm/thumb2_ldmstm.s: New test.
656 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
658         * gas/ppc/reloc.s: New.
659         * gas/ppc/reloc.d: New.
661 2007-03-26  Julian Brown  <julian@codesourcery.com>
663         * gas/arm/neon-const.s: Use FP syntax for 0/-0.
664         * gas/arm/vfp-neon-syntax-inc.s: Likewise, for 1.
665         * gas/arm/neon-cov.s: Use float syntax for FP immediate.
667 2007-03-24  Paul Brook  <paul@codesourcery.com>
668         Mark Shinwell  <shinwell@codesourcery.com>
670         * gas/arm/archv6.s: Add new SRS tests.
671         * gas/arm/archv6.d: Update expected output.
672         * gas/arm/thumb32.s: Add new SRS tests.
673         * gas/arm/thumb32.d: Update expected output.
674         * gas/arm/srs-t2.d: New.
675         * gas/arm/srs-t2.l: New.
676         * gas/arm/srs-t2.s: New.
677         * gas/arm/srs-arm.d: New.
678         * gas/arm/srs-arm.l: New.
679         * gas/arm/srs-arm.s: New.
681 2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
683         * gas/i386/rex.s: Add tests for rex.WRXB.
684         * gas/i386/rex.d: Updated.
686         * gas/i386/rex.d: Replace rex64XYZ with rex.WRXB.
687         * gas/i386/x86-64-io-intel.d : Likewise.
688         * gas/i386/x86-64-io-suffix.d: Likewise.
689         * gas/i386/x86-64-io.d: Likewise.
690         * gas/i386/x86-64-opcode.d: Likewise.
692 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
694         PR binutils/4218
695         * gas/i386/nops.s: Add testcases for nop r/m.
696         * gas/i386/x86-64-nops.s: Likewise.
698         * gas/i386/x86-64-opcode.s: Add testcases for xchg with %ax,
699         %eax and %rax.
701         * gas/i386/nops.d: Updated.
702         * gas/i386/x86-64-nops.d: Likewise.
703         * gas/i386/x86-64-opcode.d: Likewise.
705 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
707         * gas/i386/i386.exp: Run nops-3.
709         * gas/i386/nops-3.d: New file.
710         * gas/i386/nops-3.s: Likewise.
712 2007-03-20  Mark Shinwell  <shinwell@codesourcery.com>
714         * gas/arm/mul-overlap.s: Don't use %type.
715         * gas/arm/mul-overlap.l: Update line numbers.
716         * gas/arm/mul-overlap-v6.s: Don't use %type.
718 2007-03-18  Mark Shinwell  <shinwell@codesourcery.com>
720         * gas/arm/mul-overlap.s: New.
721         * gas/arm/mul-overlap.d: New.
722         * gas/arm/mul-overlap.l: New.
723         * gas/arm/mul-overlap-v6.s: New.
724         * gas/arm/mul-overlap-v6.d: New.
726 2007-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
728         * gas/arm/thumbver.d, gas/arm/thumbver.s: New test.
730 2007-03-14  Paul Brook  <paul@codesourcery.com>
732         * gas/arm/thumb2_add.d: Add tests using sp.
733         * gas/arm/thumb2_add.s: Ditto.
735 2007-03-14  Alan Modra  <amodra@bigpond.net.au>
737         PR 4029
738         * gas/all/relax.s: New.
739         * gas/all/relax.d: New.
740         * gas/all/gas.exp: Run it.
742 2007-03-11  Hans-Peter Nilsson  <hp@bitrange.com>
744         * gas/mmix/comment-1.d, gas/mmix/bspec-1.d, gas/mmix/bspec-2.d:
745         Adjust for change in readelf output.
747 2007-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
749         * gas/s390/zarch-z9-ec.d: New file.
750         * gas/s390/zarch-z9-ec.s: New file.
751         * gas/s390/s390.exp: Run the z9-ec testcases.
753 2007-03-05  H.J. Lu  <hongjiu.lu@intel.com>
755         PR gas/3918
756         * lib/gas-defs.exp (gas_started): New variable. Initialized to
757         0.
758         (gas_start): Set gas_started to 1.
759         (gas_finish): Skip if gas_started is 0.  Reset gas_started to 0.
761 2007-03-02  Paul Brook  <paul@codesourcery.com>
763         * gas/arm/relax_branch_align.d: New test.
764         * gas/arm/relax_branch_align.s: New test.
766 2007-02-28  Nick Clifton  <nickc@redhat.com>
768         PR gas/3797
769         * gas/lns/lns.exp: Do not run the lns-common test for the d10v
770         port.
771         * gas/d10v/address-002.l: Update expected assembler output.
772         * gas/d10v/address-003.l, gas/d10v/address-004.l,
773         gas/d10v/address-005.l, gas/d10v/address-006.l,
774         gas/d10v/address-007.l, gas/d10v/address-008.l,
775         gas/d10v/address-009.l, gas/d10v/address-010.l,
776         gas/d10v/address-011.l, gas/d10v/address-012.l,
777         gas/d10v/address-013.l, gas/d10v/address-014.l,
778         gas/d10v/address-015.l, gas/d10v/address-016.l,
779         gas/d10v/address-017.l, gas/d10v/address-018.l,
780         gas/d10v/address-019.l, gas/d10v/address-020.l,
781         gas/d10v/address-021.l, gas/d10v/address-022.l,
782         gas/d10v/address-023.l, gas/d10v/address-024.l,
783         gas/d10v/address-025.l, gas/d10v/address-026.l,
784         gas/d10v/address-027.l, gas/d10v/address-030.l,
785         gas/d10v/address-031.l, gas/d10v/address-032.l,
786         gas/d10v/address-033.l, gas/d10v/address-034.l,
787         gas/d10v/address-035.l, gas/d10v/address-036.l,
788         gas/d10v/address-037.l, gas/d10v/address-038.l,
789         gas/d10v/address-039.l, gas/d10v/address-040.l,
790         gas/d10v/address-041.l: Likewise.
792 2007-02-28  Nick Clifton  <nickc@redhat.com>
794         PR gas/3975
795         * gas/arm/mapshort.d: Split into two new files...
796         * gas/arm/mapshort-eabi.d: The one and...
797         * gas/arm/mapshort-elf.d: This one.
798         * gas/arm/arch7.d: Remove 32-bit host expectation.
799         * gas/arm/arm7t.d: Replace ".word 0x00000000" with ".*" as some
800         arm targets will disassemble this value as an instruction.
801         * gas/arm/neon-ldst-rm.d: Likewise.
802         * gas/arm/thumb2_pool.d: Only run this test for ELF based arm
803         ports.
804         * gas/arm/thumbrel.d: Only run this test for EABI based arm
805         ports.
806         * gas/arm/wince_inst.d: Fix expected branch targets.
808 2007-02-22  DJ Delorie  <dj@redhat.com>
810         * gas/s390/esa-g5.s: Adjust for corrected PKA syntax.
811         * gas/s390/esa-g5.d: Adjust for corrected PKA syntax.
813 2007-02-20  Thiemo Seufer  <ths@mips.com>
814             Chao-Ying Fu  <fu@mips.com>
816         * gas/mips/mips32-dspr2.s, gas/mips/mips32-dspr2.d: New test for
817         DSP R2.
818         * gas/mips/mips.exp: Run new test.
820 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
822         * gas/s390/esa-g5.d (cfxbr, cfebr, cfdbr): Exchanged floating
823         point and fixed point operands.
824         * gas/s390/esa-g5.s: Likewise.
825         * gas/s390/zarch-z900.d (cfdr, cfer, cfxr, cgdbr, cgebr, cgxbr,
826         cgdr, cger, cgxr): Likewise.
827         * gas/s390/zarch-z900.s: Likewise.
829 2007-02-11  H.J. Lu  <hongjiu.lu@intel.com>
831         PR gas/4027
832         * gas/i386/opcode.s: Add more tests for "test".
833         * i386/opcode-intel.d: Updated.
834         * gas/i386/opcode-suffix.d: Likewise.
835         * gas/i386/opcode.d: Likewise.
837 2007-02-06  Nick Clifton  <nickc@redhat.com>
839         PR gas/3810 gas/3800
840         * gas/elf/elf.exp: Expect the redef test to fail on targets which
841         do not convert fixups against ordinary symbols into relocs against
842         section symbols.
843         * gas/all/gas.exp: Likewise.
845 2007-02-05  Dave Brolley  <brolley@redhat.com>
847         * gas/mep/relocs-junk1.s: Add a .data section.
848         * gas/mep/relocs.d: Updated to match above.
850 2007-02-04  H.J. Lu  <hongjiu.lu@intel.com>
852         PR gas/3961
853         * gas/i386/secrel.d: Support 64bit host.
855 2007-02-02  Nick Clifton  <nickc@redhat.com>
857         PR gas/3812
858         * gas/v850/v850e1.d: Correct expected disassembly of cmov insn to
859         account for sign extension.
861 2007-01-11  Paul Brook  <paul@codesourcery.com>
863         * gas/arm/thumb2_add.d: Add test for missing operand.
864         * gas/arm/thumb2_add.s: Ditto.
866 2007-01-11  Nick Clifton  <nickc@redhat.com>
868         * gas/mcore/allinsn.s: Remove use of '#' before numbers - it is a
869         line comment character.
870         * gas/mcore/allinsn.d: Adjust expected disassembly to match real
871         output.
873         * gas/lns/lns.exp: Run the alternative version of the lns-common-1
874         test for the MCore target.
876 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
878         * gas/all/gas.exp: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
879         * gas/i386/i386.exp: Ditto.
881 2007-01-04  Paul Brook  <paul@codesourcery.com>
883         * gas/arm/archv6.s: Add more cpsie tests.
884         * gas/arm/archv6.d: Ditto.
886 2007-01-04  Andreas Schwab  <schwab@suse.de>
888         * gas/m68k/cpu32.[sd]: New test.
889         * gas/m68k/all.exp: Run it.
891 2007-01-04  Julian Brown  <julian@codesourcery.com>
893         * gas/arm/neon-omit.d: Fix expected encodings for vshl, vqshl.
895 2007-01-04  Paul Brook  <paul@codesourcery.com>
897         * gas/arm/neon-cov.d: Adjust expected output.
898         * gas/arm/neon-omit.s: Add tests for vcgt and vcle.  Reorder vacle
899         and vacle.
900         * gas/arm/neon-omit.d: Adjust expected output.
902 For older changes see ChangeLog-2006
904 Local Variables:
905 mode: change-log
906 left-margin: 8
907 fill-column: 74
908 version-control: never
909 End: