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