f2a4639828b4da0c969809b68eb5b0caa7ff4056
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
2
3 * gas/mach-o/zerofill-1.d: New.
4 * gas/mach-o/zerofill-1.s: New.
5
6 2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
7
8 * gas/mach-o/dysymtab-1-64.d: New.
9 * gas/mach-o/dysymtab-1.d: New.
10 * gas/mach-o/symbols-1-64.d: New.
11 * gas/mach-o/symbols-1.d: New.
12 * gas/mach-o/symbols-base-64.s: New.
13 * gas/mach-o/symbols-base.s: New.
14
15 2011-12-29 Iain Sandoe <idsandoe@googlemail.com>
16
17 * gas/mach-o/sections-1.d: Amend to recognize that bss is not emitted
18 by default.
19 * gas/mach-o/sections-2.d: New.
20
21 2011-12-19 Iain Sandoe <idsandoe@googlemail.com>
22
23 * gas/mach-o/err-sections-1.s: New.
24 * gas/mach-o/err-sections-2.s: New.
25 * gas/mach-o/sections-3.d: New.
26 * gas/mach-o/sections-3.s: New.
27
28 2011-12-15 Iain Sandoe <iains@gcc.gnu.org>
29
30 * gas/mach-o/subsect-via-symbols-0.d: New.
31 * gas/mach-o/subsect-via-symbols-1.d: New.
32 * gas/mach-o/subsect-via-symbols.s: New.
33
34 2011-12-15 Nick Clifton <nickc@redhat.com>
35
36 * gas/frv/immediates.s: New test file - checks assembly of
37 constant values.
38 * gas/frv/immediates.d: Expected disassembly.
39 * gas/frv/allinsn.exp: Run the new test.
40
41 2011-12-14 Stuart Henderson <shenders@gcc.gnu.org>
42
43 * gas/bfin/move.d: Update SRCx field expectations.
44 * gas/bfin/move2.d: Likewise.
45 * gas/bfin/parallel.d: Likewise.
46 * gas/bfin/parallel2.d: Likewise.
47 * gas/bfin/parallel3.d: Likewise.
48 * gas/bfin/parallel4.d: Likewise.
49 * gas/bfin/video.d: Likewise.
50 * gas/bfin/video2.d: Likewise.
51
52 2011-12-14 Iain Sandoe <iains@gcc.gnu.org>
53
54 * gas/mach-o/comm-1.d: New.
55 * gas/mach-o/comm-1.s: New.
56 * gas/mach-o/lcomm-1.s: New.
57 * gas/mach-o/mach-o.exp: Update to use run_dump_tests[].
58 * gas/mach-o/sections-1.d: New.
59 * gas/mach-o/sections-1.s: New.
60 * gas/mach-o/warn-1.s: Add .comm alignment range warning.
61
62 2011-12-14 Iain Sandoe <iains@gcc.gnu.org>
63
64 * gas/mach-o: New.
65 * gas/mach-o/mach-o.exp: New.
66 * gas/mach-o/warn-1.s: New.
67 * gas/mach-o/lcomm-1.s: New.
68 * gas/mach-o/lcomm-1.d: New.
69
70 2011-12-08 Andrew Pinski <apinski@cavium.com>
71
72 * gas/mips/mips32-mt.d: Add pause instruction encoding to the end.
73 * gas/mips/micromips@mips32r2.d: Likewise.
74 * gas/mips/mips32r2.d: Likewise.
75 * gas/mips/mips32-mt.s: Add pause instruction to the end.
76 * gas/mips/mips32r2.s: Likewise.
77
78 2011-12-08 Andrew Pinski <apinski@cavium.com>
79 Adam Nemet <anemet@caviumnetworks.com>
80
81 * gas/mips/mips.exp: Add Octeon2 for an architecture.
82 Run octeon2 test.
83 * gas/mips/octeon2.d: New file.
84 * gas/mips/octeon2.s: New file.
85
86 2011-12-07 Sameera Deshpande <sameera.deshpande@arm.com>
87
88 * gas/arm/thumb2_ldstd_unpredictable.d: New testcase.
89 * gas/arm/thumb2_ldstd_unpredictable.l: Likewise.
90 * gas/arm/thumb2_ldstd_unpredictable.s: Likewise.
91 * gas/testsuite/gas/arm/sp-pc-validations-bad-t.l: Update
92 testcase.
93 * gas/testsuite/gas/arm/sp-pc-validations-bad-t.s: Likewise.
94
95 2011-11-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
96
97 * gas/arm/neon-suffix-bad.l: Add testcase.
98 * gas/arm/neon-suffix-bad.s: Likewise.
99
100 2011-12-05 Richard Earnshaw <rearnsha@arm.com>
101
102 * gas/arm/attr-any-armv4t.d: New test.
103 * gas/arm/attr-any-armv4t.s: New file.
104 * gas/arm/attr-any-thumbv6.d: New test.
105 * gas/arm/attr-any-thumbv6.s: New file.
106
107 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
108
109 * gas/arm/cmdline-bad-arch.d: New test case.
110 * gas/arm/cmdline-bad-cpu.d: Likewise.
111
112 2011-12-03 Richard Sandiford <rdsandiford@googlemail.com>
113
114 * gas/mips/mips.exp (run_dump_test_arch): Add an opts parameter.
115 (run_dump_test_arches): Allow additional options to be passed.
116 (run_list_test_arch): Add opts to the name.
117 (run_list_test_arches): Allow the options to be elided.
118 (mips4-fp, mips5-fp): Run twice, one with -32 and once with -mabi=o64.
119 (mips64r2-ill, octeon-ill): Remove empty options string.
120
121 2011-11-29 Andrew Pinski <apinski@cavium.com>
122
123 * gas/mips/mips.exp: Add octeon+ for an architecture.
124 Run octeon-saa-saad test.
125 (run_dump_test_arch): For Octeon architectures, also try octeon@.
126 * gas/mips/octeon-pref.d: Remove -march=octeon from command line.
127 * gas/mips/octeon.d: Likewise.
128 * gas/mips/octeon-saa-saad.d: New file.
129 * gas/mips/octeon-saa-saad.s: New file
130
131 2011-11-25 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
132
133 * gas/arm/mov-highregs-any.d: New testcase.
134 * gas/arm/mov-highregs-any.s: Likewise.
135 * gas/arm/mov-lowregs-any.d: Likewise.
136 * gas/arm/mov-lowregs-any.s: Likewise.
137
138 2011-11-21 Maciej W. Rozycki <macro@codesourcery.com>
139
140 * gas/mips/micromips@24k-branch-delay-1.d: New test.
141 * gas/mips/micromips@24k-triple-stores-1.d: New test.
142 * gas/mips/micromips@24k-triple-stores-2.d: New test.
143 * gas/mips/micromips@24k-triple-stores-3.d: New test.
144 * gas/mips/micromips@24k-triple-stores-4.d: New test.
145 * gas/mips/micromips@24k-triple-stores-5.d: New test.
146 * gas/mips/micromips@24k-triple-stores-6.d: New test.
147 * gas/mips/micromips@24k-triple-stores-7.d: New test.
148 * gas/mips/micromips@24k-triple-stores-8.d: New test.
149 * gas/mips/micromips@24k-triple-stores-9.d: New test.
150 * gas/mips/micromips@24k-triple-stores-10.d: New test.
151 * gas/mips/micromips@24k-triple-stores-11.d: New test.
152 * gas/mips/24k-triple-stores-1.s: Adjust for microMIPS
153 disassembly.
154 * gas/mips/24k-triple-stores-2.s: Likewise.
155 * gas/mips/24k-triple-stores-3.s: Likewise.
156 * gas/mips/24k-triple-stores-4.s: Likewise.
157 * gas/mips/24k-triple-stores-5.s: Likewise.
158 * gas/mips/24k-triple-stores-6.s: Likewise.
159 * gas/mips/24k-triple-stores-7.s: Likewise.
160 * gas/mips/24k-triple-stores-8.s: Likewise.
161 * gas/mips/24k-triple-stores-9.s: Likewise.
162 * gas/mips/24k-triple-stores-10.s: Likewise.
163 * gas/mips/24k-triple-stores-11.s: Likewise.
164 * gas/mips/mips.exp: Run the new tests.
165
166 2011-11-21 Maciej W. Rozycki <macro@codesourcery.com>
167
168 * gas/mips/micromips@loc-swap-2.d: Correct test case.
169
170 2011-11-16 Maciej W. Rozycki <macro@codesourcery.com>
171
172 * gas/mips/mips-double-float-flag.l: Adjust according to
173 unsupported opcode message capitalization fix.
174 * gas/mips/mips-hard-float-flag.l: Likewise.
175 * gas/mips/mips-macro-ill-nofp.l: Likewise.
176 * gas/mips/mips-macro-ill-sfp.l: Likewise.
177 * gas/mips/mips1-fp.l: Likewise.
178 * gas/mips/mips16e-64.l: Likewise.
179 * gas/mips/mips32-sf32.l: Likewise.
180 * gas/mips/mips32r2-fp32.l: Likewise.
181 * gas/mips/mips4-branch-likely.l: Likewise.
182 * gas/mips/mips4-fp.l: Likewise.
183 * gas/mips/octeon-ill.l: Likewise.
184
185 2011-11-14 Maciej W. Rozycki <macro@codesourcery.com>
186
187 * gas/mips/relax-swap3.d: New test.
188 * gas/mips/mips16@relax-swap3.d: Likewise.
189 * gas/mips/micromips@relax-swap3.d: Likewise.
190 * gas/mips/relax-swap3.s: New test source.
191 * gas/mips/mips.exp: Run the new tests.
192
193 2011-11-02 Nick Clifton <nickc@redhat.com>
194
195 * gas/arm/pic.d: Update expected output.
196
197 2011-10-25 Joern Rennecke <joern.rennecke@embecosm.com>
198
199 * gas/epiphany: New directory.
200 * gas/testsuite/gas/epiphany/addr-syntax.d: New file.
201 * gas/testsuite/gas/epiphany/addr-syntax.s: New file.
202 * gas/testsuite/gas/epiphany/allinsn.d: New file.
203 * gas/testsuite/gas/epiphany/allinsn.exp: New file.
204 * gas/testsuite/gas/epiphany/allinsn.s: New file.
205 * gas/testsuite/gas/epiphany/badpostmod.s: New file.
206 * gas/testsuite/gas/epiphany/badrelax.d: New file.
207 * gas/testsuite/gas/epiphany/badrelax.s: New file.
208 * gas/testsuite/gas/epiphany/branch_lit.d: New file.
209 * gas/testsuite/gas/epiphany/branch_lit.s: New file.
210 * gas/testsuite/gas/epiphany/regression.d: New file.
211 * gas/testsuite/gas/epiphany/regression.s: New file.
212 * gas/testsuite/gas/epiphany/sample.d: New file.
213 * gas/testsuite/gas/epiphany/sample.s: New file.
214
215 2011-10-24 Julian Brown <julian@codesourcery.com>
216
217 * gas/m68k/all.exp (movem-offset): Add test.
218 * gas/m68k/movem-offset.s: New test.
219 * gas/m68k/movem-offset.d: New.
220
221 2011-10-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
222
223 * gas/s390/zarch-z10.d: Add CPUMF instructions.
224 * gas/s390/zarch-z10.s: Likewise.
225
226 2011-10-18 Jie Zhang <jie@codesourcery.com>
227 Julian Brown <julian@codesourcery.com>
228
229 * gas/arm/adrl.d: Adjust.
230 * gas/arm/immed2.d: New test.
231 * gas/arm/immed2.s: New test.
232
233 2011-10-13 James Greenhalgh <james.greenhalgh@arm.com>
234
235 * gas/arm/ldr-bad.s: New testcase.
236 * gas/arm/ldr-bad.l: Likewise.
237 * gas/arm/ldr-bad.d: Likewise.
238 * gas/arm/ldr.s: Likewise.
239 * gas/arm/ldr.d: Likewise.
240 * gas/arm/ldr-t-bad.s: Likewise.
241 * gas/arm/ldr-t-bad.l: Likewise.
242 * gas/arm/ldr-t-bad.d: Likewise.
243 * gas/arm/ldr-t.s: Likewise.
244 * gas/arm/ldr-t.d: Likewise.
245 * gas/arm/sp-pc-usage-t.s: Correct.
246 * gas/arm/sp-pc-usage-t.d: Update accordingly.
247
248 2011-09-28 Jan Beulich <jbeulich@suse.com>
249
250 * gas/ppc/476.s: Fix lswi first operand.
251 * gas/ppc/476.d: Adjust expected output.
252 * gas/ppc/a2.s: Fix lswi first operand.
253 * gas/ppc/a2.d: Adjust expected output.
254 * gas/ppc/power6.s: Fix lfdpx first operand.
255 * gas/ppc/power6.d: Adjust expected output.
256
257 2011-09-28 Kai Tietz <ktietz@redhat.com>
258
259 * gas/pe/section-exclude.d: Correct testcase.
260
261 2011-09-27 Kai Tietz <ktietz@redhat.com>
262
263 * gas/pe/pe.exp: Add new testcase.
264 * gas/pe/section-exclude.d: New file.
265 * gas/pe/section-exclude.s: New file.
266
267 2011-09-27 David S. Miller <davem@davemloft.net>
268
269 * gas/sparc/hpcvis3.s: Update to use float reg for random insn.
270 * gas/sparc/hpcvis3.d: Likewise.
271
272 2011-09-26 David S. Miller <davem@davemloft.net>
273
274 * gas/sparc/ima.d: New test.
275 * gas/sparc/ima.s: New test source.
276 * gas/sparc/sparc.exp: Run new test.
277
278 2011-09-21 David S. Miller <davem@davemloft.net>
279
280 * gas/sparc/hpcvis3.s: Update for fixed fchksum16 mnemonic.
281 * gas/sparc/hpcvis3.d: Likewise.
282
283 * gas/sparc/imm-plus-rreg.d: Fix address regex for 64-bit.
284 * gas/sparc/save-args.d: Likewise.
285 * gas/sparc/ticc-imm-reg.d: Likewise, add -32 to options.
286 * gas/sparc/v8-movwr-imm.d: Likewise.
287
288 * gas/sparc/hpcvis3.d: Pass '-Av9v'.
289
290 2011-09-08 Mark Fortescue <mark@mtfhpc.demon.co.uk>
291
292 * gas/sparc/imm-plus-rreg.[sd]: New test.
293 * gas/sparc/sparc.exp: Run new test.
294
295 * gas/sparc/ticc-imm-reg.[sd]: New test.
296 * gas/sparc/v8-movwr-imm.[sd]: New test.
297 * gas/sparc/sparc.exp: Run new tests.
298
299 * gas/sparc/save-args.[sd]: New test.
300 * gas/sparc/sparc.exp: Run new test.
301
302 2011-09-08 David S. Miller <davem@davemloft.net>
303
304 * gas/sparc/hpcvis3.s: Correct pdistn test.
305 * gas/sparc/hpcvis3.d: Likewise.
306
307 2011-09-08 Richard Sandiford <rdsandiford@googlemail.com>
308
309 PR gas/13167
310 * gas/ia64/pr13167.d, gas/ia64/pr13167.s: New test.
311 * gas/ia64/ia64.exp: Run it.
312
313 2011-09-07 Andreas Schwab <schwab@linux-m68k.org>
314
315 PR gas/13145
316 * gas/m68k/all.exp: Run "mode5" test also with -mcpu=5200.
317 * gas/m68k/mode5.s: Add moveml testcases.
318 * gas/m68k/mode5.d: Update.
319
320 2011-09-05 Richard Sandiford <rdsandiford@googlemail.com>
321
322 * gas/mips/loc-swap-2.s, gas/mips/loc-swap-2.d,
323 gas/mips/micromips@loc-swap-2.d,
324 gas/mips/mips16@loc-swap-2.d: New test.
325 * gas/mips/mips.exp: Run it.
326
327 2011-08-19 Sergey A. Guriev <sergeya.a.guriev@intel.com>
328
329 * gas/i386/avx-gather-intel.d: Added missing vpgather tests.
330 * gas/i386/avx-gather.d: Likewise.
331 * gas/i386/x86-64-avx-gather-intel.d: Likewise.
332 * gas/i386/x86-64-avx-gather.d: Likewise.
333
334 * gas/i386/avx-intel.d: Added missing vpinsrd and removed
335 duplicated vpinsrb instructions.
336 * gas/i386/avx.d: Likewise.
337 * gas/i386/avx.s: Likewise.
338 * gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
339 * gas/i386/ilp32/x86-64-avx.d: Likewise.
340 * gas/i386/x86-64-avx-intel.d: Likewise.
341 * gas/i386/x86-64-avx.d: Likewise.
342 * gas/i386/x86-64-avx.s: Likewise.
343
344 2011-08-10 Maciej W. Rozycki <macro@codesourcery.com>
345
346 * gas/mips/micromips@mips5.d: Rename to...
347 * gas/mips/micromips@mips5-fp.d: ... this.
348 * gas/mips/mips5.d: Rename to...
349 * gas/mips/mips5-fp.d: ... this.
350 * gas/mips/mips5.l: Rename to...
351 * gas/mips/mips5-fp.l: ... this.
352 * gas/mips/mips5.s: Rename to...
353 * gas/mips/mips5-fp.s: ... this.
354 * gas/mips/mips.exp: Update accordingly.
355
356 2011-08-10 Maciej W. Rozycki <macro@codesourcery.com>
357
358 * gas/mips/mips.exp: Define new "fpisa3", "fpisa4" and "fpisa5"
359 architecture properties adding them to "mips3", "mips4", "mips5"
360 and "mips32r2" architectures. Use the new properties for the
361 "24k-triple-stores-1", "24k-triple-stores-3", "mips4-fp",
362 "mips5" and "alnv_ps-swap" tests.
363
364 2011-08-09 Maciej W. Rozycki <macro@codesourcery.com>
365 Chao-ying Fu <fu@mips.com>
366
367 * gas/mips/micromips@mcu.d: New test.
368 * gas/mips/mcu.d: Likewise.
369 * gas/mips/mcu.s: New test source.
370 * gas/mips/mips.exp: Run the new tests.
371
372 2011-08-09 Maciej W. Rozycki <macro@codesourcery.com>
373
374 * gas/mips/micromips.d: Update according to changes to enable
375 microMIPS branch swapping.
376 * gas/mips/micromips-trap.d: Likewise.
377 * gas/mips/micromips@jal-svr4pic.d: Likewise.
378 * gas/mips/micromips@loc-swap.d: Likewise.
379 * gas/mips/micromips@loc-swap-dis.d: Likewise.
380
381 2011-08-05 David S. Miller <davem@davemloft.net>
382
383 * gas/sparc/hpcvis3.d: New test.
384 * gas/sparc/hpcvis3.s: New test source.
385 * gas/sparc/sparc.exp: Run new test.
386
387 2011-08-05 H.J. Lu <hongjiu.lu@intel.com>
388
389 * gas/i386/x86-64-branch.d: Pass -dw to objdump and support
390 win64.
391
392 2011-08-04 H.J. Lu <hongjiu.lu@intel.com>
393
394 * gas/elf/bad-group.d: New.
395 * gas/elf/bad-group.err: Likewise.
396 * gas/elf/bad-group.s: Likewise.
397
398 * gas/elf/elf.exp: Run bad-group.
399
400 2011-08-03 James Greenhalgh <james.greenhalgh@arm.com>
401
402 * gas/arm/strex-bad-t.d: New testcase.
403 * gas/arm/strex-bad-t.s: Likewise.
404 * gas/arm/strex-bad-t.l: Likewise.
405 * gas/arm/strex-t.s: Likewise.
406 * gas/arm/strex-t.d: Likewise.
407
408 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
409
410 PR ld/13048
411 * gas/i386/ilp32/ilp32.exp: Don't run inval.
412
413 * gas/i386/ilp32/inval.l: Removed.
414 * gas/i386/ilp32/inval.s: Likewise.
415
416 * gas/i386/ilp32/quad.d: Expect R_X86_64_64 instead of
417 R_X86_64_32.
418
419 * gas/i386/ilp32/x86-64-pcrel.s: Add tests for movabs.
420 * gas/i386/ilp32/x86-64-pcrel.d: Updated.
421
422 2011-08-01 H.J. Lu <hongjiu.lu@intel.com>
423
424 PR gas/13046
425 * gas/i386/x86-64-branch.s: Add tests for direct branch.
426 * gas/i386/x86-64-branch.d: Updated.
427 * gas/i386/ilp32/x86-64-branch.d: Likewise.
428
429 2011-07-29 Nick Clifton <nickc@redhat.com>
430
431 * gas/elf/warn-2.s: Add other types of NOP insn.
432
433 2011-07-27 Nathan Sidwell <nathan@codesourcery.com>
434
435 * gas/elf/warn-2.s: New.
436 * gas/elf/elf.exp: Run the new test.
437
438 2011-07-26 Kazuhiro Inaoka <kazuhiro.inaoka.ud@renesas.com>
439
440 * gas/rx/r-bcc.d: Update expected disassembly of synthetic beq.a
441 instruction.
442
443 2011-07-24 Maciej W. Rozycki <macro@codesourcery.com>
444 Chao-ying Fu <fu@mips.com>
445 Richard Sandiford <rdsandiford@googlemail.com>
446
447 * gas/mips/micromips.d: New test.
448 * gas/mips/micromips-branch-delay.d: Likewise.
449 * gas/mips/micromips-branch-relax.d: Likewise.
450 * gas/mips/micromips-branch-relax-pic.d: Likewise.
451 * gas/mips/micromips-size-1.d: Likewise.
452 * gas/mips/micromips-trap.d: Likewise.
453 * gas/mips/micromips.l: New stderr output.
454 * gas/mips/micromips-branch-delay.l: Likewise.
455 * gas/mips/micromips-branch-relax.l: Likewise.
456 * gas/mips/micromips-branch-relax-pic.l: Likewise.
457 * gas/mips/micromips-size-0.l: New list test.
458 * gas/mips/micromips-size-1.l: New stderr output.
459 * gas/mips/micromips.s: New test source.
460 * gas/mips/micromips-branch-delay.s: Likewise.
461 * gas/mips/micromips-branch-relax.s: Likewise.
462 * gas/mips/micromips-size-0.s: Likewise.
463 * gas/mips/micromips-size-1.s: Likewise.
464 * gas/mips/mips.exp: Run the new tests.
465
466 * gas/mips/dli.s: Use .p2align.
467 * gas/mips/elf_ase_micromips.d: New test.
468 * gas/mips/elf_ase_micromips-2.d: Likewise.
469 * gas/mips/micromips@abs.d: Likewise.
470 * gas/mips/micromips@add.d: Likewise.
471 * gas/mips/micromips@alnv_ps-swap.d: Likewise.
472 * gas/mips/micromips@and.d: Likewise.
473 * gas/mips/micromips@beq.d: Likewise.
474 * gas/mips/micromips@bge.d: Likewise.
475 * gas/mips/micromips@bgeu.d: Likewise.
476 * gas/mips/micromips@blt.d: Likewise.
477 * gas/mips/micromips@bltu.d: Likewise.
478 * gas/mips/micromips@branch-likely.d: Likewise.
479 * gas/mips/micromips@branch-misc-1.d: Likewise.
480 * gas/mips/micromips@branch-misc-2-64.d: Likewise.
481 * gas/mips/micromips@branch-misc-2.d: Likewise.
482 * gas/mips/micromips@branch-misc-2pic-64.d: Likewise.
483 * gas/mips/micromips@branch-misc-2pic.d: Likewise.
484 * gas/mips/micromips@branch-misc-4-64.d: Likewise.
485 * gas/mips/micromips@branch-misc-4.d: Likewise.
486 * gas/mips/micromips@branch-self.d: Likewise.
487 * gas/mips/micromips@cache.d: Likewise.
488 * gas/mips/micromips@daddi.d: Likewise.
489 * gas/mips/micromips@dli.d: Likewise.
490 * gas/mips/micromips@elf-jal.d: Likewise.
491 * gas/mips/micromips@elf-rel2.d: Likewise.
492 * gas/mips/micromips@elfel-rel2.d: Likewise.
493 * gas/mips/micromips@elf-rel4.d: Likewise.
494 * gas/mips/micromips@jal-svr4pic.d: Likewise.
495 * gas/mips/micromips@jal-svr4pic-noreorder.d: Likewise.
496 * gas/mips/micromips@lb-svr4pic-ilocks.d: Likewise.
497 * gas/mips/micromips@li.d: Likewise.
498 * gas/mips/micromips@loc-swap-dis.d: Likewise.
499 * gas/mips/micromips@loc-swap.d: Likewise.
500 * gas/mips/micromips@mips1-fp.d: Likewise.
501 * gas/mips/micromips@mips32-cp2.d: Likewise.
502 * gas/mips/micromips@mips32-imm.d: Likewise.
503 * gas/mips/micromips@mips32-sf32.d: Likewise.
504 * gas/mips/micromips@mips32.d: Likewise.
505 * gas/mips/micromips@mips32r2-cp2.d: Likewise.
506 * gas/mips/micromips@mips32r2-fp32.d: Likewise.
507 * gas/mips/micromips@mips32r2-sync.d: Likewise.
508 * gas/mips/micromips@mips32r2.d: Likewise.
509 * gas/mips/micromips@mips4-branch-likely.d: Likewise.
510 * gas/mips/micromips@mips4-fp.d: Likewise.
511 * gas/mips/micromips@mips4.d: Likewise.
512 * gas/mips/micromips@mips5.d: Likewise.
513 * gas/mips/micromips@mips64-cp2.d: Likewise.
514 * gas/mips/micromips@mips64.d: Likewise.
515 * gas/mips/micromips@mips64r2.d: Likewise.
516 * gas/mips/micromips@pref.d: Likewise.
517 * gas/mips/micromips@relax-at.d: Likewise.
518 * gas/mips/micromips@relax.d: Likewise.
519 * gas/mips/micromips@rol-hw.d: Likewise.
520 * gas/mips/micromips@uld2-eb.d: Likewise.
521 * gas/mips/micromips@uld2-el.d: Likewise.
522 * gas/mips/micromips@ulh2-eb.d: Likewise.
523 * gas/mips/micromips@ulh2-el.d: Likewise.
524 * gas/mips/micromips@ulw2-eb-ilocks.d: Likewise.
525 * gas/mips/micromips@ulw2-el-ilocks.d: Likewise.
526 * gas/mips/cache.d: Likewise.
527 * gas/mips/daddi.d: Likewise.
528 * gas/mips/mips32-imm.d: Likewise.
529 * gas/mips/pref.d: Likewise.
530 * gas/mips/elf-rel27.d: Handle microMIPS ASE.
531 * gas/mips/l_d.d: Likewise.
532 * gas/mips/l_d-n32.d: Likewise.
533 * gas/mips/l_d-n64.d: Likewise.
534 * gas/mips/ld.d: Likewise.
535 * gas/mips/ld-n32.d: Likewise.
536 * gas/mips/ld-n64.d: Likewise.
537 * gas/mips/s_d.d: Likewise.
538 * gas/mips/s_d-n32.d: Likewise.
539 * gas/mips/s_d-n64.d: Likewise.
540 * gas/mips/sd.d: Likewise.
541 * gas/mips/sd-n32.d: Likewise.
542 * gas/mips/sd-n64.d: Likewise.
543 * gas/mips/mips32.d: Update immediates.
544 * gas/mips/micromips@mips32-cp2.s: New test source.
545 * gas/mips/micromips@mips32-imm.s: Likewise.
546 * gas/mips/micromips@mips32r2-cp2.s: Likewise.
547 * gas/mips/micromips@mips64-cp2.s: Likewise.
548 * gas/mips/cache.s: Likewise.
549 * gas/mips/daddi.s: Likewise.
550 * gas/mips/mips32-imm.s: Likewise.
551 * gas/mips/elf-rel4.s: Handle microMIPS ASE.
552 * gas/mips/lb-pic.s: Likewise.
553 * gas/mips/ld.s: Likewise.
554 * gas/mips/mips32.s: Likewise.
555 * gas/mips/mips.exp: Add the micromips arch. Exclude mips16e
556 from micromips. Run mips32-imm.
557
558 * gas/mips/jal-mask-11.d: New test.
559 * gas/mips/jal-mask-12.d: Likewise.
560 * gas/mips/micromips@jal-mask-11.d: Likewise.
561 * gas/mips/jal-mask-1.s: Source for the new tests.
562 * gas/mips/jal-mask-21.d: New test.
563 * gas/mips/jal-mask-22.d: Likewise.
564 * gas/mips/micromips@jal-mask-12.d: Likewise.
565 * gas/mips/jal-mask-2.s: Source for the new tests.
566 * gas/mips/mips.exp: Run the new tests.
567
568 * gas/mips/mips16-e.d: Add --special-syms to `objdump'.
569 * gas/mips/tmips16-e.d: Likewise.
570 * gas/mips/mipsel16-e.d: Likewise.
571 * gas/mips/tmipsel16-e.d: Likewise.
572
573 * gas/mips/and.s: Adjust padding.
574 * gas/mips/beq.s: Likewise.
575 * gas/mips/bge.s: Likewise.
576 * gas/mips/bgeu.s: Likewise.
577 * gas/mips/blt.s: Likewise.
578 * gas/mips/bltu.s: Likewise.
579 * gas/mips/branch-misc-2.s: Likewise.
580 * gas/mips/jal.s: Likewise.
581 * gas/mips/li.s: Likewise.
582 * gas/mips/mips4.s: Likewise.
583 * gas/mips/mips4-fp.s: Likewise.
584 * gas/mips/relax.s: Likewise.
585 * gas/mips/and.d: Update accordingly.
586 * gas/mips/elf-jal.d: Likewise.
587 * gas/mips/jal.d: Likewise.
588 * gas/mips/li.d: Likewise.
589 * gas/mips/relax-at.d: Likewise.
590 * gas/mips/relax.d: Likewise.
591
592 2011-07-22 H.J. Lu <hongjiu.lu@intel.com>
593
594 * gas/i386/k1om.d: New.
595 * gas/i386/k1om-inval.l: Likewise.
596 * gas/i386/k1om-inval.s: Likewise.
597
598 * gas/i386/i386.exp: Run k1om-inval and k1om.
599
600 2011-07-04 Maciej W. Rozycki <macro@codesourcery.com>
601
602 * gas/mips/loc-swap.d: New test case for DWARF-2 location with
603 branch swapping.
604 * gas/mips/loc-swap-dis.d: Likewise.
605 * gas/mips/mips16@loc-swap.d: Likewise, MIPS16 version.
606 * gas/mips/mips16@loc-swap-dis.d: Likewise.
607 * gas/mips/loc-swap.s: Source for the new tests.
608 * gas/mips/mips.exp: Run the new tests.
609
610 2011-06-30 H.J. Lu <hongjiu.lu@intel.com>
611
612 AVX Programming Reference (June, 2011)
613 * gas/i386/bmi2.s: Correct rorx tests.
614 * gas/i386/x86-64-bmi2.s: Likewise.
615
616 * gas/i386/bmi2-intel.d: Updated.
617 * gas/i386/bmi2.d: Likewise.
618 * gas/i386/x86-64-bmi2-intel.d: Likewise.
619 * gas/i386/x86-64-bmi2.d: Likewise.
620
621 2011-06-30 Paul Carroll <pcarroll@codesourcery.com>
622
623 * gas/arm/addthumb2err.s: New test file.
624 * gas/arm/addthumb2err.d: Test control file.
625 * gas/arm/addthumb2err.l: Expected error messages.
626
627 2011-06-30 Nick Clifton <nickc@redhat.com>
628
629 PR gas/12931
630 * gas/arm/blx-bad.d: Add exrta nop at end of disassembly.
631 * gas/arm/inst-po-be.d: Add exrta nop at end of disassembly.
632 * gas/arm/inst-po.d: Add exrta nop at end of disassembly.
633
634 2011-06-30 Nick Clifton <nickc@redhat.com>
635
636 PR gas/12848
637 * gas/arm/thumb-b-bad.s: New test.
638 * gas/arm/thumb-b-bad.d: Test control file.
639 * gas/arm/thumb-b-bad.l: Expected error output.
640
641 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
642
643 * gas/mips/mips16-e.d, gas/mips/mips16-f.d,
644 gas/mips/mipsel16-e.d, gas/mips/mipsel16-f.d,
645 gas/mips/tmips16-e.d, gas/mips/tmips16-f.d,
646 gas/mips/tmipsel16-e.d, gas/mips/tmipsel16-f.d: Fix GPR mask.
647 * gas/mips/reginfo-1.s, gas/mips/reginfo-1a.d,
648 gas/mips/reginfo-1b.d: New tests.
649 * gas/mips/mips.exp: Run them.
650
651 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
652
653 * gas/mips/24k-triple-stores-9.d: Add -z to dump options and
654 explicitly match one nop.
655 * gas/mips/24k-triple-stores-10.d: Likewise.
656 * gas/mips/24k-triple-stores-11.d: Likewise.
657 * gas/mips/lifloat.d: Likewise.
658 * gas/mips/trunc.d: Likewise 1 extra nop.
659 * gas/mips/vr4111.d: Likewise 2 nops.
660
661 2011-06-26 Richard Sandiford <rdsandiford@googlemail.com>
662
663 * gas/mips/24k-branch-delay-1.d: Do not allow stores to be put
664 into delay slots.
665 * gas/mips/24k-triple-stores-1.d: Put the first nop after the
666 second store, rather than the first.
667 * gas/mips/24k-triple-stores-2.d: Likewise.
668 * gas/mips/24k-triple-stores-4.d: Likewise.
669 * gas/mips/24k-triple-stores-8.d: Likewise.
670 * gas/mips/24k-triple-stores-3.d: Remove first nop.
671 * gas/mips/24k-triple-stores-5.d: Likewise.
672 * gas/mips/24k-triple-stores-6.d: Likewise.
673 * gas/mips/24k-triple-stores-7.d: Likewise.
674 * gas/mips/24k-triple-stores-9.d: Add a nop after the second store.
675 Expect a nop at the end.
676 * gas/mips/24k-triple-stores-10.d: Put the first nop after the
677 second store, rather than the first. Expect a nop at the end.
678
679 2011-06-25 Richard Sandiford <rdsandiford@googlemail.com>
680
681 * gas/mips/vr4130.s: Add some more ".set noreorder" tests.
682 * gas/mips/vr4130.d: Update accordingly.
683
684 2011-06-23 Richard Sandiford <rdsandiford@googlemail.com>
685
686 * gas/mips/pr12915.s, gas/mips/pr12915.d: New test.
687 * gas/mips/mips.exp: Run it.
688
689 2011-06-21 Sameera Deshpande <sameera.deshpande@arm.com>
690
691 * gas/arm/vcvt-bad.d: New test.
692 * gas/arm/vcvt-bad.l: Likewise.
693 * gas/arm/vcvt-bad.s: Likewise.
694 * gas/arm/vcvt.d: Likewise.
695 * gas/arm/vcvt.s: Likewise.
696
697 2011-06-14 Tristan Gingold <gingold@adacore.com>
698
699 * gas/ppc/test1xcoff32.d: Adjust for csect anchor.
700
701 2011-06-13 Walter Lee <walt@tilera.com>
702
703 * gas/tilepro/t_constants.s: New file.
704 * gas/tilepro/t_constants.d: Likewise.
705 * gas/tilepro/t_insns.s: Likewise.
706 * gas/tilepro/tilepro.exp: Likewise.
707 * gas/tilepro/t_insns.d: Likewise.
708 * gas/tilegx/tilegx.exp: Likewise.
709 * gas/tilegx/t_insns.d: Likewise.
710 * gas/tilegx/t_insns.s: Likewise.
711
712 2011-06-13 Nick Clifton <nickc@redhat.com>
713
714 PR gas/12854
715 * gas/arm/shift-bad.s: New test.
716 * gas/arm/shift-bad.l: Expcted error output.
717 * gas/arm/shift-bad.s: New control file.
718
719 2011-06-12 H.J. Lu <hongjiu.lu@intel.com>
720
721 * gas/i386/arch-10-lzcnt.d: Updated.
722 * gas/i386/x86-64-arch-2-lzcnt.d: Likewise.
723
724 2011-06-10 H.J. Lu <hongjiu.lu@intel.com>
725
726 AVX Programming Reference (June, 2011)
727 * gas/i386/arch-10-1.l: Updated.
728 * gas/i386/arch-10-2.l: Likewise.
729 * gas/i386/arch-10-3.l: Likewise.
730 * gas/i386/arch-10-4.l: Likewise.
731
732 * gas/i386/arch-10.s: Add LZCNT to comments.
733 * gas/i386/x86-64-arch-2.s: Likewise.
734
735 * gas/i386/arch-10-lzcnt.d: New.
736 * gas/i386/avx-gather-intel.d: Likewise.
737 * gas/i386/avx-gather.d: Likewise.
738 * gas/i386/avx-gather.s: Likewise.
739 * gas/i386/avx2-intel.d: Likewise.
740 * gas/i386/avx2.d: Likewise.
741 * gas/i386/avx2.s: Likewise
742 * gas/i386/avx256int-intel.d: Likewise.
743 * gas/i386/avx256int.d: Likewise.
744 * gas/i386/avx256int.s: Likewise.
745 * gas/i386/bmi2-intel.d: Likewise.
746 * gas/i386/bmi2.d: Likewise.
747 * gas/i386/bmi2.s: Likewise.
748 * gas/i386/inval-invpcid.l:Likewise.
749 * gas/i386/inval-invpcid.s: Likewise.
750 * gas/i386/invpcid-intel.d: Likewise.
751 * gas/i386/invpcid.d: Likewise.
752 * gas/i386/invpcid.s: Likewise.
753 * gas/i386/x86-64-arch-2-lzcnt.d: Likewise.
754 * gas/i386/x86-64-avx-gather-intel.d: Likewise.
755 * gas/i386/x86-64-avx-gather.d: Likewise.
756 * gas/i386/x86-64-avx-gather.s: Likewise.
757 * gas/i386/x86-64-avx2-intel.d: Likewise.
758 * gas/i386/x86-64-avx2.d: Likewise.
759 * gas/i386/x86-64-avx2.s: Likewise.
760 * gas/i386/x86-64-avx256int-intel.d: Likewise.
761 * gas/i386/x86-64-avx256int.d: Likewise.
762 * gas/i386/x86-64-avx256int.s: Likewise.
763 * gas/i386/x86-64-bmi2-intel.d: Likewise.
764 * gas/i386/x86-64-bmi2.d: Likewise.
765 * gas/i386/x86-64-bmi2.s: Likewise.
766 * gas/i386/x86-64-inval-invpcid.l: Likewise.
767 * gas/i386/x86-64-inval-invpcid.s: Likewise.
768 * gas/i386/x86-64-invpcid-intel.d: Likewise.
769 * gas/i386/x86-64-invpcid.d: Likewise.
770 * gas/i386/x86-64-invpcid.s: Likewise.
771
772 2011-06-09 James Greenhalgh <james.greenhalgh@arm.com>
773
774 * gas/arm/ldrd-unpredicatble.d: New testcase.
775 * gas/arm/ldrd-unpredicatble.s: Likewise.
776 * gas/arm/ldrd-unpredicatble.l: Likewise.
777
778 2011-06-02 Jie Zhang <jie@codesourcery.com>
779 Nathan Sidwell <nathan@codesourcery.com>
780
781 * gas/arm/inst.d: Adjust for signed zero offsets.
782 * gas/arm/ldst-offset0.d: New test.
783 * gas/arm/ldst-offset0.s: New test.
784 * gas/arm/offset-1.d: New test.
785 * gas/arm/offset-1.s: New test.
786
787 2011-05-31 Paul Brook <paul@codesourcery.com>
788
789 * gas/arm/arm-idiv-bad.d: New test.
790 * gas/arm/arm-idiv-bad.s: New test.
791 * gas/arm/arm-idiv-bad.l: New test.
792 * gas/arm/arm-idiv.d: New test.
793 * gas/arm/arm-idiv.s: New test.
794
795 2011-05-31 Paul Brook <paul@codesourcery.com>
796
797 * gas/arm/ldr-global.d: New test.
798 * gas/arm/ldr-global.s: New test.
799
800 2011-05-31 Paul Brook <paul@codesourcery.com>
801
802 * arm/t2-branch-global.d: New test.
803 * arm/t2-branch-global.s: New test.
804
805 2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
806
807 * gas/s390/esa-g5.d: Fix fp register pair operands.
808 * gas/s390/esa-g5.s: Likewise.
809 * gas/s390/zarch-z196.d: Likewise.
810 * gas/s390/zarch-z196.s: Likewise.
811 * gas/s390/zarch-z9-109.d: Likewise.
812 * gas/s390/zarch-z9-109.s: Likewise.
813 * gas/s390/zarch-z9-ec.d: Likewise.
814 * gas/s390/zarch-z9-ec.s: Likewise.
815
816 2011-05-24 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
817
818 * gas/s390/esa-g5.d: Fix register pair operands.
819 * gas/s390/esa-g5.s: Likewise.
820 * gas/s390/esa-z9-109.d: Likewise.
821 * gas/s390/esa-z9-109.s: Likewise.
822 * gas/s390/zarch-z196.d: Likewise.
823 * gas/s390/zarch-z196.s: Likewise.
824 * gas/s390/zarch-z9-109.d: Likewise.
825 * gas/s390/zarch-z9-109.s: Likewise.
826 * gas/s390/zarch-z900.d: Likewise.
827 * gas/s390/zarch-z900.s: Likewise.
828 * gas/s390/zarch-z990.d: Likewise.
829 * gas/s390/zarch-z990.s: Likewise.
830
831 2011-05-20 Bernd Schmidt <bernds@codesourcery.com>
832
833 * gas/tic6x/pcr-relocs.d: New test.
834 * gas/tic6x/pcr-relocs.s: New test.
835 * gas/tic6x/pcr-relocs-undef.d: New test.
836 * gas/tic6x/pcr-relocs-undef.s: New test.
837 * gas/tic6x/reloc-bad-2.s: Update for pcr_offset.
838 * gas/tic6x/reloc-bad-2.l: Update for pcr_offset.
839
840 2011-05-18 Nick Clifton <nickc@redhat.com>
841
842 * gas/arm/req.l: Updated expected warning message.
843
844 2011-05-18 Tristan Gingold <gingold@adacore.com>
845
846 * gas/ppc/xcoff-dwsect-1-32.d: New test.
847 * gas/ppc/xcoff-dwsect-1-64.d: Ditto.
848 * gas/ppc/xcoff-dwsect-1.s: New file.
849 * gas/ppc/aix.exp (do_align_test): Add tests.
850
851 2011-05-16 Hans-Peter Nilsson <hp@axis.com>
852
853 * gas/cris/rd-brokw-pic-1.d, gas/cris/rd-brokw-pic-2.d,
854 gas/cris/rd-fragtest-pic.d: Gate on targets cris-*-*elf* and
855 cris-*-linux-gnu.
856 * gas/cris/pic-err-2.s, gas/cris/pic-err-3.s: New tests.
857
858 2011-05-14 Alan Modra <amodra@gmail.com>
859
860 * gas/all/gas.exp: Fix typo last change.
861
862 2011-05-13 Alan Modra <amodra@gmail.com>
863
864 * gas/all/gas.exp: Remove some xfails on redef2 and redef3 tests.
865 Update comments.
866 * gas/hppa/unsorted/unsorted.exp: Run globalbug test on appropriate
867 targets rather than xfailing.
868
869 2011-05-12 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
870
871 PR gas/12715
872 * gas/arm/neon-const.s: Add testcase for 64-bit Neon constants.
873 * gas/arm/neon-const.d: Likewise.
874
875 2011-05-11 Richard Sandiford <rdsandiford@googlemail.com>
876
877 * gas/mips/24k-branch-delay-1.d: Allow 64-bit addresses. Stub out
878 function names.
879 * gas/mips/24k-triple-stores-1.d: Likewise.
880 * gas/mips/24k-triple-stores-2.d: Likewise.
881 * gas/mips/24k-triple-stores-3.d: Likewise.
882 * gas/mips/24k-triple-stores-4.d: Likewise.
883 * gas/mips/24k-triple-stores-5.d: Likewise.
884 * gas/mips/24k-triple-stores-7.d: Likewise.
885 * gas/mips/24k-triple-stores-8.d: Likewise.
886 * gas/mips/24k-triple-stores-9.d: Likewise.
887 * gas/mips/24k-triple-stores-10.d: Likewise.
888 * gas/mips/24k-triple-stores-11.d: Likewise.
889 * gas/mips/24k-triple-stores-6.d: Likewise. Add -EB.
890 * gas/mips/mips.exp: Only run 24k-triple-stores-11.d on ELF targets.
891
892 2011-05-11 Richard Sandiford <rdsandiford@googlemail.com>
893
894 * gas/mips/24k-branch-delay-1.d: Add -32 to assembler options.
895 * gas/mips/24k-triple-stores-1.d: Likewise.
896 * gas/mips/24k-triple-stores-2.d: Likewise.
897 * gas/mips/24k-triple-stores-3.d: Likewise.
898 * gas/mips/24k-triple-stores-4.d: Likewise.
899 * gas/mips/24k-triple-stores-5.d: Likewise.
900 * gas/mips/24k-triple-stores-6.d: Likewise.
901 * gas/mips/24k-triple-stores-7.d: Likewise.
902 * gas/mips/24k-triple-stores-8.d: Likewise.
903 * gas/mips/24k-triple-stores-9.d: Likewise.
904 * gas/mips/24k-triple-stores-10.d: Likewise.
905 * gas/mips/24k-triple-stores-11.d: Likewise.
906
907 2011-05-11 Tejas Belagod <tejas.belagod@arm.com>
908
909 * gas/arm/ld-sp-warn-cortex-m3.d: New test.
910 * gas/arm/ld-sp-warn-cortex-m3.l: New test.
911 * gas/arm/ld-sp-warn-cortex-m4.d: New test.
912 * gas/arm/ld-sp-warn-cortex-m4.l: New test.
913 * gas/arm/ld-sp-warn-v7.d: New test.
914 * gas/arm/ld-sp-warn-v7.l: New test.
915 * gas/arm/ld-sp-warn-v7a.d: New test.
916 * gas/arm/ld-sp-warn-v7a.l: New test.
917 * gas/arm/ld-sp-warn-v7e-m.l: New test.
918 * gas/arm/ld-sp-warn-v7em.d: New test.
919 * gas/arm/ld-sp-warn-v7m.d: New test.
920 * gas/arm/ld-sp-warn-v7m.l: New test.
921 * gas/arm/ld-sp-warn-v7r.d: New test.
922 * gas/arm/ld-sp-warn-v7r.l: New test.
923 * gas/arm/ld-sp-warn.s: New test.
924
925 2010-05-10 Quentin Neill <quentin.neill@amd.com>
926
927 * gas/i386/i386.exp: Add new bdver2 test cases.
928 * gas/i386/nops-1-bdver2.d: New.
929 * gas/i386/x86-64-nops-1-bdver2.d: New.
930
931 2011-05-09 Paul Brook <paul@codesourcery.com>
932
933 * gas/tic6x/unwind-1.d: New test.
934 * gas/tic6x/unwind-1.s: New test.
935 * gas/tic6x/unwind-2.d: New test.
936 * gas/tic6x/unwind-2.s: New test.
937 * gas/tic6x/unwind-3.d: New test.
938 * gas/tic6x/unwind-3.s: New test.
939 * gas/tic6x/unwind-bad-1.d: New test.
940 * gas/tic6x/unwind-bad-1.s: New test.
941 * gas/tic6x/unwind-bad-1.l: New test.
942 * gas/tic6x/unwind-bad-2.d: New test.
943 * gas/tic6x/unwind-bad-2.s: New test.
944 * gas/tic6x/unwind-bad-2.l: New test.
945
946 2011-04-29 Hans-Peter Nilsson <hp@axis.com>
947
948 * gas/elf/dwarf2-1.d, gas/elf/dwarf2-2.d: Adjust for change in
949 output format.
950 * gas/i386/dw2-compress-1.d: Ditto.
951
952 2011-04-20 Catherine Moore <clm@codesourcery.com>
953 David Ung <davidu@mips.com>
954
955 * gas/mips/24k-branch-delay-1.d: New.
956 * gas/mips/24k-branch-delay-1.s: New.
957 * gas/mips/24k-triple-stores-1.d: New.
958 * gas/mips/24k-triple-stores-1.s: New.
959 * gas/mips/24k-triple-stores-2.d: New.
960 * gas/mips/24k-triple-stores-2.s: New.
961 * gas/mips/24k-triple-stores-3.d: New.
962 * gas/mips/24k-triple-stores-3.s: New.
963 * gas/mips/24k-triple-stores-4.s: New.
964 * gas/mips/24k-triple-stores-4.d: New.
965 * gas/mips/24k-triple-stores-5.d: New.
966 * gas/mips/24k-triple-stores-5.s: New.
967 * gas/mips/24k-triple-stores-6.d: New.
968 * gas/mips/24k-triple-stores-6.s: New.
969 * gas/mips/24k-triple-stores-7.d: New.
970 * gas/mips/24k-triple-stores-7.s: New.
971 * gas/mips/24k-triple-stores-8.d: New.
972 * gas/mips/24k-triple-stores-8.s: New.
973 * gas/mips/24k-triple-stores-9.d: New.
974 * gas/mips/24k-triple-stores-9.s: New.
975 * gas/mips/24k-triple-stores-10.d: New.
976 * gas/mips/24k-triple-stores-10.s: New.
977 * gas/mips/24k-triple-stores-11.d: New.
978 * gas/mips/24k-triple-stores-11.s: New.
979 * gas/mips/mips.exp: Invoke new tests.
980
981 2011-04-19 Nick Clifton <nickc@redhat.com>
982
983 * gas/arm/mrs-msr-thumb-v7e-m.s: Restore name of basepri_max
984 register.
985 * gas/arm/mrs-msr-thumb-v7e-m.d: Likewise.
986 * gas/arm/arch7.d: Likewise.
987 * gas/arm/arch7.s: Likewise.
988
989 2011-04-18 Nick Clifton <nickc@redhat.com>
990
991 * gas/arm/arch7.s: Fix typo basepri_max should be basepri_mask.
992 * gas/arm/mrs-msr-thumb-v7e-m.s: Likewise.
993 * gas/arm/arch7.d: Update expected disassembly.
994 * gas/arm/attr-march-armv7.d: Remove Microcontroller tag.
995 * gas/arm/blx-bad.d: Only run for ELF based targets.
996 * gas/arm/mrs-msr-thumb-v6t2.d: Likewise.
997 * gas/arm/vldm-arm.d: Likewise.
998 * gas/arm/mrs-msr-thumb-v7-m.d: Likewise.
999 Remove qualifiers from PSR and IAPSR regsiter names.
1000 * gas/arm/mrs-msr-thumb-v7e-m.d: Likewise.
1001 * gas/arm/thumb2_bcond.d: Update expected disassembly to allow for
1002 relaxing of branch insns.
1003 * gas/arm/thumb32.d: Fix whitespace problems in disassembly.
1004
1005 2011-04-18 Tristan Gingold <gingold@adacore.com>
1006
1007 * gas/macros/app1.s: Export symbol
1008 * gas/macros/app2.s: Ditto
1009 * gas/macros/app3.s: Ditto
1010 * gas/macros/app4.s: Ditto
1011 * gas/macros/app4b.s: Ditto
1012 * gas/macros/app1.d: Adjust.
1013 * gas/macros/app2.d: Ditto.
1014 * gas/macros/app3.d: Ditto.
1015 * gas/macros/app4.d: Ditto.
1016
1017 2011-04-18 Tristan Gingold <gingold@adacore.com>
1018
1019 * lib/gas-defs.exp (get_standard_section_names): Add names for
1020 alpha vms.
1021 * gas/all/gas.exp: Do not test diff1.s on alpha-vms.
1022
1023 2011-04-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
1024
1025 * gas/s390/zarch-machine.s: New testcase.
1026 * gas/s390/zarch-machine.d: New testcase output.
1027 * gas/s390/s390.exp: Execute the new testcase.
1028
1029 2011-04-13 Nick Clifton <nickc@redhat.com>
1030
1031 * gas/v850/v850e1.s: Add a insn using reg+offset addressing.
1032 * gas/v850/v850e1.d: Add expected disassembly.
1033
1034 2011-04-12 Nick Clifton <nickc@redhat.com>
1035
1036 PR binutils/12534
1037 * gas/arm/thumb32.s: Add PC relative LDRD and STRD insns.
1038 * gas/arm/thumb32.l: Update expected output.
1039 * gas/arm/thumb32.d: Update expected disassembly.
1040
1041 PR gas/12532
1042 * gas/arm/plt-1.d: Update expected disassembly.
1043 * gas/arm/thumb2_bcond.d: Likewise.
1044 * gas/arm/weakdef-1.d: Likewise.
1045
1046 2011-04-12 Alan Modra <amodra@gmail.com>
1047
1048 * gas/all/gas.exp (do_930509a): Don't xfail h8300 and mn10200.
1049
1050 2011-04-11 Julian Brown <julian@codesourcery.com>
1051
1052 * gas/arm/mrs-msr-thumb-v7-m.s: New.
1053 * gas/arm/mrs-msr-thumb-v7-m.d: New.
1054 * gas/arm/mrs-msr-thumb-v7-m-bad.d: New.
1055 * gas/arm/mrs-msr-thumb-v7-m-bad.l: New.
1056 * gas/arm/mrs-msr-thumb-v7-m-bad.s: New.
1057 * gas/arm/mrs-msr-thumb-v7e-m.d: New.
1058 * gas/arm/mrs-msr-thumb-v7e-m.s: New.
1059 * gas/arm/mrs-msr-arm-v7-a-bad.d: New.
1060 * gas/arm/mrs-msr-arm-v7-a-bad.l: New.
1061 * gas/arm/mrs-msr-arm-v7-a-bad.s: New.
1062 * gas/arm/mrs-msr-arm-v7-a.d: New.
1063 * gas/arm/mrs-msr-arm-v7-a.s: New.
1064 * gas/arm/mrs-msr-arm-v6.d: New.
1065 * gas/arm/mrs-msr-arm-v6.s: New.
1066 * gas/arm/mrs-msr-thumb-v6t2.d: New.
1067 * gas/arm/mrs-msr-thumb-v6t2.s: New.
1068 * gas/arm/arch7.d: Fix typo in disassembly for BASEPRI_MAX,
1069 bitmasks for IAPSR etc.
1070 * gas/arm/arch7.s: Specify bitmask for APSR writes.
1071 * gas/arm/archv6m.s: Likewise.
1072 * msr-imm-bad.l: Tweak expected disassembly in error message.
1073 * msr-reg-bad.l: Likewise.
1074 * msr-imm.d: Tweak expected disassembly.
1075 * msr-reg.d: Likewise.
1076 * msr-reg-thumb.d: Likewise.
1077 * msr-imm.s: Specify bitmask on APSR writes.
1078 * msr-reg.s: Add comment about deprecated usage.
1079
1080 2011-04-11 Dan McDonald <dan@wellkeeper.com>
1081
1082 PR gas/12296
1083 * gas/arm/arch7.s: Add SVC insn.
1084 * gas/arm/arch7.d: Add disassembly of SVC insn.
1085 * gas/arm/attr-march-armv7.d: Add arch profile tag.
1086
1087 2011-04-06 Joseph Myers <joseph@codesourcery.com>
1088
1089 * gas/all/gas.exp (*arm*-*-coff): Change to arm*-*-coff.
1090 (thumb*-*-coff, thumb*-*-pe*): Don;t handle.
1091 * gas/arm/arm.exp (*arm*-*-*): Change to arm*-*-*.
1092 (*xscale*-*-*): Don't handle.
1093 * gas/cfi/cfi.exp (xscale*-*): Don't handle.
1094 * gas/elf/elf.exp (*arm*-*-*): Change to arm*-*-*.
1095 (xscale*-*-*): Don't handle.
1096
1097 2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
1098
1099 * gas/tic6x/scomm-directive-1.s: New test.
1100 * gas/tic6x/scomm-directive-1.d: New test.
1101 * gas/tic6x/scomm-directive-2.s: New test.
1102 * gas/tic6x/scomm-directive-2.d: New test.
1103 * gas/tic6x/scomm-directive-3.s: New test.
1104 * gas/tic6x/scomm-directive-3.d: New test.
1105 * gas/tic6x/scomm-directive-4.s: New test.
1106 * gas/tic6x/scomm-directive-4.d: New test.
1107 * gas/tic6x/scomm-directive-5.s: New test.
1108 * gas/tic6x/scomm-directive-5.d: New test.
1109 * gas/tic6x/scomm-directive-6.s: New test.
1110 * gas/tic6x/scomm-directive-6.d: New test.
1111 * gas/tic6x/scomm-directive-7.s: New test.
1112 * gas/tic6x/scomm-directive-7.d: New test.
1113 * gas/tic6x/scomm-directive-8.s: New test.
1114 * gas/tic6x/scomm-directive-8.d: New test.
1115
1116 2011-03-29 H.J. Lu <hongjiu.lu@intel.com>
1117
1118 * gas/i386/ilp32/quad.d: Add tests for multiple operands.
1119 * gas/i386/ilp32/quad.s: Likewise.
1120
1121 2011-03-29 Mike Frysinger <vapier@gentoo.org>
1122
1123 * gas/bfin/expected_errors.s: Add invalid BYTEUNPACK insn tests.
1124 * gas/bfin/expected_errors.l: Add new error messages.
1125
1126 2011-03-29 Mike Frysinger <vapier@gentoo.org>
1127
1128 * gas/bfin/expected_errors.s: Add invalid BYTEOP16M insn tests.
1129 * gas/bfin/expected_errors.l: Add new error messages.
1130
1131 2011-03-29 Mike Frysinger <vapier@gentoo.org>
1132
1133 * gas/bfin/expected_errors.s: Add invalid BYTEOP16P insn tests.
1134 * gas/bfin/expected_errors.l: Add new error messages.
1135
1136 2011-03-28 Mike Frysinger <vapier@gentoo.org>
1137
1138 * gas/bfin/expected_errors.s: Add invalid 16bit acc add insn tests.
1139 * gas/bfin/expected_errors.l: Add new error messages.
1140 * testsuite/gas/bfin/video2.s: Drop invalid 16bit acc add insn.
1141 * testsuite/gas/bfin/video2.d: Updated disassembly output.
1142
1143 2011-03-28 H.J. Lu <hongjiu.lu@intel.com>
1144
1145 * gas/i386/ilp32/inval.s: Remove .quad.
1146 * gas/i386/ilp32/inval.l: Updated.
1147
1148 * gas/i386/ilp32/quad.d: New.
1149 * gas/i386/ilp32/quad.s: Likewise.
1150
1151 2011-03-24 Mike Frysinger <vapier@gentoo.org>
1152
1153 * gas/bfin/expected_errors.s: Add invalid vector add/sub insn tests.
1154 * gas/bfin/expected_errors.l: Add new error messages.
1155
1156 2011-03-24 Mike Frysinger <vapier@gentoo.org>
1157
1158 * gas/bfin/16bit_illegals.d, gas/bfin/16bit_illegals.s: Delete.
1159 * gas/bfin/allinsn16.d, gas/bfin/allinsn16.s: New files.
1160 * gas/bfin/bfin.exp: Change 16bit_illegals to allinsn16.
1161
1162 2011-03-24 Mike Frysinger <vapier@gentoo.org>
1163
1164 * gas/bfin/expected_errors.s: Add invalid dsp mult insn tests.
1165 * gas/bfin/expected_errors.l: Add new error messages.
1166
1167 2011-03-23 Mike Frysinger <vapier@gentoo.org>
1168
1169 * gas/bfin/expected_errors.s: Add invalid SEARCH/BITMUX insns.
1170 * gas/bfin/expected_errors.l: Add expected errors.
1171
1172 2011-03-18 Alan Modra <amodra@gmail.com>
1173
1174 * gas/elf/bad-size.err: Adjust expected error.
1175 * gas/i386/bad-size.warn: Likewise.
1176 * gas/i386/inval-equ-2.l: Likewise.
1177 * gas/symver/symver2.l: Likewise.
1178
1179 2011-03-17 H.J. Lu <hongjiu.lu@intel.com>
1180
1181 PR gas/12589
1182 * gas/i386/pr12589-1.d: New.
1183 * gas/i386/pr12589-1.s: Likewise.
1184
1185 * gas/i386/i386.exp: Run pr12589-1.
1186
1187 2011-03-16 H.J. Lu <hongjiu.lu@intel.com>
1188
1189 * gas/i386/bad-size.d: New.
1190 * gas/i386/bad-size.s: Likewise.
1191 * gas/i386/bad-size.warn: Likewise.
1192
1193 * gas/i386/i386.exp: Run bad-size for ELF targets.
1194
1195 2011-03-06 H.J. Lu <hongjiu.lu@intel.com>
1196
1197 * gas/elf/bad-size.err: Revert the last change.
1198
1199 2011-03-05 H.J. Lu <hongjiu.lu@intel.com>
1200
1201 * gas/elf/bad-size.err: Updated.
1202
1203 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1204
1205 * gas/mips/alnv_ps-swap.d: New test for ALNV.PS instruction
1206 branch swapping.
1207 * gas/mips/alnv_ps-swap.s: Source for the new test.
1208 * gas/mips/mips.exp: Run the new test.
1209
1210 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1211
1212 * gas/mips/relax-bposge.l: New test for DSP branch relaxation.
1213 * gas/mips/relax-bposge.s: Source for the new test.
1214 * gas/mips/mips.exp: Run the new test.
1215
1216 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1217
1218 * gas/mips/relax-at.d: New test for branch relaxation with .set
1219 at.
1220 * gas/mips/relax.s: Update to support the new test.
1221 * gas/mips/relax.l: Update accordingly.
1222 * gas/mips/relax.d: Update for multi-arch invocation.
1223 * gas/mips/mips.exp: Run the new test. Adjust to run "relax"
1224 across all applicable architectures.
1225
1226 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1227
1228 * gas/mips/branch-misc-2.d: Adjust for relocation change.
1229 * gas/mips/branch-misc-2pic.d: Likewise.
1230 * gas/mips/branch-misc-4.d: New test for PC-relative relocation
1231 overflow.
1232 * gas/mips/branch-misc-4-64.d: Likewise.
1233 * gas/mips/branch-misc-4.s: Source for the new tests.
1234 * testsuite/gas/mips/mips.exp: Run the new tests.
1235
1236 2011-02-28 Maciej W. Rozycki <macro@codesourcery.com>
1237
1238 * gas/mips/relax-swap1.l: Adjust for message capitalization
1239 correction.
1240 * gas/mips/relax-swap2.l: Likewise.
1241 * gas/mips/relax.l: Likewise.
1242
1243 2011-02-25 H.J. Lu <hongjiu.lu@intel.com>
1244
1245 * gas/i386/ilp32/ilp32.exp: Run reloc64.
1246
1247 * gas/i386/ilp32/reloc64.s: Allow TLS relocations with 32bit
1248 register destinations.
1249 * gas/i386/ilp32/reloc64.d: Updated.
1250
1251 * gas/i386/ilp32/reloc64.l: New.
1252
1253 2011-02-25 H.J. Lu <hongjiu.lu@intel.com>
1254
1255 PR gas/12519
1256 * gas/elf/bad-size.d: New.
1257 * gas/elf/bad-size.err: Likewise.
1258 * gas/elf/bad-size.s: Likewise.
1259
1260 * gas/elf/elf.exp: Run bad-size.
1261
1262 2011-02-13 Mike Frysinger <vapier@gentoo.org>
1263
1264 * gas/bfin/arithmetic.d, gas/bfin/parallel.d: Change A0 to A1.
1265
1266 2011-02-13 Mike Frysinger <vapier@gentoo.org>
1267
1268 * gas/bfin/arithmetic.d, gas/bfin/parallel.d, gas/bfin/parallel3.d,
1269 gas/bfin/vector.d, gas/bfin/vector2.d: Add ".L" to dsp mult insns.
1270
1271 2011-02-13 Mike Frysinger <vapier@gentoo.org>
1272
1273 * gas/bfin/video.d, gas/bfin/video.s, gas/bfin/video2.d,
1274 gas/bfin/video2.s: Remove BYTEOP2M insns.
1275
1276 2011-02-10 Kai Tietz <kai.tietz@onevision.com>
1277
1278 * gas/cfi/cfi-x86_64.d: Adjust for x64 PE+.
1279
1280 2011-02-10 Vincent Rivière <vincent.riviere@freesbee.fr>
1281
1282 * gas/m68k/cpu32.d: Set explicit architecture for objdump.
1283 * gas/m68k/mcf-coproc.d: Likewise.
1284 * gas/m68k/mcf-wdebug.d: Likewise.
1285
1286 2011-02-10 Alan Modra <amodra@gmail.com>
1287
1288 * gas/elf/dwarf2-4.s: Don't use @.
1289
1290 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
1291
1292 PR gas/6957
1293 * gas/i386/nops-1-i686.d: Updated.
1294 * gas/i386/nops-3-i686.d: Likewise.
1295 * gas/i386/nops-4-i686.d: Likewise.
1296
1297 2011-02-08 H.J. Lu <hongjiu.lu@intel.com>
1298
1299 * gas/i386/i386.exp: Run nops-4a-i686 and nops-6.
1300
1301 * gas/i386/nops-4a-i686.d: New.
1302 * gas/i386/nops-6.d: Likewise.
1303 * gas/i386/nops-6.s: Likewise.
1304
1305 2011-02-07 Vincent Riviere <vincent.riviere@freesbee.fr>
1306
1307 PR gas/3041
1308 * gas/m68k/p3041pcrel.s, * gas/m68k/p3041pcrel.d: New test.
1309 * gas/m68k/all.exp: Add "p3041pcrel" and enable p3041 tests for
1310 all m68k-aout targets.
1311
1312 2011-02-04 Bernd Schmidt <bernds@codesourcery.com>
1313
1314 * gas/tic6x/dir-junk.l: Remove tests for .atomic and .noatomic.
1315 * gas/tic6x/dir-junk.s: Likewise.
1316 * gas/tic6x/insns-c674x-bad.d: Remove test.
1317 * gas/tic6x/insns-c674x-bad.l: Likewise.
1318 * gas/tic6x/insns-c674x-bad.s: Likewise.
1319 * gas/tic6x/insns-atomic.d: Remove "-matomic" switch.
1320
1321 2011-01-31 Nick Clifton <nickc@redhat.com>
1322
1323 * gas/all/align.d: Skip for the RX.
1324 * gas/elf/group1a.d: Likewise.
1325 * gas/elf/groupautoa.d: Likewise.
1326 * gas/elf/elf.exp: Do not run section5 test for the RX port.
1327 * gas/elf/section4.d: Likewise.
1328 * gas/elf/section7.d: Likewise.
1329 * gas/macros/semi.s: Fill with a non-zero pattern.
1330 * gas/macros/semi.d: Expect non-zero fill value.
1331 * gas/rx/bcnd.d: Update expected disassembly.
1332 * gas/rx/bra.d: Likewise.
1333 * gas/rx/macros.inc: Add reg1 macro.
1334 * gas/rx/max.sm: Use reg1 macro to avoid generating illegal NOP
1335 instruction.
1336 * gas/rx/mov.sm: Likewise.
1337 * gas/rx/max.d: Update expected disassembly.
1338 * gas/rx/mov.d: Likewise.
1339 * gas/rx/rx-asm-good.s: Use Renesas section names.
1340 * gas/rx/rx-asm-good.d: Update expected disassembly.
1341
1342 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1343
1344 PR gas/12409
1345 * gas/elf/dwarf2-4.d: New.
1346 * gas/elf/dwarf2-4.s: Likewise.
1347
1348 * gas/elf/elf.exp: Run dwarf2-4.
1349
1350 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1351
1352 * gas/i386/intel.d: Updated.
1353 * gas/i386/opcode-intel.d: Likewise.
1354 * gas/i386/opcode-suffix.d: Likewise.
1355 * gas/i386/opcode.d: Likewise.
1356
1357 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
1358
1359 * gas/i386/ilp32/x86-64-arch-2.d: Add tbm flag and TBM instruction
1360 pattern.
1361
1362 2011-01-17 Quentin Neill <quentin.neill@amd.com>
1363
1364 * gas/i386/tbm.s: New.
1365 * gas/i386/tbm.d: New.
1366 * gas/i386/tbm-intel.d: New.
1367 * gas/i386/x86-64-tbm.s: New.
1368 * gas/i386/x86-64-tbm.d: New.
1369 * gas/i386/x86-64-tbm-intel.d: New.
1370 * gas/i386/arch-10.d: Add tbm flag and TBM instruction pattern.
1371 * gas/i386/arch-10.s: Add a TBM instruction.
1372 * gas/i386/arch-10-1.l: Add TBM instruction pattern.
1373 * gas/i386/arch-10-2.l: Likewise.
1374 * gas/i386/arch-10-3.l: Likewise.
1375 * gas/i386/arch-10-4.l: Likewise.
1376 * gas/i386/x86-64-arch-2.s: Likewise.
1377 * gas/i386/x86-64-arch-2.d: Likewise.
1378
1379 2011-01-16 H.J. Lu <hongjiu.lu@intel.com>
1380
1381 * gas/i386/ilp32/immed64.s: New.
1382 * gas/i386/ilp32/reloc64.s: Likewise.
1383 * gas/i386/ilp32/x86-64-pcrel.s: Likewise.
1384
1385 * gas/i386/ilp32/inval.s: Add more tests.
1386
1387 * gas/i386/ilp32/immed64.d: Updated.
1388 * gas/i386/ilp32/inval.l: Likewise.
1389 * gas/i386/ilp32/reloc64.d: Likewise.
1390 * gas/i386/ilp32/x86-64-pcrel.d: Likewise.
1391
1392 2011-01-15 H.J. Lu <hongjiu.lu@intel.com>
1393
1394 * gas/i386/ilp32/ilp32.exp: Run inval.
1395
1396 * gas/i386/ilp32/inval.l: New.
1397 * gas/i386/ilp32/inval.s: Likewise.
1398 * gas/i386/ilp32/x86-64.s: Likewise.
1399
1400 * gas/i386/ilp32/x86-64.d: Don't use ../x86_64.s. Updated.
1401
1402 2011-01-14 H.J. Lu <hongjiu.lu@intel.com>
1403
1404 * gas/i386/ilp32/cfi/ilp32.exp: Replace --n32 with --x32.
1405 * gas/i386/ilp32/elf/ilp32.exp: Likewise.
1406 * gas/i386/ilp32/ilp32.exp: Likewise.
1407 * gas/i386/ilp32/lns/ilp32.exp: Likewise.
1408
1409 2011-01-11 Mingjie Xing <mingjie.xing@gmail.com>
1410
1411 * mips/loongson-3a-2.s, mips/loongson-3a-2.d: Use the real offset
1412 value in assembly.
1413
1414 2011-01-10 Nathan Sidwell <nathan@codesourcery.com>
1415 Glauber de Oliveira Costa <glommer@gmail.com>
1416
1417 * gas/arm/tls.s: Add tlsdesc tests.
1418 * gas/arm/tls.d: Adjust.
1419
1420 2011-01-07 H.J. Lu <hongjiu.lu@intel.com>
1421
1422 * gas/i386/ilp32/x86-64-arch-2.d: Add bmi flag and BMI instruction
1423 pattern.
1424
1425 2011-01-07 Quentin Neill <quentin.neill@amd.com>
1426
1427 * gas/i386/arch-10.s: Add a BMI instruction.
1428 * gas/i386/x86-64-arch-2.s: Likewise.
1429 * gas/i386/arch-10.d: Add bmi flag and BMI instruction pattern.
1430 * gas/i386/x86-64-arch-2.d: Likewise.
1431 * gas/i386/arch-10-1.l: Add BMI instruction pattern.
1432 * gas/i386/arch-10-2.l: Likewise.
1433 * gas/i386/arch-10-3.l: Likewise.
1434 * gas/i386/arch-10-4.l: Likewise.
1435
1436 2011-01-06 Paul Koning <ni1d@arrl.net>
1437
1438 * gas/pdp11/pdp11.exp: Add run of absreloc.
1439
1440 2011-01-06 Paul Koning <ni1d@arrl.net>
1441
1442 * gas/pdp11/absreloc.s: New.
1443 * gas/pdp11/absreloc.d: New.
1444
1445 2011-01-06 Paul Koning <ni1d@arrl.net>
1446
1447 * gas/pdp11/opcode.d: Fix expected output for sec instruction.
1448
1449 2011-01-05 Nathan Sidwell <nathan@codesourcery.com>
1450
1451 * gas/arm/blx-bad.s: New.
1452 * gas/arm/blx-bad.d: New.
1453
1454 2011-01-04 H.J. Lu <hongjiu.lu@intel.com>
1455
1456 * gas/i386/bmi-intel.d: New.
1457 * gas/i386/bmi.d: Likewise.
1458 * gas/i386/bmi.s: Likewise.
1459 * gas/i386/x86-64-bmi-intel.d: Likewise.
1460 * gas/i386/x86-64-bmi.d: Likewise.
1461 * gas/i386/x86-64-bmi.s: Likewise.
1462
1463 * gas/i386/i386.exp: Run bmi, bmi-intel, x86-64-bmi and
1464 x86-64-bmi-intel.
1465
1466 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
1467
1468 * gas/i386/ilp32/lns/lns-common-1.d: Also expect .zdebug in
1469 section name.
1470 * gas/i386/ilp32/lns/lns-duplicate.d: Likewise.
1471
1472 For older changes see ChangeLog-2010
1473 \f
1474 Local Variables:
1475 mode: change-log
1476 left-margin: 8
1477 fill-column: 74
1478 version-control: never
1479 End:
This page took 0.061158 seconds and 4 git commands to generate.