Check flag_code instead of use_rela_relocations for 64bit.
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
CommitLineData
13f864ae
L
12010-09-03 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR gas/11974
4 * gas/i386/immed64.s: Add more movabs tests.
5 * gas/i386/immed64.d: Updated.
6
18464d4d
JK
72010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8
9 * gas/elf/dwarf2-1.d: Update DW_OP_reg5 expected output.
10 * gas/elf/dwarf2-2.d: Likewise.
11 * gas/i386/dw2-compress-1.d: Likewise.
12
132010-09-03 Kai Tietz <kai.tietz@onevision.com>
c8cbd272
RH
14
15 * gas/cfi/cfi-i386.d: Use objdump -Wf instead of readelf.
16 * gas/cfi/cfi-i386.s: Remove .type directives.
17 * gas/cfi/reloc-pe-i386.d: Adjust test for i386.
18
3251495b
RH
192010-09-02 Richard Henderson <rth@redhat.com>
20
21 * gas/cfi/cfi-common-1.d: Use objdump instead of readelf to dump.
22 * gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d,
23 gas/cfi/cfi-common-4.d, gas/cfi/cfi-common-6.d,
24 gas/cfi/cfi-common-7.d, gas/cfi/cfi-x86_64.d: Likewise.
25 * gas/cfi/cfi-x86_64.s: Remove .type directives.
26 * gas/cfi/cfi.exp: Run for pecoff objects too.
27
28 * gas/cfi/reloc-pe-i386.d, gas/cfi/reloc-pe-i386.s: New test.
29
d9e3625e
L
302010-08-31 H.J. Lu <hongjiu.lu@intel.com>
31
32 PR binutils/11960
33 * gas/i386/opcode-intel.d: Updated.
34 * gas/i386/x86-64-opcode.d: Likewise.
35
36 * gas/i386/x86-64-opcode.s: Add a "pushw imm16" test.
37
23a10334
JZ
382010-08-25 Jie Zhang <jie@codesourcery.com>
39
40 * gas/arm/ldst-pc.d: New test.
41 * gas/arm/ldst-pc.s: New test.
42 * gas/arm/sp-pc-validations-bad.s: `str r0,[pc,#4]' is valid.
43 * gas/arm/sp-pc-validations-bad.l: Adjust accordingly.
44
01642c12
RM
452010-08-17 Roland McGrath <roland@redhat.com>
46
47 * gas/elf/groupauto.s: New file.
48 * gas/elf/groupautoa.d: New file.
49 * gas/elf/groupautob.d: New file.
50 * gas/elf/elf.exp (run_elf_list_test): Use them.
51
22109423
L
522010-08-06 Quentin Neill <quentin.neill@amd.com>
53
54 * gas/i386/arch-10-1.l: Add nopl instruction.
55 * gas/i386/arch-10-2.l: Likewise.
56 * gas/i386/arch-10-3.l: Likewise.
57 * gas/i386/arch-10-4.l: Likewise.
58 * gas/i386/arch-10.s: Likewise.
59 * gas/i386/arch-10.d: Add nopl instruction, and +nopl extension
60 flag to as flags.
61 * gas/i386/nops-5-i686.d: Change alignment code generated for
62 -mtune=i686.
63 * gas/i386/nops-5.d: Change alignment code generated for
64 .arch i686.
65 * gas/i386/x86-64-nops-5-k8.d: Likewise.
66 * gas/i386/x86-64-nops-5.d: Likewise.
67
b414985b
L
682010-08-05 H.J. Lu <hongjiu.lu@intel.com>
69
70 * gas/i386/i386.exp: Run arch-4.
71
72 * gas/i386/arch-4.d: New.
73 * gas/i386/arch-4.s: Likewise.
74
75 * gas/i386/intel.d: Replace ud2a/ud2b with ud2/ud1.
76 * gas/i386/opcode-intel.d: Likewise.
77 * gas/i386/opcode-suffix.d: Likewise.
78 * gas/i386/opcode.d: Likewise.
79
7b0a0875
AM
802010-08-03 Alan Modra <amodra@gmail.com>
81
82 * gas/all/octa.s, * gas/all/octa.d: New test.
83 * gas/all/gas.exp: Run octa.
84 * gas/elf/data-1.s, * gas/elf/data-1.d: Delete.
85 * gas/elf/elf.exp: Don't run data-1.
86
ed9465a7
L
872010-08-02 H.J. Lu <hongjiu.lu@intel.com>
88
89 * elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64.
90
317bc8c8
L
912010-08-02 H.J. Lu <hongjiu.lu@intel.com>
92
93 PR gas/11867
94 * gas/elf/data-1.d: New.
95 * gas/elf/data-1.s: Likewise.
96
97 * elf/elf.exp: Run data-1.
98
b27423bb
TG
992010-08-02 Tristan Gingold <gingold@adacore.com>
100
101 * lib/gas-defs.exp (get_standard_section_names): New function.
102 (run_dump_tests): Document the new behavior for objdump,
103 document to new section-subst option. Automatically perform
104 substitutions for objdump.
105 (objdump_finish): Add REF_SUBST argument.
106 (run_list_test): Adjust call of regexp_diff.
107 (run_list_test_stdin): Ditto.
108 * gas/all/gas.exp (test_cond): Adjust call of regexp_diff.
109 * gas/symver/symver.exp (run_error_test): Ditto.
110 * gas/mt/relocs.exp (regexp_test): Ditto.
111 * gas/mep/complex-relocs.exp (regexp_test): Ditto.
112 * gas/m68k/all.exp: Ditto.
113 * gas/elf/elf.exp (run_elf_list_test): Ditto.
114 * gas/rx/rx-asm-good.d: Set section-subst to no.
115
089b8992
AM
1162010-08-02 Alan Modra <amodra@gmail.com>
117
118 * gas/i386/i386.exp (dw2-compress-1): Only run on ELF targets.
119 (dw2-compress-2, x86-64-dw2-compress-2): Remove unnecessary linux
120 target test.
121
09fe853b
AM
1222010-08-02 Alan Modra <amodra@gmail.com>
123
124 * gas/ppc/power4.d: Update for ppc_fix_adjustable change.
125
75bc1f81 1262010-07-28 H.J. Lu <hongjiu.lu@intel.com>
525285d8
L
127
128 * gas/i386/i386.exp: Xfail dw2-compress-2 and
129 x86-64-dw2-compress-2.
130
d3fca0b5
MR
1312010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
132
133 * gas/mips/jal-svr4pic-noreorder.d: New test case.
134 * gas/mips/mips1@jal-svr4pic-noreorder.d: New test
135 subarchitecture.
136 * gas/mips/r3000@jal-svr4pic-noreorder.d: Likewise.
137 * gas/mips/jal-svr4pic-noreorder.s: Source for the new test
138 case.
139 * gas/mips/mips.exp: Run the new test case.
140
4d2ad3b0
MR
1412010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
142
143 * gas/mips/jal-svr4pic.d: Rename to...
144 * gas/mips/mips1@jal-svr4pic.d: ... this.
145 * gas/mips/r3000@jal-svr4pic.d: New test subarchitecture.
146 * gas/mips/jal-svr4pic.d: New default subarchitecture patterns.
147 * gas/mips/mips.exp: Run jal-svr4pic with run_dump_test_arches
148 rather than run_dump_test.
149
6f02363d
MR
1502010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
151
152 * gas/mips/jal-svr4pic.d: Reformat. Use --show-raw-insn with
153 `objdump'.
154 * gas/mips/jal-svr4pic.s: Reformat. Fix up trailing zeroes.
155
89210bdc
MR
1562010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
157
158 * lib/gas-defs.exp (run_dump_test): Handle the "dump" option.
159
1cd986c5
NC
1602010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
161 Ina Pandit <ina.pandit@kpitcummins.com>
162
163 * gas/v850/split-lo16.d: Update the "ld" instructions with a space
164 for second operand.
165 * gas/v850/v850e1.d: Likewise.
166
dad7c680
AM
1672010-07-22 Alan Modra <amodra@gmail.com>
168
169 * gas/arm/mapdir.s: Don't specify attr/type for .fini_array.
170 * gas/elf/dwarf2-3.s: Don't specify attr for .init_array.
171 * gas/elf/dwarf2-3.d: Don't run on h8300.
172
3437afb1
AS
1732010-07-19 Andreas Schwab <schwab@redhat.com>
174
175 * gas/i386/x86-64-unwind.d: Ignore "Key to Flags" contents.
176 * gas/ia64/alias-ilp32.d: Likewise.
177 * gas/ia64/alias.d: Likewise.
178 * gas/ia64/group-1.d: Likewise.
179 * gas/ia64/group-2.d: Likewise.
180 * gas/ia64/secname-ilp32.d: Likewise.
181 * gas/ia64/secname.d: Likewise.
182 * gas/ia64/unwind-ilp32.d: Likewise.
183 * gas/ia64/unwind.d: Likewise.
184 * gas/mmix/byte-1.d: Likewise.
185 * gas/mmix/loc-1.d: Likewise.
186 * gas/mmix/loc-2.d: Likewise.
187 * gas/mmix/loc-3.d: Likewise.
188 * gas/mmix/loc-4.d: Likewise.
189 * gas/mmix/loc-5.d: Likewise.
190
502abbdf
L
1912010-07-16 H.J. Lu <hongjiu.lu@intel.com>
192
193 * gas/i386/i386.exp: Run dw2-compress-2 only for 32bit.
194
6e8bd58f
NS
1952010-07-14 Rhonda Wittels <rhonda@codesourcery.com>
196
197 * gas/elf/pseudo.s: New.
198 * gas/elf/pseudo.l: New.
199 * gas/elf/pseudo.d: New.
200 * gas/elf/elf.exp: Run the new test.
201
368886ac
L
2022010-07-14 H.J. Lu <hongjiu.lu@intel.com>
203
204 * config/default.exp (ADDR2LINE): New.
205 (ADDR2LINEFLAGS): Likewise.
206
207 * gas/i386/i386.exp: Run dw2-compress-2 and x86-64-dw2-compress-2.
208
209 * gas/i386/dw2-compress-2.d: New.
210 * gas/i386/dw2-compress-2.s: Likewise.
211 * gas/i386/x86-64-dw2-compress-2.d: Likewise.
212 * gas/i386/x86-64-dw2-compress-2.s: Likewise.
213
214 * lib/gas-defs.exp (run_dump_test): Support addr2line as dump
215 program.
216 (slurp_options): Allow numbers in options.
217
034cb286
L
2182010-07-14 Maciej W. Rozycki <macro@codesourcery.com>
219
220 * gas/elf/dwarf2-3.s: Replace .short and .long directives in
221 .debug_info section with .2byte and .4byte respectively.
222
a7879ef1
KT
2232010-07-11 Kai Tietz <kai.tietz@onevision.com>
224
225 * gas/pe/aligncomm-b.d: Regenerated content dump.
efb5f348 226 * gas/pe/aligncomm-d.d: Regenerated content dump.
a7879ef1
KT
227 * gas/i386/i386.exp: Disable for mingw 64-bit the intel-got64 test.
228
52e7f43d
RE
2292010-07-08 Tejas Belagod <tejas.belagod@arm.com>
230
231 * gas/arm/barrier.s: New file.
232 * gas/arm/barrier.d: New file.
233 * gas/arm/barrier-thumb.s: New file.
234 * gas/arm/barrier-thumb.d: New file.
235 * gas/arm/barrier-bad.s: New file.
236 * gas/arm/barrier-bad.d: New file.
237 * gas/arm/barrier-bad.l: New file.
238 * gas/arm/barrier-bad-thumb.s: New file.
239 * gas/arm/barrier-bad-thumb.d: New file.
240 * gas/arm/barrier-bad-thumb.l: New file.
241
db187cb9
NS
2422010-07-08 Daniel Gutson <dgutson@codesourcery.com>
243
244 * gas/arm/reloc-bad.d: New.
245 * gas/arm/reloc-bad.s: New.
246 * gas/arm/reloc-bad.l: New.
247
30cfc97a
MR
2482010-07-06 Maciej W. Rozycki <macro@codesourcery.com>
249
250 * gas/mips/elf-rel27.d: New test for HI16/LO16 relocation
251 pairing.
252 * gas/mips/elf-rel27.s: Source for the new test.
253 * gas/mips/mips.exp: Create "mips16" architecture. Adjust
254 conditions involving negated properties throughout to require
255 "mips1" as appropriate. Run the new test.
256 (mips_arch_destroy): New procedure.
257
193fa632
MR
2582010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
259
260 * gas/mips/mips.exp (run_dump_test_arch): Check for the presence
261 of an architecture-specific test first and use it if found,
262 before falling back to the generic one.
263
ad500c2e
MR
2642010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
265
266 * gas/mips/mips4-fp.d, gas/mips/mips4-fp.s: Remove checks for
267 branch-likely instructions and place them...
268 * gas/mips/mips4-branch-likely.d, gas/mips/mips4-branch-likely.s:
269 ... in this new test.
270 * gas/mips/mips4-fp.l: Update accordingly.
271 * gas/mips/mips4-branch-likely.l: New stderr output for the new
272 test.
273 * gas/mips/mips.exp (mips4-branch-likely): Run a dump test and
274 a list test with mips4-branch-likely similarly to mips4-fp.
275
8404fc53
MR
2762010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
277
278 * gas/mips/beq.d, gas/mips/beq.s: Remove checks for
279 branch-likely instructions.
280 * gas/mips/bge.d, gas/mips/bge.s: Likewise.
281 * gas/mips/bgeu.d, gas/mips/bgeu.s: Likewise.
282 * gas/mips/blt.d, gas/mips/blt.s: Likewise.
283 * gas/mips/bltu.d, gas/mips/bltu.s: Likewise.
284 * gas/mips/branch-likely.d, gas/mips/branch-likely.s: New test,
285 collecting checks for branch-likely instructions removed from
286 the above.
287 * gas/mips/mips.exp: Run the new test and update the
288 constraints for the updated tests to include MIPS I.
289
aa18947f
MR
2902010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
291
292 * gas/mips/mips4-fp.d: Reformat.
293
c8c59164
MR
2942010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
295
296 * gas/mips/beq.d: Reformat.
297 * gas/mips/bge.d, gas/mips/bgeu.d: Likewise.
298 * gas/mips/blt.d, gas/mips/bltu.d: Likewise.
299
5dc764cb
MR
3002010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
301
302 * gas/mips/beq.d: Remove leftover symbols/relocs from the
303 change on 2009-02-06.
304
d7d9a9f8
L
3052010-07-05 H.J. Lu <hongjiu.lu@intel.com>
306
307 AVX Programming Reference (June, 2010)
308 * gas/i386/rdrnd.s: Replace rdrnd with rdrand.
309 * gas/i386/rdrnd-intel.d: Likewise.
310 * gas/i386/rdrnd.d: Likewise.
311 * gas/i386/x86-64-rdrnd-intel.d: Likewise.
312 * gas/i386/x86-64-rdrnd.d: Likewise.
313 * gas/i386/x86-64-rdrnd.s: Likewise.
314
df1c40a7
L
3152010-07-05 H.J. Lu <hongjiu.lu@intel.com>
316
317 PR gas/10531
318 PR gas/11789
319 * gas/i386/dw2-compress-1.d: Remove bogus line debug info.
320
321 * gas/elf/dwarf2-1.d: New.
322 * gas/elf/dwarf2-1.s: Likewise.
323 * gas/elf/dwarf2-2.d: Likewise.
324 * gas/elf/dwarf2-2.s: Likewise.
325 * gas/elf/dwarf2-3.d: Likewise.
326 * gas/elf/dwarf2-3.s: Likewise.
327 * gas/i386/debug1.d: Likewise.
328 * gas/i386/debug1.s: Likewise.
329
330 * gas/elf/elf.exp: Run dwarf2-1, dwarf2-2 and dwarf2-3.
331
332 * gas/i386/i386.exp: Run debug1 for both 32bit and 64bit.
333
12a8b92e
L
3342010-07-04 H.J. Lu <hongjiu.lu@intel.com>
335
336 * gas/i386/dw2-compress-1.d: New.
337 * gas/i386/dw2-compress-1.s: Likewise.
338
339 * gas/i386/i386.exp: Run dw2-compress-1 for Linux.
340
c64efb4b
L
3412010-07-03 Jan Beulich <jbeulich@novell.com>
342
343 PR gas/11732
344 * gas/i386/i386.exp: Run new tests.
345 * gas/i386/intel-got{32,64}.{s,d}: New.
346
c7b8aa3a
L
3472010-07-01 H.J. Lu <hongjiu.lu@intel.com>
348
349 AVX Programming Reference (June, 2010)
350 * gas/i386/arch-10.s: Add xsaveopt.
351 * gas/i386/x86-64-arch-2.s: Likwise.
352
353 * gas/i386/arch-10.d: Updated.
354 * gas/i386/arch-10-1.l: Likewise.
355 * gas/i386/arch-10-2.l: Likewise.
356 * gas/i386/arch-10-3.l: Likewise.
357 * gas/i386/arch-10-4.l: Likewise.
358 * gas/i386/x86-64-arch-2.d: Likewise.
359
360 * gas/i386/f16c-intel.d: New.
361 * gas/i386/f16c.d: Likewise.
362 * gas/i386/f16c.s: Likewise.
363 * gas/i386/fsgs-intel.d: Likewise.
364 * gas/i386/fsgs.d: Likewise.
365 * gas/i386/fsgs.s: Likewise.
366 * gas/i386/rdrnd-intel.d: Likewise.
367 * gas/i386/rdrnd.d: Likewise.
368 * gas/i386/rdrnd.s: Likewise.
369 * gas/i386/x86-64-f16c-intel.d: Likewise.
370 * gas/i386/x86-64-f16c.d: Likewise.
371 * gas/i386/x86-64-f16c.s: Likewise.
372 * gas/i386/x86-64-fsgs-intel.d: Likewise.
373 * gas/i386/x86-64-fsgs.d: Likewise.
374 * gas/i386/x86-64-fsgs.s: Likewise.
375 * gas/i386/x86-64-rdrnd-intel.d: Likewise.
376 * gas/i386/x86-64-rdrnd.d: Likewise.
377 * gas/i386/x86-64-rdrnd.s: Likewise.
378
379 * gas/i386/i386.exp: Run f16c, f16c-intel, fsgs, fsgs-intel,
380 rdrnd, rdrnd-intel, x86-64-f16c, x86-64-f16c-intel, x86-64-fsgs,
381 x86-64-fsgs-intel, x86-64-rdrnd, x86-64-rdrnd-intel.
382
383 * gas/i386/x86-64-xsave.s: Add tests for xsaveopt64.
384
385 * gas/i386/x86-64-xsave-intel.d: Updated.
386 * gas/i386/x86-64-xsave.d: Likewise.
387
76fa04a4
MGD
3882010-07-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
389
390 * gas/arm/thumb2_bad_reg.s: Update mov register tests.
391 * gas/arm/thumb2_bad_reg.l: Likewise.
392
360cfc9c
AM
3932010-06-29 Alan Modra <amodra@gmail.com>
394
395 * gas/maxq10/maxq10.exp: Delete file.
396 * gas/maxq10/bits.d, * gas/maxq10/bits.s, * gas/maxq10/call.d,
397 * gas/maxq10/call.s, * gas/maxq10/data.s, * gas/maxq10/data2.d,
398 * gas/maxq10/data2.s, * gas/maxq10/data3.d, * gas/maxq10/data3.s,
399 * gas/maxq10/err.s, * gas/maxq10/jump.d, * gas/maxq10/jump.s,
400 * gas/maxq10/logical.d, * gas/maxq10/logical.s, * gas/maxq10/math.d,
401 * gas/maxq10/math.s, * gas/maxq10/pmtest.d, * gas/maxq10/pmtest.s,
402 * gas/maxq10/range.d, * gas/maxq10/range.s: Likewise.
403 * gas/maxq20/maxq20.exp: Delete file.
404 * gas/maxq20/bits.d, * gas/maxq20/bits.s, * gas/maxq20/call.d,
405 * gas/maxq20/call.s, * gas/maxq20/data1.d, * gas/maxq20/data1.s,
406 * gas/maxq20/data2.d, * gas/maxq20/data2.s, * gas/maxq20/data3.d,
407 * gas/maxq20/data3.s, * gas/maxq20/jump.d, * gas/maxq20/jump.s,
408 * gas/maxq20/jzimm.d, * gas/maxq20/jzimm.s, * gas/maxq20/logical.d,
409 * gas/maxq20/logical.s, * gas/maxq20/math.d, * gas/maxq20/math.s,
410 * gas/maxq20/pfx2.s, * gas/maxq20/pmtest.d, * gas/maxq20/pmtest.s,
411 * gas/maxq20/pxf0.s, * gas/maxq20/range.d,
412 * gas/maxq20/range.s: Likewise.
413 * gas/all/gas.exp: Remove references to maxq.
414
8e560766
MGD
4152010-06-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
416
417 * gas/arm/neon-ldst-align-bad.l: Update for Neon alignment syntax fix.
418 * gas/arm/neon-ldst-align-bad.s: Likewise.
419 * gas/arm/neon-ldst-es.d: Likewise.
420 * gas/arm/neon-ldst-es.s: Likewise.
421
b7adb16d
JB
4222010-06-22 Jan Beulich <jbeulich@novell.com>
423
b7adb16d
JB
424 * gas/i386/jump.d: Adjust.
425 * gas/i386/jump.s: Add check for branch to 2+$.
426
38bd8d09
JM
4272010-06-18 Joseph Myers <joseph@codesourcery.com>
428
429 * gas/tic6x/resource-func-unit-1.d,
430 gas/tic6x/resource-func-unit-1.l,
431 gas/tic6x/resource-func-unit-1.s,
432 gas/tic6x/resource-func-unit-2.d,
433 gas/tic6x/resource-func-unit-2.l,
434 gas/tic6x/resource-func-unit-2.s: New.
435
6ffe3d99
NC
4362010-06-16 Vincent Rivière <vincent.riviere@freesbee.fr>
437
438 PR gas/11673
439 * gas/m68k/p11673.s: New test.
440 * gas/m68k/all.exp: Run the new test.
441
09ec0d17
NC
4422010-06-16 Nick Clifton <nickc@redhat.com>
443
444 PR binutils/11676
445 * gas/m68k/pr11676.s: New test.
446 * gas/m68k/pr11676.d: Expected disassembly.
447 * gas/m68k/all.exp: Run the new test.
448
59e6276b
JM
4492010-06-15 Joseph Myers <joseph@codesourcery.com>
450
451 * gas/elf/elf.exp: Set target_machine for tic6x-*-*.
452 * gas/elf/section2.e-tic6x, gas/tic6x/attr-arch-directive-1.d,
453 gas/tic6x/attr-arch-directive-1.s,
454 gas/tic6x/attr-arch-directive-2.d,
455 gas/tic6x/attr-arch-directive-2.s,
456 gas/tic6x/attr-arch-directive-3.d,
457 gas/tic6x/attr-arch-directive-3.s,
458 gas/tic6x/attr-arch-directive-4.d,
459 gas/tic6x/attr-arch-directive-4.s,
460 gas/tic6x/attr-arch-directive-5.d,
461 gas/tic6x/attr-arch-directive-5.s,
462 gas/tic6x/attr-arch-opts-c62x.d, gas/tic6x/attr-arch-opts-c64x+.d,
463 gas/tic6x/attr-arch-opts-c64x.d, gas/tic6x/attr-arch-opts-c674x.d,
464 gas/tic6x/attr-arch-opts-c67x+.d, gas/tic6x/attr-arch-opts-c67x.d,
465 gas/tic6x/attr-arch-opts-none-1.d,
466 gas/tic6x/attr-arch-opts-none-2.d,
467 gas/tic6x/attr-arch-opts-override-1.d,
468 gas/tic6x/attr-arch-opts-override-2.d, gas/tic6x/empty.s: New.
469
e01d869a
AM
4702010-06-14 Sebastian Andrzej Siewior <bigeasy@linutronix.de>
471
472 * gas/ppc/e500.s: Add eieio, mbar and lwsync
473 * gas/ppc/e500.d: Likewise.
474
55881a11
MGD
4752010-06-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
476
477 * gas/arm/vldm-arm.d: New test.
478 * gas/arm/vldm-thumb-bad.d: Likewise.
479 * gas/arm/vldm-thumb-bad.l: Likewise.
480 * gas/arm/vldm.s: Likewise.
481 * gas/arm/vldmw-arm-bad.d: Likewise.
482 * gas/arm/vldmw-bad.l: Likewise.
483 * gad/arm-vldmw-bad.s: Likewise.
484 * gas/arm/vldmw-thumb-bad.d: Likewise.
485
1f4e4950
MGD
4862010-06-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
487 * gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs.
488 * gas/arm/thumb.d: Likewise.
489 * gas/arm/thumb.s: Likewise.
490 * gas/arm/thumb2_it.d: Update for change in lsls/movs disassembly.
491 * gas/arm/thumb2_it_auto.d: Liekwise.
492 * gas/arm/thumb32.d: Likewise.
493
941a8a52
MGD
4942010-05-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
495
496 * gas/arm/thumb2_it_auto.d: Update for change in movs encoding.
497 gas/arm/thumb2_it.d: Likewise.
498 gas/arm/thumb32.d: Likewise.
499
1e5b0379
NC
5002010-05-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
501
502 * gas/arm/thumb2_ldmstm.d: Add new testcases.
503 * gas/arm/thumb2_ldmstm.s: Likeiwse.
504 * gas/arm/thumb2_ldmstm_bad.d: Add testcases to check for
505 UNPREDICTABLE ldm/stm.
506 * gas/arm/thumb2_ldmstm_bad.l: Likewise.
507 * gas/arm/thumb2_ldmstm_bad.s: Likewise.
508
9db8dccb
CM
5092010-05-26 Catherine Moore <clm@codesoucery.com>
510 Maxim Kuvyrkov <maxim@codesourcery.com>
511
512 * gas/mips/set-arch.d: Expect ehb.
513
f79e2745
CM
5142010-05-26 Catherine Moore <clm@codesoucery.com>
515
516 * gas/mips/mips-no-jalx.l: Delete.
517 * gas/mips/mips-no-jalx.s: Delete.
518 * gas/mips/mips-jalx-2.d: New.
519 * gas/mips/mips-jalx-2.s: New.
520 * gas/mips/mips.exp (mips-jalx-2): Run new test.
521 (mips-no-jalx): Remove deleted test.
522
8e45593f
NC
5232010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
524 Joseph Myers <joseph@codesourcery.com>
525 Andrew Stubbs <ams@codesourcery.com>
526
527 * gas/sh/basic.exp: Run new tests. Handle uClinux like Linux.
528 * gas/sh/fdpic.d: New file.
529 * gas/sh/fdpic.s: New file.
530 * gas/sh/reg-prefix.d: Force big-endian.
531 * gas/sh/sh2a-pic.d: New file.
532 * gas/sh/sh2a-pic.s: New file.
533 * lib/gas-defs.exp (is_elf_format): Include sh*-*-uclinux*.
534
18ae9cc1
L
5352010-05-18 H.J. Lu <hongjiu.lu@intel.com>
536
537 PR gas/11600
538 * gas/elf/elf.exp: Run section8.
539
540 * gas/elf/section8.d: New.
541 * gas/elf/section8.s: Likewise.
542
bf3eeda7
NS
5432010-05-13 Nathan Sidwell <nathan@codesourcery.com>
544
545 * gas/arm/armv1-bad.l: Adjust expected error text.
546 * gas/arm/arch7em-bad.l: Likewise.
547 * gas/arm/arch7m-bad.l: Likewise.
548 * gas/arm/thumb-w-bad.l: Likewise.
549 * gas/arm/arm7-bad.d: New.
550 * gas/arm/arm7-bad.l: New.
551 * gas/arm/arm7-bad.s: New.
552
85d4ac0b
AM
5532010-05-13 Alan Modra <amodra@gmail.com>
554
9e59393e
AM
555 * gas/all/gas.exp: Don't run byte test on powerpc.
556
85d4ac0b
AM
557 * gas/ppc/a2.d: Correct wclr encoding.
558
4547cb56
NC
5592010-05-11 Andrew Stubbs <ams@codesourcery.com>
560
561 * gas/arm/attr-cpu-directive.d: Add Tag_DIV_use.
562 * gas/arm/attr-default.d: Likewise.
563 * gas/arm/attr-march-armv1.d: Likewise.
564 * gas/arm/attr-march-armv2.d: Likewise.
565 * gas/arm/attr-march-armv2a.d: Likewise.
566 * gas/arm/attr-march-armv2s.d: Likewise.
567 * gas/arm/attr-march-armv3.d: Likewise.
568 * gas/arm/attr-march-armv3m.d: Likewise.
569 * gas/arm/attr-march-armv4.d: Likewise.
570 * gas/arm/attr-march-armv4t.d: Likewise.
571 * gas/arm/attr-march-armv4txm.d: Likewise.
572 * gas/arm/attr-march-armv4xm.d: Likewise.
573 * gas/arm/attr-march-armv5.d: Likewise.
574 * gas/arm/attr-march-armv5t.d: Likewise.
575 * gas/arm/attr-march-armv5te.d: Likewise.
576 * gas/arm/attr-march-armv5tej.d: Likewise.
577 * gas/arm/attr-march-armv5texp.d: Likewise.
578 * gas/arm/attr-march-armv5txm.d: Likewise.
579 * gas/arm/attr-march-armv6-m.d: Likewise.
580 * gas/arm/attr-march-armv6.d: Likewise.
581 * gas/arm/attr-march-armv6j.d: Likewise.
582 * gas/arm/attr-march-armv6k.d: Likewise.
583 * gas/arm/attr-march-armv6kt2.d: Likewise.
584 * gas/arm/attr-march-armv6t2.d: Likewise.
585 * gas/arm/attr-march-armv6z.d: Likewise.
586 * gas/arm/attr-march-armv6zk.d: Likewise.
587 * gas/arm/attr-march-armv6zkt2.d: Likewise.
588 * gas/arm/attr-march-armv6zt2.d: Likewise.
589 * gas/arm/attr-march-armv7-a.d: Likewise.
590 * gas/arm/attr-march-armv7.d: Likewise.
591 * gas/arm/attr-march-armv7a.d: Likewise.
592 * gas/arm/attr-march-iwmmxt.d: Likewise.
593 * gas/arm/attr-march-iwmmxt2.d: Likewise.
594 * gas/arm/attr-march-marvell-f.d: Likewise.
595 * gas/arm/attr-march-xscale.d: Likewise.
596 * gas/arm/attr-mcpu.d: Likewise.
597 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
598 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
599 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
600 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
601 * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
602 * gas/arm/attr-mfpu-fpa.d: Likewise.
603 * gas/arm/attr-mfpu-fpa10.d: Likewise.
604 * gas/arm/attr-mfpu-fpa11.d: Likewise.
605 * gas/arm/attr-mfpu-fpe.d: Likewise.
606 * gas/arm/attr-mfpu-fpe2.d: Likewise.
607 * gas/arm/attr-mfpu-fpe3.d: Likewise.
608 * gas/arm/attr-mfpu-maverick.d: Likewise.
609 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
610 * gas/arm/attr-mfpu-neon.d: Likewise.
611 * gas/arm/attr-mfpu-softfpa.d: Likewise.
612 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
613 * gas/arm/attr-mfpu-softvfp.d: Likewise.
614 * gas/arm/attr-mfpu-vfp.d: Likewise.
615 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
616 * gas/arm/attr-mfpu-vfp10.d: Likewise.
617 * gas/arm/attr-mfpu-vfp3.d: Likewise.
618 * gas/arm/attr-mfpu-vfp9.d: Likewise.
619 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
620 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
621 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
622 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
623 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
624 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
625 * gas/arm/attr-order.d: Likewise.
626 * gas/arm/attr-override-cpu-directive.d: Likewise.
627 * gas/arm/attr-override-mcpu.d: Likewise.
628 * gas/arm/eabi_attr_1.d: Likewise.
629
6302010-05-11 Jie Zhang <jie@codesourcery.com>
631
632 * gas/arm/attr-mfpu-vfpxd.d: New test.
633
6342010-05-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
635
636 * gas/arm/thumb32.d: Fix expected disassembly of ldmia
637 instruction.
638
847d4311
NS
6392010-05-05 Nathan Sidwell <nathan@codesourcery.com>
640
641 * gas/all/byte.s: New.
642 * gas/all/byte.l: New.
643 * gas/all/byte.d: New.
644 * gas/all/gas.exp: Add it.
645
77db8e2e
NC
6462010-04-29 Nathan Sidwell <nathan@codesourcery.com>
647
648 * gas/arm/weakdef-1.s: New.
649 * gas/arm/weakdef-1.d: New.
650 * gas/arm/weakdef-2.s: New.
651 * gas/arm/weakdef-2.d: New.
652 * gas/arm/weakdef-2.l: New.
653
d99e5b39
JM
6542010-04-27 Joseph Myers <joseph@codesourcery.com>
655
656 * gas/tic6x/align-1-be.d, gas/tic6x/align-1.d,
657 gas/tic6x/align-1.s, gas/tic6x/align-2.d, gas/tic6x/align-2.s:
658 New.
659
25303607
L
6602010-04-24 H.J. Lu <hongjiu.lu@intel.com>
661
662 PR gas/11535
663 * gas/i386/intelok.s: Add tests for "call|jmp [xtrn]".
664 * gas/i386/intelok.d: Updated.
665
2462afa1
JM
6662010-04-21 Joseph Myers <joseph@codesourcery.com>
667
668 * gas/tic6x/insns-c674x.s, gas/tic6x/insns-c674x.d: Also test
669 "b .S2 b3".
670
3c7b9c2c
L
6712010-04-21 H.J. Lu <hongjiu.lu@intel.com>
672
673 PR gas/11509
674 * gas/i386/equ.s: Add tests for ".equ symbol, reg + NUM".
675 * gas/i386/equ.d: Updated.
676
aa27de95
NC
6772010-04-20 Nick Clifton <nickc@redhat.com>
678
679 PR gas/11507
680 * gas/macros/altmacro.s: New test.
681 * gas/macros/altmacro.d: Expected output.
682
bb7835b8
NC
6832010-04-16 Nick Clifton <nickc@redhat.com>
684
685 PR gas/11395
686 * gas/hppa/basic/add2.s: Add test of simple 32-bit instruction.
687 * gas/hppa/basic/basic.exp (do_add2): Add grep for expected
688 disassembly.
689
75375b3e
MGD
6902010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
691
692 * gas/arm/attr-mcpu.d: Update for new attribute tag names.
693 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
694 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
695 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
696 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
697 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
698 * gas/arm/attr-mfpu-neon.d: Likewise.
699 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
700 * gas/arm/attr-mfpu-vfp.d: Likewise.
701 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
702 * gas/arm/attr-mfpu-vfp10.d: Likewise.
703 * gas/arm/attr-mfpu-vfp3.d: Likewise.
704 * gas/arm/attr-mfpu-vfp9.d: Likewise.
705 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
706 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
707 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
708 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
709 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
710 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
bb7835b8 711 * gas/arm/attr-names.d: Add test to make sure all attribute names
75375b3e
MGD
712 are recognised.
713 * gas/arm/attr-names.s: Likewise.
714
2de7820f
JZ
7152010-04-07 Jie Zhang <jie@codesourcery.com>
716
717 * gas/arm/mapmisc.s: Test multiple mapping symbols have
718 the same value 0.
719
cee62821
PB
7202010-04-06 Peter Bergner <bergner@vnet.ibm.com>
721
722 * gas/ppc/476.d ("dccci", "dci", "iccci"): Add tests.
723 * gas/ppc/476.s: Likewise.
724 * gas/ppc/a2.d ("dccci", "dci", "iccci", "ici"): Add tests.
725 * gas/ppc/a2.s: Likewise.
726
40b36596
JM
7272010-03-25 Joseph Myers <joseph@codesourcery.com>
728
729 * gas/tic6x: New directory and testcases.
730
103acc3c
JM
7312010-03-23 Joseph Myers <joseph@codesourcery.com>
732
733 * gas/macros/dot.s: Remove space in .byte operands.
734
ce7d077e
SP
7352010-03-22 Sebastian Pop <sebastian.pop@amd.com>
736 Quentin Neill <quentin.neill@amd.com>
737
738 * testsuite/gas/i386/x86-64-lwp.s: Remove use of 16bit LWP insns.
739 * testsuite/gas/i386/lwp.s: Same.
740 * testsuite/gas/i386/x86-64-lwp.d: Updated.
741 * testsuite/gas/i386/lwp.d: Updated.
742
0f020cef
JZ
7432010-03-19 Jie Zhang <jie@codesourcery.com>
744
745 * gas/arm/mapmisc.s: Add the test case for two mapping
746 symbols having the same value.
747 * gas/arm/mapmisc.d: Likewise.
748
b43420e6
NC
7492010-03-18 Wei Guozhi <carrot@google.com>
750
751 PR gas/11323
752 * gas/arm/got_prel.s: New test case.
753 * gas/arm/got_prel.d: Expected disassembly.
754
4f9adf89
L
7552010-03-17 H.J. Lu <hongjiu.lu@intel.com>
756
757 * gas/i386/i386.exp: Run list-1, list-2 and list-3 only for
758 ELF tagets.
759
cea10409
L
7602010-03-08 H.J. Lu <hongjiu.lu@intel.com>
761
762 PR gas/9966
763 PR gas/11356
764 * gas/i386/list-1.l: New.
765 * gas/i386/list-1.s: Likewise.
766 * gas/i386/list-2.l: Likewise.
767 * gas/i386/list-2.s: Likewise.
768 * gas/i386/list-3.l: Likewise.
769 * gas/i386/list-3.s: Likewise.
770
771 * gas/i386/i386.exp: Run list-1, list-2 and list-3.
772
773 * lib/gas-defs.exp (gas_run_stdin): New.
774 (run_list_test_stdin): Likewise.
775
743d7f19
DE
7762010-02-26 Doug Evans <dje@sebabeach.org>
777
778 * gas/mep/allinsn.be.d: Renamed from allinsn.d. Pass -EB.
779 * gas/mep/allinsn.exp: branch1 is now bi-endian.
780 * gas/mep/branch1.be.d: Renamed from branch1.d. Pass -EB.
781 * gas/mep/branch1.le.d: New file.
782 * gas/mep/dj1.be.d: Renamed from dj1.d. Pass -EB.
783 * gas/mep/dj2.be.d: Renamed from dj2.d. Pass -EB.
784
f8a8e9d6
JZ
7852010-02-26 Jie Zhang <jie@codesourcery.com>
786
787 * gas/arm/thumb32.s, gas/arm/thumb32.d: Add a new test
788 for strexd.
789 * gas/arm/thumb32.l: Adjust.
790
e23c0ad8
JZ
7912010-02-26 Jie Zhang <jie@codesourcery.com>
792
793 * gas/arm/neon-ldst-align-bad.d: New test.
794 * gas/arm/neon-ldst-align-bad.l: New test.
795 * gas/arm/neon-ldst-align-bad.s: New test.
796
c67a084a
NC
7972010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
798
799 * gas/mips/loongson-2f-2.s: New test of -mfix-loongson2f-nop.
800 * gas/mips/loongson-2f-2.d: Likewise.
801 * gas/mips/loongson-2f-3.s: New test of -mfix-loongson2f-jump.
802 * gas/mips/loongson-2f-3.d: Likewise.
803 * gas/mips/mips.exp: Run the new tests.
804
c060226a
NC
8052010-02-24 Nick Clifton <nickc@redhat.com>
806
807 PR binutils/6773
808 * gas/arm/arch7em.d: Replace expected disassembly of
809 <prefix>addsubx with <prefix>asx. Also replace <prefix>subaddx
810 with <prefix>sax.
811 * gas/arm/archv6.d: Likewise.
812 * gas/arm/thumb32.d: Likewise.
813
56adecf4
DG
8142010-02-23 Daniel Gutson <dgutson@codesourcery.com>
815
c060226a
NC
816 * gas/arm/depr-swp.d: New test case.
817 * gas/arm/depr-swp.s: New file.
818 * gas/arm/depr-swp.l: New file.
56adecf4 819
0dc5cb47
NC
8202010-02-23 Nick Clifton <nickc@redhat.com>
821
822 * gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
823 end of the section depending upon the target of the arm assembler
824 being tested.
825
cd21e546
MGD
8262010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
827
0dc5cb47 828 * gas/arm/attr-order.d: Fix test for new names for attribute
cd21e546
MGD
829 values.
830
77551a33
DG
8312010-02-12 Daniel Gutson <dgutson@codesourcery.com>
832
833 * gas/arm/sp-pc-validations-bad.d: New testcase.
834 * gas/arm/sp-pc-validations-bad.l: New file.
835 * gas/arm/sp-pc-validations-bad.s: New file.
836 * gas/arm/sp-pc-validations-bad-t.d: New testcase.
837 * gas/arm/sp-pc-validations-bad-t.l: New file.
838 * gas/arm/sp-pc-validations-bad-t.s: New file.
839 * gas/arm/sp-pc-usage-t.d: Removed invalid insns.
840 * gas/arm/sp-pc-usage-t.s: Likewise.
841 * gas/arm/unpredictable.d: Likewise.
842 * gas/arm/unpredictable.s: Likewise.
843 * gas/arm/thumb2_bcond.d: Added test.
844 * gas/arm/thumb2_bcond.s: Likewise.
845
9d0e8497
TG
8462010-02-12 Tristan Gingold <gingold@adacore.com>
847
848 * gas/ia64/slotcount.s, gas/ia64/slotcount.s: New test.
849 * gas/ia64/ia64.exp: Add slotcount test (vms only).
850
a683cc34
SP
8512010-02-10 Quentin Neill <quentin.neill@amd.com>
852 Sebastian Pop <sebastian.pop@amd.com>
853
854 * gas/i386/x86-64-xop.d: Add vpermil2p[sd] tests.
855 * gas/i386/x86-64-xop.s: Likewise.
856 * gas/i386/xop.d: Likewise.
857 * gas/i386/xop.s: Likewise.
858
486499d0
CL
8592010-02-08 Christophe Lyon <christophe.lyon@st.com>
860
861 * gas/arm/branch-reloc.s, gas/arm/branch-reloc.d,
862 gas/arm/branch-reloc.l: New tests and expected results with all
863 variants of call: ARM/Thumb, local/global, inter/intra-section,
864 using BL/BLX.
865
bb7c70ed
NC
8662010-02-08 Christophe Lyon <christophe.lyon@st.com>
867
868 * gas/arm/arm-it-auto.d: Update expected results.
869 * gas/arm/bl-local-v4t.d: Likewise.
870 * gas/arm/blx-local.d: Likewise.
871 * gas/arm/thumb-w-good.d: Likewise.
872 * gas/arm/wince.d: Likewise.
873
ce3d2015
AM
8742010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
875
876 * gas/ppc/titan.d, * gas/ppc/titan.s: New test.
877 * gas/ppc/ppc.exp: Run it.
878
68339fdf
SP
8792010-02-03 Quentin Neill <quentin.neill@amd.com>
880
881 * gas/i386/i386.exp: Rename amdfam15 test cases to bdver1.
882 * gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to
883 gas/i386/x86-64-nops-1-bdver1.d.
884 * gas/i386/nops-1-amdfam15.d: Renamed test case to
885 gas/i386/nops-1-bdver1.d.
886
b0e28b39
DJ
8872010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
888
889 * gas/arm/dis-data.d: Update test name. Do not expect
890 .word output.
891 * gas/arm/dis-data2.d, gas/arm/dis-data2.s,
892 gas/arm/dis-data3.d, gas/arm/dis-data3.s: New tests.
893
99b253c5
NC
8942010-01-29 Nick Clifton <nickc@redhat.com>
895
896 PR 11136
897 * gas/arm/neon-omit.s: Add instruction that causes crash.
898 * gas/arm/neon-omit.d: Add expected disassembly.
899
09be49c9
DK
9002010-01-28 Dave Korn <dave.korn.cygwin@gmail.com>
901
902 * gas/pe/section-align-1.d: Don't test section flags.
903 * gas/pe/section-align-2.d: Likewise.
904
1c480963
L
9052010-01-28 H.J. Lu <hongjiu.lu@intel.com>
906
907 * gas/i386/fma-scalar-intel.d: New.
908 * gas/i386/fma-scalar.d: Likewise.
909 * gas/i386/fma-scalar.s: Likewise.
910 * gas/i386/x86-64-fma-scalar-intel.d: Likewise.
911 * gas/i386/x86-64-fma-scalar.d: Likewise.
912 * gas/i386/x86-64-fma-scalar.s: Likewise.
913
914 * gas/i386/i386.exp: Run fma-scalar, fma-scalar-intel,
915 x86-64-fma-scalar and x86-64-fma-scalar-intel.
916
70ecb384
NC
9172010-01-28 Nick Clifton <nickc@redhat.com>
918
919 PR 11225
920 * gas/pe/aligncomm-c.d: Dump all sections.
921
31907d5e
DK
9222010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
923
924 * gas/pe/section-align-1.s: New test source file.
925 * gas/pe/section-align-1.d: Likewise control script.
926 * gas/pe/section-align-2.s: Likewise ...
927 * gas/pe/section-align-2.d: ... and likewise.
928 * gas/pe/pe.exp: Invoke new testcases.
929
539f890d
L
9302010-01-27 H.J. Lu <hongjiu.lu@intel.com>
931
932 * gas/i386/avx-scalar-intel.d: New.
933 * gas/i386/avx-scalar.d: Likewise.
934 * gas/i386/avx-scalar.s: Likewise.
935 * gas/i386/x86-64-avx-scalar-intel.d: Likewise.
936 * gas/i386/x86-64-avx-scalar.d: Likewise.
937 * gas/i386/x86-64-avx-scalar.s: Likewise.
938
939 * gas/i386/i386.exp: Run avx-scalar, avx-scalar-intel,
940 x86-64-avx-scalar and x86-64-avx-scalar-intel.
941
caca4976
L
9422010-01-23 H.J. Lu <hongjiu.lu@intel.com>
943
944 * gas/i386/avx.s: Add more tests.
945 * gas/i386/x86-64-avx.s: Likewise.
946
947 * gas/i386/avx-intel.d: Updated.
948 * gas/i386/avx.d: Likewise.
949 * gas/i386/x86-64-avx-intel.d: Likewise.
950 * gas/i386/x86-64-avx.d: Likewise.
951
c865e45b
RS
9522010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
953
954 * gas/ppc/xcoff-ref-1.s, gas/ppc/xcoff-ref-1.l: New test.
955 * gas/ppc/aix.exp: Run it.
956
706e8205 9572010-01-21 H.J. Lu <hongjiu.lu@intel.com>
73bb6729
L
958
959 * gas/i386/x86-64-xsave.s: Add tests for xsave64 and xrstor64.
960
961 * gas/i386/x86-64-xsave-intel.d: Updated.
962 * gas/i386/x86-64-xsave.d: Likewise.
963
760f3a89
NC
9642010-01-20 Nick Clifton <nickc@redhat.com>
965
966 PR 11109
967 * gas/arm/vfp-neon-syntax.d: Update expected disassembly.
968 * gas/arm/vfp-neon-syntax_t2.d: Likewise.
969
a6461c02
SP
9702010-01-15 Sebastian Pop <sebastian.pop@amd.com>
971
972 * gas/i386/x86-64-xop.d: Add missing patterns.
973 * gas/i386/x86-64-xop.s: Same.
974 * gas/i386/xop.d: Same.
975 * gas/i386/xop.s: Same.
976
43579b25
DJ
9772010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
978
979 * gas/arm/thumb-nop.s: Add .syntax unified.
980
afa62d5e
DJ
9812010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
982
983 * gas/arm/thumb-nop.d, gas/arm/thumb-nop.s: New test.
984 * gas/arm/relax_branch_align.d: Expect a default NOP instruction.
985 * gas/arm/vfp1_t2.d, gas/arm/vfp1xD_t2.d: Specify a CPU with
986 Thumb-2.
987
52b010e4
NC
9882010-01-13 Nick Clifton <nickc@redhat.com>
989
990 * gas/elf/section0.d: Skip this test for the h8300.
991 * gas/elf/section1.d: Likewise.
992 * gas/elf/section6.d: Likewise.
993 * gas/elf/elf.exp: Skip section2 and section5 tests when the
994 target is the h8300.
995
69dd9865
SP
9962010-01-06 Quentin Neill <quentin.neill@amd.com>
997
998 * gas/i386/i386.exp: Add new amdfam15 test cases.
999 * gas/i386/nops-1-amdfam15.d: New.
1000 * gas/i386/x86-64-nops-1-amdfam15.d: New.
1001
e3e535bc
NC
10022010-01-06 Daniel Gutson <dgutson@codesourcery.com>
1003
1004 * gas/arm/dis-data.d: New test case.
1005 * gas/arm/dis-data.s: New file.
1006
4316f0d2
DG
10072010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1008
1009 * gas/arm/neon-logic.d: New test case.
1010 * gas/arm/neon-logic.s: New file.
1011
b1a769ed
DG
10122010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1013
1014 * gas/arm/neon-addressing-bad.d: New test case.
1015 * gas/arm/neon-addressing-bad.s: New file.
1016 * gas/arm/neon-addressing-bad.l: New file.
1017
88714cb8
DG
10182010-01-03 Daniel Gutson <dgutson@codesourcery.com>
1019
1020 * gas/arm/neon-suffix-bad.d: New test case.
1021 * gas/arm/neon-suffix-bad.s: New file.
1022 * gas/arm/neon-suffix-bad.l: New file.
e3ea77ac 1023
43ecc30f 1024For older changes see ChangeLog-2009
c9e214e5
AM
1025\f
1026Local Variables:
1027mode: change-log
1028left-margin: 8
1029fill-column: 74
1030version-control: never
1031End:
This page took 0.33396 seconds and 4 git commands to generate.