gas/testsuite/
[platform/upstream/binutils.git] / gas / testsuite / ChangeLog
1 2007-06-23  H.J. Lu  <hongjiu.lu@intel.com>
2
3         PR binutils/4667
4         * gas/i386/i386.exp: Run simd, simd-intel, x86-64-simd
5         and x86-64-simd-intel.
6
7         * gas/i386/opcode-intel.d: Updated.
8
9         * gas/i386/simd-intel.d: New.
10         * gas/i386/simd.d: Likewise.
11         * gas/i386/simd.s: Likewise.
12         * gas/i386/x86-64-simd-intel.d: Likewise.
13         * gas/i386/x86-64-simd.d: Likewise.
14         * gas/i386/x86-64-simd.s: Likewise.
15
16 2007-06-18  Kazu Hirata  <kazu@codesourcery.com>
17
18         * gas/m68k/all.exp: Run mcf-wdebug.
19         * gas/testsuite/gas/m68k/mcf-wdebug.d,
20         gas/testsuite/gas/m68k/mcf-wdebug.s: New.
21
22 2007-06-14  Paul Brook  <paul@codesourcery.com>
23
24         * gas/arm/thumb32.s: Add tests for shift instructions.
25         * gas/arm/thumb32.d: Ditto.
26
27 2007-06-06  Paul Brook  <paul@codesourcery.com>
28
29         * gas/arm/thumb.d: Update expected output.
30         * gas/arm/thumb2_relax.d: Ditto.
31
32 2007-06-05  Paul Brook  <paul@codesourcery.com>
33
34         * gas/arm/thumb32.d: Add writeback addressing mode tests.
35         * gas/arm/thumb32.s: Update expected output.
36
37 2007-06-05  Nick Clifton  <nickc@redhat.com>
38
39         PR gas/4587
40         * gas/sparc/sparc.exp: Run pr4587 list test.
41         * gas/sparc/pr4587.s: New test case.
42         * gas/sparc/pr4587.l: Expected assembler output.
43
44 2007-06-05  Nick Clifton  <nickc@redhat.com>
45
46         * lib/gas-defs.exp (run_list_test): New proc.
47         * gas/alpha/alpha.exp: Delete proc run_list_test.
48         * gas/bfin/bfin.exp : Likewise.
49         * gas/cfi/cfi.exp : Likewise.
50         * gas/crx/allinsn.exp : Likewise.
51         * gas/d10v/d10v.exp : Likewise.
52         * gas/d30v/d30v.exp : Likewise.
53         * gas/frv/allinsn.exp : Likewise.
54         * gas/i386/i386.exp : Likewise.
55         * gas/i860.i860.exp : Likewise.
56         * gas/ia64/ia64.exp : Likewise.
57         * gas/lns/lns.exp : Likewise.
58         * gas/macros/macros.exp : Likewise.
59         * gas/maxq10/maxq10.exp : Likewise.
60         * gas/maxq20/maxq20.exp : Likewise.
61         * gas/mips/mips.exp : Likewise.
62         * gas/mmix/mmix-list.exp : Likewise.
63         * gas/mn10300/basic.exp : Likewise.
64         * gas/msp430/msp430.exp : Likewise.
65         * gas/pdp11/pdp11.exp : Likewise.
66         * gas/ppc/ppc.exp : Likewise.
67         * gas/s390/s390.exp : Likewise.
68         * gas/elf/elf.exp (proc run_list_test): Rename to run_elf_list_test.
69
70 2007-05-29  Jakub Jelinek  <jakub@redhat.com>
71
72         PR gas/4558
73         * gas/sparc/sparc.exp: Add v9branch{1,2,3,4,5} tests.
74         * gas/sparc/v9branch1.d: New test.
75         * gas/sparc/v9branch1.s: New.
76         * gas/sparc/v9branch2.d: New test.
77         * gas/sparc/v9branch2.s: New.
78         * gas/sparc/v9branch3.d: New test.
79         * gas/sparc/v9branch3.s: New.
80         * gas/sparc/v9branch4.d: New test.
81         * gas/sparc/v9branch4.s: New.
82         * gas/sparc/v9branch5.d: New test.
83         * gas/sparc/v9branch5.s: New.
84
85 2007-03-25  Paul Brook  <paul@codesourcery.com>
86
87         * gas/arm/thumb32.s: Add tests for subs pc, lr.
88         * gas/arm/thumb32.d: Change error-output: to stderr:.
89         Update expected output.
90
91 2007-05-22  Paul Brook  <paul@codesourcery.com>
92
93         * gas/arm/backslash-at.d: Update expected output.
94
95 2007-05-17  H.J. Lu  <hongjiu.lu@intel.com>
96
97         2003-06-05  Michal Ludvig  <mludvig@suse.cz>
98         * gas/cfi/cfi-x86_64.s: Test new directives
99         and different writings of registers and numbers.
100         * gas/cfi/cfi-x86_64.d: Updated pattern to
101         match the above change.
102
103 2007-05-15  Mark Shinwell  <shinwell@codesourcery.com>
104
105         * gas/arm/backslash-at.d: New.
106         * gas/arm/backslash-at.s: New.
107
108 2007-05-15  Vincent Riviere  <vincent.riviere@freesbee.fr>
109             Nick Clifton  <nickc@redhat.com>
110
111         PR gas/3041
112         * gas/m68k/p3041.s: New test case.
113         * gas/m68k/p3041.d: New expected disassembly.
114         * gas/m68k/all.exp: Run new test for m68k-*-netbsd toolchains.
115         Only run arch-cpu-1 test for ELF based toolchains.
116
117         Tidy ups for m68k-netbsd gas toolchain:
118         * gas/m68k/cpu32.d: Allow for extra text after expected
119         disassembly.
120         * gas/m68k/mcf-trap.d: Allow for alternative trap mnemonics.
121         * gas/m68k/br-isab.d: Fix name of test.
122         * gas/m68k/br-isac.d: Fix name of test.
123         
124 2007-05-14  H.J. Lu  <hongjiu.lu@intel.com>
125
126         PR binutils/4502
127         * gas/i386/amd.d: Replace "pfmulhrw" with "pmulhrw".
128
129 2007-05-04  Kazu Hirata  <kazu@codesourcery.com>
130
131         * gas/m68k/all.exp: Skip fmoveml on fido.
132
133 2007-05-03  H.J. Lu  <hongjiu.lu@intel.com>
134
135         PR gas/4460
136         * gas/i386/gotpc.s: Add a new test.
137         * gas/i386/reloc64.s: Likewise.
138
139         * gas/i386/gotpc.d: Updated.
140         * gas/i386/reloc64.d: Likewise.
141
142 2007-05-03  H.J. Lu  <hongjiu.lu@intel.com>
143
144         * gas/i386/crc32-intel.d: Updated.
145         * gas/i386/crc32.d: Likewise.
146         * gas/i386/sse4_2.d: Likewise.
147         * gas/i386/x86-64-crc32-intel.d: Likewise.
148         * gas/i386/x86-64-crc32.d: Likewise.
149         * gas/i386/x86-64-sse4_2.d: Likewise.
150
151         * gas/i386/crc32.s: Remove crc32 instructions with ambiguous
152         operand size and suffix in crc32 instructions in Intel mode.
153         * gas/i386/x86-64-crc32.s: Likewise.
154
155         * gas/i386/sse4_2.s: Remove crc32 instructions with ambiguous
156         operand size.
157         * gas/i386/x86-64-sse4_2.s: Likewise.
158
159         * gas/i386/i386.exp: Run inval-crc32 and x86-64-inval-crc32.
160
161         * gas/i386/inval-crc32.l: New.
162         * gas/i386/inval-crc32.s: Likewise.
163         * gas/i386/x86-64-inval-crc32.l: Likewise.
164         * gas/i386/x86-64-inval-crc32.s: Likewise.
165
166 2007-05-01  H.J. Lu  <hongjiu.lu@intel.com>
167
168         * gas/i386/crc32-intel.d: New file.
169         * gas/i386/crc32.d:Likewise.
170         * gas/i386/crc32.s:Likewise.
171         * gas/i386/x86-64-crc32-intel.d:Likewise.
172         * gas/i386/x86-64-crc32.d:Likewise.
173         * gas/i386/x86-64-crc32.s:Likewise.
174
175         * gas/i386/i386.exp: Run crc32, crc32-intel, x86-64-crc32
176         and x86-64-crc32-intel.
177
178 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
179
180         PR binutils/4430
181         * gas/i386/amd.d: Updated.
182         * gas/i386/immed32.d: Likewise.
183         * gas/i386/intel.d: Likewise.
184         * gas/i386/intel16.d: Likewise.
185         * gas/i386/intelok.d: Likewise.
186         * gas/i386/jump16.d: Likewise.
187         * gas/i386/naked.d: Likewise.
188         * gas/i386/opcode-suffix.d: Likewise.
189         * gas/i386/opcode.d: Likewise.
190         * gas/i386/prescott.d: Likewise.
191         * gas/i386/ssemmx2.d: Likewise.
192         * gas/i386/tlsd.d: Likewise.
193         * gas/i386/tlspic.d: Likewise.
194         * gas/i386/x86-64-addr32.d: Likewise.
195         * gas/i386/x86-64-prescott.d: Likewise.
196         * gas/i386/x86-64-rip.d: Likewise.
197         * gas/i386/x86_64.d: Likewise.
198
199 2007-04-26  H.J. Lu  <hongjiu.lu@intel.com>
200
201         PR binutils/4429
202         * gas/i386/i386.exp: Run "x86-64-addr32-intel" and
203         "x86-64-rip-intel".
204
205         * gas/i386/intelok.d: Updated.
206
207         * gas/i386/x86-64-addr32-intel.d: New file.
208         * gas/i386/x86-64-rip-intel.d: Likewise.
209
210 2007-04-24  Andreas Krebbel  <krebbel1@de.ibm.com>
211
212         * gas/s390/zarch-z9-ec.d: Add pfpo, ectg and csst.
213         * gas/s390/zarch-z9-ec.s: Likewise.
214
215 2007-04-23  Nathan Sidwell  <nathan@codesourcery.com>
216
217         * gas/m68k/br-isaa.s: New.
218         * gas/m68k/br-isaa.d: New.
219         * gas/m68k/br-isab.s: New.
220         * gas/m68k/br-isab.d: New.
221         * gas/m68k/br-isac.s: New.
222         * gas/m68k/br-isac.d: New.
223         * gas/m68k/all.exp: Adjust.
224
225 2007-04-21  Richard Earnshaw  <rearnsha@arm.com>
226
227         * gas/arm/arch4t.d: Convert to unified syntax.
228         * gas/arm/archv6.d: Likewise.
229         * gas/arm/archv6t2.d: Likewise.
230         * gas/arm/arch3.d: Likewise.
231         * gas/arm/arch7dm.d: Likewise.
232         * gas/arm/arch7t.d: Likewise.
233         * gas/arm/archv1.d: Likewise.
234         * gas/arm/copro.d: Likewise.
235         * gas/arm/inst.d: Likewise.
236         * gas/arm/macro1.d: Likewise.
237         * gas/arm/tcompat.d: Likewise.
238         * gas/arm/wince_inst.d: Likewise.
239         * gas/arm/xscale.d: Likewise.
240
241         * gas/arm/thumb.d: White space cleanup.
242         * gas/arm/thumb2_relax.d: Likewise.
243         * gas/arm/thumb32.d: Likewise.
244         
245 2007-04-20  Nathan Sidwell  <nathan@codesourcery.com>
246
247         * gas/m68k/ctrl-1.d, gas/m68k/ctrl-1.s: New.
248         * gas/m68k/ctrl-2.d, gas/m68k/ctrl-2.s: New.
249         * gas/m68k/all.exp: Add them.
250
251 2007-04-20  Alan Modra  <amodra@bigpond.net.au>
252
253         * gas/ppc/range64.s: New.
254         * gas/ppc/range64.l: New.
255         * gas/ppc/range.s: New.
256         * gas/ppc/range.l: New.
257         * gas/ppc/ppc.exp (run_list_test): New.  Use to run new tests.
258
259 2007-04-20  Richard Earnshaw  <rearnsha@arm.com>
260
261         * gas/arm/mapshort.s: Add a small .data section.
262         * gas/arm/mapshort-eabi.d: Check the data section doesn't confuse
263         disassembly.
264         * gas/arm/mapshort-elf.d: Likewise.
265
266 2007-04-19  Paul Brook  <paul@codesourcery.com>
267
268         * gas/arm/thumb1_unified.d: New test.
269         * gas/arm/thumb1_unified.s: New test.
270
271 2007-04-19  Nathan Froyd <froydnj@codesourcery.com>
272
273         * gas/ppc/booke.s: Add tlbsx, tlbsxe.
274         * gas/ppc/booke.d: Update.
275
276 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
277
278         * gas/i386/i386.exp: Add sse4.2 and x86-64-sse4.2.
279
280         * gas/i386/sse4_2.d: New file.
281         * gas/i386/sse4_2.s: Likewise.
282         * gas/i386/x86-64-sse4_2.d: Likewise.
283         * gas/i386/x86-64-sse4_2.s: Likewise.
284
285 2007-04-18  H.J. Lu <hongjiu.lu@intel.com>
286
287         * gas/i386/i386.exp: Add sse4.1 and x86-64-sse4.1.
288
289         * gas/i386/sse4_1.d: New file.
290         * gas/i386/sse4_1.s: Likewise.
291         * gas/i386/x86-64-sse4_1.d: Likewise.
292         * gas/i386/x86-64-sse4_1.s: Likewise.
293
294 2007-04-18  Paul Brook  <paul@codesourcery.com>
295
296         * gas/arm/thumb2_add.s: Add rsb #0 test.
297         * gas/arm/thumb2_add.d: Update expected output.
298
299 2007-04-04  Paul Brook  <paul@codesourcery.com>
300
301         * gas/arm/neon-cov.s: Add new vext test.
302         * gas/arm/neon-cov.d: Ditto.
303
304 2007-04-01  Christian Groessler  <chris@groessler.org>
305
306         * gas/z8k/calr.d: Fix for 64bit bfd.
307         * gas/z8k/djnz.d: Likewise.
308         * gas/z8k/inout.d: Likewise.
309         * gas/z8k/jmp-cc.d: Likewise.
310         * gas/z8k/jr-back.d: Likewise.
311         * gas/z8k/jr-forw.d: Likewise.
312         * gas/z8k/reglabel.d: Likewise.
313         * gas/z8k/ctrl-names.d: Fix name.  Fix for 64bit bfd.
314         * gas/z8k/ret-cc.d: Likewise.
315
316 2007-03-31  Alan Modra  <amodra@bigpond.net.au>
317
318         * gas/i386/nops-3.s: Don't use .align.
319
320 2007-03-30  Paul Brook  <paul@codesourcery.com>
321
322         * gas/arm/thumb2_ldmstm.d: New test.
323         * gas/arm/thumb2_ldmstm.s: New test.
324
325 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
326
327         * gas/ppc/reloc.s: New.
328         * gas/ppc/reloc.d: New.
329
330 2007-03-26  Julian Brown  <julian@codesourcery.com>
331
332         * gas/arm/neon-const.s: Use FP syntax for 0/-0.
333         * gas/arm/vfp-neon-syntax-inc.s: Likewise, for 1.
334         * gas/arm/neon-cov.s: Use float syntax for FP immediate.
335
336 2007-03-24  Paul Brook  <paul@codesourcery.com>
337         Mark Shinwell  <shinwell@codesourcery.com>
338
339         * gas/arm/archv6.s: Add new SRS tests.
340         * gas/arm/archv6.d: Update expected output.
341         * gas/arm/thumb32.s: Add new SRS tests.
342         * gas/arm/thumb32.d: Update expected output.
343         * gas/arm/srs-t2.d: New.
344         * gas/arm/srs-t2.l: New.
345         * gas/arm/srs-t2.s: New.
346         * gas/arm/srs-arm.d: New.
347         * gas/arm/srs-arm.l: New.
348         * gas/arm/srs-arm.s: New.
349
350 2007-03-23  H.J. Lu  <hongjiu.lu@intel.com>
351
352         * gas/i386/rex.s: Add tests for rex.WRXB.
353         * gas/i386/rex.d: Updated.
354
355         * gas/i386/rex.d: Replace rex64XYZ with rex.WRXB.
356         * gas/i386/x86-64-io-intel.d : Likewise.
357         * gas/i386/x86-64-io-suffix.d: Likewise.
358         * gas/i386/x86-64-io.d: Likewise.
359         * gas/i386/x86-64-opcode.d: Likewise.
360
361 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
362
363         PR binutils/4218
364         * gas/i386/nops.s: Add testcases for nop r/m.
365         * gas/i386/x86-64-nops.s: Likewise.
366
367         * gas/i386/x86-64-opcode.s: Add testcases for xchg with %ax,
368         %eax and %rax.
369
370         * gas/i386/nops.d: Updated.
371         * gas/i386/x86-64-nops.d: Likewise.
372         * gas/i386/x86-64-opcode.d: Likewise.
373
374 2007-03-21  H.J. Lu  <hongjiu.lu@intel.com>
375
376         * gas/i386/i386.exp: Run nops-3.
377
378         * gas/i386/nops-3.d: New file.
379         * gas/i386/nops-3.s: Likewise.
380
381 2007-03-20  Mark Shinwell  <shinwell@codesourcery.com>
382
383         * gas/arm/mul-overlap.s: Don't use %type.
384         * gas/arm/mul-overlap.l: Update line numbers.
385         * gas/arm/mul-overlap-v6.s: Don't use %type.
386
387 2007-03-18  Mark Shinwell  <shinwell@codesourcery.com>
388
389         * gas/arm/mul-overlap.s: New.
390         * gas/arm/mul-overlap.d: New.
391         * gas/arm/mul-overlap.l: New.
392         * gas/arm/mul-overlap-v6.s: New.
393         * gas/arm/mul-overlap-v6.d: New.
394
395 2007-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
396
397         * gas/arm/thumbver.d, gas/arm/thumbver.s: New test.
398
399 2007-03-14  Paul Brook  <paul@codesourcery.com>
400
401         * gas/arm/thumb2_add.d: Add tests using sp.
402         * gas/arm/thumb2_add.s: Ditto.
403
404 2007-03-14  Alan Modra  <amodra@bigpond.net.au>
405
406         PR 4029
407         * gas/all/relax.s: New.
408         * gas/all/relax.d: New.
409         * gas/all/gas.exp: Run it.
410
411 2007-03-11  Hans-Peter Nilsson  <hp@bitrange.com>
412
413         * gas/mmix/comment-1.d, gas/mmix/bspec-1.d, gas/mmix/bspec-2.d:
414         Adjust for change in readelf output.
415
416 2007-03-06  Andreas Krebbel  <krebbel1@de.ibm.com>
417
418         * gas/s390/zarch-z9-ec.d: New file.
419         * gas/s390/zarch-z9-ec.s: New file.
420         * gas/s390/s390.exp: Run the z9-ec testcases.
421
422 2007-03-05  H.J. Lu  <hongjiu.lu@intel.com>
423
424         PR gas/3918
425         * lib/gas-defs.exp (gas_started): New variable. Initialized to
426         0.
427         (gas_start): Set gas_started to 1.
428         (gas_finish): Skip if gas_started is 0.  Reset gas_started to 0.
429
430 2007-03-02  Paul Brook  <paul@codesourcery.com>
431
432         * gas/arm/relax_branch_align.d: New test.
433         * gas/arm/relax_branch_align.s: New test.
434
435 2007-02-28  Nick Clifton  <nickc@redhat.com>
436
437         PR gas/3797
438         * gas/lns/lns.exp: Do not run the lns-common test for the d10v
439         port.
440         * gas/d10v/address-002.l: Update expected assembler output.
441         * gas/d10v/address-003.l, gas/d10v/address-004.l,
442         gas/d10v/address-005.l, gas/d10v/address-006.l,
443         gas/d10v/address-007.l, gas/d10v/address-008.l,
444         gas/d10v/address-009.l, gas/d10v/address-010.l,
445         gas/d10v/address-011.l, gas/d10v/address-012.l,
446         gas/d10v/address-013.l, gas/d10v/address-014.l,
447         gas/d10v/address-015.l, gas/d10v/address-016.l,
448         gas/d10v/address-017.l, gas/d10v/address-018.l,
449         gas/d10v/address-019.l, gas/d10v/address-020.l,
450         gas/d10v/address-021.l, gas/d10v/address-022.l,
451         gas/d10v/address-023.l, gas/d10v/address-024.l,
452         gas/d10v/address-025.l, gas/d10v/address-026.l,
453         gas/d10v/address-027.l, gas/d10v/address-030.l,
454         gas/d10v/address-031.l, gas/d10v/address-032.l,
455         gas/d10v/address-033.l, gas/d10v/address-034.l,
456         gas/d10v/address-035.l, gas/d10v/address-036.l,
457         gas/d10v/address-037.l, gas/d10v/address-038.l,
458         gas/d10v/address-039.l, gas/d10v/address-040.l,
459         gas/d10v/address-041.l: Likewise.
460
461 2007-02-28  Nick Clifton  <nickc@redhat.com>
462
463         PR gas/3975
464         * gas/arm/mapshort.d: Split into two new files...
465         * gas/arm/mapshort-eabi.d: The one and...
466         * gas/arm/mapshort-elf.d: This one.
467         * gas/arm/arch7.d: Remove 32-bit host expectation.
468         * gas/arm/arm7t.d: Replace ".word 0x00000000" with ".*" as some
469         arm targets will disassemble this value as an instruction.
470         * gas/arm/neon-ldst-rm.d: Likewise.
471         * gas/arm/thumb2_pool.d: Only run this test for ELF based arm
472         ports.
473         * gas/arm/thumbrel.d: Only run this test for EABI based arm
474         ports.
475         * gas/arm/wince_inst.d: Fix expected branch targets.
476
477 2007-02-22  DJ Delorie  <dj@redhat.com>
478
479         * gas/s390/esa-g5.s: Adjust for corrected PKA syntax.
480         * gas/s390/esa-g5.d: Adjust for corrected PKA syntax.
481
482 2007-02-20  Thiemo Seufer  <ths@mips.com>
483             Chao-Ying Fu  <fu@mips.com>
484
485         * gas/mips/mips32-dspr2.s, gas/mips/mips32-dspr2.d: New test for
486         DSP R2.
487         * gas/mips/mips.exp: Run new test.
488
489 2007-02-19  Andreas Krebbel  <krebbel1@de.ibm.com>
490
491         * gas/s390/esa-g5.d (cfxbr, cfebr, cfdbr): Exchanged floating
492         point and fixed point operands.
493         * gas/s390/esa-g5.s: Likewise.
494         * gas/s390/zarch-z900.d (cfdr, cfer, cfxr, cgdbr, cgebr, cgxbr,
495         cgdr, cger, cgxr): Likewise.
496         * gas/s390/zarch-z900.s: Likewise.
497
498 2007-02-11  H.J. Lu  <hongjiu.lu@intel.com>
499
500         PR gas/4027
501         * gas/i386/opcode.s: Add more tests for "test".
502         * i386/opcode-intel.d: Updated.
503         * gas/i386/opcode-suffix.d: Likewise.
504         * gas/i386/opcode.d: Likewise.
505
506 2007-02-06  Nick Clifton  <nickc@redhat.com>
507
508         PR gas/3810 gas/3800
509         * gas/elf/elf.exp: Expect the redef test to fail on targets which
510         do not convert fixups against ordinary symbols into relocs against
511         section symbols.
512         * gas/all/gas.exp: Likewise.
513
514 2007-02-05  Dave Brolley  <brolley@redhat.com>
515
516         * gas/mep/relocs-junk1.s: Add a .data section.
517         * gas/mep/relocs.d: Updated to match above.
518
519 2007-02-04  H.J. Lu  <hongjiu.lu@intel.com>
520
521         PR gas/3961
522         * gas/i386/secrel.d: Support 64bit host.
523
524 2007-02-02  Nick Clifton  <nickc@redhat.com>
525
526         PR gas/3812
527         * gas/v850/v850e1.d: Correct expected disassembly of cmov insn to
528         account for sign extension.
529
530 2007-01-11  Paul Brook  <paul@codesourcery.com>
531
532         * gas/arm/thumb2_add.d: Add test for missing operand.
533         * gas/arm/thumb2_add.s: Ditto.
534
535 2007-01-11  Nick Clifton  <nickc@redhat.com>
536
537         * gas/mcore/allinsn.s: Remove use of '#' before numbers - it is a
538         line comment character.
539         * gas/mcore/allinsn.d: Adjust expected disassembly to match real
540         output.
541
542         * gas/lns/lns.exp: Run the alternative version of the lns-common-1
543         test for the MCore target.
544
545 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
546
547         * gas/all/gas.exp: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
548         * gas/i386/i386.exp: Ditto.
549
550 2007-01-04  Paul Brook  <paul@codesourcery.com>
551
552         * gas/arm/archv6.s: Add more cpsie tests.
553         * gas/arm/archv6.d: Ditto.
554
555 2007-01-04  Andreas Schwab  <schwab@suse.de>
556
557         * gas/m68k/cpu32.[sd]: New test.
558         * gas/m68k/all.exp: Run it.
559
560 2007-01-04  Julian Brown  <julian@codesourcery.com>
561
562         * gas/arm/neon-omit.d: Fix expected encodings for vshl, vqshl.
563
564 2007-01-04  Paul Brook  <paul@codesourcery.com>
565
566         * gas/arm/neon-cov.d: Adjust expected output.
567         * gas/arm/neon-omit.s: Add tests for vcgt and vcle.  Reorder vacle
568         and vacle.
569         * gas/arm/neon-omit.d: Adjust expected output.
570
571 For older changes see ChangeLog-2006
572 \f
573 Local Variables:
574 mode: change-log
575 left-margin: 8
576 fill-column: 74
577 version-control: never
578 End: