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