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