gas/
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2010-11-10 Richard Sandiford <richard.sandiford@linaro.org>
2
3 * gas/arm/plt-1.s, gas/arm/plt-1.d: New test.
4
5 2010-11-08 Thomas Schwinge <thomas@schwinge.name>
6
7 * lib/gas-defs.exp (is_elf_format): Consider for *-*-gnu*, too.
8 * gas/elf/elf.exp: Likewise.
9 * gas/symver/symver.exp: Likewise.
10
11 2010-11-03 H.J. Lu <hongjiu.lu@intel.com>
12
13 PR gas/12186
14 * gas/i386/gotpc.s: Add more _GLOBAL_OFFSET_TABLE_ test.
15 * gas/i386/gotpc.d: Updated.
16
17 2010-11-02 Joseph Myers <joseph@codesourcery.com>
18
19 * gas/tic6x/attr-array-directive-1.d,
20 gas/tic6x/attr-array-directive-1.s,
21 gas/tic6x/attr-array-directive-2.d,
22 gas/tic6x/attr-array-directive-2.s,
23 gas/tic6x/attr-array-directive-3.d,
24 gas/tic6x/attr-array-directive-3.s,
25 gas/tic6x/attr-array-directive-4.d,
26 gas/tic6x/attr-array-directive-4.s,
27 gas/tic6x/attr-conformance-directive-1.d,
28 gas/tic6x/attr-conformance-directive-1.s,
29 gas/tic6x/attr-conformance-directive-2.d,
30 gas/tic6x/attr-conformance-directive-2.s,
31 gas/tic6x/attr-pic-directive-1.d,
32 gas/tic6x/attr-pic-directive-1.s,
33 gas/tic6x/attr-pic-directive-2.d,
34 gas/tic6x/attr-pic-directive-2.s,
35 gas/tic6x/attr-pic-opts-mno-pic.d, gas/tic6x/attr-pic-opts-mpic.d,
36 gas/tic6x/attr-pid-directive-1.d,
37 gas/tic6x/attr-pid-directive-1.s,
38 gas/tic6x/attr-pid-directive-2.d,
39 gas/tic6x/attr-pid-directive-2.s,
40 gas/tic6x/attr-pid-opts-mpid-far.d,
41 gas/tic6x/attr-pid-opts-mpid-near.d,
42 gas/tic6x/attr-pid-opts-mpid-no.d,
43 gas/tic6x/attr-stack-directive-1.d,
44 gas/tic6x/attr-stack-directive-1.s,
45 gas/tic6x/attr-stack-directive-2.d,
46 gas/tic6x/attr-stack-directive-2.s,
47 gas/tic6x/attr-wchar-directive-1.d,
48 gas/tic6x/attr-wchar-directive-1.s,
49 gas/tic6x/attr-wchar-directive-2.d,
50 gas/tic6x/attr-wchar-directive-2.s: New tests.
51
52 2010-10-29 Joseph Myers <joseph@codesourcery.com>
53
54 * gas/tic6x/attr-compatibility-directive-1.d,
55 gas/tic6x/attr-compatibility-directive-1.s,
56 gas/tic6x/attr-compatibility-directive-2.d,
57 gas/tic6x/attr-compatibility-directive-2.s: New tests.
58
59 2010-10-29 H.J. Lu <hongjiu.lu@intel.com>
60
61 * elf/dwarf2-1.s: Replace .zdebug_abbrev section with
62 .debug_abbrev section.
63 * elf/dwarf2-2.3: Likewise.
64
65 * elf/dwarf2-1.d: Pass --compress-debug-sections to assembler.
66 Updated.
67 * elf/dwarf2-2.d: Likewise.
68
69 * gas/i386/i386.exp: Remove xfail on dw2-compress-2 and
70 x86-64-dw2-compress-2.
71
72 2010-10-29 Bernd Schmidt <bernds@codesourcery.com>
73 Joseph Myers <joseph@codesourcery.com>
74
75 * gas/tic6x/attr-dsbt-directive-1.d,
76 gas/tic6x/attr-dsbt-directive-1.s,
77 gas/tic6x/attr-dsbt-directive-2.d,
78 gas/tic6x/attr-dsbt-directive-2.s,
79 gas/tic6x/attr-dsbt-opts-mdsbt.d,
80 gas/tic6x/attr-dsbt-opts-mno-dsbt.d: New tests.
81
82 2010-10-28 Thomas Schwinge <thomas@schwinge.name>
83
84 * gas/iq2000/load-hazards.exp: Sort all filename globs.
85 * gas/iq2000/yield.exp: Likewise.
86 * gas/mt/errors.exp: Likewise.
87
88 2010-10-28 Alan Modra <amodra@gmail.com>
89
90 * gas/elf/elf.exp (groupautob): Don't run on xtensa.
91 * gas/elf/groupautoa.d: Change test name.
92 * gas/elf/groupautob.d: Change test name.
93
94 2010-10-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
95
96 * gas/all/gas.exp: Don't run byte test on s390.
97
98 2010-10-27 Alan Modra <amodra@gmail.com>
99
100 * gas/i386/x86-64-relax-1.s: Use .balign. not .align.
101 * gas/i386/x86-64-relax-1.d: Remove label match, match pe output.
102
103 * gas/i386/relax-1.s: Use .p2align, not .align.
104 * gas/i386/relax-2.s: Likewise.
105 * gas/i386/relax-1.d: Remove label match.
106 * gas/i386/relax-2.d: Likewise. Correct test name.
107
108 2010-10-26 Dave Korn <dave.korn.cygwin@gmail.com>
109
110 * gas/i386/relax-1.d: Generalize regexes a bit.
111 * gas/i386/relax-2.d: Likewise.
112
113 2010-10-25 Chao-ying Fu <fu@mips.com>
114
115 * gas/mips/mips32-dsp.d, gas/mips/mips32-dsp.s: Add madd, maddu, msub,
116 msubu, mult, multu.
117
118 2010-10-25 H.J. Lu <hongjiu.lu@intel.com>
119
120 PR gas/12049
121 * gas/i386/i386.exp: Run relax-1 and relax-2 for all 32bit
122 targets. Run x86-64-relax-1.
123
124 * gas/i386/x86-64-relax-1.d: New.
125 * gas/i386/x86-64-relax-1.s: Likewise.
126
127 2010-10-24 Maciej W. Rozycki <macro@linux-mips.org>
128
129 * gas/mips/mips.exp: Simplify enabling of MIPS16 testing.
130
131 2010-10-24 Maciej W. Rozycki <macro@linux-mips.org>
132
133 * gas/mips/at-1.d: Handle ECOFF relocations.
134 * gas/mips/eret-1.d: Handle ECOFF.
135 * gas/mips/eret-2.d: Likewise.
136 * gas/mips/eret-3.d: Likewise.
137 * gas/mips/mips.exp: Only run "aent" for ELF.
138
139 2010-10-24 Maciej W. Rozycki <macro@linux-mips.org>
140
141 * gas/mips/ld.s: Adjust to let SD, L.D, S.D, LDC1 and SDC1
142 macros to be tested, according to the "tsd", "tl_d", "ts_d",
143 "tldc1" and "tsdc1" symbols.
144 * gas/mips/sd.d: New test.
145 * gas/mips/ecoff@sd.d: Likewise, ECOFF version.
146 * gas/mips/mips1@ecoff@sd.d: Likewise, MIPS I/ECOFF version.
147 * gas/mips/r3000@ecoff@sd.d: Likewise, R3000/ECOFF version.
148 * gas/mips/r3900@ecoff@sd.d: Likewise, R3900/ECOFF version.
149 * gas/mips/mips2@ecoff@sd.d: Likewise, MIPS II/ECOFF version.
150 * gas/mips/mips32@ecoff@sd.d: Likewise, MIPS32/ECOFF version.
151 * gas/mips/mips32r2@ecoff@sd.d: Likewise, MIPS32r2/ECOFF
152 version.
153 * gas/mips/sd-forward.d: New test.
154 * gas/mips/ecoff@sd-forward.d: Likewise, ECOFF version.
155 * gas/mips/mips1@ecoff@sd-forward.d: Likewise, MIPS I/ECOFF
156 version.
157 * gas/mips/r3000@ecoff@sd-forward.d: Likewise, R3000/ECOFF
158 version.
159 * gas/mips/r3900@ecoff@sd-forward.d: Likewise, R3900/ECOFF
160 version.
161 * gas/mips/mips2@ecoff@sd-forward.d: Likewise, MIPS II/ECOFF
162 version.
163 * gas/mips/mips32@ecoff@sd-forward.d: Likewise, MIPS32/ECOFF
164 version.
165 * gas/mips/mips32r2@ecoff@sd-forward.d: Likewise, MIPS32r2/ECOFF
166 version.
167 * gas/mips/l_d.d: New test.
168 * gas/mips/mips1@l_d.d: Likewise, MIPS I version.
169 * gas/mips/r3000@l_d.d: Likewise, R3000 version.
170 * gas/mips/r3900@l_d.d: Likewise, R3900 version.
171 * gas/mips/l_d-forward.d: New test.
172 * gas/mips/mips1@l_d-forward.d: Likewise, MIPS I version.
173 * gas/mips/r3000@l_d-forward.d: Likewise, R3000 version.
174 * gas/mips/r3900@l_d-forward.d: Likewise, R3900 version.
175 * gas/mips/s_d.d: New test.
176 * gas/mips/mips1@s_d.d: Likewise, MIPS I version.
177 * gas/mips/r3000@s_d.d: Likewise, R3000 version.
178 * gas/mips/r3900@s_d.d: Likewise, R3900 version.
179 * gas/mips/s_d-forward.d: New test.
180 * gas/mips/mips1@s_d-forward.d: Likewise, MIPS I version.
181 * gas/mips/r3000@s_d-forward.d: Likewise, R3000 version.
182 * gas/mips/r3900@s_d-forward.d: Likewise, R3900 version.
183 * gas/mips/ldc1.d: New test.
184 * gas/mips/ldc1-forward.d: Likewise.
185 * gas/mips/sdc1.d: Likewise.
186 * gas/mips/sdc1-forward.d: Likewise.
187 * gas/mips/sd-n32.d: Likewise.
188 * gas/mips/sd-n64.d: Likewise.
189 * gas/mips/sd-f-n32.d: Likewise.
190 * gas/mips/sd-f-n64.d: Likewise.
191 * gas/mips/l_d-n32.d: Likewise.
192 * gas/mips/l_d-n64.d: Likewise.
193 * gas/mips/l_d-f-n32.d: Likewise.
194 * gas/mips/l_d-f-n64.d: Likewise.
195 * gas/mips/s_d-n32.d: Likewise.
196 * gas/mips/s_d-n64.d: Likewise.
197 * gas/mips/s_d-f-n32.d: Likewise.
198 * gas/mips/s_d-f-n64.d: Likewise.
199 * gas/mips/ldc1-n32.d: Likewise.
200 * gas/mips/ldc1-n64.d: Likewise.
201 * gas/mips/ldc1-f-n32.d: Likewise.
202 * gas/mips/ldc1-f-n64.d: Likewise.
203 * gas/mips/sdc1-n32.d: Likewise.
204 * gas/mips/sdc1-n64.d: Likewise.
205 * gas/mips/sdc1-f-n32.d: Likewise.
206 * gas/mips/sdc1-f-n64.d: Likewise.
207 * gas/mips/mips.exp: Run the new tests.
208
209 2010-10-24 Maciej W. Rozycki <macro@linux-mips.org>
210
211 * gas/mips/ld.s: Adjust to let data objects be only
212 defined/declared (as appropriate) at the end of assembly, based
213 on the presence or not of the "forward" symbol.
214 * gas/mips/ld-forward.d: New test.
215 * gas/mips/mips1@ld-forward.d: Likewise. MIPS I version.
216 * gas/mips/r3000@ld-forward.d: Likewise, R3000 version.
217 * gas/mips/ecoff@ld-forward.d: Likewise, ECOFF version.
218 * gas/mips/r3900@ecoff@ld-forward.d: Likewise, R3900/ECOFF
219 version.
220 * gas/mips/mips2@ecoff@ld-forward.d: Likewise, MIPS II/ECOFF
221 version.
222 * gas/mips/mips32@ecoff@ld-forward.d: Likewise, MIPS32/ECOFF
223 version.
224 * gas/mips/mips32r2@ecoff@ld-forward.d: Likewise, MIPS32r2/ECOFF
225 version.
226 * gas/mips/ld-n32-forward.d: New test.
227 * gas/mips/ld-n64-forward.d: Likewise.
228 * gas/mips/mips.exp: Run the new tests.
229
230 2010-10-24 Maciej W. Rozycki <macro@linux-mips.org>
231
232 * gas/mips/ld-n32.d: New test.
233 * gas/mips/ld-n64.d: Likewise.
234 * gas/mips/mips.exp: Run the new tests.
235
236 2010-10-24 Maciej W. Rozycki <macro@linux-mips.org>
237
238 * gas/mips/ld.d: Rename to...
239 * gas/mips/mips1@ld.d: ... this.
240 * gas/mips/ld-ilocks.d: Rename to...
241 * gas/mips/ld.d: ... this.
242 * gas/mips/r3000@ld.d: New test, R3000 version.
243 * gas/mips/ecoff@ld.d: Likewise, ECOFF version.
244 * gas/mips/r3900@ecoff@ld.d: Likewise, R3900/ECOFF version.
245 * gas/mips/mips2@ecoff@ld.d: Likewise, MIPS II/ECOFF version.
246 * gas/mips/mips32@ecoff@ld.d: Likewise, MIPS32/ECOFF version.
247 * gas/mips/mips32r2@ecoff@ld.d: Likewise, MIPS32r2/ECOFF version.
248 * gas/mips/mips.exp: Remove "ld-ilocks" and run "ld" over all
249 architectures matching "mips1".
250
251 2010-10-24 Maciej W. Rozycki <macro@linux-mips.org>
252 Richard Sandiford <rdsandiford@googlemail.com>
253
254 * gas/mips/mips.exp (run_dump_test_arch): Check for the presence
255 of a file-format-specific test too.
256 (run_dump_test_arches): Pull elf, ecoff and aout variables for
257 use by the above.
258
259 2010-10-24 Maciej W. Rozycki <macro@linux-mips.org>
260
261 * gas/mips/ld.s: Remove "l.d", "s.d" and "sd" instructions.
262 * gas/mips/ld.d: Adjust accordingly.
263 * gas/mips/ld-ilocks.d: Likewise
264
265 2010-10-24 Maciej W. Rozycki <macro@linux-mips.org>
266
267 * gas/mips/ld.s: Remove ".set mips1".
268 * gas/mips/ld.d: Remove "-march=r4000" and "-mmips:4000" from
269 gas/objdump options.
270 * gas/mips/ld-ilocks.d: Add "-32" to gas options.
271 * gas/mips/mips.exp: Run the two cases with run_dump_test_arches.
272
273 2010-10-24 Maciej W. Rozycki <macro@linux-mips.org>
274
275 * gas/mips/ld.s: Remove MIPS III bits.
276 * gas/mips/ld.d: Adjust accordingly.
277 * gas/mips/ld-ilocks.d: Likewise.
278 * gas/mips/ld-ilocks-addr32.d: Remove file.
279 * gas/mips/mips.exp: Adjust accordingly.
280
281 2010-10-24 Maciej W. Rozycki <macro@linux-mips.org>
282
283 * gas/mips/ld.d: Spell out reloc names.
284 * gas/mips/ld-ilocks.d: Likewise.
285 * gas/mips/ld-ilocks-addr32.d: Likewise.
286
287 2010-10-23 Mark Mitchell <mark@codesourcery.com>
288
289 * gas/elf/elf.exp: Add group0c test.
290 * gas/elf/group0c.d: New.
291 * gas/elf/group0a.d: Expect ".group" for the name of group
292 sections.
293 * gas/elf/group0b.d: Likewise.
294 * gas/elf/group1a.d: Likewise.
295 * gas/elf/group1b.d: Likewise.
296 * gas/elf/groupautoa.d: Likewise.
297 * gas/elf/groupautob.d: Likewise.
298 * gas/elf/section4.d: Likewise.
299 * gas/ia64/group-1.d: Likewise. Adjust hard-coded constants.
300
301 2010-10-22 Nick Clifton <nickc@redhat.com>
302
303 * gas/all/fwdexp.d: Also look for f8ffffff.
304 * gas/arm/msr-reg-thumb.d: Skip for non-ELF based targets.
305 * gas/arm/vldr.d: Likewise.
306 * gas/arm/thumb2_ldmstm.d: Allow for extra NOPs at the end of the disassembly.
307 * gas/cfi/cfi.exp (cfi-arm-1): Only run for ELF based ARM targets.
308
309 2010-10-21 Joseph Myers <joseph@codesourcery.com>
310
311 * gas/tic6x/attr-arch-directive-1.d,
312 gas/tic6x/attr-arch-directive-2.d,
313 gas/tic6x/attr-arch-directive-3.d,
314 gas/tic6x/attr-arch-directive-4.d,
315 gas/tic6x/attr-arch-directive-4.s,
316 gas/tic6x/attr-arch-directive-5.d,
317 gas/tic6x/attr-arch-directive-5.s,
318 gas/tic6x/attr-arch-opts-c62x.d, gas/tic6x/attr-arch-opts-c64x+.d,
319 gas/tic6x/attr-arch-opts-c64x.d, gas/tic6x/attr-arch-opts-c674x.d,
320 gas/tic6x/attr-arch-opts-c67x+.d, gas/tic6x/attr-arch-opts-c67x.d,
321 gas/tic6x/attr-arch-opts-none-1.d,
322 gas/tic6x/attr-arch-opts-none-2.d,
323 gas/tic6x/attr-arch-opts-override-1.d,
324 gas/tic6x/attr-arch-opts-override-2.d: Update for attribute
325 renaming and renumbering.
326
327 2010-10-19 H.J. Lu <hongjiu.lu@intel.com>
328
329 PR gas/12049
330 * gas/i386/i386.exp: Run relax-1 and relax-2.
331
332 * gas/i386/relax-1.d: New.
333 * gas/i386/relax-1.s: Likewise.
334 * gas/i386/relax-2.d: Likewise.
335 * gas/i386/relax-2.s: Likewise.
336
337 2010-10-18 Kai Tietz <kaI.tietz@onevision.com>
338
339 * gas/i386/disp32.d: Adjust initial symbol check.
340 * gas/i386/x86-64-disp32.d: Likewise.
341
342 2010-10-18 Maciej W. Rozycki <macro@linux-mips.org>
343
344 * gas/mips/ld.d: Spell out section offsets and addends
345 explicitly. Clean up some regexps.
346 * gas/mips/ld-ilocks.d: Likewise. Add missing "$" prefixes to
347 the names of FP registers.
348 * gas/mips/ld-ilocks-addr32.d: Likewise.
349 * gas/mips/ld.s: Align sections to 4k, adjust padding.
350
351 2010-10-18 Maciej W. Rozycki <macro@linux-mips.org>
352
353 * gas/mips/ld.d: Use wildcard address matching.
354 * gas/mips/ld-ilocks.d: Likewise.
355 * gas/mips/ld-ilocks-addr32.d: Likewise.
356
357 2010-10-18 Maciej W. Rozycki <macro@linux-mips.org>
358
359 * gas/mips/mips.exp (run_dump_test_arch): Get the name of the
360 architecture to check against for an architecture-specific test
361 from the properties instead of the name passed.
362
363 2010-10-18 Maciej W. Rozycki <macro@linux-mips.org>
364
365 * gas/mips/lineno.s: Convert to o32.
366 * gas/mips/lineno.d: Adjust patterns accordingly. Force the o32
367 ABI.
368
369 2010-10-16 H.J. Lu <hongjiu.lu@intel.com>
370
371 * gas/i386/i386.exp: Run x86-64-nops-1-g64.
372
373 * gas/i386/x86-64-nops-1.d: Remove -mtune=generic64.
374
375 * gas/i386/x86-64-nops-1-g64.d: New.
376
377 2010-10-15 David Gibson <david.gibson@analog.com>
378
379 * gas/bfin/loop_label.s, gas/bfin/loop_label.d,
380 gas/bfin/loop_label2.s, gas/bfin/loop_label2.d,
381 gas/bfin/loop_temps.s, gas/bfin/loop_temps.d: New tests.
382 * gas/bfin/bfin.exp: Add loop_label, loop_label2, and loop_temps.
383
384 2010-10-15 Robin Getz <robin.getz@analog.com>
385
386 * gas/bfin/16bit_illegals.s, gas/bfin/16bit_illegals.d,
387 gas/bfin/parallel_illegal.s, gas/bfin/parallel_illegal.d: New tests.
388 * gas/bfin/bfin.exp: Add 16bit_illegals and parallel_illegal.
389
390 2010-10-15 Mike Frysinger <vapier@gentoo.org>
391
392 * gas/bfin/video.s: Add BYTEOP2M insns.
393 * gas/bfin/video.d, gas/bfin/video2.s, gas/bfin/video2.d: Likewise.
394
395 2010-10-15 Mike Frysinger <vapier@gentoo.org>
396
397 * gas/bfin/video.d: Change addresses to regexps.
398 * gas/bfin/video2.d: Likewise.
399
400 2010-10-14 H.J. Lu <hongjiu.lu@intel.com>
401
402 * gas/i386/i386.exp: Run inval-reg.
403
404 * gas/i386/inval-reg.l: New.
405 * gas/i386/inval-reg.s: Likewise.
406
407 2010-10-14 H.J. Lu <hongjiu.lu@intel.com>
408
409 * gas/i386/disp32.d: New.
410 * gas/i386/disp32.s: Likewise.
411 * gas/i386/x86-64-disp32.d: Likewise.
412 * gas/i386/x86-64-disp32.s: Likewise.
413
414 * gas/i386/i386.exp: Run disp32 and x86-64-disp32.
415
416 2010-10-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
417
418 * gas/s390/zarch-z196.d: Adjust the load/store on condition
419 instructions.
420 * gas/s390/zarch-z196.s: Likewise.
421
422 2010-10-07 Bernd Schmidt <bernds@codesourcery.com>
423
424 * gas/tic6x/insns-c674x-sploop.d: Add two more sploop/spkernel tests.
425 * gas/tic6x/insns-c674x-sploop.s: Likewise.
426
427 2010-10-04 David Daney <ddaney@caviumnetworks.com>
428
429 * gas/mips/mips.exp (octeon-pref): Run the new test.
430 * gas/mips/octeon-pref.s: New test.
431 * gas/mips/octeon-pref.d: New expected results for the new test.
432
433 2010-09-29 Alan Modra <amodra@gmail.com>
434
435 * gas/all/fwdexp.d, * gas/all/fwdexp.s: New test.
436 * gas/all/gas.exp: Run it.
437
438 2010-09-29 Alan Modra <amodra@gmail.com>
439
440 * lib/gas-defs.exp (is_elf_format): Merge with binutils and ld versions.
441 (is_aout_format): Copy from ld testsuite.
442 (is_pecoff_format): Merge with ld version.
443
444 2010-09-27 Bernd Schmidt <bernds@codesourcery.com>
445
446 * gas/tic6x/got-reloc.s: New test.
447 * gas/tic6x/got-reloc.d: New test.
448
449 2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
450
451 * gas/s390/s390.exp: Run the zarch-z196 test.
452 * gas/s390/zarch-z196.d: Add new instructions.
453 * gas/s390/zarch-z196.s: Likewise.
454 * gas/s390/zarch-z9-109.d: Likewise.
455 * gas/s390/zarch-z9-109.s: Likewise.
456
457 2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
458
459 * gas/s390/esa-g5.d: Adjust serveral instructions.
460 * gas/s390/esa-reloc.d: Likewise.
461 * gas/s390/esa-z990.d: Likewise.
462 * gas/s390/zarch-reloc.d: Likewise.
463 * gas/s390/zarch-z10.d: Likewise.
464 * gas/s390/zarch-z9-ec.d: Likewise.
465 * gas/s390/zarch-z900.d: Likewise.
466
467 2010-09-27 Tejas Belagod <tejas.belagod@arm.com>
468
469 * gas/arm/vldr.s: New test for pc-relative VLDR disassembly comment.
470 * gas/arm/vldr.d: Likewise.
471 * gas/arm/vstr-bad.s: New test for PC-relative VSTR.
472 * gas/arm/vstr-thumb-bad.l: Likewise.
473 * gas/arm/vstr-thumb-bad.d: Likewise.
474 * gas/arm/vstr-arm-bad.l: Likewise.
475 * gas/arm/vstr-arm-bad.d: Likewise.
476
477 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
478
479 * gas/arm/armv7-a+virt.d: New test.
480 * gas/arm/armv7-a+virt.s: Likewise.
481 * gas/arm/attr-march-all.d: Update for Virtualization Extensions.
482 * gas/arm/attr-march-armv7-a+sec+virt.d: New test.
483 * gas/arm/attr-march-armv7-a+virt.d: Likewise.
484
485 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
486
487 * gas/arm/armv7-a+idiv.d: New test.
488 * gas/arm/armv7-a+idiv.s: Likewise.
489 * gas/arm/attr-march-all.d: Update for Integer divide extension.
490 * gas/arm/attr-march-armv7-a+idiv.d: New test.
491
492 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
493
494 * gas/arm/archv6s-m-bad.d: New test.
495 * gas/arm/archv6s-m-bad.l: Likewise.
496 * gas/arm/archv6s-m.d: Likewise.
497 * gas/arm/archv6s-m.s: Likewise.
498 * gas/arm/attr-march-armv6-m+os.d: Likewise.
499 * gas/arm/attr-march-armv6s-m.d: Likewise.
500
501 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
502
503 * gas/arm/attr-march-all.d: Update for Security Extensions..
504 * gas/arm/attr-march-armv6k+sec.d: New test.
505 * gas/arm/attr-march-armv6z.d: Update for Security Extensions.
506 * gas/arm/attr-march-armv6zk.d: Likewise.
507 * gas/arm/attr-march-armv6zkt2.d: Likewise.
508 * gas/arm/attr-march-armv6zt2.d: Likewise.
509 * gas/arm/attr-march-armv7-a+sec.d: New test.
510 * gas/arm/attr-mcpu.d: Update for Security Extensions.
511 * gas/arm/thumb32.d: Likewise.
512 * gas/arm/thumb32.s: Likewise.
513
514 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
515
516 * gas/arm/arch7a-mp.d: Add.
517 * gas/arm/arch7ar-mp.s: Likewise.
518 * gas/arm/arch7r-mp.d: Likewise.
519 * gas/arm/armv2-mp-bad.d: Likewise.
520 * gas/arm/armv2-mp-bad.l: Likewise.
521 * gas/arm/attr-march-all.d: Update for MP extension.
522 * gas/arm/attr-march-armv7-a+mp.d: Add.
523 * gas/arm/attr-march-armv7-r+mp.d: Likewise.
524
525 2010-09-23 Alan Modra <amodra@gmail.com>
526
527 * gas/all/gas.exp: Update "forward" and "redef3" xfails.
528 * gas/m68k/all.exp: Don't xfail pcrel on uclinux.
529 * gas/sh/arch/arch.exp: Don't pass dashes to send_log.
530
531 2010-09-23 Maciej W. Rozycki <macro@codesourcery.com>
532
533 * gas/mips/jal.d: Remove duplicate pattern.
534
535 2010-09-22 Robin Getz <robin.getz@analog.com>
536
537 * gas/bfin/expected_move_errors.l: Update error output.
538
539 2010-09-22 Robin Getz <robin.getz@analog.com>
540
541 * gas/bfin/pseudo.d, gas/bfin/pseudo.s: New test.
542 * gas/bfin/bfin.exp: Add new "pseudo" test.
543
544 2010-09-22 Mike Frysinger <vapier@gentoo.org>
545
546 * gas/bfin/parallel2.d, gas/bfin/parallel3.d, gas/bfin/shift.d,
547 gas/bfin/vector.2, gas/bfin/vector2.d: Change SHIFT to LSHIFT.
548
549 2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
550
551 * gas/arm/attr-cpu-directive.d: Update test for change in canonical
552 CPU name.
553 * gas/arm/attr-mcpu.d: Likewise.
554
555 2010-09-20 Richard Henderson <rth@redhat.com>
556
557 * gas/elf/elf.exp: Disable symtab test for alpha.
558
559 2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
560
561 * gas/arm/thumb2_ldmstm.d: Change single-register stmia to use 16-bit
562 str encoding instead of str.w. Likewise for ldmia.
563 * gas/arm/thumb2_ldmstm.s: Change stmia comment. Add tests for T1
564 ldmia-to-ldr.
565
566 2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
567
568 * gas/arm/msr-reg.s: New file.
569 * gas/arm/msr-reg.d: Likewise.
570 * gas/arm/msr-imm.s: Likewise.
571 * gas/arm/msr-imm.d: Likewise.
572 * gas/arm/msr-imm-bad.d: Likewise.
573 * gas/arm/msr-imm-bad.l: Likewise.
574 * gas/arm/msr-reg-bad.d: Likewise.
575 * gas/arm/msr-imm-bad.d: Likewise.
576 * gas/arm/msr-reg-thumb.d: Likewise.
577 * gas/arm/arch7.s: Add tests for xpsr.
578 * gas/arm/arch7.d: Likewise.
579
580 2010-09-17 Tejas Belagod <tejas.belagod@arm.com>
581
582 * gas/arm/copro.s: Add test for APSR_nzcv as a MRC operand.
583 * gas/arm/copro.d: Change pc in MRC to disassemble as APSR_nzcv. Also
584 add disassembly for test added in copro.s
585
586 2010-09-17 Andrew Burgess <aburgess@broadcom.com>
587
588 PR gas/12011
589 * gas/elf/bad-section-flag.d, * gas/elf/bad-section-flag.err,
590 * gas/elf/bad-section-flag.s: New test.
591 * gas/elf/elf.exp: Run it.
592
593 2010-09-16 Alan Modra <amodra@gmail.com>
594
595 * gas/all/redef3.d: Don't run on arc.
596 * gas/i386/i386.exp: Don't run intel-got32 on linuxaout. Move
597 x86_64 mingw exclusions to equivalent elf only block of tests.
598
599 2010-09-15 Kai Tietz <kai.tietz@onevision.com>
600
601 * gas/pe/pe.exp: Add new test.
602 * gas/pe/seh-x64-err-1.l: New.
603 * gas/pe/seh-x64-err-1.s: New.
604
605 * gas/pe/pe.exp: Add peseh-x64-4,5,6 tests.
606 * gas/pe/peseh-x64-4.s: New.
607 * gas/pe/peseh-x64-4.d: New.
608 * gas/pe/peseh-x64-5.d: New.
609 * gas/pe/peseh-x64-6.d: New.
610
611 2010-09-14 Maciej W. Rozycki <macro@codesourcery.com>
612
613 * gas/mips/mips32r2-sync.d: New test for MIPS32r2 "sync"
614 instruction variants.
615 * gas/mips/octeon@mips32r2-sync.d: Likewise, Octeon version.
616 * gas/mips/mips32r2-sync.s: Source for the new test.
617 * gas/mips/mips.exp: Run the new test.
618
619 2010-09-13 Kai Tietz <kai.tietz@onevision.com>
620
621 * gas/pe/pe.exp: Add x64 SEH tests.
622 * gas/pe/peseh-x64.s: New.
623 * gas/pe/peseh-x64.d: New.
624 * gas/pe/peseh-x64-2.s: New.
625 * gas/pe/peseh-x64-2.d: New.
626 * gas/pe/peseh-x64-3.s: New.
627 * gas/pe/peseh-x64-3.d: New.
628
629 2010-09-09 Nick Clifton <nickc@redhat.com>
630
631 PR gas/11973
632 * gas/mn10300/pr11973.s: New file: Test case.
633 * gas/mn10300/pr11973.d: New file: Expected output.
634 * gas/mn10300/basic.exp: Run the new test.
635
636 2010-09-09 Tejas Belagod <tejas.belagod@arm.com>
637
638 * gas/arm/addsw-bad.s: New file.
639 * gas/arm/addsw-bad.l: New file.
640 * gas/arm/addsw-bad.d: New file.
641
642 2010-09-03 H.J. Lu <hongjiu.lu@intel.com>
643
644 PR gas/11974
645 * gas/i386/immed64.s: Add more movabs tests.
646 * gas/i386/immed64.d: Updated.
647
648 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
649
650 * gas/elf/dwarf2-1.d: Update DW_OP_reg5 expected output.
651 * gas/elf/dwarf2-2.d: Likewise.
652 * gas/i386/dw2-compress-1.d: Likewise.
653
654 2010-09-03 Kai Tietz <kai.tietz@onevision.com>
655
656 * gas/cfi/cfi-i386.d: Use objdump -Wf instead of readelf.
657 * gas/cfi/cfi-i386.s: Remove .type directives.
658 * gas/cfi/reloc-pe-i386.d: Adjust test for i386.
659
660 2010-09-02 Richard Henderson <rth@redhat.com>
661
662 * gas/cfi/cfi-common-1.d: Use objdump instead of readelf to dump.
663 * gas/cfi/cfi-common-2.d, gas/cfi/cfi-common-3.d,
664 gas/cfi/cfi-common-4.d, gas/cfi/cfi-common-6.d,
665 gas/cfi/cfi-common-7.d, gas/cfi/cfi-x86_64.d: Likewise.
666 * gas/cfi/cfi-x86_64.s: Remove .type directives.
667 * gas/cfi/cfi.exp: Run for pecoff objects too.
668
669 * gas/cfi/reloc-pe-i386.d, gas/cfi/reloc-pe-i386.s: New test.
670
671 2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
672
673 PR binutils/11960
674 * gas/i386/opcode-intel.d: Updated.
675 * gas/i386/x86-64-opcode.d: Likewise.
676
677 * gas/i386/x86-64-opcode.s: Add a "pushw imm16" test.
678
679 2010-08-25 Jie Zhang <jie@codesourcery.com>
680
681 * gas/arm/ldst-pc.d: New test.
682 * gas/arm/ldst-pc.s: New test.
683 * gas/arm/sp-pc-validations-bad.s: `str r0,[pc,#4]' is valid.
684 * gas/arm/sp-pc-validations-bad.l: Adjust accordingly.
685
686 2010-08-17 Roland McGrath <roland@redhat.com>
687
688 * gas/elf/groupauto.s: New file.
689 * gas/elf/groupautoa.d: New file.
690 * gas/elf/groupautob.d: New file.
691 * gas/elf/elf.exp (run_elf_list_test): Use them.
692
693 2010-08-06 Quentin Neill <quentin.neill@amd.com>
694
695 * gas/i386/arch-10-1.l: Add nopl instruction.
696 * gas/i386/arch-10-2.l: Likewise.
697 * gas/i386/arch-10-3.l: Likewise.
698 * gas/i386/arch-10-4.l: Likewise.
699 * gas/i386/arch-10.s: Likewise.
700 * gas/i386/arch-10.d: Add nopl instruction, and +nopl extension
701 flag to as flags.
702 * gas/i386/nops-5-i686.d: Change alignment code generated for
703 -mtune=i686.
704 * gas/i386/nops-5.d: Change alignment code generated for
705 .arch i686.
706 * gas/i386/x86-64-nops-5-k8.d: Likewise.
707 * gas/i386/x86-64-nops-5.d: Likewise.
708
709 2010-08-05 H.J. Lu <hongjiu.lu@intel.com>
710
711 * gas/i386/i386.exp: Run arch-4.
712
713 * gas/i386/arch-4.d: New.
714 * gas/i386/arch-4.s: Likewise.
715
716 * gas/i386/intel.d: Replace ud2a/ud2b with ud2/ud1.
717 * gas/i386/opcode-intel.d: Likewise.
718 * gas/i386/opcode-suffix.d: Likewise.
719 * gas/i386/opcode.d: Likewise.
720
721 2010-08-03 Alan Modra <amodra@gmail.com>
722
723 * gas/all/octa.s, * gas/all/octa.d: New test.
724 * gas/all/gas.exp: Run octa.
725 * gas/elf/data-1.s, * gas/elf/data-1.d: Delete.
726 * gas/elf/elf.exp: Don't run data-1.
727
728 2010-08-02 H.J. Lu <hongjiu.lu@intel.com>
729
730 * elf/elf.exp: Run data-1 only for i*86, x86_64 and ia64.
731
732 2010-08-02 H.J. Lu <hongjiu.lu@intel.com>
733
734 PR gas/11867
735 * gas/elf/data-1.d: New.
736 * gas/elf/data-1.s: Likewise.
737
738 * elf/elf.exp: Run data-1.
739
740 2010-08-02 Tristan Gingold <gingold@adacore.com>
741
742 * lib/gas-defs.exp (get_standard_section_names): New function.
743 (run_dump_tests): Document the new behavior for objdump,
744 document to new section-subst option. Automatically perform
745 substitutions for objdump.
746 (objdump_finish): Add REF_SUBST argument.
747 (run_list_test): Adjust call of regexp_diff.
748 (run_list_test_stdin): Ditto.
749 * gas/all/gas.exp (test_cond): Adjust call of regexp_diff.
750 * gas/symver/symver.exp (run_error_test): Ditto.
751 * gas/mt/relocs.exp (regexp_test): Ditto.
752 * gas/mep/complex-relocs.exp (regexp_test): Ditto.
753 * gas/m68k/all.exp: Ditto.
754 * gas/elf/elf.exp (run_elf_list_test): Ditto.
755 * gas/rx/rx-asm-good.d: Set section-subst to no.
756
757 2010-08-02 Alan Modra <amodra@gmail.com>
758
759 * gas/i386/i386.exp (dw2-compress-1): Only run on ELF targets.
760 (dw2-compress-2, x86-64-dw2-compress-2): Remove unnecessary linux
761 target test.
762
763 2010-08-02 Alan Modra <amodra@gmail.com>
764
765 * gas/ppc/power4.d: Update for ppc_fix_adjustable change.
766
767 2010-07-28 H.J. Lu <hongjiu.lu@intel.com>
768
769 * gas/i386/i386.exp: Xfail dw2-compress-2 and
770 x86-64-dw2-compress-2.
771
772 2010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
773
774 * gas/mips/jal-svr4pic-noreorder.d: New test case.
775 * gas/mips/mips1@jal-svr4pic-noreorder.d: New test
776 subarchitecture.
777 * gas/mips/r3000@jal-svr4pic-noreorder.d: Likewise.
778 * gas/mips/jal-svr4pic-noreorder.s: Source for the new test
779 case.
780 * gas/mips/mips.exp: Run the new test case.
781
782 2010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
783
784 * gas/mips/jal-svr4pic.d: Rename to...
785 * gas/mips/mips1@jal-svr4pic.d: ... this.
786 * gas/mips/r3000@jal-svr4pic.d: New test subarchitecture.
787 * gas/mips/jal-svr4pic.d: New default subarchitecture patterns.
788 * gas/mips/mips.exp: Run jal-svr4pic with run_dump_test_arches
789 rather than run_dump_test.
790
791 2010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
792
793 * gas/mips/jal-svr4pic.d: Reformat. Use --show-raw-insn with
794 `objdump'.
795 * gas/mips/jal-svr4pic.s: Reformat. Fix up trailing zeroes.
796
797 2010-07-24 Maciej W. Rozycki <macro@codesourcery.com>
798
799 * lib/gas-defs.exp (run_dump_test): Handle the "dump" option.
800
801 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
802 Ina Pandit <ina.pandit@kpitcummins.com>
803
804 * gas/v850/split-lo16.d: Update the "ld" instructions with a space
805 for second operand.
806 * gas/v850/v850e1.d: Likewise.
807
808 2010-07-22 Alan Modra <amodra@gmail.com>
809
810 * gas/arm/mapdir.s: Don't specify attr/type for .fini_array.
811 * gas/elf/dwarf2-3.s: Don't specify attr for .init_array.
812 * gas/elf/dwarf2-3.d: Don't run on h8300.
813
814 2010-07-19 Andreas Schwab <schwab@redhat.com>
815
816 * gas/i386/x86-64-unwind.d: Ignore "Key to Flags" contents.
817 * gas/ia64/alias-ilp32.d: Likewise.
818 * gas/ia64/alias.d: Likewise.
819 * gas/ia64/group-1.d: Likewise.
820 * gas/ia64/group-2.d: Likewise.
821 * gas/ia64/secname-ilp32.d: Likewise.
822 * gas/ia64/secname.d: Likewise.
823 * gas/ia64/unwind-ilp32.d: Likewise.
824 * gas/ia64/unwind.d: Likewise.
825 * gas/mmix/byte-1.d: Likewise.
826 * gas/mmix/loc-1.d: Likewise.
827 * gas/mmix/loc-2.d: Likewise.
828 * gas/mmix/loc-3.d: Likewise.
829 * gas/mmix/loc-4.d: Likewise.
830 * gas/mmix/loc-5.d: Likewise.
831
832 2010-07-16 H.J. Lu <hongjiu.lu@intel.com>
833
834 * gas/i386/i386.exp: Run dw2-compress-2 only for 32bit.
835
836 2010-07-14 Rhonda Wittels <rhonda@codesourcery.com>
837
838 * gas/elf/pseudo.s: New.
839 * gas/elf/pseudo.l: New.
840 * gas/elf/pseudo.d: New.
841 * gas/elf/elf.exp: Run the new test.
842
843 2010-07-14 H.J. Lu <hongjiu.lu@intel.com>
844
845 * config/default.exp (ADDR2LINE): New.
846 (ADDR2LINEFLAGS): Likewise.
847
848 * gas/i386/i386.exp: Run dw2-compress-2 and x86-64-dw2-compress-2.
849
850 * gas/i386/dw2-compress-2.d: New.
851 * gas/i386/dw2-compress-2.s: Likewise.
852 * gas/i386/x86-64-dw2-compress-2.d: Likewise.
853 * gas/i386/x86-64-dw2-compress-2.s: Likewise.
854
855 * lib/gas-defs.exp (run_dump_test): Support addr2line as dump
856 program.
857 (slurp_options): Allow numbers in options.
858
859 2010-07-14 Maciej W. Rozycki <macro@codesourcery.com>
860
861 * gas/elf/dwarf2-3.s: Replace .short and .long directives in
862 .debug_info section with .2byte and .4byte respectively.
863
864 2010-07-11 Kai Tietz <kai.tietz@onevision.com>
865
866 * gas/pe/aligncomm-b.d: Regenerated content dump.
867 * gas/pe/aligncomm-d.d: Regenerated content dump.
868 * gas/i386/i386.exp: Disable for mingw 64-bit the intel-got64 test.
869
870 2010-07-08 Tejas Belagod <tejas.belagod@arm.com>
871
872 * gas/arm/barrier.s: New file.
873 * gas/arm/barrier.d: New file.
874 * gas/arm/barrier-thumb.s: New file.
875 * gas/arm/barrier-thumb.d: New file.
876 * gas/arm/barrier-bad.s: New file.
877 * gas/arm/barrier-bad.d: New file.
878 * gas/arm/barrier-bad.l: New file.
879 * gas/arm/barrier-bad-thumb.s: New file.
880 * gas/arm/barrier-bad-thumb.d: New file.
881 * gas/arm/barrier-bad-thumb.l: New file.
882
883 2010-07-08 Daniel Gutson <dgutson@codesourcery.com>
884
885 * gas/arm/reloc-bad.d: New.
886 * gas/arm/reloc-bad.s: New.
887 * gas/arm/reloc-bad.l: New.
888
889 2010-07-06 Maciej W. Rozycki <macro@codesourcery.com>
890
891 * gas/mips/elf-rel27.d: New test for HI16/LO16 relocation
892 pairing.
893 * gas/mips/elf-rel27.s: Source for the new test.
894 * gas/mips/mips.exp: Create "mips16" architecture. Adjust
895 conditions involving negated properties throughout to require
896 "mips1" as appropriate. Run the new test.
897 (mips_arch_destroy): New procedure.
898
899 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
900
901 * gas/mips/mips.exp (run_dump_test_arch): Check for the presence
902 of an architecture-specific test first and use it if found,
903 before falling back to the generic one.
904
905 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
906
907 * gas/mips/mips4-fp.d, gas/mips/mips4-fp.s: Remove checks for
908 branch-likely instructions and place them...
909 * gas/mips/mips4-branch-likely.d, gas/mips/mips4-branch-likely.s:
910 ... in this new test.
911 * gas/mips/mips4-fp.l: Update accordingly.
912 * gas/mips/mips4-branch-likely.l: New stderr output for the new
913 test.
914 * gas/mips/mips.exp (mips4-branch-likely): Run a dump test and
915 a list test with mips4-branch-likely similarly to mips4-fp.
916
917 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
918
919 * gas/mips/beq.d, gas/mips/beq.s: Remove checks for
920 branch-likely instructions.
921 * gas/mips/bge.d, gas/mips/bge.s: Likewise.
922 * gas/mips/bgeu.d, gas/mips/bgeu.s: Likewise.
923 * gas/mips/blt.d, gas/mips/blt.s: Likewise.
924 * gas/mips/bltu.d, gas/mips/bltu.s: Likewise.
925 * gas/mips/branch-likely.d, gas/mips/branch-likely.s: New test,
926 collecting checks for branch-likely instructions removed from
927 the above.
928 * gas/mips/mips.exp: Run the new test and update the
929 constraints for the updated tests to include MIPS I.
930
931 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
932
933 * gas/mips/mips4-fp.d: Reformat.
934
935 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
936
937 * gas/mips/beq.d: Reformat.
938 * gas/mips/bge.d, gas/mips/bgeu.d: Likewise.
939 * gas/mips/blt.d, gas/mips/bltu.d: Likewise.
940
941 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
942
943 * gas/mips/beq.d: Remove leftover symbols/relocs from the
944 change on 2009-02-06.
945
946 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
947
948 AVX Programming Reference (June, 2010)
949 * gas/i386/rdrnd.s: Replace rdrnd with rdrand.
950 * gas/i386/rdrnd-intel.d: Likewise.
951 * gas/i386/rdrnd.d: Likewise.
952 * gas/i386/x86-64-rdrnd-intel.d: Likewise.
953 * gas/i386/x86-64-rdrnd.d: Likewise.
954 * gas/i386/x86-64-rdrnd.s: Likewise.
955
956 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
957
958 PR gas/10531
959 PR gas/11789
960 * gas/i386/dw2-compress-1.d: Remove bogus line debug info.
961
962 * gas/elf/dwarf2-1.d: New.
963 * gas/elf/dwarf2-1.s: Likewise.
964 * gas/elf/dwarf2-2.d: Likewise.
965 * gas/elf/dwarf2-2.s: Likewise.
966 * gas/elf/dwarf2-3.d: Likewise.
967 * gas/elf/dwarf2-3.s: Likewise.
968 * gas/i386/debug1.d: Likewise.
969 * gas/i386/debug1.s: Likewise.
970
971 * gas/elf/elf.exp: Run dwarf2-1, dwarf2-2 and dwarf2-3.
972
973 * gas/i386/i386.exp: Run debug1 for both 32bit and 64bit.
974
975 2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
976
977 * gas/i386/dw2-compress-1.d: New.
978 * gas/i386/dw2-compress-1.s: Likewise.
979
980 * gas/i386/i386.exp: Run dw2-compress-1 for Linux.
981
982 2010-07-03 Jan Beulich <jbeulich@novell.com>
983
984 PR gas/11732
985 * gas/i386/i386.exp: Run new tests.
986 * gas/i386/intel-got{32,64}.{s,d}: New.
987
988 2010-07-01 H.J. Lu <hongjiu.lu@intel.com>
989
990 AVX Programming Reference (June, 2010)
991 * gas/i386/arch-10.s: Add xsaveopt.
992 * gas/i386/x86-64-arch-2.s: Likwise.
993
994 * gas/i386/arch-10.d: Updated.
995 * gas/i386/arch-10-1.l: Likewise.
996 * gas/i386/arch-10-2.l: Likewise.
997 * gas/i386/arch-10-3.l: Likewise.
998 * gas/i386/arch-10-4.l: Likewise.
999 * gas/i386/x86-64-arch-2.d: Likewise.
1000
1001 * gas/i386/f16c-intel.d: New.
1002 * gas/i386/f16c.d: Likewise.
1003 * gas/i386/f16c.s: Likewise.
1004 * gas/i386/fsgs-intel.d: Likewise.
1005 * gas/i386/fsgs.d: Likewise.
1006 * gas/i386/fsgs.s: Likewise.
1007 * gas/i386/rdrnd-intel.d: Likewise.
1008 * gas/i386/rdrnd.d: Likewise.
1009 * gas/i386/rdrnd.s: Likewise.
1010 * gas/i386/x86-64-f16c-intel.d: Likewise.
1011 * gas/i386/x86-64-f16c.d: Likewise.
1012 * gas/i386/x86-64-f16c.s: Likewise.
1013 * gas/i386/x86-64-fsgs-intel.d: Likewise.
1014 * gas/i386/x86-64-fsgs.d: Likewise.
1015 * gas/i386/x86-64-fsgs.s: Likewise.
1016 * gas/i386/x86-64-rdrnd-intel.d: Likewise.
1017 * gas/i386/x86-64-rdrnd.d: Likewise.
1018 * gas/i386/x86-64-rdrnd.s: Likewise.
1019
1020 * gas/i386/i386.exp: Run f16c, f16c-intel, fsgs, fsgs-intel,
1021 rdrnd, rdrnd-intel, x86-64-f16c, x86-64-f16c-intel, x86-64-fsgs,
1022 x86-64-fsgs-intel, x86-64-rdrnd, x86-64-rdrnd-intel.
1023
1024 * gas/i386/x86-64-xsave.s: Add tests for xsaveopt64.
1025
1026 * gas/i386/x86-64-xsave-intel.d: Updated.
1027 * gas/i386/x86-64-xsave.d: Likewise.
1028
1029 2010-07-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1030
1031 * gas/arm/thumb2_bad_reg.s: Update mov register tests.
1032 * gas/arm/thumb2_bad_reg.l: Likewise.
1033
1034 2010-06-29 Alan Modra <amodra@gmail.com>
1035
1036 * gas/maxq10/maxq10.exp: Delete file.
1037 * gas/maxq10/bits.d, * gas/maxq10/bits.s, * gas/maxq10/call.d,
1038 * gas/maxq10/call.s, * gas/maxq10/data.s, * gas/maxq10/data2.d,
1039 * gas/maxq10/data2.s, * gas/maxq10/data3.d, * gas/maxq10/data3.s,
1040 * gas/maxq10/err.s, * gas/maxq10/jump.d, * gas/maxq10/jump.s,
1041 * gas/maxq10/logical.d, * gas/maxq10/logical.s, * gas/maxq10/math.d,
1042 * gas/maxq10/math.s, * gas/maxq10/pmtest.d, * gas/maxq10/pmtest.s,
1043 * gas/maxq10/range.d, * gas/maxq10/range.s: Likewise.
1044 * gas/maxq20/maxq20.exp: Delete file.
1045 * gas/maxq20/bits.d, * gas/maxq20/bits.s, * gas/maxq20/call.d,
1046 * gas/maxq20/call.s, * gas/maxq20/data1.d, * gas/maxq20/data1.s,
1047 * gas/maxq20/data2.d, * gas/maxq20/data2.s, * gas/maxq20/data3.d,
1048 * gas/maxq20/data3.s, * gas/maxq20/jump.d, * gas/maxq20/jump.s,
1049 * gas/maxq20/jzimm.d, * gas/maxq20/jzimm.s, * gas/maxq20/logical.d,
1050 * gas/maxq20/logical.s, * gas/maxq20/math.d, * gas/maxq20/math.s,
1051 * gas/maxq20/pfx2.s, * gas/maxq20/pmtest.d, * gas/maxq20/pmtest.s,
1052 * gas/maxq20/pxf0.s, * gas/maxq20/range.d,
1053 * gas/maxq20/range.s: Likewise.
1054 * gas/all/gas.exp: Remove references to maxq.
1055
1056 2010-06-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1057
1058 * gas/arm/neon-ldst-align-bad.l: Update for Neon alignment syntax fix.
1059 * gas/arm/neon-ldst-align-bad.s: Likewise.
1060 * gas/arm/neon-ldst-es.d: Likewise.
1061 * gas/arm/neon-ldst-es.s: Likewise.
1062
1063 2010-06-22 Jan Beulich <jbeulich@novell.com>
1064
1065 * gas/i386/jump.d: Adjust.
1066 * gas/i386/jump.s: Add check for branch to 2+$.
1067
1068 2010-06-18 Joseph Myers <joseph@codesourcery.com>
1069
1070 * gas/tic6x/resource-func-unit-1.d,
1071 gas/tic6x/resource-func-unit-1.l,
1072 gas/tic6x/resource-func-unit-1.s,
1073 gas/tic6x/resource-func-unit-2.d,
1074 gas/tic6x/resource-func-unit-2.l,
1075 gas/tic6x/resource-func-unit-2.s: New.
1076
1077 2010-06-16 Vincent Rivière <vincent.riviere@freesbee.fr>
1078
1079 PR gas/11673
1080 * gas/m68k/p11673.s: New test.
1081 * gas/m68k/all.exp: Run the new test.
1082
1083 2010-06-16 Nick Clifton <nickc@redhat.com>
1084
1085 PR binutils/11676
1086 * gas/m68k/pr11676.s: New test.
1087 * gas/m68k/pr11676.d: Expected disassembly.
1088 * gas/m68k/all.exp: Run the new test.
1089
1090 2010-06-15 Joseph Myers <joseph@codesourcery.com>
1091
1092 * gas/elf/elf.exp: Set target_machine for tic6x-*-*.
1093 * gas/elf/section2.e-tic6x, gas/tic6x/attr-arch-directive-1.d,
1094 gas/tic6x/attr-arch-directive-1.s,
1095 gas/tic6x/attr-arch-directive-2.d,
1096 gas/tic6x/attr-arch-directive-2.s,
1097 gas/tic6x/attr-arch-directive-3.d,
1098 gas/tic6x/attr-arch-directive-3.s,
1099 gas/tic6x/attr-arch-directive-4.d,
1100 gas/tic6x/attr-arch-directive-4.s,
1101 gas/tic6x/attr-arch-directive-5.d,
1102 gas/tic6x/attr-arch-directive-5.s,
1103 gas/tic6x/attr-arch-opts-c62x.d, gas/tic6x/attr-arch-opts-c64x+.d,
1104 gas/tic6x/attr-arch-opts-c64x.d, gas/tic6x/attr-arch-opts-c674x.d,
1105 gas/tic6x/attr-arch-opts-c67x+.d, gas/tic6x/attr-arch-opts-c67x.d,
1106 gas/tic6x/attr-arch-opts-none-1.d,
1107 gas/tic6x/attr-arch-opts-none-2.d,
1108 gas/tic6x/attr-arch-opts-override-1.d,
1109 gas/tic6x/attr-arch-opts-override-2.d, gas/tic6x/empty.s: New.
1110
1111 2010-06-14 Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1112
1113 * gas/ppc/e500.s: Add eieio, mbar and lwsync
1114 * gas/ppc/e500.d: Likewise.
1115
1116 2010-06-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1117
1118 * gas/arm/vldm-arm.d: New test.
1119 * gas/arm/vldm-thumb-bad.d: Likewise.
1120 * gas/arm/vldm-thumb-bad.l: Likewise.
1121 * gas/arm/vldm.s: Likewise.
1122 * gas/arm/vldmw-arm-bad.d: Likewise.
1123 * gas/arm/vldmw-bad.l: Likewise.
1124 * gad/arm-vldmw-bad.s: Likewise.
1125 * gas/arm/vldmw-thumb-bad.d: Likewise.
1126
1127 2010-06-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1128 * gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs.
1129 * gas/arm/thumb.d: Likewise.
1130 * gas/arm/thumb.s: Likewise.
1131 * gas/arm/thumb2_it.d: Update for change in lsls/movs disassembly.
1132 * gas/arm/thumb2_it_auto.d: Liekwise.
1133 * gas/arm/thumb32.d: Likewise.
1134
1135 2010-05-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1136
1137 * gas/arm/thumb2_it_auto.d: Update for change in movs encoding.
1138 gas/arm/thumb2_it.d: Likewise.
1139 gas/arm/thumb32.d: Likewise.
1140
1141 2010-05-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1142
1143 * gas/arm/thumb2_ldmstm.d: Add new testcases.
1144 * gas/arm/thumb2_ldmstm.s: Likeiwse.
1145 * gas/arm/thumb2_ldmstm_bad.d: Add testcases to check for
1146 UNPREDICTABLE ldm/stm.
1147 * gas/arm/thumb2_ldmstm_bad.l: Likewise.
1148 * gas/arm/thumb2_ldmstm_bad.s: Likewise.
1149
1150 2010-05-26 Catherine Moore <clm@codesoucery.com>
1151 Maxim Kuvyrkov <maxim@codesourcery.com>
1152
1153 * gas/mips/set-arch.d: Expect ehb.
1154
1155 2010-05-26 Catherine Moore <clm@codesoucery.com>
1156
1157 * gas/mips/mips-no-jalx.l: Delete.
1158 * gas/mips/mips-no-jalx.s: Delete.
1159 * gas/mips/mips-jalx-2.d: New.
1160 * gas/mips/mips-jalx-2.s: New.
1161 * gas/mips/mips.exp (mips-jalx-2): Run new test.
1162 (mips-no-jalx): Remove deleted test.
1163
1164 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
1165 Joseph Myers <joseph@codesourcery.com>
1166 Andrew Stubbs <ams@codesourcery.com>
1167
1168 * gas/sh/basic.exp: Run new tests. Handle uClinux like Linux.
1169 * gas/sh/fdpic.d: New file.
1170 * gas/sh/fdpic.s: New file.
1171 * gas/sh/reg-prefix.d: Force big-endian.
1172 * gas/sh/sh2a-pic.d: New file.
1173 * gas/sh/sh2a-pic.s: New file.
1174 * lib/gas-defs.exp (is_elf_format): Include sh*-*-uclinux*.
1175
1176 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
1177
1178 PR gas/11600
1179 * gas/elf/elf.exp: Run section8.
1180
1181 * gas/elf/section8.d: New.
1182 * gas/elf/section8.s: Likewise.
1183
1184 2010-05-13 Nathan Sidwell <nathan@codesourcery.com>
1185
1186 * gas/arm/armv1-bad.l: Adjust expected error text.
1187 * gas/arm/arch7em-bad.l: Likewise.
1188 * gas/arm/arch7m-bad.l: Likewise.
1189 * gas/arm/thumb-w-bad.l: Likewise.
1190 * gas/arm/arm7-bad.d: New.
1191 * gas/arm/arm7-bad.l: New.
1192 * gas/arm/arm7-bad.s: New.
1193
1194 2010-05-13 Alan Modra <amodra@gmail.com>
1195
1196 * gas/all/gas.exp: Don't run byte test on powerpc.
1197
1198 * gas/ppc/a2.d: Correct wclr encoding.
1199
1200 2010-05-11 Andrew Stubbs <ams@codesourcery.com>
1201
1202 * gas/arm/attr-cpu-directive.d: Add Tag_DIV_use.
1203 * gas/arm/attr-default.d: Likewise.
1204 * gas/arm/attr-march-armv1.d: Likewise.
1205 * gas/arm/attr-march-armv2.d: Likewise.
1206 * gas/arm/attr-march-armv2a.d: Likewise.
1207 * gas/arm/attr-march-armv2s.d: Likewise.
1208 * gas/arm/attr-march-armv3.d: Likewise.
1209 * gas/arm/attr-march-armv3m.d: Likewise.
1210 * gas/arm/attr-march-armv4.d: Likewise.
1211 * gas/arm/attr-march-armv4t.d: Likewise.
1212 * gas/arm/attr-march-armv4txm.d: Likewise.
1213 * gas/arm/attr-march-armv4xm.d: Likewise.
1214 * gas/arm/attr-march-armv5.d: Likewise.
1215 * gas/arm/attr-march-armv5t.d: Likewise.
1216 * gas/arm/attr-march-armv5te.d: Likewise.
1217 * gas/arm/attr-march-armv5tej.d: Likewise.
1218 * gas/arm/attr-march-armv5texp.d: Likewise.
1219 * gas/arm/attr-march-armv5txm.d: Likewise.
1220 * gas/arm/attr-march-armv6-m.d: Likewise.
1221 * gas/arm/attr-march-armv6.d: Likewise.
1222 * gas/arm/attr-march-armv6j.d: Likewise.
1223 * gas/arm/attr-march-armv6k.d: Likewise.
1224 * gas/arm/attr-march-armv6kt2.d: Likewise.
1225 * gas/arm/attr-march-armv6t2.d: Likewise.
1226 * gas/arm/attr-march-armv6z.d: Likewise.
1227 * gas/arm/attr-march-armv6zk.d: Likewise.
1228 * gas/arm/attr-march-armv6zkt2.d: Likewise.
1229 * gas/arm/attr-march-armv6zt2.d: Likewise.
1230 * gas/arm/attr-march-armv7-a.d: Likewise.
1231 * gas/arm/attr-march-armv7.d: Likewise.
1232 * gas/arm/attr-march-armv7a.d: Likewise.
1233 * gas/arm/attr-march-iwmmxt.d: Likewise.
1234 * gas/arm/attr-march-iwmmxt2.d: Likewise.
1235 * gas/arm/attr-march-marvell-f.d: Likewise.
1236 * gas/arm/attr-march-xscale.d: Likewise.
1237 * gas/arm/attr-mcpu.d: Likewise.
1238 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
1239 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
1240 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
1241 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
1242 * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
1243 * gas/arm/attr-mfpu-fpa.d: Likewise.
1244 * gas/arm/attr-mfpu-fpa10.d: Likewise.
1245 * gas/arm/attr-mfpu-fpa11.d: Likewise.
1246 * gas/arm/attr-mfpu-fpe.d: Likewise.
1247 * gas/arm/attr-mfpu-fpe2.d: Likewise.
1248 * gas/arm/attr-mfpu-fpe3.d: Likewise.
1249 * gas/arm/attr-mfpu-maverick.d: Likewise.
1250 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
1251 * gas/arm/attr-mfpu-neon.d: Likewise.
1252 * gas/arm/attr-mfpu-softfpa.d: Likewise.
1253 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
1254 * gas/arm/attr-mfpu-softvfp.d: Likewise.
1255 * gas/arm/attr-mfpu-vfp.d: Likewise.
1256 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
1257 * gas/arm/attr-mfpu-vfp10.d: Likewise.
1258 * gas/arm/attr-mfpu-vfp3.d: Likewise.
1259 * gas/arm/attr-mfpu-vfp9.d: Likewise.
1260 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
1261 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
1262 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
1263 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
1264 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
1265 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
1266 * gas/arm/attr-order.d: Likewise.
1267 * gas/arm/attr-override-cpu-directive.d: Likewise.
1268 * gas/arm/attr-override-mcpu.d: Likewise.
1269 * gas/arm/eabi_attr_1.d: Likewise.
1270
1271 2010-05-11 Jie Zhang <jie@codesourcery.com>
1272
1273 * gas/arm/attr-mfpu-vfpxd.d: New test.
1274
1275 2010-05-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1276
1277 * gas/arm/thumb32.d: Fix expected disassembly of ldmia
1278 instruction.
1279
1280 2010-05-05 Nathan Sidwell <nathan@codesourcery.com>
1281
1282 * gas/all/byte.s: New.
1283 * gas/all/byte.l: New.
1284 * gas/all/byte.d: New.
1285 * gas/all/gas.exp: Add it.
1286
1287 2010-04-29 Nathan Sidwell <nathan@codesourcery.com>
1288
1289 * gas/arm/weakdef-1.s: New.
1290 * gas/arm/weakdef-1.d: New.
1291 * gas/arm/weakdef-2.s: New.
1292 * gas/arm/weakdef-2.d: New.
1293 * gas/arm/weakdef-2.l: New.
1294
1295 2010-04-27 Joseph Myers <joseph@codesourcery.com>
1296
1297 * gas/tic6x/align-1-be.d, gas/tic6x/align-1.d,
1298 gas/tic6x/align-1.s, gas/tic6x/align-2.d, gas/tic6x/align-2.s:
1299 New.
1300
1301 2010-04-24 H.J. Lu <hongjiu.lu@intel.com>
1302
1303 PR gas/11535
1304 * gas/i386/intelok.s: Add tests for "call|jmp [xtrn]".
1305 * gas/i386/intelok.d: Updated.
1306
1307 2010-04-21 Joseph Myers <joseph@codesourcery.com>
1308
1309 * gas/tic6x/insns-c674x.s, gas/tic6x/insns-c674x.d: Also test
1310 "b .S2 b3".
1311
1312 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
1313
1314 PR gas/11509
1315 * gas/i386/equ.s: Add tests for ".equ symbol, reg + NUM".
1316 * gas/i386/equ.d: Updated.
1317
1318 2010-04-20 Nick Clifton <nickc@redhat.com>
1319
1320 PR gas/11507
1321 * gas/macros/altmacro.s: New test.
1322 * gas/macros/altmacro.d: Expected output.
1323
1324 2010-04-16 Nick Clifton <nickc@redhat.com>
1325
1326 PR gas/11395
1327 * gas/hppa/basic/add2.s: Add test of simple 32-bit instruction.
1328 * gas/hppa/basic/basic.exp (do_add2): Add grep for expected
1329 disassembly.
1330
1331 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1332
1333 * gas/arm/attr-mcpu.d: Update for new attribute tag names.
1334 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
1335 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
1336 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
1337 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
1338 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
1339 * gas/arm/attr-mfpu-neon.d: Likewise.
1340 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
1341 * gas/arm/attr-mfpu-vfp.d: Likewise.
1342 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
1343 * gas/arm/attr-mfpu-vfp10.d: Likewise.
1344 * gas/arm/attr-mfpu-vfp3.d: Likewise.
1345 * gas/arm/attr-mfpu-vfp9.d: Likewise.
1346 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
1347 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
1348 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
1349 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
1350 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
1351 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
1352 * gas/arm/attr-names.d: Add test to make sure all attribute names
1353 are recognised.
1354 * gas/arm/attr-names.s: Likewise.
1355
1356 2010-04-07 Jie Zhang <jie@codesourcery.com>
1357
1358 * gas/arm/mapmisc.s: Test multiple mapping symbols have
1359 the same value 0.
1360
1361 2010-04-06 Peter Bergner <bergner@vnet.ibm.com>
1362
1363 * gas/ppc/476.d ("dccci", "dci", "iccci"): Add tests.
1364 * gas/ppc/476.s: Likewise.
1365 * gas/ppc/a2.d ("dccci", "dci", "iccci", "ici"): Add tests.
1366 * gas/ppc/a2.s: Likewise.
1367
1368 2010-03-25 Joseph Myers <joseph@codesourcery.com>
1369
1370 * gas/tic6x: New directory and testcases.
1371
1372 2010-03-23 Joseph Myers <joseph@codesourcery.com>
1373
1374 * gas/macros/dot.s: Remove space in .byte operands.
1375
1376 2010-03-22 Sebastian Pop <sebastian.pop@amd.com>
1377 Quentin Neill <quentin.neill@amd.com>
1378
1379 * testsuite/gas/i386/x86-64-lwp.s: Remove use of 16bit LWP insns.
1380 * testsuite/gas/i386/lwp.s: Same.
1381 * testsuite/gas/i386/x86-64-lwp.d: Updated.
1382 * testsuite/gas/i386/lwp.d: Updated.
1383
1384 2010-03-19 Jie Zhang <jie@codesourcery.com>
1385
1386 * gas/arm/mapmisc.s: Add the test case for two mapping
1387 symbols having the same value.
1388 * gas/arm/mapmisc.d: Likewise.
1389
1390 2010-03-18 Wei Guozhi <carrot@google.com>
1391
1392 PR gas/11323
1393 * gas/arm/got_prel.s: New test case.
1394 * gas/arm/got_prel.d: Expected disassembly.
1395
1396 2010-03-17 H.J. Lu <hongjiu.lu@intel.com>
1397
1398 * gas/i386/i386.exp: Run list-1, list-2 and list-3 only for
1399 ELF tagets.
1400
1401 2010-03-08 H.J. Lu <hongjiu.lu@intel.com>
1402
1403 PR gas/9966
1404 PR gas/11356
1405 * gas/i386/list-1.l: New.
1406 * gas/i386/list-1.s: Likewise.
1407 * gas/i386/list-2.l: Likewise.
1408 * gas/i386/list-2.s: Likewise.
1409 * gas/i386/list-3.l: Likewise.
1410 * gas/i386/list-3.s: Likewise.
1411
1412 * gas/i386/i386.exp: Run list-1, list-2 and list-3.
1413
1414 * lib/gas-defs.exp (gas_run_stdin): New.
1415 (run_list_test_stdin): Likewise.
1416
1417 2010-02-26 Doug Evans <dje@sebabeach.org>
1418
1419 * gas/mep/allinsn.be.d: Renamed from allinsn.d. Pass -EB.
1420 * gas/mep/allinsn.exp: branch1 is now bi-endian.
1421 * gas/mep/branch1.be.d: Renamed from branch1.d. Pass -EB.
1422 * gas/mep/branch1.le.d: New file.
1423 * gas/mep/dj1.be.d: Renamed from dj1.d. Pass -EB.
1424 * gas/mep/dj2.be.d: Renamed from dj2.d. Pass -EB.
1425
1426 2010-02-26 Jie Zhang <jie@codesourcery.com>
1427
1428 * gas/arm/thumb32.s, gas/arm/thumb32.d: Add a new test
1429 for strexd.
1430 * gas/arm/thumb32.l: Adjust.
1431
1432 2010-02-26 Jie Zhang <jie@codesourcery.com>
1433
1434 * gas/arm/neon-ldst-align-bad.d: New test.
1435 * gas/arm/neon-ldst-align-bad.l: New test.
1436 * gas/arm/neon-ldst-align-bad.s: New test.
1437
1438 2010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
1439
1440 * gas/mips/loongson-2f-2.s: New test of -mfix-loongson2f-nop.
1441 * gas/mips/loongson-2f-2.d: Likewise.
1442 * gas/mips/loongson-2f-3.s: New test of -mfix-loongson2f-jump.
1443 * gas/mips/loongson-2f-3.d: Likewise.
1444 * gas/mips/mips.exp: Run the new tests.
1445
1446 2010-02-24 Nick Clifton <nickc@redhat.com>
1447
1448 PR binutils/6773
1449 * gas/arm/arch7em.d: Replace expected disassembly of
1450 <prefix>addsubx with <prefix>asx. Also replace <prefix>subaddx
1451 with <prefix>sax.
1452 * gas/arm/archv6.d: Likewise.
1453 * gas/arm/thumb32.d: Likewise.
1454
1455 2010-02-23 Daniel Gutson <dgutson@codesourcery.com>
1456
1457 * gas/arm/depr-swp.d: New test case.
1458 * gas/arm/depr-swp.s: New file.
1459 * gas/arm/depr-swp.l: New file.
1460
1461 2010-02-23 Nick Clifton <nickc@redhat.com>
1462
1463 * gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
1464 end of the section depending upon the target of the arm assembler
1465 being tested.
1466
1467 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
1468
1469 * gas/arm/attr-order.d: Fix test for new names for attribute
1470 values.
1471
1472 2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
1473
1474 * gas/arm/sp-pc-validations-bad.d: New testcase.
1475 * gas/arm/sp-pc-validations-bad.l: New file.
1476 * gas/arm/sp-pc-validations-bad.s: New file.
1477 * gas/arm/sp-pc-validations-bad-t.d: New testcase.
1478 * gas/arm/sp-pc-validations-bad-t.l: New file.
1479 * gas/arm/sp-pc-validations-bad-t.s: New file.
1480 * gas/arm/sp-pc-usage-t.d: Removed invalid insns.
1481 * gas/arm/sp-pc-usage-t.s: Likewise.
1482 * gas/arm/unpredictable.d: Likewise.
1483 * gas/arm/unpredictable.s: Likewise.
1484 * gas/arm/thumb2_bcond.d: Added test.
1485 * gas/arm/thumb2_bcond.s: Likewise.
1486
1487 2010-02-12 Tristan Gingold <gingold@adacore.com>
1488
1489 * gas/ia64/slotcount.s, gas/ia64/slotcount.s: New test.
1490 * gas/ia64/ia64.exp: Add slotcount test (vms only).
1491
1492 2010-02-10 Quentin Neill <quentin.neill@amd.com>
1493 Sebastian Pop <sebastian.pop@amd.com>
1494
1495 * gas/i386/x86-64-xop.d: Add vpermil2p[sd] tests.
1496 * gas/i386/x86-64-xop.s: Likewise.
1497 * gas/i386/xop.d: Likewise.
1498 * gas/i386/xop.s: Likewise.
1499
1500 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
1501
1502 * gas/arm/branch-reloc.s, gas/arm/branch-reloc.d,
1503 gas/arm/branch-reloc.l: New tests and expected results with all
1504 variants of call: ARM/Thumb, local/global, inter/intra-section,
1505 using BL/BLX.
1506
1507 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
1508
1509 * gas/arm/arm-it-auto.d: Update expected results.
1510 * gas/arm/bl-local-v4t.d: Likewise.
1511 * gas/arm/blx-local.d: Likewise.
1512 * gas/arm/thumb-w-good.d: Likewise.
1513 * gas/arm/wince.d: Likewise.
1514
1515 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
1516
1517 * gas/ppc/titan.d, * gas/ppc/titan.s: New test.
1518 * gas/ppc/ppc.exp: Run it.
1519
1520 2010-02-03 Quentin Neill <quentin.neill@amd.com>
1521
1522 * gas/i386/i386.exp: Rename amdfam15 test cases to bdver1.
1523 * gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to
1524 gas/i386/x86-64-nops-1-bdver1.d.
1525 * gas/i386/nops-1-amdfam15.d: Renamed test case to
1526 gas/i386/nops-1-bdver1.d.
1527
1528 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
1529
1530 * gas/arm/dis-data.d: Update test name. Do not expect
1531 .word output.
1532 * gas/arm/dis-data2.d, gas/arm/dis-data2.s,
1533 gas/arm/dis-data3.d, gas/arm/dis-data3.s: New tests.
1534
1535 2010-01-29 Nick Clifton <nickc@redhat.com>
1536
1537 PR 11136
1538 * gas/arm/neon-omit.s: Add instruction that causes crash.
1539 * gas/arm/neon-omit.d: Add expected disassembly.
1540
1541 2010-01-28 Dave Korn <dave.korn.cygwin@gmail.com>
1542
1543 * gas/pe/section-align-1.d: Don't test section flags.
1544 * gas/pe/section-align-2.d: Likewise.
1545
1546 2010-01-28 H.J. Lu <hongjiu.lu@intel.com>
1547
1548 * gas/i386/fma-scalar-intel.d: New.
1549 * gas/i386/fma-scalar.d: Likewise.
1550 * gas/i386/fma-scalar.s: Likewise.
1551 * gas/i386/x86-64-fma-scalar-intel.d: Likewise.
1552 * gas/i386/x86-64-fma-scalar.d: Likewise.
1553 * gas/i386/x86-64-fma-scalar.s: Likewise.
1554
1555 * gas/i386/i386.exp: Run fma-scalar, fma-scalar-intel,
1556 x86-64-fma-scalar and x86-64-fma-scalar-intel.
1557
1558 2010-01-28 Nick Clifton <nickc@redhat.com>
1559
1560 PR 11225
1561 * gas/pe/aligncomm-c.d: Dump all sections.
1562
1563 2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
1564
1565 * gas/pe/section-align-1.s: New test source file.
1566 * gas/pe/section-align-1.d: Likewise control script.
1567 * gas/pe/section-align-2.s: Likewise ...
1568 * gas/pe/section-align-2.d: ... and likewise.
1569 * gas/pe/pe.exp: Invoke new testcases.
1570
1571 2010-01-27 H.J. Lu <hongjiu.lu@intel.com>
1572
1573 * gas/i386/avx-scalar-intel.d: New.
1574 * gas/i386/avx-scalar.d: Likewise.
1575 * gas/i386/avx-scalar.s: Likewise.
1576 * gas/i386/x86-64-avx-scalar-intel.d: Likewise.
1577 * gas/i386/x86-64-avx-scalar.d: Likewise.
1578 * gas/i386/x86-64-avx-scalar.s: Likewise.
1579
1580 * gas/i386/i386.exp: Run avx-scalar, avx-scalar-intel,
1581 x86-64-avx-scalar and x86-64-avx-scalar-intel.
1582
1583 2010-01-23 H.J. Lu <hongjiu.lu@intel.com>
1584
1585 * gas/i386/avx.s: Add more tests.
1586 * gas/i386/x86-64-avx.s: Likewise.
1587
1588 * gas/i386/avx-intel.d: Updated.
1589 * gas/i386/avx.d: Likewise.
1590 * gas/i386/x86-64-avx-intel.d: Likewise.
1591 * gas/i386/x86-64-avx.d: Likewise.
1592
1593 2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
1594
1595 * gas/ppc/xcoff-ref-1.s, gas/ppc/xcoff-ref-1.l: New test.
1596 * gas/ppc/aix.exp: Run it.
1597
1598 2010-01-21 H.J. Lu <hongjiu.lu@intel.com>
1599
1600 * gas/i386/x86-64-xsave.s: Add tests for xsave64 and xrstor64.
1601
1602 * gas/i386/x86-64-xsave-intel.d: Updated.
1603 * gas/i386/x86-64-xsave.d: Likewise.
1604
1605 2010-01-20 Nick Clifton <nickc@redhat.com>
1606
1607 PR 11109
1608 * gas/arm/vfp-neon-syntax.d: Update expected disassembly.
1609 * gas/arm/vfp-neon-syntax_t2.d: Likewise.
1610
1611 2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
1612
1613 * gas/i386/x86-64-xop.d: Add missing patterns.
1614 * gas/i386/x86-64-xop.s: Same.
1615 * gas/i386/xop.d: Same.
1616 * gas/i386/xop.s: Same.
1617
1618 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
1619
1620 * gas/arm/thumb-nop.s: Add .syntax unified.
1621
1622 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
1623
1624 * gas/arm/thumb-nop.d, gas/arm/thumb-nop.s: New test.
1625 * gas/arm/relax_branch_align.d: Expect a default NOP instruction.
1626 * gas/arm/vfp1_t2.d, gas/arm/vfp1xD_t2.d: Specify a CPU with
1627 Thumb-2.
1628
1629 2010-01-13 Nick Clifton <nickc@redhat.com>
1630
1631 * gas/elf/section0.d: Skip this test for the h8300.
1632 * gas/elf/section1.d: Likewise.
1633 * gas/elf/section6.d: Likewise.
1634 * gas/elf/elf.exp: Skip section2 and section5 tests when the
1635 target is the h8300.
1636
1637 2010-01-06 Quentin Neill <quentin.neill@amd.com>
1638
1639 * gas/i386/i386.exp: Add new amdfam15 test cases.
1640 * gas/i386/nops-1-amdfam15.d: New.
1641 * gas/i386/x86-64-nops-1-amdfam15.d: New.
1642
1643 2010-01-06 Daniel Gutson <dgutson@codesourcery.com>
1644
1645 * gas/arm/dis-data.d: New test case.
1646 * gas/arm/dis-data.s: New file.
1647
1648 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1649
1650 * gas/arm/neon-logic.d: New test case.
1651 * gas/arm/neon-logic.s: New file.
1652
1653 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
1654
1655 * gas/arm/neon-addressing-bad.d: New test case.
1656 * gas/arm/neon-addressing-bad.s: New file.
1657 * gas/arm/neon-addressing-bad.l: New file.
1658
1659 2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
1660
1661 * gas/arm/neon-suffix-bad.d: New test case.
1662 * gas/arm/neon-suffix-bad.s: New file.
1663 * gas/arm/neon-suffix-bad.l: New file.
1664
1665 For older changes see ChangeLog-2009
1666 \f
1667 Local Variables:
1668 mode: change-log
1669 left-margin: 8
1670 fill-column: 74
1671 version-control: never
1672 End:
This page took 0.06727 seconds and 5 git commands to generate.