gas/
[binutils-gdb.git] / gas / testsuite / ChangeLog
1 2012-08-06 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * gas/mips/branch-swap-2.l: New list test.
4 * gas/mips/branch-swap-2.s: New test source.
5 * gas/mips/mips.exp: Run the new test.
6
7 2012-08-06 Roland McGrath <mcgrathr@google.com>
8
9 * gas/i386/x86-64-stack.s: Add cases for push immediate.
10 * gas/testsuite/gas/i386/ilp32/x86-64-stack-intel.d: Updated.
11 * gas/testsuite/gas/i386/ilp32/x86-64-stack-suffix.d: Updated.
12 * gas/testsuite/gas/i386/ilp32/x86-64-stack.d: Updated.
13 * gas/testsuite/gas/i386/x86-64-stack-intel.d: Updated.
14 * gas/testsuite/gas/i386/x86-64-stack-suffix.d: Updated.
15 * gas/testsuite/gas/i386/x86-64-stack.d: Updated.
16
17 * gas/i386/x86-64-stack.s (try): Also try just rex.W (0x48) prefix.
18 * gas/testsuite/gas/i386/ilp32/x86-64-stack-intel.d: Updated.
19 * gas/testsuite/gas/i386/ilp32/x86-64-stack-suffix.d: Updated.
20 * gas/testsuite/gas/i386/ilp32/x86-64-stack.d: Updated.
21 * gas/testsuite/gas/i386/x86-64-stack-intel.d: Updated.
22 * gas/testsuite/gas/i386/x86-64-stack-suffix.d: Updated.
23 * gas/testsuite/gas/i386/x86-64-stack.d: Updated.
24
25 2012-08-02 H.J. Lu <hongjiu.lu@intel.com>
26
27 PR binutils/14420
28 * gas/elf/dwarf2-1.d: Updated.
29 * gas/elf/dwarf2-2.d: Likwise.
30 * gas/i386/dw2-compress-1.d: Likwise.
31
32 2012-08-01 James Lemke <jwlemke@codesourcery.com>
33
34 * gas/cfi/cfi-ppc-1.d: Allow for code alignment of 2 or 4.
35
36 2012-07-31 Catherine Moore <clm@codesourcery.com>
37 Maciej W. Rozycki <macro@codesourcery.com>
38
39 * gas/mips/micromips@mips32-dsp.d: New test.
40 * gas/mips/micromips@mips32-dspr2.d: New test.
41 * gas/mips/mips32-dsp.d: Remove -mips32r2.
42 * gas/mips/mips32-dspr2.d: Likewise.
43 * gas/mips/mips32-dsp.s: Update padding.
44 * gas/mips/mips32-dspr2.s: Likewise.
45 * gas/mips/mips.exp: Use run_dump_test_arches to run MIPS32 DSP
46 tests.
47
48 2012-07-31 H.J. Lu <hongjiu.lu@intel.com>
49
50 * gas/d30v/bittest.l: Updated.
51
52 2012-07-31 H.J. Lu <hongjiu.lu@intel.com>
53
54 * gas/i386/rdseed-intel.d: Append "#pass".
55
56 2012-07-30 H.J. Lu <hongjiu.lu@intel.com>
57
58 * gas/i386/inval-equ-2.l: Updated.
59
60 2012-07-27 Sean Keys <skeys@ipdatasys.com>
61
62 * gas/xgate/xgate.exp: Added hi/lo test.
63 * gas/xgate/hilo.d: New test file
64 * gas/xgate/hilo.s: Net test source file.
65
66 2012-07-24 Sandra Loosemore <sandra@codesourcery.com>
67 Jie Zhang <jzhang918@gmail.com>
68
69 * gas/arm/adr.d: New test.
70 * gas/arm/adr.s: New test.
71
72 2012-07-16 Michael Zolotukhin <michael.v.zolotukhin@intel.com>
73
74 * gas/i386/i386.exp: Run adx, rdseed and prefetchw tests.
75 * gas/i386/x86-64-arch-2.s: Use prefetchw as 3dnow and Prfchw tests.
76 * gas/i386/arch-10.s: Likewise.
77 * gas/i386/arch-10-1.l: Changed correspondingly.
78 * gas/i386/arch-10-2.l: Likewise.
79 * gas/i386/arch-10-3.l: Likewise.
80 * gas/i386/arch-10-4.l: Likewise.
81 * gas/i386/arch-10.d: Likewise.
82 * gas/i386/arch-10-lzcnt.d: Likewise.
83 * gas/i386/x86-64-arch-2.d: Likewise.
84 * gas/i386/x86-64-arch-2-lzcnt.d: Likewise.
85 * gas/i386/ilp32/x86-64-arch-2.d: Likewise.
86 * gas/i386/arch-10-prefetchw.d: New file.
87 * gas/i386/x86-64-arch-2-prefetchw.d: Likewise.
88 * gas/i386/rdseed.s: Likewise.
89 * gas/i386/rdseed.d: Likewise.
90 * gas/i386/rdseed-intel.d: Likewise.
91 * gas/i386/adx.s: Likewise.
92 * gas/i386/adx.d: Likewise.
93 * gas/i386/adx-intel.d: Likewise.
94 * gas/i386/x86-64-rdseed.s: Likewise.
95 * gas/i386/x86-64-rdseed.d: Likewise.
96 * gas/i386/x86-64-rdseed-intel.d: Likewise.
97 * gas/i386/x86-64-adx.s: Likewise.
98 * gas/i386/x86-64-adx.d: Likewise.
99 * gas/i386/x86-64-adx-intel.d: Likewise.
100
101 2012-07-02 Roland McGrath <mcgrathr@google.com>
102
103 * gas/i386/rep-suffix.s: Add 'rep nop' case.
104 * gas/i386/x86-64-rep-suffix.s: Likewise.
105 * gas/i386/rep-suffix.d: Updated.
106 * gas/i386/x86-64-rep-suffix.d: Likewise.
107 * gas/i386/ilp32/x86-64-rep-suffix.d: Likewise.
108
109 2012-07-02 H.J. Lu <hongjiu.lu@intel.com>
110
111 * gas/i386/i386.exp: Don't run rep-bsf nor rep-ret.
112
113 * gas/i386/rep-bsf.d: Removed.
114 * gas/i386/rep-bsf.s: Likewise.
115 * gas/i386/rep-ret.d: Likewise.
116 * gas/i386/rep-ret.s: Likewise.
117
118 * gas/i386/rep-suffix.d: Updated.
119 * gas/i386/x86-64-rep-suffix.d: Likewise.
120 * gas/i386/ilp32/x86-64-rep-suffix.d: Likewise.
121
122 * gas/i386/rep-suffix.s: Add tests for bsf, bsr and ret.
123 * gas/i386/x86-64-rep-suffix.s: Likewise.
124
125 2012-06-30 H.J. Lu <hongjiu.lu@intel.com>
126
127 PR gas/14315
128 * gas/elf/common1.d: New file.
129 * gas/elf/common1.l: Likewise.
130 * gas/elf/common1.s: Likewise.
131 * gas/elf/common2.d: Likewise.
132 * gas/elf/common2.l: Likewise.
133 * gas/elf/common2.s: Likewise.
134
135 * gas/elf/elf.exp: Run common1 and common2.
136
137 2012-06-29 Alan Modra <amodra@gmail.com>
138
139 * gas/lns/lns.exp (lns-common-1): Add crx to alt target list.
140
141 2012-06-28 Nick Clifton <nickc@redhat.com>
142
143 PR gas/14260
144 * gas/arm/ldr-t-bad.s: Add test of bogus use of literal pool
145 addressing.
146 * gas/arm/ldr-t-bad.l: Update expected assembler error message
147 output.
148
149 2012-06-28 Nick Clifton <nickc@redhat.com>
150
151 * gas/lns/lns.exp: Use alternate lns-common test for targets
152 enabling linker relaxation.
153 * gas/lns/lns-big-delta.d: Allow for output from architectures
154 with 32-bit addresses.
155
156 2012-06-27 Alan Modra <amodra@gmail.com>
157
158 * gas/i386/rep-ret.s: Zero pad section.
159 * gas/i386/rep-ret.d: Update.
160
161 2012-06-22 Roland McGrath <mcgrathr@google.com>
162
163 * gas/i386/rep-ret.d: New file.
164 * gas/i386/rep-ret.s: New file.
165 * gas/i386/i386.exp: Add the new test.
166
167 * gas/i386/rep-bsf.d: New file.
168 * gas/i386/rep-bsf.s: New file.
169 * gas/i386/i386.exp: Add the new test.
170
171 2012-06-13 H.J. Lu <hongjiu.lu@intel.com>
172
173 * gas/i386/ilp32/x86-64-dc_a.d: New.
174 * gas/i386/ilp32/x86-64-dc_a.s: Likewise.
175
176 2012-06-11 Andreas Schwab <schwab@linux-m68k.org>
177
178 * gas/ppc/e500mc.d: Update.
179 * gas/ppc/476.d: Update.
180
181 2012-06-07 H.J. Lu <hongjiu.lu@intel.com>
182
183 * gas/all/gas.exp: Don't run rept.
184
185 * gas/all/rept.d: Moved to ...
186 * gas/i386/rept.d: Here.
187 * gas/all/rept.s: Moved to ...
188 * gas/i386/rept.s: Here.
189
190 * gas/i386/i386.exp: Run rept.
191
192 2012-06-07 H.J. Lu <hongjiu.lu@intel.com>
193
194 PR gas/14201
195 * gas/all/gas.exp: Run rept.
196
197 * gas/all/rept.d: New file.
198 * gas/all/rept.s: Likewise.
199
200 2012-05-29 Roland McGrath <mcgrathr@google.com>
201
202 * gas/i386/bundle-bad.s: Remove nested .bundle_lock case.
203 * gas/i386/bundle-bad.l: Remove expected error line.
204 * gas/i386/bundle-lock.s: Add nested .bundle_lock case.
205 * gas/i386/bundle-lock.d: Update expectations.
206
207 2012-05-28 Nick Clifton <nickc@redhat.com>
208
209 * gas/elf/syms.s: New test - checks the generation of multibyte
210 symbol names.
211 * gas/elf/syms.d: New file - expected readelf output.
212 * gas/elf/elf.exp: Add syms.
213
214 2012-05-25 Alan Modra <amodra@gmail.com>
215
216 * gas/lns/lns-big-delta.s: Add nops.
217 * gas/lns/lns-big-delta.d: Update.
218
219 2012-05-19 Alan Modra <amodra@gmail.com>
220
221 * gas/tic6x/unwind-1.d: Update for readelf changes.
222 * gas/tic6x/unwind-2.d: Likewise.
223 * gas/tic6x/unwind-3.d: Likewise.
224
225 2012-05-17 H.J. Lu <hongjiu.lu@intel.com>
226
227 * gas/all/weakref1.d: Expect addend as signed.
228 * gas/arm/pic_vxworks.d: Likewise.
229 * gas/arm/wince.d: Likewise.
230 * gas/h8300/h8300.exp: Likewise.
231 * gas/i386/sub.d: Likewise.
232 * gas/mips/ecoff@ld.d: Likewise.
233 * gas/mips/ecoff@sd.d: Likewise.
234 * gas/mips/l_d-n32.d: Likewise.
235 * gas/mips/l_d-n64.d: Likewise.
236 * gas/mips/l_d.d: Likewise.
237 * gas/mips/ld-n32.d: Likewise.
238 * gas/mips/ld-n64.d: Likewise.
239 * gas/mips/ld.d: Likewise.
240 * gas/mips/mips1@l_d.d: Likewise.
241 * gas/mips/mips1@ld-forward.d: Likewise.
242 * gas/mips/mips1@ld.d: Likewise.
243 * gas/mips/mips1@s_d.d: Likewise.
244 * gas/mips/s_d-n32.d: Likewise.
245 * gas/mips/s_d-n64.d: Likewise.
246 * gas/mips/s_d.d: Likewise.
247 * gas/mips/sd-n32.d: Likewise.
248 * gas/mips/sd-n64.d: Likewise.
249 * gas/mips/sd.d: Likewise.
250 * gas/mmix/bz-c.d: Likewise.
251 * gas/mmix/geta-c.d: Likewise.
252 * gas/mmix/jump-c.d: Likewise.
253 * gas/mmix/pushj-c.d: Likewise.
254 * gas/mmix/pushj-cs.d: Likewise.
255 * gas/mmix/reloc16-n.d: Likewise.
256 * gas/mmix/reloc16-r.d: Likewise.
257 * gas/mmix/reloc16.d: Likewise.
258 * gas/mmix/reloc8-r.d: Likewise.
259 * gas/mmix/reloc8.d: Likewise.
260 * gas/mmix/relocxrn.d: Likewise.
261 * gas/sh/sh64/case-1.d: Likewise.
262 * gas/sh/sh64/mix-1.d: Likewise.
263 * gas/sh/sh64/pt32-1.d: Likewise.
264 * gas/sh/sh64/pt64-1.d: Likewise.
265 * gas/sh/sh64/pt64-32-2.d: Likewise.
266 * gas/sh/sh64/rel32-2.d: Likewise.
267 * gas/sh/sh64/rel32-4.d: Likewise.
268 * gas/sh/sh64/rel64-2.d: Likewise.
269 * gas/sh/sh64/rel64-4.d: Likewise.
270 * gas/tic6x/data-reloc.d: Likewise.
271 * gas/tic6x/pcr-relocs.d: Likewise.
272 * gas/xstormy16/allinsn.d: Likewise.
273 * gas/xstormy16/reloc-1.d: Likewise.
274 * gas/xstormy16/reloc-2.d: Likewise.
275
276 2012-05-17 Alan Modra <amodra@gmail.com>
277
278 * gas/elf/dwarf2-1.d: Update.
279 * gas/elf/dwarf2-2.d: Update.
280 * gas/i386/dw2-compress-1.d: Update.
281
282 2012-05-17 Alan Modra <amodra@gmail.com>
283
284 * gas/ppc/vle.d: Pass -a32 to assembler.
285 * gas/ppc/vle-reloc.d: Likewise.
286 * gas/ppc/vle-simple-1.d: Likewise, also match wider addresses.
287 * gas/ppc/vle-simple-2.d: Likewise.
288 * gas/ppc/vle-simple-3.d: Likewise.
289 * gas/ppc/vle-simple-4.d: Likewise.
290 * gas/ppc/vle-simple-5.d: Likewise.
291 * gas/ppc/vle-simple-6.d: Likewise.
292
293 2012-05-16 Meador Inge <meadori@codesourcery.com>
294
295 * gas/arm/stm-ldm.d: STMFD/LDMIA sp!, {reg} don't disassemble to
296 PUSH/POP {reg} any longer. Some new test cases have been added as well.
297 * gas/arm/stm-ldm.s: Likewise.
298
299 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
300
301 * gas/m68hc11/insns9s12x.s: New
302 * gas/m68hc11/insns9s12x.d: New
303 * gas/m68hc11/hexprefix.s: New
304 * gas/m68hc11/hexprefix.d: New
305 * gas/m68hc11/9s12x-exg-sex-tfr.s: New
306 * gas/m68hc11/9s12x-exg-sex-tfr.d: New
307 * gas/m68hc11/insns9s12xg.s: New
308 * gas/m68hc11/insns9s12xg.d: New
309 * gas/m68hc11/9s12x-mov.s: New
310 * gas/m68hc11/9s12x-mov.d: New
311 * gas/m68hc11/m68hc11.exp: Updated
312 * gas/m68hc11/*.d: Brought in line with changed objdump output.
313 * gas/all/gas.exp: XFAIL all hc11/12 targets for redef2,3.
314 * gas/elf/elf.exp: XFAIL all hc11/12 targets for redef.
315
316 2012-05-14 Catherine Moore <clm@codesourcery.com>
317 Maciej W. Rozycki <macro@codesourcery.com>
318 Rhonda Wittels <rhonda@codesourcery.com>
319
320 * gas/ppc/ppc.exp: Run new tests.
321 * gas/ppc/vle-reloc.d: New test.
322 * gas/ppc/vle-reloc.s: New test.
323 * gas/ppc/vle-simple-1.d: New test.
324 * gas/ppc/vle-simple-1.s: New test.
325 * gas/ppc/vle-simple-2.d: New test.
326 * gas/ppc/vle-simple-2.s: New test.
327 * gas/ppc/vle-simple-3.d: New test.
328 * gas/ppc/vle-simple-3.s: New test.
329 * gas/ppc/vle-simple-4.d: New test.
330 * gas/ppc/vle-simple-4.s: New test.
331 * gas/ppc/vle-simple-5.d: New test.
332 * gas/ppc/vle-simple-5.s: New test.
333 * gas/ppc/vle-simple-6.d: New test.
334 * gas/ppc/vle-simple-6.s: New test.
335 * gas/ppc/vle.d: New test.
336 * gas/ppc/vle.s: New test.
337
338 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
339
340 * gas/cris/rd-pic-1.d: Expect addend as signed.
341 * gas/cris/rd-tls-1.d: Likewise.
342 * gas/cris/rd-tls-2.d: Likewise.
343
344 2012-05-13 H.J. Lu <hongjiu.lu@intel.com>
345
346 * gas/all/fwdexp.d: Expect addend as signed.
347 * gas/alpha/elf-reloc-1.d: Likewise.
348 * gas/i386/mixed-mode-reloc64.d: Likewise.
349 * gas/i386/reloc64.d: Likewise.
350 * gas/i386/ilp32/mixed-mode-reloc64.d: Expect addend as signed.
351 * gas/i386/ilp32/reloc64.d: Likewise.
352 * gas/ia64/pcrel.d: Likewise.
353 * gas/mips/branch-misc-2-64.d: Likewise.
354 * gas/mips/branch-misc-2pic-64.d: Likewise.
355 * gas/mips/branch-misc-4-64.d: Likewise.
356 * gas/mips/ldstla-n64-sym32.d: Likewise.
357 * gas/mips/micromips@branch-misc-2-64.d: Likewise.
358 * gas/mips/micromips@branch-misc-2pic-64.d: Likewise.
359 * gas/mips/micromips@branch-misc-4-64.d: Likewise.
360 * gas/mips/mips16-hilo-n32.d: Likewise.
361 * gas/ppc/astest.d: Likewise.
362 * gas/ppc/astest2.d: Likewise.
363 * gas/ppc/astest2_64.d: Likewise.
364 * gas/ppc/astest64.d: Likewise.
365 * gas/ppc/test1elf32.d: Likewise.
366 * gas/ppc/test1elf64.d: Likewise.
367 * gas/sparc/reloc64.d: Likewise.
368
369 2012-05-12 H.J. Lu <hongjiu.lu@intel.com>
370
371 * gas/mips/elf-rel10.d: Updated.
372 * gas/mips/elf-rel22.d: Likewise.
373 * gas/mmix/comment-1.d: Likewise.
374
375 2012-05-12 H.J. Lu <hongjiu.lu@intel.com>
376
377 * gas/i386/ilp32/ilp32.exp: Don't run reloc64-inval.
378
379 * gas/i386/ilp32/reloc64.s: Add test for -4294967295 addend.
380 * gas/i386/ilp32/reloc64.d: Updated.
381
382 * gas/i386/ilp32/reloc64-inval.l: Removed.
383 * gas/i386/ilp32/reloc64-inval.s: Likewise.
384
385 2012-05-09 H.J. Lu <hongjiu.lu@intel.com>
386
387 * gas/i386/ilp32/ilp32.exp: Run reloc64-inval.
388
389 * gas/i386/ilp32/reloc64.s: Add tests for ".quad".
390 * gas/i386/ilp32/reloc64.d: Updated.
391
392 * gas/i386/ilp32/reloc64-inval.l: New file.
393 * gas/i386/ilp32/reloc64-inval.s: Likewise.
394
395 2012-05-08 Alan Modra <amodra@gmail.com>
396
397 * lib/gas-defs.exp (run_dump_test): Don't set LC_ALL here.
398
399 2012-05-06 Arnold Metselaar <arnold_m@operamail.com>
400
401 * gas/z80/jr-forwf.s: New file, adapted from z8k version.
402 * gas/z80/jr-backf.s: Likewise.
403 * gas/z80/djnz-backf.s: Likewise.
404 * gas/z80/ill_op: New file, with illegal operand.
405 * gas/z80/z80.exp: Run new tests.
406
407 2012-05-03 Sean Keys <skeys@ipdatasys.com>
408
409 * gas/all/gas.exp: Added xgate tex entry.
410 * gas/xgate/abi-xgate-16-32.d: Simple ABI flag test.
411 * gas/xgate/abi-xgate-16-64.d: Ditto
412 * gas/xgate/abi-xgate-32-32.d: Ditto
413 * gas/xgate/abi-xgate-32-64.d: Ditto
414 * gas/xgate/abi.s: Source file for ABI tests.
415 * gas/xgate/all_insns.d: Dump file for all instructions test.
416 * gas/xgate/all_insns.s: Source file for all instructions test.
417 * gas/xgate/insns-dwarf2.d: Dump file for dwarf2 test.
418 * gas/xgate/insns.d: Dump file for instructions test.
419 * gas/xgate/insns.s: Source file for instructions test.
420 * gas/xgate/xgate.exp: XGATE tests file.
421
422 2012-04-27 David S. Miller <davem@davemloft.net>
423
424 * gas/sparc/sparc.exp: Run cfr test.
425 * gas/sparc/cfr.s: New testcase.
426 * gas/sparc/cfr.d: Likewise.
427
428 * gas/sparc/sparc.exp: Run pause test.
429 * gas/sparc/pause.s: New testcase.
430 * gas/sparc/pause.d: Likewise.
431
432 * gas/sparc/cbcond.s: New file.
433 * gas/sparc/cbcond.d: New file.
434 * gas/sparc/sparc.exp: Run cbcond test.
435
436 * gas/sparc/crypto.s: New file.
437 * gas/sparc/crypto.d: New file.
438 * gas/sparc/sparc.exp: Run crypto test.
439
440 2012-04-12 David S. Miller <davem@davemloft.net>
441
442 * gas/sparc/reloc64.s: Add abs34 code model tests.
443 * gas/sparc/reloc64.d: Update.
444
445 2012-04-12 Roland McGrath <mcgrathr@google.com>
446
447 * gas/elf/elf.exp (run_elf_list_test): Treat arm-*-nacl* targets
448 as -armeabi.
449
450 * gas/arm/any-idiv.d: Match *-*-nacl* targets too.
451 * gas/arm/arch4t.d: Likewise.
452 * gas/arm/arch4t-eabi.d: Likewise.
453 * gas/arm/attr-any-armv4t.d: Likewise.
454 * gas/arm/attr-any-thumbv6.d: Likewise.
455 * gas/arm/attr-cpu-directive.d: Likewise.
456 * gas/arm/attr-default.d: Likewise.
457 * gas/arm/attr-march-all.d: Likewise.
458 * gas/arm/attr-march-armv1.d: Likewise.
459 * gas/arm/attr-march-armv2a.d: Likewise.
460 * gas/arm/attr-march-armv2.d: Likewise.
461 * gas/arm/attr-march-armv2s.d: Likewise.
462 * gas/arm/attr-march-armv3.d: Likewise.
463 * gas/arm/attr-march-armv3m.d: Likewise.
464 * gas/arm/attr-march-armv4.d: Likewise.
465 * gas/arm/attr-march-armv4t.d: Likewise.
466 * gas/arm/attr-march-armv4txm.d: Likewise.
467 * gas/arm/attr-march-armv4xm.d: Likewise.
468 * gas/arm/attr-march-armv5.d: Likewise.
469 * gas/arm/attr-march-armv5t.d: Likewise.
470 * gas/arm/attr-march-armv5te.d: Likewise.
471 * gas/arm/attr-march-armv5tej.d: Likewise.
472 * gas/arm/attr-march-armv5texp.d: Likewise.
473 * gas/arm/attr-march-armv5txm.d: Likewise.
474 * gas/arm/attr-march-armv6.d: Likewise.
475 * gas/arm/attr-march-armv6j.d: Likewise.
476 * gas/arm/attr-march-armv6k.d: Likewise.
477 * gas/arm/attr-march-armv6k+sec.d: Likewise.
478 * gas/arm/attr-march-armv6kt2.d: Likewise.
479 * gas/arm/attr-march-armv6-m.d: Likewise.
480 * gas/arm/attr-march-armv6-m+os.d: Likewise.
481 * gas/arm/attr-march-armv6s-m.d: Likewise.
482 * gas/arm/attr-march-armv6t2.d: Likewise.
483 * gas/arm/attr-march-armv6z.d: Likewise.
484 * gas/arm/attr-march-armv6zk.d: Likewise.
485 * gas/arm/attr-march-armv6zkt2.d: Likewise.
486 * gas/arm/attr-march-armv6zt2.d: Likewise.
487 * gas/arm/attr-march-armv7-a.d: Likewise.
488 * gas/arm/attr-march-armv7a.d: Likewise.
489 * gas/arm/attr-march-armv7-a+idiv.d: Likewise.
490 * gas/arm/attr-march-armv7-a+mp.d: Likewise.
491 * gas/arm/attr-march-armv7-a+sec.d: Likewise.
492 * gas/arm/attr-march-armv7-a+sec+virt.d: Likewise.
493 * gas/arm/attr-march-armv7-a+virt.d: Likewise.
494 * gas/arm/attr-march-armv7.d: Likewise.
495 * gas/arm/attr-march-armv7em.d: Likewise.
496 * gas/arm/attr-march-armv7-m.d: Likewise.
497 * gas/arm/attr-march-armv7m.d: Likewise.
498 * gas/arm/attr-march-armv7-r.d: Likewise.
499 * gas/arm/attr-march-armv7r.d: Likewise.
500 * gas/arm/attr-march-armv7-r+mp.d: Likewise.
501 * gas/arm/attr-march-iwmmxt2.d: Likewise.
502 * gas/arm/attr-march-iwmmxt.d: Likewise.
503 * gas/arm/attr-march-xscale.d: Likewise.
504 * gas/arm/attr-mcpu.d: Likewise.
505 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
506 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
507 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
508 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
509 * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
510 * gas/arm/attr-mfpu-fpa10.d: Likewise.
511 * gas/arm/attr-mfpu-fpa11.d: Likewise.
512 * gas/arm/attr-mfpu-fpa.d: Likewise.
513 * gas/arm/attr-mfpu-fpe2.d: Likewise.
514 * gas/arm/attr-mfpu-fpe3.d: Likewise.
515 * gas/arm/attr-mfpu-fpe.d: Likewise.
516 * gas/arm/attr-mfpu-maverick.d: Likewise.
517 * gas/arm/attr-mfpu-neon.d: Likewise.
518 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
519 * gas/arm/attr-mfpu-softfpa.d: Likewise.
520 * gas/arm/attr-mfpu-softvfp.d: Likewise.
521 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
522 * gas/arm/attr-mfpu-vfp10.d: Likewise.
523 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
524 * gas/arm/attr-mfpu-vfp3.d: Likewise.
525 * gas/arm/attr-mfpu-vfp9.d: Likewise.
526 * gas/arm/attr-mfpu-vfp.d: Likewise.
527 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
528 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
529 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
530 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
531 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
532 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
533 * gas/arm/attr-names.d: Likewise.
534 * gas/arm/attr-order.d: Likewise.
535 * gas/arm/attr-override-cpu-directive.d: Likewise.
536 * gas/arm/attr-override-mcpu.d: Likewise.
537 * gas/arm/got_prel.d: Likewise.
538 * gas/arm/mapdir.d: Likewise.
539 * gas/arm/mapmisc.d: Likewise.
540 * gas/arm/mapsecs.d: Likewise.
541 * gas/arm/mapshort-eabi.d: Likewise.
542 * gas/arm/mapshort-elf.d: Likewise.
543 * gas/arm/mov-highregs-any.d: Likewise.
544 * gas/arm/mov-lowregs-any.d: Likewise.
545 * gas/arm/pr12198-1.d: Likewise.
546 * gas/arm/pr12198-2.d: Likewise.
547 * gas/arm/thumb.d: Likewise.
548 * gas/arm/thumb-eabi.d: Likewise.
549 * gas/arm/thumbrel.d: Likewise.
550
551 2012-04-12 Jie Zhang <jie@codesourcery.com>
552 Meador Inge <meadori@codesourcery.com>
553
554 * gas/arm/push-pop.d: New testcase.
555 * gas/arm/push-pop.s: Ditto.
556 * gas/arm/stm-ldm.d: Ditto.
557 * gas/arm/stm-ldm.s: Ditto.
558
559 2012-04-07 David S. Miller <davem@davemloft.net>
560
561 * gas/all/gas.exp: Sparc can handle BFD_RELOC_8 for constants.
562
563 2012-04-03 Roland McGrath <mcgrathr@google.com>
564
565 * gas/i386/k1om.d: Add not-target match for *-*-nacl*.
566 * gas/i386/l1om.d: Likewise.
567
568 2012-04-02 DJ Delorie <dj@redhat.com>
569
570 * gas/rx/mov.d: Update patterns for fixed MOV.W encoding.
571
572 2012-03-20 Nick Clifton <nickc@redhat.com>
573
574 * gas/arm/vfp1xD.s: Add tests of the VMSR ad VMRS instructions in
575 priviledged modes.
576 * gas/arm/vfp1xD.d: Update expected output.
577
578 2012-03-16 Matthew Gretton-Dann <matther.gretton-dann@arm.com>
579
580 * gas/testsuite/gas/arm/any-idiv.d: New testcase.
581 * gas/testsuite/gas/arm/any-idiv.s: Likewise.
582 * gas/arm/attr-any-armv4t.d: Update expected output.
583 * gas/arm/attr-any-thumbv6.d: Likewise.
584 * gas/arm/attr-cpu-directive.d: Likewise.
585 * gas/arm/attr-default.d: Likewise.
586 * gas/arm/attr-march-armv1.d: Likewise.
587 * gas/arm/attr-march-armv2.d: Likewise.
588 * gas/arm/attr-march-armv2a.d: Likewise.
589 * gas/arm/attr-march-armv2s.d: Likewise.
590 * gas/arm/attr-march-armv3.d: Likewise.
591 * gas/arm/attr-march-armv3m.d: Likewise.
592 * gas/arm/attr-march-armv4.d: Likewise.
593 * gas/arm/attr-march-armv4t.d: Likewise.
594 * gas/arm/attr-march-armv4txm.d: Likewise.
595 * gas/arm/attr-march-armv4xm.d: Likewise.
596 * gas/arm/attr-march-armv5.d: Likewise.
597 * gas/arm/attr-march-armv5t.d: Likewise.
598 * gas/arm/attr-march-armv5te.d: Likewise.
599 * gas/arm/attr-march-armv5tej.d: Likewise.
600 * gas/arm/attr-march-armv5texp.d: Likewise.
601 * gas/arm/attr-march-armv5txm.d: Likewise.
602 * gas/arm/attr-march-armv6-m+os.d: Likewise.
603 * gas/arm/attr-march-armv6-m.d: Likewise.
604 * gas/arm/attr-march-armv6.d: Likewise.
605 * gas/arm/attr-march-armv6j.d: Likewise.
606 * gas/arm/attr-march-armv6k+sec.d: Likewise.
607 * gas/arm/attr-march-armv6k.d: Likewise.
608 * gas/arm/attr-march-armv6kt2.d: Likewise.
609 * gas/arm/attr-march-armv6s-m.d: Likewise.
610 * gas/arm/attr-march-armv6t2.d: Likewise.
611 * gas/arm/attr-march-armv6z.d: Likewise.
612 * gas/arm/attr-march-armv6zk.d: Likewise.
613 * gas/arm/attr-march-armv6zkt2.d: Likewise.
614 * gas/arm/attr-march-armv6zt2.d: Likewise.
615 * gas/arm/attr-march-armv7-a+mp.d: Likewise.
616 * gas/arm/attr-march-armv7-a+sec.d: Likewise.
617 * gas/arm/attr-march-armv7-a.d: Likewise.
618 * gas/arm/attr-march-armv7.d: Likewise.
619 * gas/arm/attr-march-armv7a.d: Likewise.
620 * gas/arm/attr-march-iwmmxt.d: Likewise.
621 * gas/arm/attr-march-iwmmxt2.d: Likewise.
622 * gas/arm/attr-march-xscale.d: Likewise.
623 * gas/arm/attr-mcpu.d: Likewise.
624 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
625 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
626 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
627 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
628 * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
629 * gas/arm/attr-mfpu-fpa.d: Likewise.
630 * gas/arm/attr-mfpu-fpa10.d: Likewise.
631 * gas/arm/attr-mfpu-fpa11.d: Likewise.
632 * gas/arm/attr-mfpu-fpe.d: Likewise.
633 * gas/arm/attr-mfpu-fpe2.d: Likewise.
634 * gas/arm/attr-mfpu-fpe3.d: Likewise.
635 * gas/arm/attr-mfpu-maverick.d: Likewise.
636 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
637 * gas/arm/attr-mfpu-neon.d: Likewise.
638 * gas/arm/attr-mfpu-softfpa.d: Likewise.
639 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
640 * gas/arm/attr-mfpu-softvfp.d: Likewise.
641 * gas/arm/attr-mfpu-vfp.d: Likewise.
642 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
643 * gas/arm/attr-mfpu-vfp10.d: Likewise.
644 * gas/arm/attr-mfpu-vfp3.d: Likewise.
645 * gas/arm/attr-mfpu-vfp9.d: Likewise.
646 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
647 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
648 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
649 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
650 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
651 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
652 * gas/arm/attr-order.d: Likewise.
653 * gas/arm/attr-override-cpu-directive.d: Likewise.
654 * gas/arm/attr-override-mcpu.d: Likewise.
655 * gas/arm/eabi_attr_1.d: Likewise.
656 * gas/arm/mov-highregs-any.d: Likewise.
657 * gas/arm/mov-lowregs-any.d: Likewise.
658 * gas/arm/pr12198-1.d: Likewise.
659 * gas/arm/pr12198-2.d: Likewise.
660
661 2012-03-15 Alan Modra <amodra@gmail.com>
662
663 * gas/i386/bundle-lock.d: Ignore trailing nops.
664 * gas/i386/bundle.d: Likewise.
665 * gas/i386/x86-64-bundle.d: Likewise.
666
667 2012-03-13 Roland McGrath <mcgrathr@google.com>
668
669 * gas/i386/bundle-bad.s: New file.
670 * gas/i386/bundle-bad.d: New file.
671 * gas/i386/bundle-bad.l: New file.
672 * gas/i386/i386.exp: Run it.
673
674 * gas/arm/bundle.s: New file.
675 * gas/arm/bundle.d: New file.
676 * gas/arm/bundle-lock.s: New file.
677 * gas/arm/bundle-lock.d: New file.
678
679 * gas/i386/bundle.s: New file.
680 * gas/i386/bundle.d: New file.
681 * gas/i386/x86-64-bundle.s: New file.
682 * gas/i386/x86-64-bundle.d: New file.
683 * gas/i386/bundle-lock.s: New file.
684 * gas/i386/bundle-lock.d: New file.
685 * gas/i386/i386.exp: Run them.
686
687 2012-03-10 Edmar Wienskoski <edmar@freescale.com>
688
689 * gas/ppc/e500mc64_nop.s: New test case for e500mc family
690 termination nops.
691 * gas/ppc/e500mc64_nop.d: Likewise.
692 * gas/ppc/e5500_nop.s: Likewise.
693 * gas/ppc/e5500_nop.d: Likewise.
694 * gas/ppc/e6500_nop.s: Likewise.
695 * gas/ppc/e6500_nop.d: Likewise.
696 * gas/ppc/e6500.s: New.
697 * gas/ppc/e6500.d: Likewise.
698 * gas/ppc/ppc.exp: Run e6500, e500mc64_nop, e5500_nop, and e6500_nop.
699
700 2012-03-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
701
702 * gas/s390/esa-g5.d: Move length field to the second operand.
703 * gas/s390/esa-g5.s: Likewise.
704
705 2012-02-14 Alan Modra <amodra@gmail.com>
706
707 * gas/elf/bad-group.s: Add section attributes.
708 * gas/elf/elf.exp (groupautoa, groupautob): Don't run for hppa64-hpux.
709 (ifunc-1, type): Don't run for hpux.
710 * gas/elf/type-noifunc.e: Accept ANSI_COM.
711 * gas/elf/section7.s: Always have whitespace before directives.
712 * gas/elf/warn-2.s: Likewise.
713 * gas/i386/ifunc-3.s: Move .size directive.
714
715 2012-02-13 Alan Modra <amodra@gmail.com>
716
717 * gas/all/gas.exp (redef2): xfail m6811 and m6812.
718 * gas/elf/elf.exp: Use is_elf_format.
719 * gas/symver/symver.exp: Likewise.
720 * gas/m68hc11/m68hc11.exp: Simplify target test.
721 Add -m68hc11 to error tests that pass for hc12.
722
723 2012-02-11 Kai Tietz <ktietz@redhat.com>
724
725 * gas/i386/disp32.d: Adjust label pattern.
726
727 2012-02-08 Kai Tietz <ktietz@redhat.com>
728
729 * gas/i386/x86-64-disp32.d: Fix lable-pattern.
730
731 2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
732
733 * gas/i386/hle-intel.d: New.
734 * gas/i386/hle.d: Likewise.
735 * gas/i386/hle.s: Likewise.
736 * gas/i386/hlebad.l: Likewise.
737 * gas/i386/hlebad.s: Likewise.
738 * gas/i386/rtm-intel.d: Likewise.
739 * gas/i386/rtm.d: Likewise.
740 * gas/i386/rtm.s: Likewise.
741 * gas/i386/x86-64-hle-intel.d: Likewise.
742 * gas/i386/x86-64-hle.d: Likewise.
743 * gas/i386/x86-64-hle.s: Likewise.
744 * gas/i386/x86-64-hlebad.l: Likewise.
745 * gas/i386/x86-64-hlebad.s: Likewise.
746 * gas/i386/x86-64-rtm-intel.d: Likewise.
747 * gas/i386/x86-64-rtm.d: Likewise.
748 * gas/i386/x86-64-rtm.s: Likewise.
749
750 * gas/i386/i386.exp: Run hle, hle-intel, hlebad x86-64-hle, rtm,
751 rtm-intel, x86-64-hle-intel, x86-64-hlebad, x86-64-rtm and
752 x86-64-rtm-intel.
753
754 2012-01-20 H.J. Lu <hongjiu.lu@intel.com>
755
756 * gas/i386/disp32.s: Add tests for .d8 suffix.
757 * gas/i386/x86-64-disp32.s: Likewise.
758
759 * gas/i386/disp32.d: Updated.
760 * gas/i386/x86-64-disp32.d: Likewise.
761
762 2012-01-17 Andreas Schwab <schwab@linux-m68k.org>
763
764 * gas/m68k/pmove.s, gas/m68k/pmove.d: New test.
765 * gas/m68k/all.exp: Run it.
766
767 2012-01-13 H.J. Lu <hongjiu.lu@intel.com>
768
769 * gas/i386/i386.exp: Run vmfunc and x86-64-vmfunc.
770
771 * gas/i386/vmfunc.d: New.
772 * gas/i386/vmfunc.s: Likewise.
773 * gas/i386/x86-64-vmfunc.d: Likewise.
774
775 2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
776
777 * gas/all/redef2.d: Skip for Darwin.
778 * gas/all/redef3.d: Likewise.
779 * gas/all/weakref1.d: Likewise.
780 * gas/macros/irp.d: Likewise.
781 * gas/macros/repeat.d: Likewise.
782 * gas/macros/rept.d: Likewise.
783 * gas/macros/test2.d: Likewise.
784 * gas/macros/vararg.d: Likewise.
785 * gas/mach-o/macro-irp.d: New.
786 * gas/mach-o/macro-repeat.d: New.
787 * gas/mach-o/macro-rept.d: New.
788 * gas/mach-o/macro-test2.d: New.
789 * gas/mach-o/macro-vararg.d: New.
790 * gas/mach-o/redef2.d: New.
791 * gas/mach-o/redef3.d: New.
792
793 2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
794
795 * gas/mach-o/dysymtab-3.d: New.
796 * gas/mach-o/symbols-7.s: New.
797
798 2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
799
800 * gas/mach-o/dysymtab-2.d: Update to include the set VMA.
801 * gas/mach-o/symbols-1-64.d: Likewise.
802 * gas/mach-o/symbols-1.d: Likewise.
803 * gas/mach-o/symbols-6.d: Likewise.
804 * gas/mach-o/zerofill-1.d: Likewise.
805 * gas/mach-o/zerofill-2.d: Likewise.
806
807 2012-01-12 Iain Sandoe <idsandoe@googlemail.com>
808
809 * gas/mach-o/dysymtab-2.d: New.
810 * gas/mach-o/err-syms-4.s: New.
811 * gas/mach-o/err-syms-5.s: New.
812 * gas/mach-o/err-syms-6.s: New.
813 * gas/mach-o/symbols-6-64.d: New.
814 * gas/mach-o/symbols-6-64.s: New.
815 * gas/mach-o/symbols-6.d: New.
816 * gas/mach-o/symbols-6.s: New.
817
818 2012-01-09 Iain Sandoe <idsandoe@googlemail.com>
819
820 * gas/mach-o/err-syms-1.s: New.
821 * gas/mach-o/err-syms-2.s: New.
822 * gas/mach-o/err-syms-3.s: New.
823 * gas/mach-o/symbols-2.d: New.
824 * gas/mach-o/symbols-2.s: New.
825 * gas/mach-o/symbols-3.s: New.
826 * gas/mach-o/symbols-4.s: New.
827 * gas/mach-o/symbols-5.d: New.
828 * gas/mach-o/symbols-5.s: New.
829
830 2012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
831
832 * gas/mips/tls-relw.s, gas/mips/tls-relw.d: New test.
833 * gas/mips/mips.exp: Run it.
834
835 2012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
836
837 * gas/mips/align3.s, gas/mips/align3.d: New testcase.
838 * gas/mips/mips.exp: Run it.
839
840 2012-01-04 Iain Sandoe <idsandoe@googlemail.com>
841
842 * gas/mach-o/zerofill-2.d: New.
843
844 2012-01-04 Iain Sandoe <idsandoe@googlemail.com>
845
846 * gas/mach-o/zerofill-1.d: New.
847 * gas/mach-o/zerofill-1.s: New.
848
849 2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
850
851 * gas/mach-o/dysymtab-1-64.d: New.
852 * gas/mach-o/dysymtab-1.d: New.
853 * gas/mach-o/symbols-1-64.d: New.
854 * gas/mach-o/symbols-1.d: New.
855 * gas/mach-o/symbols-base-64.s: New.
856 * gas/mach-o/symbols-base.s: New.
857
858 For older changes see ChangeLog-2011
859 \f
860 Local Variables:
861 mode: change-log
862 left-margin: 8
863 fill-column: 74
864 version-control: never
865 End: