8ee3ca77bb23e8bba4f2efbe269da4ed36a3b71f
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2010-09-23 Alan Modra <amodra@gmail.com>
2
3 * gas/all/gas.exp: Update "forward" and "redef3" xfails.
4 * gas/m68k/all.exp: Don't xfail pcrel on uclinux.
5 * gas/sh/arch/arch.exp: Don't pass dashes to send_log.
6
7 2010-09-23 Maciej W. Rozycki <macro@codesourcery.com>
8
9 * gas/mips/jal.d: Remove duplicate pattern.
10
11 2010-09-22 Robin Getz <robin.getz@analog.com>
12
13 * gas/bfin/expected_move_errors.l: Update error output.
14
15 2010-09-22 Robin Getz <robin.getz@analog.com>
16
17 * gas/bfin/pseudo.d, gas/bfin/pseudo.s: New test.
18 * gas/bfin/bfin.exp: Add new "pseudo" test.
19
20 2010-09-22 Mike Frysinger <vapier@gentoo.org>
21
22 * gas/bfin/parallel2.d, gas/bfin/parallel3.d, gas/bfin/shift.d,
23 gas/bfin/vector.2, gas/bfin/vector2.d: Change SHIFT to LSHIFT.
24
25 2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
26
27 * gas/arm/attr-cpu-directive.d: Update test for change in canonical
28 CPU name.
29 * gas/arm/attr-mcpu.d: Likewise.
30
31 2010-09-20 Richard Henderson <rth@redhat.com>
32
33 * gas/elf/elf.exp: Disable symtab test for alpha.
34
35 2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
36
37 * gas/arm/thumb2_ldmstm.d: Change single-register stmia to use 16-bit
38 str encoding instead of str.w. Likewise for ldmia.
39 * gas/arm/thumb2_ldmstm.s: Change stmia comment. Add tests for T1
40 ldmia-to-ldr.
41
42 2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
43
44 * gas/arm/msr-reg.s: New file.
45 * gas/arm/msr-reg.d: Likewise.
46 * gas/arm/msr-imm.s: Likewise.
47 * gas/arm/msr-imm.d: Likewise.
48 * gas/arm/msr-imm-bad.d: Likewise.
49 * gas/arm/msr-imm-bad.l: Likewise.
50 * gas/arm/msr-reg-bad.d: Likewise.
51 * gas/arm/msr-imm-bad.d: Likewise.
52 * gas/arm/msr-reg-thumb.d: Likewise.
53 * gas/arm/arch7.s: Add tests for xpsr.
54 * gas/arm/arch7.d: Likewise.
55
56 2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
57
58 * gas/arm/copro.s: Add test for APSR_nzcv as a MRC operand.
59 * gas/arm/copro.d: Change pc in MRC to disassemble as APSR_nzcv. Also
60 add disassembly for test added in copro.s
61
62 2010-09-17 Andrew Burgess <aburgess@broadcom.com>
63
64 PR gas/12011
65 * gas/elf/bad-section-flag.d, * gas/elf/bad-section-flag.err,
66 * gas/elf/bad-section-flag.s: New test.
67 * gas/elf/elf.exp: Run it.
68
69 2010-09-16 Alan Modra <amodra@gmail.com>
70
71 * gas/all/redef3.d: Don't run on arc.
72 * gas/i386/i386.exp: Don't run intel-got32 on linuxaout. Move
73 x86_64 mingw exclusions to equivalent elf only block of tests.
74
75 2010-09-15 Kai Tietz <kai.tietz@onevision.com>
76
77 * gas/pe/pe.exp: Add new test.
78 * gas/pe/seh-x64-err-1.l: New.
79 * gas/pe/seh-x64-err-1.s: New.
80
81 * gas/pe/pe.exp: Add peseh-x64-4,5,6 tests.
82 * gas/pe/peseh-x64-4.s: New.
83 * gas/pe/peseh-x64-4.d: New.
84 * gas/pe/peseh-x64-5.d: New.
85 * gas/pe/peseh-x64-6.d: New.
86
87 2010-09-14 Maciej W. Rozycki <macro@codesourcery.com>
88
89 * gas/mips/mips32r2-sync.d: New test for MIPS32r2 "sync"
90 instruction variants.
91 * gas/mips/octeon@mips32r2-sync.d: Likewise, Octeon version.
92 * gas/mips/mips32r2-sync.s: Source for the new test.
93 * gas/mips/mips.exp: Run the new test.
94
95 2010-09-13 Kai Tietz <kai.tietz@onevision.com>
96
97 * gas/pe/pe.exp: Add x64 SEH tests.
98 * gas/pe/peseh-x64.s: New.
99 * gas/pe/peseh-x64.d: New.
100 * gas/pe/peseh-x64-2.s: New.
101 * gas/pe/peseh-x64-2.d: New.
102 * gas/pe/peseh-x64-3.s: New.
103 * gas/pe/peseh-x64-3.d: New.
104
105 2010-09-09 Nick Clifton <nickc@redhat.com>
106
107 PR gas/11973
108 * gas/mn10300/pr11973.s: New file: Test case.
109 * gas/mn10300/pr11973.d: New file: Expected output.
110 * gas/mn10300/basic.exp: Run the new test.
111
112 2010-09-09 Tejas Belagod <tejas.belagod@arm.com>
113
114 * gas/arm/addsw-bad.s: New file.
115 * gas/arm/addsw-bad.l: New file.
116 * gas/arm/addsw-bad.d: New file.
117
118 2010-09-03 H.J. Lu <hongjiu.lu@intel.com>
119
120 PR gas/11974
121 * gas/i386/immed64.s: Add more movabs tests.
122 * gas/i386/immed64.d: Updated.
123
124 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
125
126 * gas/elf/dwarf2-1.d: Update DW_OP_reg5 expected output.
127 * gas/elf/dwarf2-2.d: Likewise.
128 * gas/i386/dw2-compress-1.d: Likewise.
129
130 2010-09-03 Kai Tietz <kai.tietz@onevision.com>
131
132 * gas/cfi/cfi-i386.d: Use objdump -Wf instead of readelf.
133 * gas/cfi/cfi-i386.s: Remove .type directives.
134 * gas/cfi/reloc-pe-i386.d: Adjust test for i386.
135
136 2010-09-02 Richard Henderson <rth@redhat.com>
137
138 * gas/cfi/cfi-common-1.d: Use objdump instead of readelf to dump.
139 * gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d,
140 gas/cfi/cfi-common-4.d, gas/cfi/cfi-common-6.d,
141 gas/cfi/cfi-common-7.d, gas/cfi/cfi-x86_64.d: Likewise.
142 * gas/cfi/cfi-x86_64.s: Remove .type directives.
143 * gas/cfi/cfi.exp: Run for pecoff objects too.
144
145 * gas/cfi/reloc-pe-i386.d, gas/cfi/reloc-pe-i386.s: New test.
146
147 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
148
149 PR binutils/11960
150 * gas/i386/opcode-intel.d: Updated.
151 * gas/i386/x86-64-opcode.d: Likewise.
152
153 * gas/i386/x86-64-opcode.s: Add a "pushw imm16" test.
154
155 2010-08-25 Jie Zhang <jie@codesourcery.com>
156
157 * gas/arm/ldst-pc.d: New test.
158 * gas/arm/ldst-pc.s: New test.
159 * gas/arm/sp-pc-validations-bad.s: `str r0,[pc,#4]' is valid.
160 * gas/arm/sp-pc-validations-bad.l: Adjust accordingly.
161
162 2010-08-17 Roland McGrath <roland@redhat.com>
163
164 * gas/elf/groupauto.s: New file.
165 * gas/elf/groupautoa.d: New file.
166 * gas/elf/groupautob.d: New file.
167 * gas/elf/elf.exp (run_elf_list_test): Use them.
168
169 2010-08-06 Quentin Neill <quentin.neill@amd.com>
170
171 * gas/i386/arch-10-1.l: Add nopl instruction.
172 * gas/i386/arch-10-2.l: Likewise.
173 * gas/i386/arch-10-3.l: Likewise.
174 * gas/i386/arch-10-4.l: Likewise.
175 * gas/i386/arch-10.s: Likewise.
176 * gas/i386/arch-10.d: Add nopl instruction, and +nopl extension
177 flag to as flags.
178 * gas/i386/nops-5-i686.d: Change alignment code generated for
179 -mtune=i686.
180 * gas/i386/nops-5.d: Change alignment code generated for
181 .arch i686.
182 * gas/i386/x86-64-nops-5-k8.d: Likewise.
183 * gas/i386/x86-64-nops-5.d: Likewise.
184
185 2010-08-05 H.J. Lu <hongjiu.lu@intel.com>
186
187 * gas/i386/i386.exp: Run arch-4.
188
189 * gas/i386/arch-4.d: New.
190 * gas/i386/arch-4.s: Likewise.
191
192 * gas/i386/intel.d: Replace ud2a/ud2b with ud2/ud1.
193 * gas/i386/opcode-intel.d: Likewise.
194 * gas/i386/opcode-suffix.d: Likewise.
195 * gas/i386/opcode.d: Likewise.
196
197 2010-08-03 Alan Modra <amodra@gmail.com>
198
199 * gas/all/octa.s, * gas/all/octa.d: New test.
200 * gas/all/gas.exp: Run octa.
201 * gas/elf/data-1.s, * gas/elf/data-1.d: Delete.
202 * gas/elf/elf.exp: Don't run data-1.
203
204 2010-08-02 H.J. Lu <hongjiu.lu@intel.com>
205
206 * elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64.
207
208 2010-08-02 H.J. Lu <hongjiu.lu@intel.com>
209
210 PR gas/11867
211 * gas/elf/data-1.d: New.
212 * gas/elf/data-1.s: Likewise.
213
214 * elf/elf.exp: Run data-1.
215
216 2010-08-02 Tristan Gingold <gingold@adacore.com>
217
218 * lib/gas-defs.exp (get_standard_section_names): New function.
219 (run_dump_tests): Document the new behavior for objdump,
220 document to new section-subst option. Automatically perform
221 substitutions for objdump.
222 (objdump_finish): Add REF_SUBST argument.
223 (run_list_test): Adjust call of regexp_diff.
224 (run_list_test_stdin): Ditto.
225 * gas/all/gas.exp (test_cond): Adjust call of regexp_diff.
226 * gas/symver/symver.exp (run_error_test): Ditto.
227 * gas/mt/relocs.exp (regexp_test): Ditto.
228 * gas/mep/complex-relocs.exp (regexp_test): Ditto.
229 * gas/m68k/all.exp: Ditto.
230 * gas/elf/elf.exp (run_elf_list_test): Ditto.
231 * gas/rx/rx-asm-good.d: Set section-subst to no.
232
233 2010-08-02 Alan Modra <amodra@gmail.com>
234
235 * gas/i386/i386.exp (dw2-compress-1): Only run on ELF targets.
236 (dw2-compress-2, x86-64-dw2-compress-2): Remove unnecessary linux
237 target test.
238
239 2010-08-02 Alan Modra <amodra@gmail.com>
240
241 * gas/ppc/power4.d: Update for ppc_fix_adjustable change.
242
243 2010-07-28 H.J. Lu <hongjiu.lu@intel.com>
244
245 * gas/i386/i386.exp: Xfail dw2-compress-2 and
246 x86-64-dw2-compress-2.
247
248 2010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
249
250 * gas/mips/jal-svr4pic-noreorder.d: New test case.
251 * gas/mips/mips1@jal-svr4pic-noreorder.d: New test
252 subarchitecture.
253 * gas/mips/r3000@jal-svr4pic-noreorder.d: Likewise.
254 * gas/mips/jal-svr4pic-noreorder.s: Source for the new test
255 case.
256 * gas/mips/mips.exp: Run the new test case.
257
258 2010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
259
260 * gas/mips/jal-svr4pic.d: Rename to...
261 * gas/mips/mips1@jal-svr4pic.d: ... this.
262 * gas/mips/r3000@jal-svr4pic.d: New test subarchitecture.
263 * gas/mips/jal-svr4pic.d: New default subarchitecture patterns.
264 * gas/mips/mips.exp: Run jal-svr4pic with run_dump_test_arches
265 rather than run_dump_test.
266
267 2010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
268
269 * gas/mips/jal-svr4pic.d: Reformat. Use --show-raw-insn with
270 `objdump'.
271 * gas/mips/jal-svr4pic.s: Reformat. Fix up trailing zeroes.
272
273 2010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
274
275 * lib/gas-defs.exp (run_dump_test): Handle the "dump" option.
276
277 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
278 Ina Pandit <ina.pandit@kpitcummins.com>
279
280 * gas/v850/split-lo16.d: Update the "ld" instructions with a space
281 for second operand.
282 * gas/v850/v850e1.d: Likewise.
283
284 2010-07-22 Alan Modra <amodra@gmail.com>
285
286 * gas/arm/mapdir.s: Don't specify attr/type for .fini_array.
287 * gas/elf/dwarf2-3.s: Don't specify attr for .init_array.
288 * gas/elf/dwarf2-3.d: Don't run on h8300.
289
290 2010-07-19 Andreas Schwab <schwab@redhat.com>
291
292 * gas/i386/x86-64-unwind.d: Ignore "Key to Flags" contents.
293 * gas/ia64/alias-ilp32.d: Likewise.
294 * gas/ia64/alias.d: Likewise.
295 * gas/ia64/group-1.d: Likewise.
296 * gas/ia64/group-2.d: Likewise.
297 * gas/ia64/secname-ilp32.d: Likewise.
298 * gas/ia64/secname.d: Likewise.
299 * gas/ia64/unwind-ilp32.d: Likewise.
300 * gas/ia64/unwind.d: Likewise.
301 * gas/mmix/byte-1.d: Likewise.
302 * gas/mmix/loc-1.d: Likewise.
303 * gas/mmix/loc-2.d: Likewise.
304 * gas/mmix/loc-3.d: Likewise.
305 * gas/mmix/loc-4.d: Likewise.
306 * gas/mmix/loc-5.d: Likewise.
307
308 2010-07-16 H.J. Lu <hongjiu.lu@intel.com>
309
310 * gas/i386/i386.exp: Run dw2-compress-2 only for 32bit.
311
312 2010-07-14 Rhonda Wittels <rhonda@codesourcery.com>
313
314 * gas/elf/pseudo.s: New.
315 * gas/elf/pseudo.l: New.
316 * gas/elf/pseudo.d: New.
317 * gas/elf/elf.exp: Run the new test.
318
319 2010-07-14 H.J. Lu <hongjiu.lu@intel.com>
320
321 * config/default.exp (ADDR2LINE): New.
322 (ADDR2LINEFLAGS): Likewise.
323
324 * gas/i386/i386.exp: Run dw2-compress-2 and x86-64-dw2-compress-2.
325
326 * gas/i386/dw2-compress-2.d: New.
327 * gas/i386/dw2-compress-2.s: Likewise.
328 * gas/i386/x86-64-dw2-compress-2.d: Likewise.
329 * gas/i386/x86-64-dw2-compress-2.s: Likewise.
330
331 * lib/gas-defs.exp (run_dump_test): Support addr2line as dump
332 program.
333 (slurp_options): Allow numbers in options.
334
335 2010-07-14 Maciej W. Rozycki <macro@codesourcery.com>
336
337 * gas/elf/dwarf2-3.s: Replace .short and .long directives in
338 .debug_info section with .2byte and .4byte respectively.
339
340 2010-07-11 Kai Tietz <kai.tietz@onevision.com>
341
342 * gas/pe/aligncomm-b.d: Regenerated content dump.
343 * gas/pe/aligncomm-d.d: Regenerated content dump.
344 * gas/i386/i386.exp: Disable for mingw 64-bit the intel-got64 test.
345
346 2010-07-08 Tejas Belagod <tejas.belagod@arm.com>
347
348 * gas/arm/barrier.s: New file.
349 * gas/arm/barrier.d: New file.
350 * gas/arm/barrier-thumb.s: New file.
351 * gas/arm/barrier-thumb.d: New file.
352 * gas/arm/barrier-bad.s: New file.
353 * gas/arm/barrier-bad.d: New file.
354 * gas/arm/barrier-bad.l: New file.
355 * gas/arm/barrier-bad-thumb.s: New file.
356 * gas/arm/barrier-bad-thumb.d: New file.
357 * gas/arm/barrier-bad-thumb.l: New file.
358
359 2010-07-08 Daniel Gutson <dgutson@codesourcery.com>
360
361 * gas/arm/reloc-bad.d: New.
362 * gas/arm/reloc-bad.s: New.
363 * gas/arm/reloc-bad.l: New.
364
365 2010-07-06 Maciej W. Rozycki <macro@codesourcery.com>
366
367 * gas/mips/elf-rel27.d: New test for HI16/LO16 relocation
368 pairing.
369 * gas/mips/elf-rel27.s: Source for the new test.
370 * gas/mips/mips.exp: Create "mips16" architecture. Adjust
371 conditions involving negated properties throughout to require
372 "mips1" as appropriate. Run the new test.
373 (mips_arch_destroy): New procedure.
374
375 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
376
377 * gas/mips/mips.exp (run_dump_test_arch): Check for the presence
378 of an architecture-specific test first and use it if found,
379 before falling back to the generic one.
380
381 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
382
383 * gas/mips/mips4-fp.d, gas/mips/mips4-fp.s: Remove checks for
384 branch-likely instructions and place them...
385 * gas/mips/mips4-branch-likely.d, gas/mips/mips4-branch-likely.s:
386 ... in this new test.
387 * gas/mips/mips4-fp.l: Update accordingly.
388 * gas/mips/mips4-branch-likely.l: New stderr output for the new
389 test.
390 * gas/mips/mips.exp (mips4-branch-likely): Run a dump test and
391 a list test with mips4-branch-likely similarly to mips4-fp.
392
393 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
394
395 * gas/mips/beq.d, gas/mips/beq.s: Remove checks for
396 branch-likely instructions.
397 * gas/mips/bge.d, gas/mips/bge.s: Likewise.
398 * gas/mips/bgeu.d, gas/mips/bgeu.s: Likewise.
399 * gas/mips/blt.d, gas/mips/blt.s: Likewise.
400 * gas/mips/bltu.d, gas/mips/bltu.s: Likewise.
401 * gas/mips/branch-likely.d, gas/mips/branch-likely.s: New test,
402 collecting checks for branch-likely instructions removed from
403 the above.
404 * gas/mips/mips.exp: Run the new test and update the
405 constraints for the updated tests to include MIPS I.
406
407 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
408
409 * gas/mips/mips4-fp.d: Reformat.
410
411 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
412
413 * gas/mips/beq.d: Reformat.
414 * gas/mips/bge.d, gas/mips/bgeu.d: Likewise.
415 * gas/mips/blt.d, gas/mips/bltu.d: Likewise.
416
417 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
418
419 * gas/mips/beq.d: Remove leftover symbols/relocs from the
420 change on 2009-02-06.
421
422 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
423
424 AVX Programming Reference (June, 2010)
425 * gas/i386/rdrnd.s: Replace rdrnd with rdrand.
426 * gas/i386/rdrnd-intel.d: Likewise.
427 * gas/i386/rdrnd.d: Likewise.
428 * gas/i386/x86-64-rdrnd-intel.d: Likewise.
429 * gas/i386/x86-64-rdrnd.d: Likewise.
430 * gas/i386/x86-64-rdrnd.s: Likewise.
431
432 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
433
434 PR gas/10531
435 PR gas/11789
436 * gas/i386/dw2-compress-1.d: Remove bogus line debug info.
437
438 * gas/elf/dwarf2-1.d: New.
439 * gas/elf/dwarf2-1.s: Likewise.
440 * gas/elf/dwarf2-2.d: Likewise.
441 * gas/elf/dwarf2-2.s: Likewise.
442 * gas/elf/dwarf2-3.d: Likewise.
443 * gas/elf/dwarf2-3.s: Likewise.
444 * gas/i386/debug1.d: Likewise.
445 * gas/i386/debug1.s: Likewise.
446
447 * gas/elf/elf.exp: Run dwarf2-1, dwarf2-2 and dwarf2-3.
448
449 * gas/i386/i386.exp: Run debug1 for both 32bit and 64bit.
450
451 2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
452
453 * gas/i386/dw2-compress-1.d: New.
454 * gas/i386/dw2-compress-1.s: Likewise.
455
456 * gas/i386/i386.exp: Run dw2-compress-1 for Linux.
457
458 2010-07-03 Jan Beulich <jbeulich@novell.com>
459
460 PR gas/11732
461 * gas/i386/i386.exp: Run new tests.
462 * gas/i386/intel-got{32,64}.{s,d}: New.
463
464 2010-07-01 H.J. Lu <hongjiu.lu@intel.com>
465
466 AVX Programming Reference (June, 2010)
467 * gas/i386/arch-10.s: Add xsaveopt.
468 * gas/i386/x86-64-arch-2.s: Likwise.
469
470 * gas/i386/arch-10.d: Updated.
471 * gas/i386/arch-10-1.l: Likewise.
472 * gas/i386/arch-10-2.l: Likewise.
473 * gas/i386/arch-10-3.l: Likewise.
474 * gas/i386/arch-10-4.l: Likewise.
475 * gas/i386/x86-64-arch-2.d: Likewise.
476
477 * gas/i386/f16c-intel.d: New.
478 * gas/i386/f16c.d: Likewise.
479 * gas/i386/f16c.s: Likewise.
480 * gas/i386/fsgs-intel.d: Likewise.
481 * gas/i386/fsgs.d: Likewise.
482 * gas/i386/fsgs.s: Likewise.
483 * gas/i386/rdrnd-intel.d: Likewise.
484 * gas/i386/rdrnd.d: Likewise.
485 * gas/i386/rdrnd.s: Likewise.
486 * gas/i386/x86-64-f16c-intel.d: Likewise.
487 * gas/i386/x86-64-f16c.d: Likewise.
488 * gas/i386/x86-64-f16c.s: Likewise.
489 * gas/i386/x86-64-fsgs-intel.d: Likewise.
490 * gas/i386/x86-64-fsgs.d: Likewise.
491 * gas/i386/x86-64-fsgs.s: Likewise.
492 * gas/i386/x86-64-rdrnd-intel.d: Likewise.
493 * gas/i386/x86-64-rdrnd.d: Likewise.
494 * gas/i386/x86-64-rdrnd.s: Likewise.
495
496 * gas/i386/i386.exp: Run f16c, f16c-intel, fsgs, fsgs-intel,
497 rdrnd, rdrnd-intel, x86-64-f16c, x86-64-f16c-intel, x86-64-fsgs,
498 x86-64-fsgs-intel, x86-64-rdrnd, x86-64-rdrnd-intel.
499
500 * gas/i386/x86-64-xsave.s: Add tests for xsaveopt64.
501
502 * gas/i386/x86-64-xsave-intel.d: Updated.
503 * gas/i386/x86-64-xsave.d: Likewise.
504
505 2010-07-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
506
507 * gas/arm/thumb2_bad_reg.s: Update mov register tests.
508 * gas/arm/thumb2_bad_reg.l: Likewise.
509
510 2010-06-29 Alan Modra <amodra@gmail.com>
511
512 * gas/maxq10/maxq10.exp: Delete file.
513 * gas/maxq10/bits.d, * gas/maxq10/bits.s, * gas/maxq10/call.d,
514 * gas/maxq10/call.s, * gas/maxq10/data.s, * gas/maxq10/data2.d,
515 * gas/maxq10/data2.s, * gas/maxq10/data3.d, * gas/maxq10/data3.s,
516 * gas/maxq10/err.s, * gas/maxq10/jump.d, * gas/maxq10/jump.s,
517 * gas/maxq10/logical.d, * gas/maxq10/logical.s, * gas/maxq10/math.d,
518 * gas/maxq10/math.s, * gas/maxq10/pmtest.d, * gas/maxq10/pmtest.s,
519 * gas/maxq10/range.d, * gas/maxq10/range.s: Likewise.
520 * gas/maxq20/maxq20.exp: Delete file.
521 * gas/maxq20/bits.d, * gas/maxq20/bits.s, * gas/maxq20/call.d,
522 * gas/maxq20/call.s, * gas/maxq20/data1.d, * gas/maxq20/data1.s,
523 * gas/maxq20/data2.d, * gas/maxq20/data2.s, * gas/maxq20/data3.d,
524 * gas/maxq20/data3.s, * gas/maxq20/jump.d, * gas/maxq20/jump.s,
525 * gas/maxq20/jzimm.d, * gas/maxq20/jzimm.s, * gas/maxq20/logical.d,
526 * gas/maxq20/logical.s, * gas/maxq20/math.d, * gas/maxq20/math.s,
527 * gas/maxq20/pfx2.s, * gas/maxq20/pmtest.d, * gas/maxq20/pmtest.s,
528 * gas/maxq20/pxf0.s, * gas/maxq20/range.d,
529 * gas/maxq20/range.s: Likewise.
530 * gas/all/gas.exp: Remove references to maxq.
531
532 2010-06-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
533
534 * gas/arm/neon-ldst-align-bad.l: Update for Neon alignment syntax fix.
535 * gas/arm/neon-ldst-align-bad.s: Likewise.
536 * gas/arm/neon-ldst-es.d: Likewise.
537 * gas/arm/neon-ldst-es.s: Likewise.
538
539 2010-06-22 Jan Beulich <jbeulich@novell.com>
540
541 * gas/i386/jump.d: Adjust.
542 * gas/i386/jump.s: Add check for branch to 2+$.
543
544 2010-06-18 Joseph Myers <joseph@codesourcery.com>
545
546 * gas/tic6x/resource-func-unit-1.d,
547 gas/tic6x/resource-func-unit-1.l,
548 gas/tic6x/resource-func-unit-1.s,
549 gas/tic6x/resource-func-unit-2.d,
550 gas/tic6x/resource-func-unit-2.l,
551 gas/tic6x/resource-func-unit-2.s: New.
552
553 2010-06-16 Vincent Rivière <vincent.riviere@freesbee.fr>
554
555 PR gas/11673
556 * gas/m68k/p11673.s: New test.
557 * gas/m68k/all.exp: Run the new test.
558
559 2010-06-16 Nick Clifton <nickc@redhat.com>
560
561 PR binutils/11676
562 * gas/m68k/pr11676.s: New test.
563 * gas/m68k/pr11676.d: Expected disassembly.
564 * gas/m68k/all.exp: Run the new test.
565
566 2010-06-15 Joseph Myers <joseph@codesourcery.com>
567
568 * gas/elf/elf.exp: Set target_machine for tic6x-*-*.
569 * gas/elf/section2.e-tic6x, gas/tic6x/attr-arch-directive-1.d,
570 gas/tic6x/attr-arch-directive-1.s,
571 gas/tic6x/attr-arch-directive-2.d,
572 gas/tic6x/attr-arch-directive-2.s,
573 gas/tic6x/attr-arch-directive-3.d,
574 gas/tic6x/attr-arch-directive-3.s,
575 gas/tic6x/attr-arch-directive-4.d,
576 gas/tic6x/attr-arch-directive-4.s,
577 gas/tic6x/attr-arch-directive-5.d,
578 gas/tic6x/attr-arch-directive-5.s,
579 gas/tic6x/attr-arch-opts-c62x.d, gas/tic6x/attr-arch-opts-c64x+.d,
580 gas/tic6x/attr-arch-opts-c64x.d, gas/tic6x/attr-arch-opts-c674x.d,
581 gas/tic6x/attr-arch-opts-c67x+.d, gas/tic6x/attr-arch-opts-c67x.d,
582 gas/tic6x/attr-arch-opts-none-1.d,
583 gas/tic6x/attr-arch-opts-none-2.d,
584 gas/tic6x/attr-arch-opts-override-1.d,
585 gas/tic6x/attr-arch-opts-override-2.d, gas/tic6x/empty.s: New.
586
587 2010-06-14 Sebastian Andrzej Siewior <bigeasy@linutronix.de>
588
589 * gas/ppc/e500.s: Add eieio, mbar and lwsync
590 * gas/ppc/e500.d: Likewise.
591
592 2010-06-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
593
594 * gas/arm/vldm-arm.d: New test.
595 * gas/arm/vldm-thumb-bad.d: Likewise.
596 * gas/arm/vldm-thumb-bad.l: Likewise.
597 * gas/arm/vldm.s: Likewise.
598 * gas/arm/vldmw-arm-bad.d: Likewise.
599 * gas/arm/vldmw-bad.l: Likewise.
600 * gad/arm-vldmw-bad.s: Likewise.
601 * gas/arm/vldmw-thumb-bad.d: Likewise.
602
603 2010-06-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
604 * gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs.
605 * gas/arm/thumb.d: Likewise.
606 * gas/arm/thumb.s: Likewise.
607 * gas/arm/thumb2_it.d: Update for change in lsls/movs disassembly.
608 * gas/arm/thumb2_it_auto.d: Liekwise.
609 * gas/arm/thumb32.d: Likewise.
610
611 2010-05-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
612
613 * gas/arm/thumb2_it_auto.d: Update for change in movs encoding.
614 gas/arm/thumb2_it.d: Likewise.
615 gas/arm/thumb32.d: Likewise.
616
617 2010-05-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
618
619 * gas/arm/thumb2_ldmstm.d: Add new testcases.
620 * gas/arm/thumb2_ldmstm.s: Likeiwse.
621 * gas/arm/thumb2_ldmstm_bad.d: Add testcases to check for
622 UNPREDICTABLE ldm/stm.
623 * gas/arm/thumb2_ldmstm_bad.l: Likewise.
624 * gas/arm/thumb2_ldmstm_bad.s: Likewise.
625
626 2010-05-26 Catherine Moore <clm@codesoucery.com>
627 Maxim Kuvyrkov <maxim@codesourcery.com>
628
629 * gas/mips/set-arch.d: Expect ehb.
630
631 2010-05-26 Catherine Moore <clm@codesoucery.com>
632
633 * gas/mips/mips-no-jalx.l: Delete.
634 * gas/mips/mips-no-jalx.s: Delete.
635 * gas/mips/mips-jalx-2.d: New.
636 * gas/mips/mips-jalx-2.s: New.
637 * gas/mips/mips.exp (mips-jalx-2): Run new test.
638 (mips-no-jalx): Remove deleted test.
639
640 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
641 Joseph Myers <joseph@codesourcery.com>
642 Andrew Stubbs <ams@codesourcery.com>
643
644 * gas/sh/basic.exp: Run new tests. Handle uClinux like Linux.
645 * gas/sh/fdpic.d: New file.
646 * gas/sh/fdpic.s: New file.
647 * gas/sh/reg-prefix.d: Force big-endian.
648 * gas/sh/sh2a-pic.d: New file.
649 * gas/sh/sh2a-pic.s: New file.
650 * lib/gas-defs.exp (is_elf_format): Include sh*-*-uclinux*.
651
652 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
653
654 PR gas/11600
655 * gas/elf/elf.exp: Run section8.
656
657 * gas/elf/section8.d: New.
658 * gas/elf/section8.s: Likewise.
659
660 2010-05-13 Nathan Sidwell <nathan@codesourcery.com>
661
662 * gas/arm/armv1-bad.l: Adjust expected error text.
663 * gas/arm/arch7em-bad.l: Likewise.
664 * gas/arm/arch7m-bad.l: Likewise.
665 * gas/arm/thumb-w-bad.l: Likewise.
666 * gas/arm/arm7-bad.d: New.
667 * gas/arm/arm7-bad.l: New.
668 * gas/arm/arm7-bad.s: New.
669
670 2010-05-13 Alan Modra <amodra@gmail.com>
671
672 * gas/all/gas.exp: Don't run byte test on powerpc.
673
674 * gas/ppc/a2.d: Correct wclr encoding.
675
676 2010-05-11 Andrew Stubbs <ams@codesourcery.com>
677
678 * gas/arm/attr-cpu-directive.d: Add Tag_DIV_use.
679 * gas/arm/attr-default.d: Likewise.
680 * gas/arm/attr-march-armv1.d: Likewise.
681 * gas/arm/attr-march-armv2.d: Likewise.
682 * gas/arm/attr-march-armv2a.d: Likewise.
683 * gas/arm/attr-march-armv2s.d: Likewise.
684 * gas/arm/attr-march-armv3.d: Likewise.
685 * gas/arm/attr-march-armv3m.d: Likewise.
686 * gas/arm/attr-march-armv4.d: Likewise.
687 * gas/arm/attr-march-armv4t.d: Likewise.
688 * gas/arm/attr-march-armv4txm.d: Likewise.
689 * gas/arm/attr-march-armv4xm.d: Likewise.
690 * gas/arm/attr-march-armv5.d: Likewise.
691 * gas/arm/attr-march-armv5t.d: Likewise.
692 * gas/arm/attr-march-armv5te.d: Likewise.
693 * gas/arm/attr-march-armv5tej.d: Likewise.
694 * gas/arm/attr-march-armv5texp.d: Likewise.
695 * gas/arm/attr-march-armv5txm.d: Likewise.
696 * gas/arm/attr-march-armv6-m.d: Likewise.
697 * gas/arm/attr-march-armv6.d: Likewise.
698 * gas/arm/attr-march-armv6j.d: Likewise.
699 * gas/arm/attr-march-armv6k.d: Likewise.
700 * gas/arm/attr-march-armv6kt2.d: Likewise.
701 * gas/arm/attr-march-armv6t2.d: Likewise.
702 * gas/arm/attr-march-armv6z.d: Likewise.
703 * gas/arm/attr-march-armv6zk.d: Likewise.
704 * gas/arm/attr-march-armv6zkt2.d: Likewise.
705 * gas/arm/attr-march-armv6zt2.d: Likewise.
706 * gas/arm/attr-march-armv7-a.d: Likewise.
707 * gas/arm/attr-march-armv7.d: Likewise.
708 * gas/arm/attr-march-armv7a.d: Likewise.
709 * gas/arm/attr-march-iwmmxt.d: Likewise.
710 * gas/arm/attr-march-iwmmxt2.d: Likewise.
711 * gas/arm/attr-march-marvell-f.d: Likewise.
712 * gas/arm/attr-march-xscale.d: Likewise.
713 * gas/arm/attr-mcpu.d: Likewise.
714 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
715 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
716 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
717 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
718 * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
719 * gas/arm/attr-mfpu-fpa.d: Likewise.
720 * gas/arm/attr-mfpu-fpa10.d: Likewise.
721 * gas/arm/attr-mfpu-fpa11.d: Likewise.
722 * gas/arm/attr-mfpu-fpe.d: Likewise.
723 * gas/arm/attr-mfpu-fpe2.d: Likewise.
724 * gas/arm/attr-mfpu-fpe3.d: Likewise.
725 * gas/arm/attr-mfpu-maverick.d: Likewise.
726 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
727 * gas/arm/attr-mfpu-neon.d: Likewise.
728 * gas/arm/attr-mfpu-softfpa.d: Likewise.
729 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
730 * gas/arm/attr-mfpu-softvfp.d: Likewise.
731 * gas/arm/attr-mfpu-vfp.d: Likewise.
732 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
733 * gas/arm/attr-mfpu-vfp10.d: Likewise.
734 * gas/arm/attr-mfpu-vfp3.d: Likewise.
735 * gas/arm/attr-mfpu-vfp9.d: Likewise.
736 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
737 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
738 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
739 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
740 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
741 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
742 * gas/arm/attr-order.d: Likewise.
743 * gas/arm/attr-override-cpu-directive.d: Likewise.
744 * gas/arm/attr-override-mcpu.d: Likewise.
745 * gas/arm/eabi_attr_1.d: Likewise.
746
747 2010-05-11 Jie Zhang <jie@codesourcery.com>
748
749 * gas/arm/attr-mfpu-vfpxd.d: New test.
750
751 2010-05-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
752
753 * gas/arm/thumb32.d: Fix expected disassembly of ldmia
754 instruction.
755
756 2010-05-05 Nathan Sidwell <nathan@codesourcery.com>
757
758 * gas/all/byte.s: New.
759 * gas/all/byte.l: New.
760 * gas/all/byte.d: New.
761 * gas/all/gas.exp: Add it.
762
763 2010-04-29 Nathan Sidwell <nathan@codesourcery.com>
764
765 * gas/arm/weakdef-1.s: New.
766 * gas/arm/weakdef-1.d: New.
767 * gas/arm/weakdef-2.s: New.
768 * gas/arm/weakdef-2.d: New.
769 * gas/arm/weakdef-2.l: New.
770
771 2010-04-27 Joseph Myers <joseph@codesourcery.com>
772
773 * gas/tic6x/align-1-be.d, gas/tic6x/align-1.d,
774 gas/tic6x/align-1.s, gas/tic6x/align-2.d, gas/tic6x/align-2.s:
775 New.
776
777 2010-04-24 H.J. Lu <hongjiu.lu@intel.com>
778
779 PR gas/11535
780 * gas/i386/intelok.s: Add tests for "call|jmp [xtrn]".
781 * gas/i386/intelok.d: Updated.
782
783 2010-04-21 Joseph Myers <joseph@codesourcery.com>
784
785 * gas/tic6x/insns-c674x.s, gas/tic6x/insns-c674x.d: Also test
786 "b .S2 b3".
787
788 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
789
790 PR gas/11509
791 * gas/i386/equ.s: Add tests for ".equ symbol, reg + NUM".
792 * gas/i386/equ.d: Updated.
793
794 2010-04-20 Nick Clifton <nickc@redhat.com>
795
796 PR gas/11507
797 * gas/macros/altmacro.s: New test.
798 * gas/macros/altmacro.d: Expected output.
799
800 2010-04-16 Nick Clifton <nickc@redhat.com>
801
802 PR gas/11395
803 * gas/hppa/basic/add2.s: Add test of simple 32-bit instruction.
804 * gas/hppa/basic/basic.exp (do_add2): Add grep for expected
805 disassembly.
806
807 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
808
809 * gas/arm/attr-mcpu.d: Update for new attribute tag names.
810 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
811 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
812 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
813 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
814 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
815 * gas/arm/attr-mfpu-neon.d: Likewise.
816 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
817 * gas/arm/attr-mfpu-vfp.d: Likewise.
818 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
819 * gas/arm/attr-mfpu-vfp10.d: Likewise.
820 * gas/arm/attr-mfpu-vfp3.d: Likewise.
821 * gas/arm/attr-mfpu-vfp9.d: Likewise.
822 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
823 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
824 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
825 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
826 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
827 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
828 * gas/arm/attr-names.d: Add test to make sure all attribute names
829 are recognised.
830 * gas/arm/attr-names.s: Likewise.
831
832 2010-04-07 Jie Zhang <jie@codesourcery.com>
833
834 * gas/arm/mapmisc.s: Test multiple mapping symbols have
835 the same value 0.
836
837 2010-04-06 Peter Bergner <bergner@vnet.ibm.com>
838
839 * gas/ppc/476.d ("dccci", "dci", "iccci"): Add tests.
840 * gas/ppc/476.s: Likewise.
841 * gas/ppc/a2.d ("dccci", "dci", "iccci", "ici"): Add tests.
842 * gas/ppc/a2.s: Likewise.
843
844 2010-03-25 Joseph Myers <joseph@codesourcery.com>
845
846 * gas/tic6x: New directory and testcases.
847
848 2010-03-23 Joseph Myers <joseph@codesourcery.com>
849
850 * gas/macros/dot.s: Remove space in .byte operands.
851
852 2010-03-22 Sebastian Pop <sebastian.pop@amd.com>
853 Quentin Neill <quentin.neill@amd.com>
854
855 * testsuite/gas/i386/x86-64-lwp.s: Remove use of 16bit LWP insns.
856 * testsuite/gas/i386/lwp.s: Same.
857 * testsuite/gas/i386/x86-64-lwp.d: Updated.
858 * testsuite/gas/i386/lwp.d: Updated.
859
860 2010-03-19 Jie Zhang <jie@codesourcery.com>
861
862 * gas/arm/mapmisc.s: Add the test case for two mapping
863 symbols having the same value.
864 * gas/arm/mapmisc.d: Likewise.
865
866 2010-03-18 Wei Guozhi <carrot@google.com>
867
868 PR gas/11323
869 * gas/arm/got_prel.s: New test case.
870 * gas/arm/got_prel.d: Expected disassembly.
871
872 2010-03-17 H.J. Lu <hongjiu.lu@intel.com>
873
874 * gas/i386/i386.exp: Run list-1, list-2 and list-3 only for
875 ELF tagets.
876
877 2010-03-08 H.J. Lu <hongjiu.lu@intel.com>
878
879 PR gas/9966
880 PR gas/11356
881 * gas/i386/list-1.l: New.
882 * gas/i386/list-1.s: Likewise.
883 * gas/i386/list-2.l: Likewise.
884 * gas/i386/list-2.s: Likewise.
885 * gas/i386/list-3.l: Likewise.
886 * gas/i386/list-3.s: Likewise.
887
888 * gas/i386/i386.exp: Run list-1, list-2 and list-3.
889
890 * lib/gas-defs.exp (gas_run_stdin): New.
891 (run_list_test_stdin): Likewise.
892
893 2010-02-26 Doug Evans <dje@sebabeach.org>
894
895 * gas/mep/allinsn.be.d: Renamed from allinsn.d. Pass -EB.
896 * gas/mep/allinsn.exp: branch1 is now bi-endian.
897 * gas/mep/branch1.be.d: Renamed from branch1.d. Pass -EB.
898 * gas/mep/branch1.le.d: New file.
899 * gas/mep/dj1.be.d: Renamed from dj1.d. Pass -EB.
900 * gas/mep/dj2.be.d: Renamed from dj2.d. Pass -EB.
901
902 2010-02-26 Jie Zhang <jie@codesourcery.com>
903
904 * gas/arm/thumb32.s, gas/arm/thumb32.d: Add a new test
905 for strexd.
906 * gas/arm/thumb32.l: Adjust.
907
908 2010-02-26 Jie Zhang <jie@codesourcery.com>
909
910 * gas/arm/neon-ldst-align-bad.d: New test.
911 * gas/arm/neon-ldst-align-bad.l: New test.
912 * gas/arm/neon-ldst-align-bad.s: New test.
913
914 2010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
915
916 * gas/mips/loongson-2f-2.s: New test of -mfix-loongson2f-nop.
917 * gas/mips/loongson-2f-2.d: Likewise.
918 * gas/mips/loongson-2f-3.s: New test of -mfix-loongson2f-jump.
919 * gas/mips/loongson-2f-3.d: Likewise.
920 * gas/mips/mips.exp: Run the new tests.
921
922 2010-02-24 Nick Clifton <nickc@redhat.com>
923
924 PR binutils/6773
925 * gas/arm/arch7em.d: Replace expected disassembly of
926 <prefix>addsubx with <prefix>asx. Also replace <prefix>subaddx
927 with <prefix>sax.
928 * gas/arm/archv6.d: Likewise.
929 * gas/arm/thumb32.d: Likewise.
930
931 2010-02-23 Daniel Gutson <dgutson@codesourcery.com>
932
933 * gas/arm/depr-swp.d: New test case.
934 * gas/arm/depr-swp.s: New file.
935 * gas/arm/depr-swp.l: New file.
936
937 2010-02-23 Nick Clifton <nickc@redhat.com>
938
939 * gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
940 end of the section depending upon the target of the arm assembler
941 being tested.
942
943 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
944
945 * gas/arm/attr-order.d: Fix test for new names for attribute
946 values.
947
948 2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
949
950 * gas/arm/sp-pc-validations-bad.d: New testcase.
951 * gas/arm/sp-pc-validations-bad.l: New file.
952 * gas/arm/sp-pc-validations-bad.s: New file.
953 * gas/arm/sp-pc-validations-bad-t.d: New testcase.
954 * gas/arm/sp-pc-validations-bad-t.l: New file.
955 * gas/arm/sp-pc-validations-bad-t.s: New file.
956 * gas/arm/sp-pc-usage-t.d: Removed invalid insns.
957 * gas/arm/sp-pc-usage-t.s: Likewise.
958 * gas/arm/unpredictable.d: Likewise.
959 * gas/arm/unpredictable.s: Likewise.
960 * gas/arm/thumb2_bcond.d: Added test.
961 * gas/arm/thumb2_bcond.s: Likewise.
962
963 2010-02-12 Tristan Gingold <gingold@adacore.com>
964
965 * gas/ia64/slotcount.s, gas/ia64/slotcount.s: New test.
966 * gas/ia64/ia64.exp: Add slotcount test (vms only).
967
968 2010-02-10 Quentin Neill <quentin.neill@amd.com>
969 Sebastian Pop <sebastian.pop@amd.com>
970
971 * gas/i386/x86-64-xop.d: Add vpermil2p[sd] tests.
972 * gas/i386/x86-64-xop.s: Likewise.
973 * gas/i386/xop.d: Likewise.
974 * gas/i386/xop.s: Likewise.
975
976 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
977
978 * gas/arm/branch-reloc.s, gas/arm/branch-reloc.d,
979 gas/arm/branch-reloc.l: New tests and expected results with all
980 variants of call: ARM/Thumb, local/global, inter/intra-section,
981 using BL/BLX.
982
983 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
984
985 * gas/arm/arm-it-auto.d: Update expected results.
986 * gas/arm/bl-local-v4t.d: Likewise.
987 * gas/arm/blx-local.d: Likewise.
988 * gas/arm/thumb-w-good.d: Likewise.
989 * gas/arm/wince.d: Likewise.
990
991 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
992
993 * gas/ppc/titan.d, * gas/ppc/titan.s: New test.
994 * gas/ppc/ppc.exp: Run it.
995
996 2010-02-03 Quentin Neill <quentin.neill@amd.com>
997
998 * gas/i386/i386.exp: Rename amdfam15 test cases to bdver1.
999 * gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to
1000 gas/i386/x86-64-nops-1-bdver1.d.
1001 * gas/i386/nops-1-amdfam15.d: Renamed test case to
1002 gas/i386/nops-1-bdver1.d.
1003
1004 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1005
1006 * gas/arm/dis-data.d: Update test name. Do not expect
1007 .word output.
1008 * gas/arm/dis-data2.d, gas/arm/dis-data2.s,
1009 gas/arm/dis-data3.d, gas/arm/dis-data3.s: New tests.
1010
1011 2010-01-29 Nick Clifton <nickc@redhat.com>
1012
1013 PR 11136
1014 * gas/arm/neon-omit.s: Add instruction that causes crash.
1015 * gas/arm/neon-omit.d: Add expected disassembly.
1016
1017 2010-01-28 Dave Korn <dave.korn.cygwin@gmail.com>
1018
1019 * gas/pe/section-align-1.d: Don't test section flags.
1020 * gas/pe/section-align-2.d: Likewise.
1021
1022 2010-01-28 H.J. Lu <hongjiu.lu@intel.com>
1023
1024 * gas/i386/fma-scalar-intel.d: New.
1025 * gas/i386/fma-scalar.d: Likewise.
1026 * gas/i386/fma-scalar.s: Likewise.
1027 * gas/i386/x86-64-fma-scalar-intel.d: Likewise.
1028 * gas/i386/x86-64-fma-scalar.d: Likewise.
1029 * gas/i386/x86-64-fma-scalar.s: Likewise.
1030
1031 * gas/i386/i386.exp: Run fma-scalar, fma-scalar-intel,
1032 x86-64-fma-scalar and x86-64-fma-scalar-intel.
1033
1034 2010-01-28 Nick Clifton <nickc@redhat.com>
1035
1036 PR 11225
1037 * gas/pe/aligncomm-c.d: Dump all sections.
1038
1039 2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
1040
1041 * gas/pe/section-align-1.s: New test source file.
1042 * gas/pe/section-align-1.d: Likewise control script.
1043 * gas/pe/section-align-2.s: Likewise ...
1044 * gas/pe/section-align-2.d: ... and likewise.
1045 * gas/pe/pe.exp: Invoke new testcases.
1046
1047 2010-01-27 H.J. Lu <hongjiu.lu@intel.com>
1048
1049 * gas/i386/avx-scalar-intel.d: New.
1050 * gas/i386/avx-scalar.d: Likewise.
1051 * gas/i386/avx-scalar.s: Likewise.
1052 * gas/i386/x86-64-avx-scalar-intel.d: Likewise.
1053 * gas/i386/x86-64-avx-scalar.d: Likewise.
1054 * gas/i386/x86-64-avx-scalar.s: Likewise.
1055
1056 * gas/i386/i386.exp: Run avx-scalar, avx-scalar-intel,
1057 x86-64-avx-scalar and x86-64-avx-scalar-intel.
1058
1059 2010-01-23 H.J. Lu <hongjiu.lu@intel.com>
1060
1061 * gas/i386/avx.s: Add more tests.
1062 * gas/i386/x86-64-avx.s: Likewise.
1063
1064 * gas/i386/avx-intel.d: Updated.
1065 * gas/i386/avx.d: Likewise.
1066 * gas/i386/x86-64-avx-intel.d: Likewise.
1067 * gas/i386/x86-64-avx.d: Likewise.
1068
1069 2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
1070
1071 * gas/ppc/xcoff-ref-1.s, gas/ppc/xcoff-ref-1.l: New test.
1072 * gas/ppc/aix.exp: Run it.
1073
1074 2010-01-21 H.J. Lu <hongjiu.lu@intel.com>
1075
1076 * gas/i386/x86-64-xsave.s: Add tests for xsave64 and xrstor64.
1077
1078 * gas/i386/x86-64-xsave-intel.d: Updated.
1079 * gas/i386/x86-64-xsave.d: Likewise.
1080
1081 2010-01-20 Nick Clifton <nickc@redhat.com>
1082
1083 PR 11109
1084 * gas/arm/vfp-neon-syntax.d: Update expected disassembly.
1085 * gas/arm/vfp-neon-syntax_t2.d: Likewise.
1086
1087 2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
1088
1089 * gas/i386/x86-64-xop.d: Add missing patterns.
1090 * gas/i386/x86-64-xop.s: Same.
1091 * gas/i386/xop.d: Same.
1092 * gas/i386/xop.s: Same.
1093
1094 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
1095
1096 * gas/arm/thumb-nop.s: Add .syntax unified.
1097
1098 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
1099
1100 * gas/arm/thumb-nop.d, gas/arm/thumb-nop.s: New test.
1101 * gas/arm/relax_branch_align.d: Expect a default NOP instruction.
1102 * gas/arm/vfp1_t2.d, gas/arm/vfp1xD_t2.d: Specify a CPU with
1103 Thumb-2.
1104
1105 2010-01-13 Nick Clifton <nickc@redhat.com>
1106
1107 * gas/elf/section0.d: Skip this test for the h8300.
1108 * gas/elf/section1.d: Likewise.
1109 * gas/elf/section6.d: Likewise.
1110 * gas/elf/elf.exp: Skip section2 and section5 tests when the
1111 target is the h8300.
1112
1113 2010-01-06 Quentin Neill <quentin.neill@amd.com>
1114
1115 * gas/i386/i386.exp: Add new amdfam15 test cases.
1116 * gas/i386/nops-1-amdfam15.d: New.
1117 * gas/i386/x86-64-nops-1-amdfam15.d: New.
1118
1119 2010-01-06 Daniel Gutson <dgutson@codesourcery.com>
1120
1121 * gas/arm/dis-data.d: New test case.
1122 * gas/arm/dis-data.s: New file.
1123
1124 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1125
1126 * gas/arm/neon-logic.d: New test case.
1127 * gas/arm/neon-logic.s: New file.
1128
1129 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1130
1131 * gas/arm/neon-addressing-bad.d: New test case.
1132 * gas/arm/neon-addressing-bad.s: New file.
1133 * gas/arm/neon-addressing-bad.l: New file.
1134
1135 2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
1136
1137 * gas/arm/neon-suffix-bad.d: New test case.
1138 * gas/arm/neon-suffix-bad.s: New file.
1139 * gas/arm/neon-suffix-bad.l: New file.
1140
1141 For older changes see ChangeLog-2009
1142 \f
1143 Local Variables:
1144 mode: change-log
1145 left-margin: 8
1146 fill-column: 74
1147 version-control: never
1148 End:
This page took 0.104987 seconds and 4 git commands to generate.