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