PR gas/12296
[external/binutils.git] / gas / testsuite / ChangeLog
1 2011-04-11  Dan McDonald  <dan@wellkeeper.com>
2
3         PR gas/12296
4         * gas/arm/arch7.s: Add SVC insn.
5         * gas/arm/arch7.d: Add disassembly of SVC insn.
6         * gas/arm/attr-march-armv7.d: Add arch profile tag.
7
8 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
9
10         * gas/all/gas.exp (*arm*-*-coff): Change to arm*-*-coff.
11         (thumb*-*-coff, thumb*-*-pe*): Don;t handle.
12         * gas/arm/arm.exp (*arm*-*-*): Change to arm*-*-*.
13         (*xscale*-*-*): Don't handle.
14         * gas/cfi/cfi.exp (xscale*-*): Don't handle.
15         * gas/elf/elf.exp (*arm*-*-*): Change to arm*-*-*.
16         (xscale*-*-*): Don't handle.
17
18 2011-03-31  Bernd Schmidt  <bernds@codesourcery.com>
19
20         * gas/tic6x/scomm-directive-1.s: New test.
21         * gas/tic6x/scomm-directive-1.d: New test.
22         * gas/tic6x/scomm-directive-2.s: New test.
23         * gas/tic6x/scomm-directive-2.d: New test.
24         * gas/tic6x/scomm-directive-3.s: New test.
25         * gas/tic6x/scomm-directive-3.d: New test.
26         * gas/tic6x/scomm-directive-4.s: New test.
27         * gas/tic6x/scomm-directive-4.d: New test.
28         * gas/tic6x/scomm-directive-5.s: New test.
29         * gas/tic6x/scomm-directive-5.d: New test.
30         * gas/tic6x/scomm-directive-6.s: New test.
31         * gas/tic6x/scomm-directive-6.d: New test.
32         * gas/tic6x/scomm-directive-7.s: New test.
33         * gas/tic6x/scomm-directive-7.d: New test.
34         * gas/tic6x/scomm-directive-8.s: New test.
35         * gas/tic6x/scomm-directive-8.d: New test.
36
37 2011-03-29  H.J. Lu  <hongjiu.lu@intel.com>
38
39         * gas/i386/ilp32/quad.d: Add tests for multiple operands.
40         * gas/i386/ilp32/quad.s: Likewise.
41
42 2011-03-29  Mike Frysinger  <vapier@gentoo.org>
43
44         * gas/bfin/expected_errors.s: Add invalid BYTEUNPACK insn tests.
45         * gas/bfin/expected_errors.l: Add new error messages.
46
47 2011-03-29  Mike Frysinger  <vapier@gentoo.org>
48
49         * gas/bfin/expected_errors.s: Add invalid BYTEOP16M insn tests.
50         * gas/bfin/expected_errors.l: Add new error messages.
51
52 2011-03-29  Mike Frysinger  <vapier@gentoo.org>
53
54         * gas/bfin/expected_errors.s: Add invalid BYTEOP16P insn tests.
55         * gas/bfin/expected_errors.l: Add new error messages.
56
57 2011-03-28  Mike Frysinger  <vapier@gentoo.org>
58
59         * gas/bfin/expected_errors.s: Add invalid 16bit acc add insn tests.
60         * gas/bfin/expected_errors.l: Add new error messages.
61         * testsuite/gas/bfin/video2.s: Drop invalid 16bit acc add insn.
62         * testsuite/gas/bfin/video2.d: Updated disassembly output.
63
64 2011-03-28  H.J. Lu  <hongjiu.lu@intel.com>
65
66         * gas/i386/ilp32/inval.s: Remove .quad.
67         * gas/i386/ilp32/inval.l: Updated.
68
69         * gas/i386/ilp32/quad.d: New.
70         * gas/i386/ilp32/quad.s: Likewise.
71
72 2011-03-24  Mike Frysinger  <vapier@gentoo.org>
73
74         * gas/bfin/expected_errors.s: Add invalid vector add/sub insn tests.
75         * gas/bfin/expected_errors.l: Add new error messages.
76
77 2011-03-24  Mike Frysinger  <vapier@gentoo.org>
78
79         * gas/bfin/16bit_illegals.d, gas/bfin/16bit_illegals.s: Delete.
80         * gas/bfin/allinsn16.d, gas/bfin/allinsn16.s: New files.
81         * gas/bfin/bfin.exp: Change 16bit_illegals to allinsn16.
82
83 2011-03-24  Mike Frysinger  <vapier@gentoo.org>
84
85         * gas/bfin/expected_errors.s: Add invalid dsp mult insn tests.
86         * gas/bfin/expected_errors.l: Add new error messages.
87
88 2011-03-23  Mike Frysinger  <vapier@gentoo.org>
89
90         * gas/bfin/expected_errors.s: Add invalid SEARCH/BITMUX insns.
91         * gas/bfin/expected_errors.l: Add expected errors.
92
93 2011-03-18  Alan Modra  <amodra@gmail.com>
94
95         * gas/elf/bad-size.err: Adjust expected error.
96         * gas/i386/bad-size.warn: Likewise.
97         * gas/i386/inval-equ-2.l: Likewise.
98         * gas/symver/symver2.l: Likewise.
99
100 2011-03-17  H.J. Lu  <hongjiu.lu@intel.com>
101
102         PR gas/12589
103         * gas/i386/pr12589-1.d: New.
104         * gas/i386/pr12589-1.s: Likewise.
105
106         * gas/i386/i386.exp: Run pr12589-1.
107
108 2011-03-16  H.J. Lu  <hongjiu.lu@intel.com>
109
110         * gas/i386/bad-size.d: New.
111         * gas/i386/bad-size.s: Likewise.
112         * gas/i386/bad-size.warn: Likewise.
113
114         * gas/i386/i386.exp: Run bad-size for ELF targets.
115
116 2011-03-06  H.J. Lu  <hongjiu.lu@intel.com>
117
118         * gas/elf/bad-size.err: Revert the last change.
119
120 2011-03-05  H.J. Lu  <hongjiu.lu@intel.com>
121
122         * gas/elf/bad-size.err: Updated.
123
124 2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
125
126         * gas/mips/alnv_ps-swap.d: New test for ALNV.PS instruction
127         branch swapping.
128         * gas/mips/alnv_ps-swap.s: Source for the new test.
129         * gas/mips/mips.exp: Run the new test.
130
131 2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
132
133         * gas/mips/relax-bposge.l: New test for DSP branch relaxation.
134         * gas/mips/relax-bposge.s: Source for the new test.
135         * gas/mips/mips.exp: Run the new test.
136
137 2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
138
139         * gas/mips/relax-at.d: New test for branch relaxation with .set
140         at.
141         * gas/mips/relax.s: Update to support the new test.
142         * gas/mips/relax.l: Update accordingly.
143         * gas/mips/relax.d: Update for multi-arch invocation.
144         * gas/mips/mips.exp: Run the new test.  Adjust to run "relax"
145         across all applicable architectures.
146
147 2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
148
149         * gas/mips/branch-misc-2.d: Adjust for relocation change.
150         * gas/mips/branch-misc-2pic.d: Likewise.
151         * gas/mips/branch-misc-4.d: New test for PC-relative relocation
152         overflow.
153         * gas/mips/branch-misc-4-64.d: Likewise.
154         * gas/mips/branch-misc-4.s: Source for the new tests.
155         * testsuite/gas/mips/mips.exp: Run the new tests.
156
157 2011-02-28  Maciej W. Rozycki  <macro@codesourcery.com>
158
159         * gas/mips/relax-swap1.l: Adjust for message capitalization
160         correction.
161         * gas/mips/relax-swap2.l: Likewise.
162         * gas/mips/relax.l: Likewise.
163
164 2011-02-25  H.J. Lu  <hongjiu.lu@intel.com>
165
166         * gas/i386/ilp32/ilp32.exp: Run reloc64.
167
168         * gas/i386/ilp32/reloc64.s: Allow TLS relocations with 32bit
169         register destinations.
170         * gas/i386/ilp32/reloc64.d: Updated.
171
172         * gas/i386/ilp32/reloc64.l: New.
173
174 2011-02-25  H.J. Lu  <hongjiu.lu@intel.com>
175
176         PR gas/12519
177         * gas/elf/bad-size.d: New.
178         * gas/elf/bad-size.err: Likewise.
179         * gas/elf/bad-size.s: Likewise.
180
181         * gas/elf/elf.exp: Run bad-size.
182
183 2011-02-13  Mike Frysinger  <vapier@gentoo.org>
184
185         * gas/bfin/arithmetic.d, gas/bfin/parallel.d: Change A0 to A1.
186
187 2011-02-13  Mike Frysinger  <vapier@gentoo.org>
188
189         * gas/bfin/arithmetic.d, gas/bfin/parallel.d, gas/bfin/parallel3.d,
190         gas/bfin/vector.d, gas/bfin/vector2.d: Add ".L" to dsp mult insns.
191
192 2011-02-13  Mike Frysinger  <vapier@gentoo.org>
193
194         * gas/bfin/video.d, gas/bfin/video.s, gas/bfin/video2.d,
195         gas/bfin/video2.s: Remove BYTEOP2M insns.
196
197 2011-02-10  Kai Tietz  <kai.tietz@onevision.com>
198
199         * gas/cfi/cfi-x86_64.d: Adjust for x64 PE+.
200
201 2011-02-10  Vincent Rivière  <vincent.riviere@freesbee.fr>
202
203         * gas/m68k/cpu32.d: Set explicit architecture for objdump.
204         * gas/m68k/mcf-coproc.d: Likewise.
205         * gas/m68k/mcf-wdebug.d: Likewise.
206
207 2011-02-10  Alan Modra  <amodra@gmail.com>
208
209         * gas/elf/dwarf2-4.s: Don't use @.
210
211 2011-02-08  H.J. Lu  <hongjiu.lu@intel.com>
212
213         PR gas/6957
214         * gas/i386/nops-1-i686.d: Updated.
215         * gas/i386/nops-3-i686.d: Likewise.
216         * gas/i386/nops-4-i686.d: Likewise.
217
218 2011-02-08  H.J. Lu  <hongjiu.lu@intel.com>
219
220         * gas/i386/i386.exp: Run nops-4a-i686 and nops-6.
221
222         * gas/i386/nops-4a-i686.d: New.
223         * gas/i386/nops-6.d: Likewise.
224         * gas/i386/nops-6.s: Likewise.
225
226 2011-02-07  Vincent Riviere  <vincent.riviere@freesbee.fr>
227
228         PR gas/3041
229         * gas/m68k/p3041pcrel.s, * gas/m68k/p3041pcrel.d: New test.
230         * gas/m68k/all.exp: Add "p3041pcrel" and enable p3041 tests for
231         all m68k-aout targets.
232
233 2011-02-04  Bernd Schmidt  <bernds@codesourcery.com>
234
235         * gas/tic6x/dir-junk.l: Remove tests for .atomic and .noatomic.
236         * gas/tic6x/dir-junk.s: Likewise.
237         * gas/tic6x/insns-c674x-bad.d: Remove test.
238         * gas/tic6x/insns-c674x-bad.l: Likewise.
239         * gas/tic6x/insns-c674x-bad.s: Likewise.
240         * gas/tic6x/insns-atomic.d: Remove "-matomic" switch.
241
242 2011-01-31  Nick Clifton  <nickc@redhat.com>
243
244         * gas/all/align.d: Skip for the RX.
245         * gas/elf/group1a.d: Likewise.
246         * gas/elf/groupautoa.d: Likewise.
247         * gas/elf/elf.exp: Do not run section5 test for the RX port.
248         * gas/elf/section4.d: Likewise.
249         * gas/elf/section7.d: Likewise.
250         * gas/macros/semi.s: Fill with a non-zero pattern.
251         * gas/macros/semi.d: Expect non-zero fill value.
252         * gas/rx/bcnd.d: Update expected disassembly.
253         * gas/rx/bra.d: Likewise.
254         * gas/rx/macros.inc: Add reg1 macro.
255         * gas/rx/max.sm: Use reg1 macro to avoid generating illegal NOP
256         instruction.
257         * gas/rx/mov.sm: Likewise.
258         * gas/rx/max.d: Update expected disassembly.
259         * gas/rx/mov.d: Likewise.
260         * gas/rx/rx-asm-good.s: Use Renesas section names.
261         * gas/rx/rx-asm-good.d: Update expected disassembly.
262
263 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
264
265         PR gas/12409
266         * gas/elf/dwarf2-4.d: New.
267         * gas/elf/dwarf2-4.s: Likewise.
268
269         * gas/elf/elf.exp: Run dwarf2-4.
270
271 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
272
273         * gas/i386/intel.d: Updated.
274         * gas/i386/opcode-intel.d: Likewise.
275         * gas/i386/opcode-suffix.d: Likewise.
276         * gas/i386/opcode.d: Likewise.
277
278 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
279
280         * gas/i386/ilp32/x86-64-arch-2.d: Add tbm flag and TBM instruction
281         pattern.
282
283 2011-01-17  Quentin Neill  <quentin.neill@amd.com>
284
285         * gas/i386/tbm.s: New.
286         * gas/i386/tbm.d: New.
287         * gas/i386/tbm-intel.d: New.
288         * gas/i386/x86-64-tbm.s: New.
289         * gas/i386/x86-64-tbm.d: New.
290         * gas/i386/x86-64-tbm-intel.d: New.
291         * gas/i386/arch-10.d: Add tbm flag and TBM instruction pattern.
292         * gas/i386/arch-10.s: Add a TBM instruction.
293         * gas/i386/arch-10-1.l: Add TBM instruction pattern.
294         * gas/i386/arch-10-2.l: Likewise.
295         * gas/i386/arch-10-3.l: Likewise.
296         * gas/i386/arch-10-4.l: Likewise.
297         * gas/i386/x86-64-arch-2.s: Likewise.
298         * gas/i386/x86-64-arch-2.d: Likewise.
299
300 2011-01-16  H.J. Lu  <hongjiu.lu@intel.com>
301
302         * gas/i386/ilp32/immed64.s: New.
303         * gas/i386/ilp32/reloc64.s: Likewise.
304         * gas/i386/ilp32/x86-64-pcrel.s: Likewise.
305
306         * gas/i386/ilp32/inval.s: Add more tests.
307
308         * gas/i386/ilp32/immed64.d: Updated.
309         * gas/i386/ilp32/inval.l: Likewise.
310         * gas/i386/ilp32/reloc64.d: Likewise.
311         * gas/i386/ilp32/x86-64-pcrel.d: Likewise.
312
313 2011-01-15  H.J. Lu  <hongjiu.lu@intel.com>
314
315         * gas/i386/ilp32/ilp32.exp: Run inval.
316
317         * gas/i386/ilp32/inval.l: New.
318         * gas/i386/ilp32/inval.s: Likewise.
319         * gas/i386/ilp32/x86-64.s: Likewise.
320
321         * gas/i386/ilp32/x86-64.d: Don't use ../x86_64.s.  Updated.
322
323 2011-01-14  H.J. Lu  <hongjiu.lu@intel.com>
324
325         * gas/i386/ilp32/cfi/ilp32.exp: Replace --n32 with --x32.
326         * gas/i386/ilp32/elf/ilp32.exp: Likewise.
327         * gas/i386/ilp32/ilp32.exp: Likewise.
328         * gas/i386/ilp32/lns/ilp32.exp: Likewise.
329
330 2011-01-11  Mingjie Xing  <mingjie.xing@gmail.com>
331
332         * mips/loongson-3a-2.s, mips/loongson-3a-2.d: Use the real offset
333         value in assembly.
334
335 2011-01-10  Nathan Sidwell  <nathan@codesourcery.com>
336             Glauber de Oliveira Costa  <glommer@gmail.com>
337
338         * gas/arm/tls.s: Add tlsdesc tests.
339         * gas/arm/tls.d: Adjust.
340
341 2011-01-07  H.J. Lu  <hongjiu.lu@intel.com>
342
343         * gas/i386/ilp32/x86-64-arch-2.d: Add bmi flag and BMI instruction
344         pattern.
345
346 2011-01-07  Quentin Neill  <quentin.neill@amd.com>
347
348         * gas/i386/arch-10.s: Add a BMI instruction.
349         * gas/i386/x86-64-arch-2.s: Likewise.
350         * gas/i386/arch-10.d: Add bmi flag and BMI instruction pattern.
351         * gas/i386/x86-64-arch-2.d: Likewise.
352         * gas/i386/arch-10-1.l: Add BMI instruction pattern.
353         * gas/i386/arch-10-2.l: Likewise.
354         * gas/i386/arch-10-3.l: Likewise.
355         * gas/i386/arch-10-4.l: Likewise.
356
357 2011-01-06  Paul Koning  <ni1d@arrl.net>
358
359         * gas/pdp11/pdp11.exp: Add run of absreloc.
360         
361 2011-01-06  Paul Koning  <ni1d@arrl.net>
362
363         * gas/pdp11/absreloc.s: New.
364         * gas/pdp11/absreloc.d: New.
365
366 2011-01-06  Paul Koning  <ni1d@arrl.net>
367
368         * gas/pdp11/opcode.d: Fix expected output for sec instruction.
369
370 2011-01-05  Nathan Sidwell  <nathan@codesourcery.com>
371
372         * gas/arm/blx-bad.s: New.
373         * gas/arm/blx-bad.d: New.
374
375 2011-01-04  H.J. Lu  <hongjiu.lu@intel.com>
376
377         * gas/i386/bmi-intel.d: New.
378         * gas/i386/bmi.d: Likewise.
379         * gas/i386/bmi.s: Likewise.
380         * gas/i386/x86-64-bmi-intel.d: Likewise.
381         * gas/i386/x86-64-bmi.d: Likewise.
382         * gas/i386/x86-64-bmi.s: Likewise.
383
384         * gas/i386/i386.exp: Run bmi, bmi-intel, x86-64-bmi and
385         x86-64-bmi-intel.
386
387 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
388
389         * gas/i386/ilp32/lns/lns-common-1.d: Also expect .zdebug in
390         section name.
391         * gas/i386/ilp32/lns/lns-duplicate.d: Likewise.
392
393 For older changes see ChangeLog-2010
394 \f
395 Local Variables:
396 mode: change-log
397 left-margin: 8
398 fill-column: 74
399 version-control: never
400 End: