Add support for converting LDR Rx,=<imm> to MOV or MVN in Thumb2 mode.
[external/binutils.git] / gas / testsuite / ChangeLog
1 2015-06-17  Alessandro Marzocchi  <alessandro.marzocchi@gmail.com>
2
3         PR gas/18500
4         * gas/arm/vfpv2-ldr_immediate.s: New test case.
5         * gas/arm/vfpv2-ldr_immediate.d: Expected disassembly.
6         * gas/arm/vfpv3-ldr_immediate.s: New test case.
7         * gas/arm/vfpv3-ldr_immediate.d: Expected disassembly.
8         * gas/arm/vfpv3xd-ldr_immediate.s: New test case.
9         * gas/arm/vfpv3xd-ldr_immediate.d: Expected disassembly.
10
11         PR gas/18499
12         * gas/arm/thumb2_ldr_immediate_armv6.s: New test case.
13         * gas/arm/thumb2_ldr_immediate_armv6.d: Expected disassembly.
14         * gas/arm/thumb2_ldr_immediate_armv6t2.s: New test case.
15         * gas/arm/thumb2_ldr_immediate_armv6t2.d: Expected disassembly.
16
17 2015-06-16  Matthew Wahab  <matthew.wahab@arm.com>
18
19         * sysreg.d: Add id_mmfr4_el1, update expected output.
20         * sysreg.s: Add id_mmfr4_el1.
21
22 2015-06-15  Renlin Li  <renlin.li@arm.com>
23
24         * gas/aarch64/reloc-insn.s: Update test
25         * gas/aarch64/reloc-insn.d: Update expected result.
26
27 2015-06-13  Mark Wielaard  <mjw@redhat.com>
28
29         * gas/aarch64/dwarf.d: New.
30         * gas/aarch64/dwarf.s: New.
31
32 2015-06-03  Matthew Wahab  <matthew.wahab@arm.com>
33
34         * gas/arm/armv8-a+rdma.d: New.
35         * gas/arm/armv8-a+rdma.s: New.
36
37 2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>
38
39         * gas/arm/armv8-a+pan.d: New.
40         * gas/arm/armv8-a+pan.s: New.
41
42 2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>
43
44         * gas/aarch64/rdma-directive.d: New.
45         * gas/aarch64/rdma.d: New.
46         * gas/aarch64/rdma.s: New.
47
48 2015-06-02  Matthew Wahab  <matthew.wahab@arm.com>
49
50         * gas/aarch64/lor-directive.d: New.
51         * gas/aarch64/lor.d: New.
52         * gas/aarch64/lor.s: New
53
54 2015-06-01  Matthew Wahab  <matthew.wahab@arm.com>
55
56         * gas/aarch64/pan-directive.d: New.
57         * gas/aarch64/pan.d: New.
58         * gas/aarch64/pan.s: New
59
60 2015-06-01  Jiong Wang  <jiong.wang@arm.com>
61
62         * gas/aarch64/ilp32-basic.s: New testcase.
63         * gas/aarch64/ilp32-basic.d: Ditto.
64
65 2015-06-01  Jiong Wang  <jiong.wang@arm.com>
66
67         * gas/aarch64/reloc-insn.s: New testcase.
68         * gas/aarch64/reloc-insn.d: Ditto.
69
70 2015-06-01  Jan Beulich  <jbeulich@suse.com>
71
72         * gas/i386/avx512f.s: Adjust operand order for Intel syntax
73         vcvt{,u}si2ss.
74         * gas/i386/x86-64-avx512f.s: Adjust operand order for Intel
75         syntax vcvt{,u}si2s{d,s}.
76
77 2015-06-01  Jan Beulich  <jbeulich@suse.com>
78
79         * gas/i386/avx512f-intel.d: Adjust expectations on operand order.
80         * gas/i386/evex-lig256-intel.d: Likewise.
81         * gas/i386/evex-lig512-intel.d: Likewise.
82         * gas/i386/x86-64-avx512f-intel.d: Likewise.
83         * gas/i386/x86-64-evex-lig256-intel.d: Likewise.
84         * gas/i386/x86-64-evex-lig512-intel.d: Likewise.
85
86 2015-05-28  Catherine Moore  <clm@codesourcery.com>
87             Bernd Schmidt <bernds@codesourcery.com>
88
89         gas/testsuite/
90         * gas/mips/mips.exp: Run new tests.
91
92         * gas/mips/compact-eh-1.s: New file.
93         * gas/mips/compact-eh-2.s: New file.
94         * gas/mips/compact-eh-3.s: New file.
95         * gas/mips/compact-eh-4.s: New file.
96         * gas/mips/compact-eh-5.s: New file.
97         * gas/mips/compact-eh-6.s: New file.
98         * gas/mips/compact-eh-7.s: New file.
99         * gas/mips/compact-eh-eb-1.d: New file.
100         * gas/mips/compact-eh-eb-2.d: New file.
101         * gas/mips/compact-eh-eb-3.d: New file.
102         * gas/mips/compact-eh-eb-4.d: New file.
103         * gas/mips/compact-eh-eb-5.d: New file.
104         * gas/mips/compact-eh-eb-6.d: New file.
105         * gas/mips/compact-eh-eb-7.d: New file.
106         * gas/mips/compact-eh-el-1.d: New file.
107         * gas/mips/compact-eh-el-2.d: New file.
108         * gas/mips/compact-eh-el-3.d: New file.
109         * gas/mips/compact-eh-el-4.d: New file.
110         * gas/mips/compact-eh-el-5.d: New file.
111         * gas/mips/compact-eh-el-6.d: New file.
112         * gas/mips/compact-eh-el-7.d: New file.
113         * gas/mips/compact-eh-err1.l: New file.
114         * gas/mips/compact-eh-err1.s: New file.
115         * gas/mips/compact-eh-err2.l: New file.
116         * gas/mips/compact-eh-err2.s: New file.
117
118 2015-05-15  H.J. Lu  <hongjiu.lu@intel.com>
119
120         PR binutis/18386
121         * gas/i386/i386.exp: Run x86-64-branch-2 and x86-64-branch-3.
122         * gas/i386/x86-64-branch.d: Also pass -Mintel64 to objdump.
123         * gas/i386/ilp32/x86-64-branch.d: Likewise.
124         * gas/i386/x86-64-branch-2.d: New file.
125         * gas/i386/x86-64-branch-2.s: Likewise.
126         * gas/i386/x86-64-branch-3.l: Likewise.
127         * gas/i386/x86-64-branch-3.s: Likewise.
128
129 2015-05-15  H.J. Lu  <hongjiu.lu@intel.com>
130
131         * gas/i386/i386.exp: Don't run pcrel for ELF targets.  Run
132         pcrel-elf, relax-4 and x86-64-relax-3 for ELF targets.
133         * gas/i386/pcrel-elf.d: New file.
134         * gas/i386/relax-4.d: Likewise.
135         * gas/i386/x86-64-relax-3.d: Likewise.
136         * gas/i386/relax-3.d: Pass -mshared to assembler.  Updated.
137         * gas/i386/x86-64-relax-2.d: Likewise.
138         * gas/i386/relax-3.s: Add test for PLT relocation.
139
140 2015-05-14  Peter Bergner  <bergner@vnet.ibm.com>
141
142         * gas/ppc/power4.d: Add a slbia test.
143         * gas/ppc/power4.s: Likewise.
144         * gas/ppc/power6.d: Add slbia and tlbie tests.
145         * gas/ppc/power6.s: Likewise.
146         * gas/ppc/power7.d: Remove wait tests. Add a tlbie test.
147         * gas/ppc/power7.s: Likewise.
148
149 2015-05-13  Max Filippov  <jcmvbkbc@gmail.com>
150
151         * gas/xtensa/trampoline.s: Add regression testcase.
152
153 2015-05-11  H.J. Lu  <hongjiu.lu@intel.com>
154
155         * gas/i386/i386.exp: Run iamcu-1, iamcu-2, iamcu-3, iamcu-inval-1,
156         iamcu-inval-2 and iamcu-inval-3.
157         * gas/i386/iamcu-1.d: New file.
158         * gas/i386/iamcu-1.s: Likewise.
159         * gas/i386/iamcu-2.d: Likewise.
160         * gas/i386/iamcu-2.s: Likewise.
161         * gas/i386/iamcu-3.d: Likewise.
162         * gas/i386/iamcu-3.s: Likewise.
163         * gas/i386/iamcu-inval-1.l: Likewise.
164         * gas/i386/iamcu-inval-1.s: Likewise.
165         * gas/i386/iamcu-inval-2.l: Likewise.
166         * gas/i386/iamcu-inval-2.s: Likewise.
167         * gas/i386/iamcu-inval-3.l: Likewise.
168         * gas/i386/iamcu-inval-3.s: Likewise.
169
170 2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
171
172         PR binutis/18386
173         * gas/i386/i386.exp: Run x86-64-jump.
174         * gas/i386/x86-64-branch.d: Updated.
175         * gas/i386/ilp32/x86-64-branch.d: Likewise.
176         * gas/i386/x86-64-branch.s: Add tests for the operand size prefix
177         with call, jmp and jb.
178         * gas/i386/x86-64-jump.d: New file.
179         * gas/i386/x86-64-jump.s: Likewise.
180
181 2015-05-08  Nick Clifton  <nickc@redhat.com>
182
183         PR gas/18347
184         * gas/arm/pr18347.s: Add tests of other symbol assignments which
185         should not generate the warning.
186         * gas/arm/pr18347.l: Update expected output.
187
188 2015-05-07  H.J. Lu  <hongjiu.lu@intel.com>
189
190         * gas/i386/i386.exp: Run relax-3 and x86-64-relax-2.
191         * gas/i386/relax-3.d: New file.
192         * gas/i386/relax-3.s: Likewise.
193         * gas/i386/x86-64-relax-2.d: Likewise.
194
195 2015-05-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
196
197         * gas/sparc/natural-32.d: Test ldn, ldna, stn, stna, slln, srln,
198         sran, casn, casna and clrn.
199         * gas/sparc/natural-32.s: Likewise.
200         * gas/sparc/natural.s: Likewise.
201         * gas/sparc/natural.d: Likewise.
202
203 2015-05-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
204
205
206         * gas/sparc/natural.s: New file.
207         * gas/sparc/natural-32.s: Likewise.
208         * gas/sparc/natural.d: Likewise.
209         * gas/sparc/natural-32.d: Likewise.
210         * gas/sparc/sparc.exp (sparc_elf_setup): Run the tests natural and
211         natural-32.
212
213 2015-05-06  Renlin Li  <renlin.li@arm.com>
214
215         * gas/aarch64/codealign_1.s: New.
216         * gas/aarch64/codealign_1.d: New.
217
218 2015-05-05  Renlin Li  <renlin.li@arm.com>
219
220         * gas/aarch64/mapping_5.d: New.
221         * gas/aarch64/mapping_5.s: New.
222         * gas/aarch64/mapping_6.d: New.
223         * gas/aarch64/mapping_6.s: New.
224
225 2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
226
227         * gas/i386/i386.exp: Run note.
228         * gas/i386/note.d: New file.
229         * gas/i386/note.s: Likewise.
230
231 2015-04-30  Nick Clifton  <nickc@redhat.com>
232
233         PR gas/18347
234         * gas/arm/pr18347.s: New file: Test case.
235         * gas/arm/pr18347.l: New file: Expected assembler output.
236         * gas/arm/pr18347.d: New file: Test driver.
237
238 2015-04-29  Nick Clifton  <nickc@redhat.com>
239
240         PR gas/18265
241         * gas/arm/pr18256.s: New file: Test case.
242         * gas/arm/pr18256.l: New file: Expected assembler output.
243         * gas/arm/pr18256.d: New file: Test driver.
244
245 2015-04-28  Renlin Li  <renlin.li@arm.com>
246
247         * gas/arm/thumb2_vpool_be.d: Adjust the desired output.
248         * gas/arm/vldconst_be.d: Ditto.
249
250 2015-04-27  Peter Bergner  <bergner@vnet.ibm.com>
251
252         * gas/ppc/a2.s: Fixup test case due to dcbt/dcbtst embedded operand
253         ordering change.
254         * gas/ppc/a2.d: Likewise.
255         * gas/ppc/476.d: Likewise.
256         * gas/ppc/booke.s: Remove invalid 3 operand dcbt tests.
257         * gas/ppc/booke.d: Likewise.
258         * gas/ppc/power7.s: Remove lbarx, lharx, stbcx., sthcx., waitrsv
259         and waitimpl tests.
260         * gas/ppc/power7.d: Likewise.
261
262 2015-04-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
263
264         * doc/as.texinfo: Document Tag_GNU_S390_ABI_Vector.
265
266 2015-04-27  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
267
268         * gas/s390/zarch-z13.d: Fix tests for VFCE, VLDE, VFSQ, WFK, and
269         WFC.
270         * gas/s390/zarch-z13.s: Likewise.
271
272 2015-04-24  Richard Earnshaw  <rearnsha@arm.com>
273
274         * gas/arm/align64.d: Delete trailing padding NOPs.
275
276 2015-04-23  Matthew Fortune  <matthew.fortune@imgtec.com>
277
278         * gas/mips/dla-warn.l: New file.
279         * gas/mips/dla-warn.s: New file.
280         * gas/mips/la-warn.l: New file.
281         * gas/mips/la-warn.s: New file.
282         * gas/mips/mips.exp: Run new tests.
283
284 2015-04-23  Matthew Fortune  <matthew.fortune@imgtec.com>
285
286         * gas/mips/mips.exp: Require o32 for r6-branch-constraints.
287
288 2015-04-23  Jan Beulich  <jbeulich@suse.com>
289
290         * gas/i386/avx512dq.d: Add 'z' suffix to vfpclassp{d,s} non-
291         register, non-broadcast cases.
292         * gas/i386/x86-64-avx512dq.d: Likewise.
293         * gas/i386/avx512dq_vl.d: Add 'x' and 'y' suffixes to
294         vcvt{,u}qq2ps and vfpclassp{d,s} non-register, non-broadcast
295         cases.
296         * gas/i386/x86-64-avx512dq_vl.d: Likewise.
297         * gas/i386/avx512f_vl.d: Add 'x' and 'y' suffixes to
298         vcvt{,t}pd2{,u}dq and vcvtpd2ps non-register, non-broadcast
299         cases.
300         * gas/i386/x86-64-avx512f_vl.d: Likewise.
301
302 2015-04-23  Jan Beulich  <jbeulich@suse.com>
303
304         * gas/i386/avx512dq.s: Drop 'z' suffix from vfpclassp{d,s} in
305         some AT&T and all Intel cases.
306         * gas/i386/x86-64-avx512dq.s: Likewise.
307         * gas/i386/avx512dq_vl.s: Drop 'x' and 'y' suffixes from
308         vcvt{,u}qq2ps and vfpclassp{d,s} in some AT&T and all Intel
309         cases.
310         * gas/i386/x86-64-avx512dq_vl.s: Likewise.
311         * gas/i386/avx512f_vl.s: Drop 'x' and 'y' suffixes from
312         vcvt{,t}pd2{,u}dq and vcvtpd2ps in some AT&T and all Intel
313         cases.
314         * gas/i386/x86-64-avx512f_vl.s: Likewise.
315
316 2015-04-20  H.J. Lu  <hongjiu.lu@intel.com>
317
318         * gas/i386/ilp32/x86-64-unwind.d: Don't hardcode offset of
319         .shstrtab section.
320         * gas/i386/x86-64-unwind.d: Likewise.
321         * gas/ia64/alias-ilp32.d: Likewise.
322         * gas/ia64/alias.d: Likewise.
323         * gas/ia64/group-1.d: Likewise.
324         * gas/ia64/group-2.d: Likewise.
325         * gas/ia64/secname-ilp32.d: Likewise.
326         * gas/ia64/secname.d: Likewise.
327         * gas/ia64/unwind-ilp32.d: Likewise.
328         * gas/ia64/unwind.d: Likewise.
329         * gas/mmix/bspec-1.d: Likewise.
330         * gas/mmix/byte-1.d: Likewise.
331         * gas/mmix/loc-1.d: Likewise.
332         * gas/mmix/loc-2.d: Likewise.
333         * gas/mmix/loc-3.d: Likewise.
334         * gas/mmix/loc-4.d: Likewise.
335         * gas/mmix/loc-5.d: Likewise.
336         * gas/tic6x/scomm-directive-4.d: Likewise.
337
338 2015-04-15  H.J. Lu  <hongjiu.lu@intel.com>
339
340         PR binutils/17898
341         * gas/i386/prefix.s: Add rdrand/rdseed prefix tests.
342         * gas/i386/prefix.d: Updated.
343
344 2015-04-15  Renlin Li  <renlin.li@arm.com>
345
346         * gas/arm/arch7em.d: Adjust required ssat and ssat16 immediate field.
347         * gas/arm/thumb32.d: Likewise.
348
349 2015-04-14  Nick Clifton  <nickc@redhat.com>
350
351         * gas/lns/lns.exp: Add RL78 to list of targets using
352         DW_LNS_fixed_advance_pc.
353
354 2015-04-08  H.J. Lu  <hongjiu.lu@intel.com>
355
356         * gas/i386/dw2-compressed-1.d: New file.
357         * gas/i386/dw2-compressed-2.d: Likewise.
358         * gas/i386/dw2-compressed-3.d: Likewise.
359         * gas/i386/x86-64-dw2-compressed-2.d: Likewise.
360         * gas/i386/i386.exp: Run dw2-compressed-2, dw2-compressed-1,
361         dw2-compressed-3 and x86-64-dw2-compressed-2.
362
363 2015-04-06  H.J. Lu  <hongjiu.lu@intel.com>
364
365         * lib/gas-defs.exp (run_dump_test): Remove is_zlib_supported check.
366
367 2015-03-20  H.J. Lu  <hongjiu.lu@intel.com>
368
369         * gas/i386/i386.exp: Don't run nops-1-bdver1, nops-1-bdver2,
370         nops-1-bdver3, nops-1-bdver4, nops-1-znver1, nops-1-btver1
371         nops-1-btver2, x86-64-nops-1-nocona, x86-64-nops-1-bdver1,
372         x86-64-nops-1-bdver2, x86-64-nops-1-bdver3, x86-64-nops-1-bdver4,
373         x86-64-nops-1-znver1, x86-64-nops-1-btver1 nor
374         x86-64-nops-1-btver2.
375         * gas/i386/nops-1-core2.d: Updated.
376         * gas/i386/nops-1-k8.d: Likewise.
377         * gas/i386/nops-4a-i686.d: Likewise.
378         * gas/i386/nops-5-i686.d: Likewise.
379         * gas/i386/nops-5.d: Likewise.
380         * gas/i386/nops-6.d: Likewise.
381         * gas/i386/x86-64-nops-1-core2.d: Likewise.
382         * gas/i386/x86-64-nops-1-g64.d: Likewise.
383         * gas/i386/x86-64-nops-1-k8.d: Likewise.
384         * gas/i386/x86-64-nops-1.d: Likewise.
385         * gas/i386/x86-64-nops-2.d: Likewise.
386         * gas/i386/x86-64-nops-3.d: Likewise.
387         * gas/i386/x86-64-nops-4-core2.d: Likewise.
388         * gas/i386/x86-64-nops-4-k8.d: Likewise.
389         * gas/i386/x86-64-nops-4.d: Likewise.
390         * gas/i386/x86-64-nops-5-k8.d: Likewise.
391         * gas/i386/x86-64-nops-5.d: Likewise.
392         * gas/i386/ilp32/x86-64-nops-1-core2.d: Likewise.
393         * gas/i386/ilp32/x86-64-nops-1-k8.d: Likewise.
394         * gas/i386/ilp32/x86-64-nops-1.d: Likewise.
395         * gas/i386/ilp32/x86-64-nops-2.d: Likewise.
396         * gas/i386/ilp32/x86-64-nops-3.d: Likewise.
397         * gas/i386/ilp32/x86-64-nops-4-core2.d: Likewise.
398         * gas/i386/ilp32/x86-64-nops-4-k8.d: Likewise.
399         * gas/i386/ilp32/x86-64-nops-4.d: Likewise.
400         * gas/i386/ilp32/x86-64-nops-5-k8.d: Likewise.
401         * gas/i386/ilp32/x86-64-nops-5.d: Likewise.
402         * gas/i386/nops-1-bdver1.d: Removed.
403         * gas/i386/nops-1-bdver2.d: Likewise.
404         * gas/i386/nops-1-bdver3.d: Likewise.
405         * gas/i386/nops-1-bdver4.d: Likewise.
406         * gas/i386/nops-1-btver1.d: Likewise.
407         * gas/i386/nops-1-btver2.d: Likewise.
408         * gas/i386/nops-1-znver1.d: Likewise.
409         * gas/i386/x86-64-nops-1-bdver1.d: Likewise.
410         * gas/i386/x86-64-nops-1-bdver2.d: Likewise.
411         * gas/i386/x86-64-nops-1-bdver3.d: Likewise.
412         * gas/i386/x86-64-nops-1-bdver4.d: Likewise.
413         * gas/i386/x86-64-nops-1-btver1.d: Likewise.
414         * gas/i386/x86-64-nops-1-btver2.d: Likewise.
415         * gas/i386/x86-64-nops-1-nocona.d: Likewise.
416         * gas/i386/x86-64-nops-1-znver1.d: Likewise.
417         * gas/i386/ilp32/x86-64-nops-1-nocona.d: Likewise.
418
419 2015-03-19  Nick Clifton  <nickc@redhat.com>
420
421         PR gas/18087
422         * gas/i386/dw2-compress-1.d: Allow the test to pass regardless of
423         whether the .debug_info section was compressed on not.
424
425 2015-03-18  H.J. Lu  <hongjiu.lu@intel.com>
426
427         PR gas/18087
428         * gas/i386/dw2-compress-1.d: Revert the last change.
429         * gas/i386/dw2-compress-3.d: New.
430         * gas/i386/dw2-compress-3.s: Likewise.
431         * gas/i386/i386.exp: Run dw2-compress-3 for ELF targets.
432
433 2015-03-18  Jon Turney  <jon.turney@dronecode.org.uk>
434             Nick Clifton  <nickc@redhat.com>
435
436         PR binutils/18087
437         * gas/i386/dw2-compress-1.d: Do not expect the .debug_abbrev or
438         .debug_info sections to be compressed.
439
440 2015-03-17  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
441
442         * gas/i386/i386.exp: Add new znver1 test cases.
443         * gas/i386/arch-13-znver1.d: New.
444         * gas/i386/arch-13.d: New.
445         * gas/i386/arch-13.s: New.
446         * gas/i386/clzero.d: New.
447         * gas/i386/clzero.s: New.
448         * gas/i386/nops-1-znver1.d: New.
449         * gas/i386/x86-64-arch-3-znver1.d: New.
450         * gas/i386/x86-64-arch-3.d: New.
451         * gas/i386/x86-64-arch-3.s: New.
452         * gas/i386/x86-64-clzero.d: New.
453         * gas/i386/x86-64-nops-1-znver1.d: New.
454
455 2015-03-13  Andrew Bennett  <andrew.bennett@imgtec.com>
456
457         * gas/mips/mips.exp: Added branch constraints testcase.
458         * gas/mips/r6-branch-constraints.s: New test.
459         * gas/mips/r6-branch-constraints.l: New test.
460
461 2015-03-13  Andrew Bennett  <andrew.bennett@imgtec.com>
462
463         * gas/mips/r6.s: Add evp and dvp instructions.
464         * gas/mips/r6.d: Likewise.
465         * gas/mips/r6-n32.d: Likewise.
466         * gas/mips/r6-n64.d: Likewise.
467
468 2015-03-13  Jiong Wang  <jiong.wang@arm.com>
469
470         * gas/aarch64/diagnostic.s: New testcases.
471         * gas/aarch64/diagnostic.l: New error match.
472
473 2015-03-13  Jiong Wang  <jiong.wang@arm.com>
474
475         * gas/aarch64/tail_padding.s: New testcase.
476         * gas/aarch64/tail_padding.d: New expectation file.
477
478 2015-03-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
479
480         * gas/s390/zarch-z13.d: Add more z13 instructions.
481         * gas/s390/zarch-z13.s: Likewise.
482
483 2015-03-05  Renlin Li  <renlin.li@arm.com>
484
485         * gas/arm/dis-data.d: Adjust the desired output.
486         * gas/arm/dis-data2.d: Ditto.
487
488 2015-03-10  Renlin Li  <renlin.li@arm.com>
489
490         * gas/aarch64/ldst-reg-uns-imm.d: Adjust expected output.
491         * gas/aarch64/ldst-reg-unscaled-imm.d: Likewise.
492         * gas/aarch64/reloc-insn.d: Likewise.
493
494 2015-03-10  Matthew Wahab  <matthew.wahab@arm.com>
495
496         * gas/aarch64/codealign.d: Add test for code section alignment.
497         * gas/aarch64/codealign.s: New file.
498
499 2015-03-04  Richard Sandiford  <richard.sandiford@arm.com>
500
501         PR gas/17843
502         * gas/aarch64/tls.s, gas/aarch64/tls.d: Add test for
503         R_AARCH64_TLSLE_MOVW_TPREL_G0/R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
504         sequence.
505
506 2015-02-28  Alan Modra  <amodra@gmail.com>
507
508         * gas/sparc/pcrel.d: Update for changed padding in data sections.
509         * gas/sparc/pcrel64.d: Likewise.
510
511 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
512
513         * gas/aarch64/diagnostic.s: Add LDR test.
514         * gas/aarch64/diagnostic.l: Likewise.
515
516 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
517
518         * gas/aarch64/diagnostic.s: Add ADR test.
519         * gas/aarch64/diagnostic.l: Likewise.
520
521 2015-02-25  Andrew Burgess  <andrew.burgess@embecosm.com>
522
523         * gas/avr/avr-prop-1.d: New file.
524         * gas/avr/avr-prop-1.s: New file.
525
526 2015-02-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
527             Oleg Endo  <olegendo@gcc.gnu.org>
528
529         * gas/sh/arch/arch.exp: Replace dead code to generate expected .s files
530         with ...
531         * gas/sh/arch/sh-opc-gen-as.pl: ... this new script.
532         * gas/sh/arch/arch_expected.txt: Regenerate.
533         * gas/sh/arch/sh-dsp.s: Likewise.
534         * gas/sh/arch/sh-opc-gen-as.pl: Likewise.
535         * gas/sh/arch/sh.s: Likewise.
536         * gas/sh/arch/sh2.s: Likewise.
537         * gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s: Likewise.
538         * gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Likewise.
539         * gas/sh/arch/sh2a-nofpu.s: Likewise.
540         * gas/sh/arch/sh2a-or-sh3e.s: Likewise.
541         * gas/sh/arch/sh2a-or-sh4.s: Likewise.
542         * gas/sh/arch/sh2a.s: Likewise.
543         * gas/sh/arch/sh2e.s: Likewise.
544         * gas/sh/arch/sh3-dsp.s: Likewise.
545         * gas/sh/arch/sh3-nommu.s: Likewise.
546         * gas/sh/arch/sh3.s: Likewise.
547         * gas/sh/arch/sh3e.s: Likewise.
548         * gas/sh/arch/sh4-nofpu.s: Likewise.
549         * gas/sh/arch/sh4-nommu-nofpu.s: Likewise.
550         * gas/sh/arch/sh4.s: Likewise.
551         * gas/sh/arch/sh4a-nofpu.s: Likewise.
552         * gas/sh/arch/sh4a.s: Likewise.
553         * gas/sh/arch/sh4al-dsp.s: Likewise.
554
555 2015-02-24  Nick Clifton  <nickc@redhat.com>
556
557         * gas/elf/elf.exp: Add special version of the section2 test for
558         the V850.
559         * gas/elf/section2.e-v850: New file.
560
561 2015-02-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
562
563         * gas/arm/armv1.l: Remove 'Warning: ' from expected messages
564         for deprecations.
565         * gas/arm/armv8-a-bad.l: Likewise.
566         * gas/arm/armv8-a-it-bad.l: Likewise.
567         * gas/arm/depr-swp.l: Likewise.
568         * gas/arm/ldsgeb.l: Likewise.
569         * gas/arm/ldsgeh.l: Likewise.
570         * gas/arm/thumb2_bad_reg.l: Likewise.
571         * gas/arm/thumb32.l: Likewise.
572         * gas/arm/udf.l: Likewise.
573         * gas/arm/vstr-arm-bad.l: Likewise.
574
575 2015-01-28  James Bowman  <james.bowman@ftdichip.com>
576
577         * gas/ft32/ft32.exp: New file.
578         * gas/ft32/insn.d: New file.
579         * gas/ft32/insn.s: New file.
580
581 2015-01-19  Alan Modra  <amodra@gmail.com>
582
583         * gas/all/none.s,
584         * gas/all/none.d: New test.
585         * gas/all/gas.exp: Run it.
586
587 2015-01-16  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
588
589         * gas/s390/esa-g5.d: Add a variant without the optional operand.
590         * gas/s390/esa-g5.s: Likewise.
591         * gas/s390/esa-z9-109.d: Likewise.
592         * gas/s390/esa-z9-109.s: Likewise.
593         * gas/s390/zarch-z9-109.d: Likewise.
594         * gas/s390/zarch-z9-109.s: Likewise.
595         * gas/s390/zarch-z10.d: For variants with a zero optional argument
596         it is not dumped by objdump anymore.
597         * gas/s390/zarch-zEC12.d: Likewise.
598
599         * gas/s390/zarch-z13.d: New file.
600         * gas/s390/zarch-z13.s: New file.
601         * gas/s390/s390.exp: Run the test for the z13 files.
602
603 2015-01-13  Matthew Wahab  <matthew.wahab@arm.com>
604
605         * gas/arm/ual-vcmp.s: Add vcmp, vcmpe with #0x0 operand.
606         * gas/ual/vcmp.d: Update expected output.
607         * gas/ual/vcmp-zero-bad.l: Likewise
608
609 2015-01-12  Jan Beulich  <jbeulich@suse.com>
610
611         gas/cfi/cfi-label.d, gas/cfi/cfi-label.s: New.
612         gas/cfi/cfi.exp: Run new tests.
613
614 2015-01-12  Jan Beulich  <jbeulich@suse.com>
615
616         * gas/arm/neon-addressing-bad.s: Add test for invalid VSHL,
617         VQSHL, and VQSHLU immediates.
618         * gas/arm/neon-addressing-bad.l: Update accordingly. 
619
620 2015-01-10  Andrew Burgess  <andrew.burgess@embecosm.com>
621
622         * gas/avr/large-debug-line-table.d: New file.
623         * gas/avr/large-debug-line-table.s: New file.
624
625 2015-01-01  Alan Modra  <amodra@gmail.com>
626
627         Update year range in copyright notice of all files.
628
629 For older changes see ChangeLog-2014
630 \f
631 Copyright (C) 2015 Free Software Foundation, Inc.
632
633 Copying and distribution of this file, with or without modification,
634 are permitted in any medium without royalty provided the copyright
635 notice and this notice are preserved.
636
637 Local Variables:
638 mode: change-log
639 left-margin: 8
640 fill-column: 74
641 version-control: never
642 End: