* mn10300.h (R_MN10300_ALIGN): Define.
[platform/upstream/binutils.git] / gas / testsuite / ChangeLog
1 2007-10-30  Nick Clifton  <nickc@redhat.com>
2
3         * gas/all/gas.exp: Do not run diff1.s test for mn10300.
4
5 2007-10-27  H.J. Lu  <hongjiu.lu@intel.com>
6
7         PR gas/5221
8         * gas/elf/elf.exp: Run section7.
9
10         * gas/elf/section7.d: New.
11         * gas/elf/section7.s: Likewise.
12
13 2007-10-23  H.J. Lu  <hongjiu.lu@intel.com>
14
15         * gas/i386/katmai.s: Remove cmpps opcode test.
16
17         * gas/i386/simd.s: Add tests for cmpss and cmpsd.
18         * gas/i386/x86-64-simd.s: Likewise.
19
20         * gas/i386/katmai.d: Updated.
21         * gas/i386/simd-intel.d: Likewise.
22         * gas/i386/simd-suffix.d: Likewise.
23         * gas/i386/simd.d: Likewise.
24         * gas/i386/x86-64-simd-intel.d: Likewise.
25         * gas/i386/x86-64-simd-suffix.d: Likewise.
26         * gas/i386/x86-64-simd.d: Likewise.
27
28 2007-10-19  Nick Clifton  <nickc@redhat.com>
29
30         * gas/mn10300/basic.exp: Run pr997 test.
31         * gas/mn10300/pr997.s: New test.
32         * gas/mn10300/pr887.l: Expected output.
33
34 2007-10-17  Nathan Sidwell  <nathan@codesourcery.com>
35
36         * gas/m68k/mcf-movsr.s: New.
37         * gas/m68k/mcf-movsr.d: New.
38         * gas/m68k/all.exp: Add mcf-movsr test.
39
40 2007-10-16  Nick Clifton  <nickc@redhat.com>
41
42         * gas/elf/elf.exp: Accept COMMON in readelf's output.
43         * gas/elf/type.s: Add test of common type.
44         * gas/elf/type.e: Extend expected output.
45
46 2007-10-11  Nick Clifton  <nickc@redhat.com>
47
48         * gas/elf/elf.exp (run_elf_list_test): Run section6 test.
49         * gas/elf/section6.s: New file: Check behaviour of .pushsection
50         with a subsection argument.
51         * gas/elf/section6.d: New file: Expected disassembly.
52
53 2007-10-08  H.J. Lu  <hongjiu.lu@intel.com>
54
55         * gas/i386/i386.exp: Run simd-suffix and x86-64-simd-suffix.
56
57         * gas/i386/simd-suffix.d: New.
58         * gas/i386/x86-64-simd-suffix.d: Likewise.
59
60         * gas/i386/x86-64-opcode.d: Updated.
61         * gas/i386/x86-64-simd.d: Likewise.
62
63 2007-10-08  Maciej W. Rozycki  <macro@linux-mips.org>
64
65         * gas/mips/cp0-names-r3000.d: New test for R3000 CP0 symbolic
66         disassembly.
67         * gas/mips/cp0-names-r4000.d: New test for R4000/R4400 symbolic
68         CP0 disassembly.
69         * mips/mips.exp: Run the new tests.
70
71 2007-10-08  Maciej W. Rozycki  <macro@linux-mips.org>
72
73         * gas/mips/at-1.d, gas/mips/at-2.l: New tests to check the ".set
74         at=REG" directive.
75         * gas/mips/at-1.s, gas/mips/at-2.s: Sources for the new tests.
76         * gas/mips/mips.exp: Run the new tests.
77
78 2007-10-05  H.J. Lu  <hongjiu.lu@intel.com>
79
80         * gas/i386/i386.exp: Run smx.
81
82         * gas/i386/smx.d: New.
83         * gas/i386/smx.s: Likewise.
84
85 2007-10-04  H.J. Lu  <hongjiu.lu@intel.com>
86
87         * gas/i386/simd.s: Add tests for unpckhpd and unpckhps.
88         * gas/i386/x86-64-simd.s: Likewise.
89
90         * gas/i386/simd-intel.d: Updated.
91         * gas/i386/simd.d: Likewise.
92         * gas/i386/x86-64-simd-intel.d: Likewise.
93         * gas/i386/x86-64-simd.d: Likewise.
94
95 2007-10-04  David Daney  <ddaney@avtrex.com>
96
97         * gas/mips/odd-float.d, gas/mips/odd-float.s: New test.
98         * gas/mips/mips.exp: Run it.
99
100 2007-10-04  H.J. Lu  <hongjiu.lu@intel.com>
101
102         PR gas/5109
103         * gas/i386/simd-intel.d: Updated.
104         * gas/i386/simd.d: Likewise.
105         * gas/i386/x86-64-simd-intel.d: Likewise.
106         * gas/i386/x86-64-simd.d: Likewise.
107
108         * gas/i386/simd.s: Add more tests.
109         * gas/i386/x86-64-simd.s: Likewise.
110
111 2007-10-04  Helge Deller  <deller@gmx.de>
112
113         * gas/all/gas.exp: Include new test "strings".
114         * gas/all/string.s: New
115         * gas/all/string.d: New.
116
117 2007-10-01  Tristan Gingold  <gingold@adacore.com>
118
119         * gas/ppc/altivec_xcoff.s: Do not use .machine pseudo-ops as it
120         overrides gas options.
121         * gas/ppc/altivec_xcoff64.s: Likewise.
122         * gas/ppc/booke_xcoff64.s: Likewise.
123         * gas/ppc/altivec_xcoff.d: Accept 32bits offsets.
124         * gas/ppc/booke_xcoff.s: Do not use .machine pseudo-op and remove
125         booke64 opcodes.
126         * gas/ppc/booke_xcoff.d: Accept 32bits offsets and renumber.
127         * gas/ppc/booke_xcoff64.d: Use booke opcodes.
128
129 2007-09-30  H.J. Lu  <hongjiu.lu@intel.com>
130
131         PR gas/5080
132         * gas/i386/simd-intel.d: Updated.
133         * gas/i386/simd.d: Likewise.
134         * gas/i386/x86-64-simd-intel.d: Likewise.
135         * gas/i386/x86-64-simd.d: Likewise.
136
137         * gas/i386/simd.s: Add new tests for cvttsd2si and cvttss2si.
138         * gas/i386/x86-64-simd.s: Likewise.
139
140 2007-09-27  H.J. Lu  <hongjiu.lu@intel.com>
141
142         PR binutils/5072
143         * gas/i386/i386.exp: Run x86-64-opcode-inval and
144         x86-64-opcode-inval-intel.
145
146         * gas/i386/x86-64-opcode-inval-intel.d: New.
147         * gas/i386/x86-64-opcode-inval.d: Likewise.
148         * gas/i386/x86-64-opcode-inval.s: Likewise.
149
150 2007-09-27  Kazu Hirata  <kazu@codesourcery.com>
151
152         * gas/m68k/fido.s: Add tests for %mbo.
153         * gas/m68k/fido.d: Update accordingly.
154
155 2007-09-26  Jan Beulich  <jbeulich@novell.com>
156
157         * gas/i386/x86-64-addr32.d: Adjust expectations.
158
159 2007-09-26  Jan Beulich  <jbeulich@novell.com>
160
161         * gas/i386/reloc64.s: Adjust for %eip-relative addressing no
162         longer generating errors.
163         * gas/i386/reloc64.d, gas/i386/reloc64.l: Update.
164         * gas/i386/x86-64-addr32.s: Remove explicit addr32 prefix
165         for %eip-realtive addressing case.
166
167 2007-09-25  Nathan Sidwell  <nathan@codesourcery.com>
168
169         * gas/m68k/br-isaa.d: Dump relocs too.
170         * gas/m68k/br-isab.d: Likewise.
171         * gas/m68k/br-isac.d: Likewise.  Adjust for long branch relaxation.
172
173 2007-09-24  Carlos O'Donell  <carlos@codesourcery.com>
174
175         * gas/mips/align.s, gas/mips/align.d: New test.
176         * gas/mips/mips.exp: Run it.
177
178 2007-09-20  H.J. Lu  <hongjiu.lu@intel.com>
179
180         * gas/i386/sib.s: Add more eiz tests.
181         * gas/i386/x86-64-sib.s: Add more riz tests.
182
183         * gas/i386/sib-intel.d: Updated.
184         * gas/i386/sib.d: Likewise.
185         * gas/i386/x86-64-sib-intel.d: Likewise.
186         * gas/i386/x86-64-sib.d: Likewise.
187
188 2007-09-20  H.J. Lu  <hongjiu.lu@intel.com>
189
190         PR 658
191         * gas/i386/i386.exp: Run sib-intel, x86-64-sib and
192         x86-64-sib-intel.
193
194         * gas/i386/nops-1-i386-i686.d: Updated.
195         * gas/i386/nops-1-i386.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-i386.d: Likewise.
201         * gas/i386/nops-3.d : Likewise.
202         * gas/i386/sib.d: Likewise.
203
204         * gas/i386/sib.s: Use %eiz in testcases.
205
206         * gas/i386/sib-intel.d: New.
207         * gas/i386/x86-64-sib-intel.d: Likewise.
208         * gas/i386/x86-64-sib.d: Likewise.
209         * gas/i386/x86-64-sib.s: Likewise.
210
211 2007-09-19  H.J. Lu  <hongjiu.lu@intel.com>
212
213         * gas/i386/intelok.s: Add tests for memory without base.
214         * gas/i386/intelok.d: Updated.
215         * gas/i386/intelok.e: Likewise.
216
217 2007-09-17  H.J. Lu  <hongjiu.lu@intel.com>
218
219         * gas/i386/x86-64-rip.s: Revert the last change.
220         * gas/i386/x86-64-rip-intel.d: Likewise.
221         * gas/i386/x86-64-rip.d: Likewise.
222
223 2007-09-15  H.J. Lu  <hongjiu.lu@intel.com>
224
225         PR gas/5034
226         * gas/i386/x86-64-rip.s: Add Intel mode testcases.
227         * gas/i386/x86-64-rip-intel.d: Updated.
228         * gas/i386/x86-64-rip.d: Likewise.
229
230 2007-09-14  Michael Meissner  <michael.meissner@amd.com>
231             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
232             Tony Linthicum  <tony.linthicum@amd.com>
233
234         * gas/i386/i386.exp (x86-64-sse5): Run SSE5 64-bit tests.
235
236         * gas/i386/x86-64-sse5.s: New file for SSE5 support.
237         * gas/i386/x86-64-sse5.d: Ditto.
238
239 2007-09-12  Jan Beulich  <jbeulich@novell.com>
240
241         * gas/i386/sse4_1.s, gas/i386/x86-64-sse4_1.s: Add two-operand forms
242         of blendvps, blendvpd, and pblendvb.
243         * gas/i386/sse4_1.d, gas/i386/sse4_1-intel.d,
244         gas/i386/x86-64-sse4_1.d, gas/i386/x86-64-sse4_1-intel.d: Adjust,
245         making last/first operand of blendvps, blendvpd, and pblendvb
246         optional.
247
248 2007-09-12  Jan Beulich  <jbeulich@novell.com>
249
250         * gas/i386/amdfam10.s, gas/i386/x86-64-amdfam10.s: Add Intel syntax
251         code.
252         * gas/i386/amdfam10.d, gas/i386/x86-64-amdfam10.d: Adjust.
253
254 2007-09-06  H.J. Lu  <hongjiu.lu@intel.com>
255
256         * gas/i386/svme.s: Updated to allow eax in 64bit.
257         * gas/i386/svme.d: Updated.
258         * gas/i386/svme64.d: Likewise.
259
260 2007-08-31  H.J. Lu  <hongjiu.lu@intel.com>
261
262         * gas/i386/svme.s: Updated to accept eax in 32bit and rax in
263         64bit.
264         * gas/i386/svme.d: Updated.
265         * gas/i386/svme64.d: Likewise.
266
267 2007-08-30  H.J. Lu  <hongjiu.lu@intel.com>
268
269         * gas/i386/amd.s: Add rdtscp.
270         * gas/i386/amd.d: Updated.
271
272         * gas/i386/mem-intel.d: Update invlpg for BYTE PTR.
273         * gas/i386/x86-64-mem-intel.d: Likewise.
274
275         * gas/i386/x86-64-opcode.s: Add swapgs.
276         * gas/i386/x86-64-opcode.d: Updated.
277
278 2007-08-29  Daniel Jacobowitz  <dan@codesourcery.com>
279
280         * gas/lns/lns-duplicate.d, gas/lns/lns-duplicate.s: New.
281         * gas/lns/lns.exp: Run lns-duplicate.
282
283 2007-08-29  H.J. Lu  <hongjiu.lu@intel.com>
284
285         * gas/i386/i386.exp: Run x86-64-reg and x86-64-reg-intel.
286
287         * gas/i386/x86-64-reg.s: New. Add tests for instructions
288         with one register operand.
289         * gas/i386/x86-64-reg-intel.d: Likewise.
290         * gas/i386/x86-64-reg.d: Likewise.
291
292 2007-08-29  H.J. Lu  <hongjiu.lu@intel.com>
293
294         * gas/i386/i386.exp: Run reg and reg-intel.
295
296         * gas/i386/katmai.d: Update bad instructions.
297
298         * gas/i386/reg.s: New. Add tests for instructions with one
299         register operand.
300         * gas/i386/reg-intel.d: Likewise.
301         * gas/i386/reg.d: Likewise.
302
303 2007-08-28  H.J. Lu  <hongjiu.lu@intel.com>
304
305         * gas/i386/i386.exp: Run mem, mem-intel, x86-64-mem and
306         x86-64-mem-intel.
307
308         * gas/i386/mem.s: New. Add tests for instructions with one
309         memory operand.
310         * gas/i386/x86-64-mem.s: Likewise.
311         * gas/i386/mem-intel.d: Likewise.
312         * gas/i386/mem.d: Likewise.
313         * gas/i386/x86-64-mem-intel.d: Likewise.
314         * gas/i386/x86-64-mem.d: Likewise.
315
316 2007-08-28  Mark Shinwell  <shinwell@codesourcery.com>
317             Joseph Myers  <joseph@codesourcery.com>
318
319         * lib/gas-defs.exp (gas_version): Use remote_* functions instead
320         of exec.
321         (gas_host_run): New.
322         (gas_run): Use gas_host_run.
323         (gas_start): Likewise.
324         (run_dump_test): Likewise.
325         (objdump): Use gas_host_run.
326         (objdump_start_no_subdir): Likewise.
327         * lib/gas-dg.exp (gas-dg-test): Use "remote_file host delete".
328         * lib/run: Remove.
329         * gas/macros/macros.exp: Download app4b.s to host.
330         * gas/i386/i386.exp (gas_64_check): Use gas_host_run.
331         (gas_32_check): Likewise.
332         * gas/maxq10/maxq10.exp (gas_64_check): Likewise
333         (gas_32_check): Likewise.
334         * gas/maxq20/maxq20.exp (gas_64_check): Likewise
335         (gas_32_check): Likewise.
336         * gas/sparc/sparc.exp (gas_64_check): Likewise.
337         * gas/cfi/cfi.exp: Likewise.
338         * gas/elf/elf.exp (run_list_test): Likewise.  Use temporary file
339         for readelf output in place of pipe.
340         * gas/all/gas.exp: Download incbin.dat to host.
341         (do_comment): Allow \r\r\n.
342
343 2007-08-09  Paul Brook  <paul@codesourcery.com>
344
345         * gas/arm/relax_load_align.d: new test.
346         * gas/arm/relax_load_align.s: new test.
347
348 2007-08-09  H.J. Lu  <hongjiu.lu@intel.com>
349
350         * gas/i386/i386.exp: Run sse4_1-intel, sse4_2-intel,
351         x86-64-sse4_1-intel and x86-64-sse4_2-intel.
352
353         * gas/i386/sse4_1-intel.d: New file.
354         * gas/i386/sse4_2-intel.d: Likewise.
355         * gas/i386/x86-64-sse4_1-intel.d: Likewise.
356         * gas/i386/x86-64-sse4_2-intel.d: Likewise.
357
358         * gas/i386/sse4_1.s: Add tests for Intel syntax.
359         * gas/i386/sse4_2.s: Likewise.
360         * gas/i386/x86-64-sse4_1.s: Likewise.
361         * gas/i386/x86-64-sse4_2.s: Likewise.
362
363         * gas/i386/sse4_1.d: Updated.
364         * gas/i386/sse4_2.d: Likewise.
365         * gas/i386/x86-64-sse4_1.d: Likewise.
366         * gas/i386/x86-64-sse4_2.d: Likewise.
367
368 2007-08-09  Alan Modra  <amodra@bigpond.net.au>
369
370         * gas/all/weakref1u.d (not-target): Match *-*-*aout.
371
372 2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
373
374         PR binutils/4834
375         * gas/i386/simd-intel.d: Updated.
376         * gas/i386/simd.d: Likewise.
377         * gas/i386/x86-64-simd-intel.d: Likewise.
378         * gas/i386/x86-64-simd.d: Likewise.
379
380         * gas/i386/simd.s: Add tests for SSE4 instructions.
381         * gas/i386/x86-64-simd.s: Likewise.
382
383 2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>
384
385         * gas/i386/simd.s: Add tests for cvtss2si/cvtsd2si in Intel
386         mode.
387         * gas/i386/x86-64-simd.s: Likewise.
388
389         * gas/i386/simd-intel.d: Updated.
390         * gas/i386/simd.d: Likewise.
391         * gas/i386/x86-64-simd-intel.d: Likewise.
392         * gas/i386/x86-64-simd.d: Likewise.
393
394 2007-07-28  H.J. Lu  <hongjiu.lu@intel.com>
395
396         PR binutils/4834
397         * gas/i386/simd-intel.d: Updated.
398         * gas/i386/simd.d: Likewise.
399         * gas/i386/x86-64-simd-intel.d: Likewise.
400         * gas/i386/x86-64-simd.d: Likewise.
401
402         * gas/i386/simd.s: Add new tests.
403         * gas/i386/x86-64-simd.s: Likewise.
404
405 2007-07-28  H.J. Lu  <hongjiu.lu@intel.com>
406
407         * gas/i386/x86-64-opcode.d: Updated.
408         * gas/i386/x86-64-simd-intel.d: Likewise.
409         * gas/i386/x86-64-simd.d: Likewise.
410
411         * gas/i386/x86-64-simd.s: Add movq.
412
413 2007-07-23  H.J. Lu  <hongjiu.lu@intel.com>
414
415         * gas/i386/i386.exp: Run nops16-1, nops-1-i386-i686, nops-1-k8,
416         nops-3-i386, nops-4, nops-4-i386, x86-64-nops-2, x86-64-nops-3,
417         x86-64-nops-4, x86-64-nops-4-core2 and x86-64-nops-4-k8.
418
419         * gas/i386/nops-1-i386-i686.d: New.
420         * gas/i386/nops-1-k8.d: Likewise.
421         * gas/i386/nops-3-i386.d : Likewise.
422         * gas/i386/nops-3-i686.d: Likewise.
423         * gas/i386/nops-4-i386.d: Likewise.
424         * gas/i386/nops-4.d: Likewise.
425         * gas/i386/nops16-1.d: Likewise.
426         * gas/i386/nops16-1.s: Likewise.
427         * gas/i386/x86-64-nops-1-k8.d: Likewise.
428         * gas/i386/x86-64-nops-2.d: Likewise.
429         * gas/i386/x86-64-nops-3.d: Likewise.
430         * gas/i386/x86-64-nops-4-core2.d: Likewise.
431         * gas/i386/x86-64-nops-4-k8.d: Likewise.
432         * gas/i386/x86-64-nops-4.d: Likewise.
433
434         * gas/i386/nops-1-i386.d: Updated.
435         * gas/i386/nops-1-i686.d: Likewise.
436         * gas/i386/nops-1.d: Likewise.
437         * gas/i386/nops-2-i386.d: Likewise.
438         * gas/i386/nops-2-merom.d : Likewise.
439         * gas/i386/nops-2.d: Likewise.
440         * gas/i386/nops-3.d: Likewise.
441         * gas/i386/x86-64-nops-1-merom.d: Likewise.
442         * gas/i386/x86-64-nops-1-nocona.d: Likewise.
443         * gas/i386/x86-64-nops-1.d: Likewise.
444
445         * gas/i386/x86-64-nops-1.s: Removed.
446
447 2007-07-23  Evandro Menezes  <evandro.menezes@amd.com>
448             H.J. Lu  <hongjiu.lu@intel.com>
449
450         * gas/i386/i386.exp: Don't run x86-64-nops-1-k8. Run
451         nops-3-i686 and nops-4-i686.
452
453         * gas/i386/nops-3-i686.d: New.
454         * gas/i386/nops-4-i686.d: Likewise.
455         * gas/i386/nops-4.s: Likewise.
456
457 2007-07-23  Richard Sandiford  <richard@codesourcery.com>
458
459         * lib/gas-defs.exp (run_list_test): Make the options optional.
460         * gas/cr16/cr16.exp (run_list_test): Delete.
461
462 2007-07-19  Nick Clifton  <nickc@redhat.com>
463
464         PR gas/4804
465         * gas/elf/elf.exp (target_machine): Treat the arm-linux-gnu target
466         in the same way as the arm-eabi target.
467         * gas/arm/mapshort-eabi.d: Use this file for the arm-linux-gnu
468         target.
469         * gas/arm/mapshort-elf.d: Do not use this file for the
470         arm-linux-gnu target.
471
472 2007-07-16  H.J. Lu  <hongjiu.lu@intel.com>
473
474         * gas/i386/simd.s: Add tests for punpcklbw, punpckldq,
475         punpcklwd and punpcklqdq.
476         * gas/i386/x86-64-simd.s: Likewise.
477
478         * gas/i386/simd-intel.d: Updated.
479         * gas/i386/simd.d: Likewise.
480         * gas/i386/x86-64-simd-intel.d: Likewise.
481         * gas/i386/x86-64-simd.d: Likewise.
482
483 2007-07-14  Nick Clifton  <nickc@redhat.com>
484
485         * gas/arm/arm.s: Add tests for re-aliasing a previously removed
486         alias.
487         * gas/arm/arm.l: Add new expected warning message.
488
489 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
490
491         * gas/i386/ssemmx2.d: Ignore padding.
492
493 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
494
495         * gas/i386/rex.s: Avoid the last rex prefix becoming the
496         rex prefix for the padding.
497
498 2007-07-04  H.J. Lu  <hongjiu.lu@intel.com>
499
500         * gas/i386/i386.exp: Run x86-64-nops-1 for x86_64-*-mingw*.
501
502 2007-07-04  Nick Clifton  <nickc@redhat.com>
503
504         * gas/mep/relocs.d: Fix expected disassembly to work on 64-bit
505         hosts.
506
507 2007-07-03  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
508
509         * gas/elf/elf.exp: Expect redef test to fail for CR16.
510         * gas/all/gas.exp: Expect forward and do_930509a tests to fail for
511         the CR16.
512         * gas/cr16/cinv_test.d: Remove whitespace dependencies.
513
514 2007-07-03  Nick Clifton  <nickc@redhat.com>
515
516         * lib/gas-defs.exp: Update copyright notice to refer to GPLv3.
517         * gas/all/itbl-test.c, gas/all/test-example.c, gas/all/test-gen.c,
518         gas/arm/maverick.c, gas/cris/cris.exp, gas/hppa/basic/basic.exp,
519         gas/hppa/parse/parse.exp, gas/hppa/reloc/reloc.exp,
520         gas/hppa/unsorted/unsorted.exp, gas/mmix/mmix-err.exp,
521         gas/mmix/mmix-list.exp, gas/mmix/mmix.exp, gas/mn10200/basic.exp,
522         gas/mn10300/am33-2.c, gas/mn10300/basic.exp, gas/pdp11/opcode.s,
523         gas/ppc/aix.exp, gas/sh/arch/arch.exp, gas/sh/sh64/sh64.exp,
524         gas/sh/basic.exp, gas/sh/err.exp, gas/v850/basic.exp: Likewise.
525
526 2007-07-03  Nathan Sidwell  <nathan@codesourcery.com>
527
528         * gas/m68k/mcf-coproc.d: New.
529         * gas/m68k/mcf-coproc.s: New.
530         * gas/m68k/all.exp: Add it.
531
532 2007-06-29  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
533
534         * gas/cr16: New directory
535         * gas/cr16.exp: New file
536         * add_test.d and  add_test.s: New files
537         * and_test.d and and_test.s: New files
538         * ash_test.d and ash_test.s: New files
539         * bal_test.d and bal_test.s: New files
540         * bcc_test.d and bcc_test.s: New files
541         * beq0_test.d and beq0_test.s: New files
542         * cbitb_test.d and cbitb_test.s: New files
543         * cbitw_test.d and cbitw_test.s: New files
544         * cinv_test.d and cinv_test.s: New files
545         * cmp_test.d and cmp_test.s: New files
546         * excp_test.d and excp_test.s: New files
547         * jal_test.d and jal_test.s: New files
548         * jcc_test.d and jcc_test.s: New files
549         * loadb_test.d and loadb_test.s: New files
550         * loadd_test.d and loadd_test.s: New files
551         * loadm_test.d and loadm_test.s: New files
552         * loadw_test.d and loadw_test.s: New files
553         * lpsp_test.d and lpsp_test.s: New files
554         * lsh_test.d and lsh_test.s: New files
555         * mov_test.d and mov_test.s: New files
556         * mul_test.d and mul_test.s: New files
557         * or_test.d and or_test.s: New files
558         * popret_test.d and popret_test.s: New files
559         * pop_test.d and pop_test.s: New files
560         * push_test.d and push_test.s: New files
561         * sbitb_test.d and sbitb_test.s: New files
562         * sbitw_test.d and sbitw_test.s: New files
563         * scc_test.d and scc_test.s: New files
564         * storb_test.d and storb_test.s: New files
565         * stord_test.d and stord_test.s: New files
566         * storm_test.d and storm_test.s: New files
567         * storw_test.d and storw_test.s: New files
568         * sub_test.d and sub_test.s: New files
569         * tbitb_test.d and tbitb_test.s: New files
570         * tbit_test.d and tbit_test.s: New files
571         * tbitw_test.d and tbitw_test.s: New files
572         * xor_test.d and xor_test.s: New files
573
574 2007-06-26  Paul Brook  <paul@codesourcery.com>
575
576         * gas/arm/vfp1xD.d: Add new fmrx/fmxr tests.
577         * gas/arm/vfp1xD.s: Ditto.
578         * gas/arm/vfp1xD_t2.d: Ditto.
579         * gas/arm/vfp1xD_t2.s: Ditto.
580
581 2007-06-24  Nick Clifton  <nickc@redhat.com>
582
583         * gas/arm/backslash-at.d: Fix for non-ELF arm targets.
584
585 2007-06-23  H.J. Lu  <hongjiu.lu@intel.com>
586
587         PR binutils/4667
588         * gas/i386/i386.exp: Run simd, simd-intel, x86-64-simd
589         and x86-64-simd-intel.
590
591         * gas/i386/opcode-intel.d: Updated.
592
593         * gas/i386/simd-intel.d: New.
594         * gas/i386/simd.d: Likewise.
595         * gas/i386/simd.s: Likewise.
596         * gas/i386/x86-64-simd-intel.d: Likewise.
597         * gas/i386/x86-64-simd.d: Likewise.
598         * gas/i386/x86-64-simd.s: Likewise.
599
600 2007-06-18  Kazu Hirata  <kazu@codesourcery.com>
601
602         * gas/m68k/all.exp: Run mcf-wdebug.
603         * gas/testsuite/gas/m68k/mcf-wdebug.d,
604         gas/testsuite/gas/m68k/mcf-wdebug.s: New.
605
606 2007-06-14  Paul Brook  <paul@codesourcery.com>
607
608         * gas/arm/thumb32.s: Add tests for shift instructions.
609         * gas/arm/thumb32.d: Ditto.
610
611 2007-06-06  Paul Brook  <paul@codesourcery.com>
612
613         * gas/arm/thumb.d: Update expected output.
614         * gas/arm/thumb2_relax.d: Ditto.
615
616 2007-06-05  Paul Brook  <paul@codesourcery.com>
617
618         * gas/arm/thumb32.d: Add writeback addressing mode tests.
619         * gas/arm/thumb32.s: Update expected output.
620
621 2007-06-05  Nick Clifton  <nickc@redhat.com>
622
623         PR gas/4587
624         * gas/sparc/sparc.exp: Run pr4587 list test.
625         * gas/sparc/pr4587.s: New test case.
626         * gas/sparc/pr4587.l: Expected assembler output.
627
628 2007-06-05  Nick Clifton  <nickc@redhat.com>
629
630         * lib/gas-defs.exp (run_list_test): New proc.
631         * gas/alpha/alpha.exp: Delete proc run_list_test.
632         * gas/bfin/bfin.exp : Likewise.
633         * gas/cfi/cfi.exp : Likewise.
634         * gas/crx/allinsn.exp : Likewise.
635         * gas/d10v/d10v.exp : Likewise.
636         * gas/d30v/d30v.exp : Likewise.
637         * gas/frv/allinsn.exp : Likewise.
638         * gas/i386/i386.exp : Likewise.
639         * gas/i860.i860.exp : Likewise.
640         * gas/ia64/ia64.exp : Likewise.
641         * gas/lns/lns.exp : Likewise.
642         * gas/macros/macros.exp : Likewise.
643         * gas/maxq10/maxq10.exp : Likewise.
644         * gas/maxq20/maxq20.exp : Likewise.
645         * gas/mips/mips.exp : Likewise.
646         * gas/mmix/mmix-list.exp : Likewise.
647         * gas/mn10300/basic.exp : Likewise.
648         * gas/msp430/msp430.exp : Likewise.
649         * gas/pdp11/pdp11.exp : Likewise.
650         * gas/ppc/ppc.exp : Likewise.
651         * gas/s390/s390.exp : Likewise.
652         * gas/elf/elf.exp (proc run_list_test): Rename to run_elf_list_test.
653
654 2007-05-29  Jakub Jelinek  <jakub@redhat.com>
655
656         PR gas/4558
657         * gas/sparc/sparc.exp: Add v9branch{1,2,3,4,5} tests.
658         * gas/sparc/v9branch1.d: New test.
659         * gas/sparc/v9branch1.s: New.
660         * gas/sparc/v9branch2.d: New test.
661         * gas/sparc/v9branch2.s: New.
662         * gas/sparc/v9branch3.d: New test.
663         * gas/sparc/v9branch3.s: New.
664         * gas/sparc/v9branch4.d: New test.
665         * gas/sparc/v9branch4.s: New.
666         * gas/sparc/v9branch5.d: New test.
667         * gas/sparc/v9branch5.s: New.
668
669 2007-03-25  Paul Brook  <paul@codesourcery.com>
670
671         * gas/arm/thumb32.s: Add tests for subs pc, lr.
672         * gas/arm/thumb32.d: Change error-output: to stderr:.
673         Update expected output.
674
675 2007-05-22  Paul Brook  <paul@codesourcery.com>
676
677         * gas/arm/backslash-at.d: Update expected output.
678
679 2007-05-17  H.J. Lu  <hongjiu.lu@intel.com>
680
681         2003-06-05  Michal Ludvig  <mludvig@suse.cz>
682         * gas/cfi/cfi-x86_64.s: Test new directives
683         and different writings of registers and numbers.
684         * gas/cfi/cfi-x86_64.d: Updated pattern to
685         match the above change.
686
687 2007-05-15  Mark Shinwell  <shinwell@codesourcery.com>
688
689         * gas/arm/backslash-at.d: New.
690         * gas/arm/backslash-at.s: New.
691
692 2007-05-15  Vincent Riviere  <vincent.riviere@freesbee.fr>
693             Nick Clifton  <nickc@redhat.com>
694
695         PR gas/3041
696         * gas/m68k/p3041.s: New test case.
697         * gas/m68k/p3041.d: New expected disassembly.
698         * gas/m68k/all.exp: Run new test for m68k-*-netbsd toolchains.
699         Only run arch-cpu-1 test for ELF based toolchains.
700
701         Tidy ups for m68k-netbsd gas toolchain:
702         * gas/m68k/cpu32.d: Allow for extra text after expected
703         disassembly.
704         * gas/m68k/mcf-trap.d: Allow for alternative trap mnemonics.
705         * gas/m68k/br-isab.d: Fix name of test.
706         * gas/m68k/br-isac.d: Fix name of test.
707         
708 2007-05-14  H.J. Lu  <hongjiu.lu@intel.com>
709
710         PR binutils/4502
711         * gas/i386/amd.d: Replace "pfmulhrw" with "pmulhrw".
712
713 2007-05-04  Kazu Hirata  <kazu@codesourcery.com>
714
715         * gas/m68k/all.exp: Skip fmoveml on fido.
716
717 2007-05-03  H.J. Lu  <hongjiu.lu@intel.com>
718
719         PR gas/4460
720         * gas/i386/gotpc.s: Add a new test.
721         * gas/i386/reloc64.s: Likewise.
722
723         * gas/i386/gotpc.d: Updated.
724         * gas/i386/reloc64.d: Likewise.
725
726 2007-05-03  H.J. Lu  <hongjiu.lu@intel.com>
727
728         * gas/i386/crc32-intel.d: Updated.
729         * gas/i386/crc32.d: Likewise.
730         * gas/i386/sse4_2.d: Likewise.
731         * gas/i386/x86-64-crc32-intel.d: Likewise.
732         * gas/i386/x86-64-crc32.d: Likewise.
733         * gas/i386/x86-64-sse4_2.d: Likewise.
734
735         * gas/i386/crc32.s: Remove crc32 instructions with ambiguous
736         operand size and suffix in crc32 instructions in Intel mode.
737         * gas/i386/x86-64-crc32.s: Likewise.
738
739         * gas/i386/sse4_2.s: Remove crc32 instructions with ambiguous
740         operand size.
741         * gas/i386/x86-64-sse4_2.s: Likewise.
742
743         * gas/i386/i386.exp: Run inval-crc32 and x86-64-inval-crc32.
744
745         * gas/i386/inval-crc32.l: New.
746         * gas/i386/inval-crc32.s: Likewise.
747         * gas/i386/x86-64-inval-crc32.l: Likewise.
748         * gas/i386/x86-64-inval-crc32.s: Likewise.
749
750 2007-05-01  H.J. Lu  <hongjiu.lu@intel.com>
751
752         * gas/i386/crc32-intel.d: New file.
753         * gas/i386/crc32.d:Likewise.
754         * gas/i386/crc32.s:Likewise.
755         * gas/i386/x86-64-crc32-intel.d:Likewise.
756         * gas/i386/x86-64-crc32.d:Likewise.
757         * gas/i386/x86-64-crc32.s:Likewise.
758
759         * gas/i386/i386.exp: Run crc32, crc32-intel, x86-64-crc32
760         and x86-64-crc32-intel.
761
762 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
763
764         PR binutils/4430
765         * gas/i386/amd.d: Updated.
766         * gas/i386/immed32.d: Likewise.
767         * gas/i386/intel.d: Likewise.
768         * gas/i386/intel16.d: Likewise.
769         * gas/i386/intelok.d: Likewise.
770         * gas/i386/jump16.d: Likewise.
771         * gas/i386/naked.d: Likewise.
772         * gas/i386/opcode-suffix.d: Likewise.
773         * gas/i386/opcode.d: Likewise.
774         * gas/i386/prescott.d: Likewise.
775         * gas/i386/ssemmx2.d: Likewise.
776         * gas/i386/tlsd.d: Likewise.
777         * gas/i386/tlspic.d: Likewise.
778         * gas/i386/x86-64-addr32.d: Likewise.
779         * gas/i386/x86-64-prescott.d: Likewise.
780         * gas/i386/x86-64-rip.d: Likewise.
781         * gas/i386/x86_64.d: Likewise.
782
783 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
784
785         PR binutils/4429
786         * gas/i386/i386.exp: Run "x86-64-addr32-intel" and
787         "x86-64-rip-intel".
788
789         * gas/i386/intelok.d: Updated.
790
791         * gas/i386/x86-64-addr32-intel.d: New file.
792         * gas/i386/x86-64-rip-intel.d: Likewise.
793
794 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
795
796         * gas/s390/zarch-z9-ec.d: Add pfpo, ectg and csst.
797         * gas/s390/zarch-z9-ec.s: Likewise.
798
799 2007-04-23  Nathan Sidwell  <nathan@codesourcery.com>
800
801         * gas/m68k/br-isaa.s: New.
802         * gas/m68k/br-isaa.d: New.
803         * gas/m68k/br-isab.s: New.
804         * gas/m68k/br-isab.d: New.
805         * gas/m68k/br-isac.s: New.
806         * gas/m68k/br-isac.d: New.
807         * gas/m68k/all.exp: Adjust.
808
809 2007-04-21  Richard Earnshaw  <rearnsha@arm.com>
810
811         * gas/arm/arch4t.d: Convert to unified syntax.
812         * gas/arm/archv6.d: Likewise.
813         * gas/arm/archv6t2.d: Likewise.
814         * gas/arm/arch3.d: Likewise.
815         * gas/arm/arch7dm.d: Likewise.
816         * gas/arm/arch7t.d: Likewise.
817         * gas/arm/archv1.d: Likewise.
818         * gas/arm/copro.d: Likewise.
819         * gas/arm/inst.d: Likewise.
820         * gas/arm/macro1.d: Likewise.
821         * gas/arm/tcompat.d: Likewise.
822         * gas/arm/wince_inst.d: Likewise.
823         * gas/arm/xscale.d: Likewise.
824
825         * gas/arm/thumb.d: White space cleanup.
826         * gas/arm/thumb2_relax.d: Likewise.
827         * gas/arm/thumb32.d: Likewise.
828         
829 2007-04-20  Nathan Sidwell  <nathan@codesourcery.com>
830
831         * gas/m68k/ctrl-1.d, gas/m68k/ctrl-1.s: New.
832         * gas/m68k/ctrl-2.d, gas/m68k/ctrl-2.s: New.
833         * gas/m68k/all.exp: Add them.
834
835 2007-04-20  Alan Modra  <amodra@bigpond.net.au>
836
837         * gas/ppc/range64.s: New.
838         * gas/ppc/range64.l: New.
839         * gas/ppc/range.s: New.
840         * gas/ppc/range.l: New.
841         * gas/ppc/ppc.exp (run_list_test): New.  Use to run new tests.
842
843 2007-04-20  Richard Earnshaw  <rearnsha@arm.com>
844
845         * gas/arm/mapshort.s: Add a small .data section.
846         * gas/arm/mapshort-eabi.d: Check the data section doesn't confuse
847         disassembly.
848         * gas/arm/mapshort-elf.d: Likewise.
849
850 2007-04-19  Paul Brook  <paul@codesourcery.com>
851
852         * gas/arm/thumb1_unified.d: New test.
853         * gas/arm/thumb1_unified.s: New test.
854
855 2007-04-19  Nathan Froyd <froydnj@codesourcery.com>
856
857         * gas/ppc/booke.s: Add tlbsx, tlbsxe.
858         * gas/ppc/booke.d: Update.
859
860 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
861
862         * gas/i386/i386.exp: Add sse4.2 and x86-64-sse4.2.
863
864         * gas/i386/sse4_2.d: New file.
865         * gas/i386/sse4_2.s: Likewise.
866         * gas/i386/x86-64-sse4_2.d: Likewise.
867         * gas/i386/x86-64-sse4_2.s: Likewise.
868
869 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
870
871         * gas/i386/i386.exp: Add sse4.1 and x86-64-sse4.1.
872
873         * gas/i386/sse4_1.d: New file.
874         * gas/i386/sse4_1.s: Likewise.
875         * gas/i386/x86-64-sse4_1.d: Likewise.
876         * gas/i386/x86-64-sse4_1.s: Likewise.
877
878 2007-04-18  Paul Brook  <paul@codesourcery.com>
879
880         * gas/arm/thumb2_add.s: Add rsb #0 test.
881         * gas/arm/thumb2_add.d: Update expected output.
882
883 2007-04-04  Paul Brook  <paul@codesourcery.com>
884
885         * gas/arm/neon-cov.s: Add new vext test.
886         * gas/arm/neon-cov.d: Ditto.
887
888 2007-04-01  Christian Groessler  <chris@groessler.org>
889
890         * gas/z8k/calr.d: Fix for 64bit bfd.
891         * gas/z8k/djnz.d: Likewise.
892         * gas/z8k/inout.d: Likewise.
893         * gas/z8k/jmp-cc.d: Likewise.
894         * gas/z8k/jr-back.d: Likewise.
895         * gas/z8k/jr-forw.d: Likewise.
896         * gas/z8k/reglabel.d: Likewise.
897         * gas/z8k/ctrl-names.d: Fix name.  Fix for 64bit bfd.
898         * gas/z8k/ret-cc.d: Likewise.
899
900 2007-03-31  Alan Modra  <amodra@bigpond.net.au>
901
902         * gas/i386/nops-3.s: Don't use .align.
903
904 2007-03-30  Paul Brook  <paul@codesourcery.com>
905
906         * gas/arm/thumb2_ldmstm.d: New test.
907         * gas/arm/thumb2_ldmstm.s: New test.
908
909 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
910
911         * gas/ppc/reloc.s: New.
912         * gas/ppc/reloc.d: New.
913
914 2007-03-26  Julian Brown  <julian@codesourcery.com>
915
916         * gas/arm/neon-const.s: Use FP syntax for 0/-0.
917         * gas/arm/vfp-neon-syntax-inc.s: Likewise, for 1.
918         * gas/arm/neon-cov.s: Use float syntax for FP immediate.
919
920 2007-03-24  Paul Brook  <paul@codesourcery.com>
921         Mark Shinwell  <shinwell@codesourcery.com>
922
923         * gas/arm/archv6.s: Add new SRS tests.
924         * gas/arm/archv6.d: Update expected output.
925         * gas/arm/thumb32.s: Add new SRS tests.
926         * gas/arm/thumb32.d: Update expected output.
927         * gas/arm/srs-t2.d: New.
928         * gas/arm/srs-t2.l: New.
929         * gas/arm/srs-t2.s: New.
930         * gas/arm/srs-arm.d: New.
931         * gas/arm/srs-arm.l: New.
932         * gas/arm/srs-arm.s: New.
933
934 2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
935
936         * gas/i386/rex.s: Add tests for rex.WRXB.
937         * gas/i386/rex.d: Updated.
938
939         * gas/i386/rex.d: Replace rex64XYZ with rex.WRXB.
940         * gas/i386/x86-64-io-intel.d : Likewise.
941         * gas/i386/x86-64-io-suffix.d: Likewise.
942         * gas/i386/x86-64-io.d: Likewise.
943         * gas/i386/x86-64-opcode.d: Likewise.
944
945 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
946
947         PR binutils/4218
948         * gas/i386/nops.s: Add testcases for nop r/m.
949         * gas/i386/x86-64-nops.s: Likewise.
950
951         * gas/i386/x86-64-opcode.s: Add testcases for xchg with %ax,
952         %eax and %rax.
953
954         * gas/i386/nops.d: Updated.
955         * gas/i386/x86-64-nops.d: Likewise.
956         * gas/i386/x86-64-opcode.d: Likewise.
957
958 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
959
960         * gas/i386/i386.exp: Run nops-3.
961
962         * gas/i386/nops-3.d: New file.
963         * gas/i386/nops-3.s: Likewise.
964
965 2007-03-20  Mark Shinwell  <shinwell@codesourcery.com>
966
967         * gas/arm/mul-overlap.s: Don't use %type.
968         * gas/arm/mul-overlap.l: Update line numbers.
969         * gas/arm/mul-overlap-v6.s: Don't use %type.
970
971 2007-03-18  Mark Shinwell  <shinwell@codesourcery.com>
972
973         * gas/arm/mul-overlap.s: New.
974         * gas/arm/mul-overlap.d: New.
975         * gas/arm/mul-overlap.l: New.
976         * gas/arm/mul-overlap-v6.s: New.
977         * gas/arm/mul-overlap-v6.d: New.
978
979 2007-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
980
981         * gas/arm/thumbver.d, gas/arm/thumbver.s: New test.
982
983 2007-03-14  Paul Brook  <paul@codesourcery.com>
984
985         * gas/arm/thumb2_add.d: Add tests using sp.
986         * gas/arm/thumb2_add.s: Ditto.
987
988 2007-03-14  Alan Modra  <amodra@bigpond.net.au>
989
990         PR 4029
991         * gas/all/relax.s: New.
992         * gas/all/relax.d: New.
993         * gas/all/gas.exp: Run it.
994
995 2007-03-11  Hans-Peter Nilsson  <hp@bitrange.com>
996
997         * gas/mmix/comment-1.d, gas/mmix/bspec-1.d, gas/mmix/bspec-2.d:
998         Adjust for change in readelf output.
999
1000 2007-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
1001
1002         * gas/s390/zarch-z9-ec.d: New file.
1003         * gas/s390/zarch-z9-ec.s: New file.
1004         * gas/s390/s390.exp: Run the z9-ec testcases.
1005
1006 2007-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1007
1008         PR gas/3918
1009         * lib/gas-defs.exp (gas_started): New variable. Initialized to
1010         0.
1011         (gas_start): Set gas_started to 1.
1012         (gas_finish): Skip if gas_started is 0.  Reset gas_started to 0.
1013
1014 2007-03-02  Paul Brook  <paul@codesourcery.com>
1015
1016         * gas/arm/relax_branch_align.d: New test.
1017         * gas/arm/relax_branch_align.s: New test.
1018
1019 2007-02-28  Nick Clifton  <nickc@redhat.com>
1020
1021         PR gas/3797
1022         * gas/lns/lns.exp: Do not run the lns-common test for the d10v
1023         port.
1024         * gas/d10v/address-002.l: Update expected assembler output.
1025         * gas/d10v/address-003.l, gas/d10v/address-004.l,
1026         gas/d10v/address-005.l, gas/d10v/address-006.l,
1027         gas/d10v/address-007.l, gas/d10v/address-008.l,
1028         gas/d10v/address-009.l, gas/d10v/address-010.l,
1029         gas/d10v/address-011.l, gas/d10v/address-012.l,
1030         gas/d10v/address-013.l, gas/d10v/address-014.l,
1031         gas/d10v/address-015.l, gas/d10v/address-016.l,
1032         gas/d10v/address-017.l, gas/d10v/address-018.l,
1033         gas/d10v/address-019.l, gas/d10v/address-020.l,
1034         gas/d10v/address-021.l, gas/d10v/address-022.l,
1035         gas/d10v/address-023.l, gas/d10v/address-024.l,
1036         gas/d10v/address-025.l, gas/d10v/address-026.l,
1037         gas/d10v/address-027.l, gas/d10v/address-030.l,
1038         gas/d10v/address-031.l, gas/d10v/address-032.l,
1039         gas/d10v/address-033.l, gas/d10v/address-034.l,
1040         gas/d10v/address-035.l, gas/d10v/address-036.l,
1041         gas/d10v/address-037.l, gas/d10v/address-038.l,
1042         gas/d10v/address-039.l, gas/d10v/address-040.l,
1043         gas/d10v/address-041.l: Likewise.
1044
1045 2007-02-28  Nick Clifton  <nickc@redhat.com>
1046
1047         PR gas/3975
1048         * gas/arm/mapshort.d: Split into two new files...
1049         * gas/arm/mapshort-eabi.d: The one and...
1050         * gas/arm/mapshort-elf.d: This one.
1051         * gas/arm/arch7.d: Remove 32-bit host expectation.
1052         * gas/arm/arm7t.d: Replace ".word 0x00000000" with ".*" as some
1053         arm targets will disassemble this value as an instruction.
1054         * gas/arm/neon-ldst-rm.d: Likewise.
1055         * gas/arm/thumb2_pool.d: Only run this test for ELF based arm
1056         ports.
1057         * gas/arm/thumbrel.d: Only run this test for EABI based arm
1058         ports.
1059         * gas/arm/wince_inst.d: Fix expected branch targets.
1060
1061 2007-02-22  DJ Delorie  <dj@redhat.com>
1062
1063         * gas/s390/esa-g5.s: Adjust for corrected PKA syntax.
1064         * gas/s390/esa-g5.d: Adjust for corrected PKA syntax.
1065
1066 2007-02-20  Thiemo Seufer  <ths@mips.com>
1067             Chao-Ying Fu  <fu@mips.com>
1068
1069         * gas/mips/mips32-dspr2.s, gas/mips/mips32-dspr2.d: New test for
1070         DSP R2.
1071         * gas/mips/mips.exp: Run new test.
1072
1073 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
1074
1075         * gas/s390/esa-g5.d (cfxbr, cfebr, cfdbr): Exchanged floating
1076         point and fixed point operands.
1077         * gas/s390/esa-g5.s: Likewise.
1078         * gas/s390/zarch-z900.d (cfdr, cfer, cfxr, cgdbr, cgebr, cgxbr,
1079         cgdr, cger, cgxr): Likewise.
1080         * gas/s390/zarch-z900.s: Likewise.
1081
1082 2007-02-11  H.J. Lu  <hongjiu.lu@intel.com>
1083
1084         PR gas/4027
1085         * gas/i386/opcode.s: Add more tests for "test".
1086         * i386/opcode-intel.d: Updated.
1087         * gas/i386/opcode-suffix.d: Likewise.
1088         * gas/i386/opcode.d: Likewise.
1089
1090 2007-02-06  Nick Clifton  <nickc@redhat.com>
1091
1092         PR gas/3810 gas/3800
1093         * gas/elf/elf.exp: Expect the redef test to fail on targets which
1094         do not convert fixups against ordinary symbols into relocs against
1095         section symbols.
1096         * gas/all/gas.exp: Likewise.
1097
1098 2007-02-05  Dave Brolley  <brolley@redhat.com>
1099
1100         * gas/mep/relocs-junk1.s: Add a .data section.
1101         * gas/mep/relocs.d: Updated to match above.
1102
1103 2007-02-04  H.J. Lu  <hongjiu.lu@intel.com>
1104
1105         PR gas/3961
1106         * gas/i386/secrel.d: Support 64bit host.
1107
1108 2007-02-02  Nick Clifton  <nickc@redhat.com>
1109
1110         PR gas/3812
1111         * gas/v850/v850e1.d: Correct expected disassembly of cmov insn to
1112         account for sign extension.
1113
1114 2007-01-11  Paul Brook  <paul@codesourcery.com>
1115
1116         * gas/arm/thumb2_add.d: Add test for missing operand.
1117         * gas/arm/thumb2_add.s: Ditto.
1118
1119 2007-01-11  Nick Clifton  <nickc@redhat.com>
1120
1121         * gas/mcore/allinsn.s: Remove use of '#' before numbers - it is a
1122         line comment character.
1123         * gas/mcore/allinsn.d: Adjust expected disassembly to match real
1124         output.
1125
1126         * gas/lns/lns.exp: Run the alternative version of the lns-common-1
1127         test for the MCore target.
1128
1129 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
1130
1131         * gas/all/gas.exp: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
1132         * gas/i386/i386.exp: Ditto.
1133
1134 2007-01-04  Paul Brook  <paul@codesourcery.com>
1135
1136         * gas/arm/archv6.s: Add more cpsie tests.
1137         * gas/arm/archv6.d: Ditto.
1138
1139 2007-01-04  Andreas Schwab  <schwab@suse.de>
1140
1141         * gas/m68k/cpu32.[sd]: New test.
1142         * gas/m68k/all.exp: Run it.
1143
1144 2007-01-04  Julian Brown  <julian@codesourcery.com>
1145
1146         * gas/arm/neon-omit.d: Fix expected encodings for vshl, vqshl.
1147
1148 2007-01-04  Paul Brook  <paul@codesourcery.com>
1149
1150         * gas/arm/neon-cov.d: Adjust expected output.
1151         * gas/arm/neon-omit.s: Add tests for vcgt and vcle.  Reorder vacle
1152         and vacle.
1153         * gas/arm/neon-omit.d: Adjust expected output.
1154
1155 For older changes see ChangeLog-2006
1156 \f
1157 Local Variables:
1158 mode: change-log
1159 left-margin: 8
1160 fill-column: 74
1161 version-control: never
1162 End: