MIPS/GAS/testsuite: Tighten negative-match NaN tests
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2015-11-20 Maciej W. Rozycki <macro@imgtec.com>
2
3 * gas/mips/nan-legacy-1.d: Remove MIPS ABI flags match patterns.
4 * gas/mips/nan-legacy-2.d: Likewise.
5 * gas/mips/nan-legacy-3.d: Likewise.
6 * gas/mips/nan-legacy-4.d: Likewise.
7 * gas/mips/nan-legacy-5.d: Likewise.
8
9 2015-11-20 Matthew Wahab <matthew.wahab@arm.com>
10
11 * gas/aarch64/virthostext-directive.d: New.
12 * gas/aarch64/virthostext.d: New.
13 * gas/aarch64/virthostext.s: New.
14
15 2015-11-20 Matthew Wahab <matthew.wahab@foss.arm.com>
16
17 * gas/arm/mapshort-elf.d: Fix typo in exclusion list.
18
19 2015-11-19 Matthew Wahab <matthew.wahab@arm.com>
20
21 * gas/aarch64/pan-illegal.d: New.
22 * gas/aarch64/pan-illegal.l: New.
23 * gas/aarch64/pan.s: Add tests for invalid immediates.
24
25 2015-11-19 Alan Modra <amodra@gmail.com>
26
27 * gas/ppc/altivec3.d: Allow for padding at end of section.
28 * gas/testsuite/gas/ppc/power9.d: Likewise.
29
30 2015-11-12 Matthew Wahab <matthew.wahab@arm.com>
31
32 PR gas/19217
33 * gas/arm/thumb2_ldr_immediate_armv6t2.d: Update expected output.
34
35 2015-11-11 Alan Modra <amodra@gmail.com>
36 Peter Bergner <bergner@vnet.ibm.com>
37
38 * gas/ppc/altivec3.s: New test.
39 * gas/ppc/altivec3.d: Likewise.
40 * gas/ppc/vsx3.s: Likewise.
41 * gas/ppc/vsx3.d: Likewise.
42 * gas/ppc/power9.s: Likewise.
43 * gas/ppc/power9.d: Likewise.
44 * gas/ppc/ppc.exp: Run them.
45 * gas/ppc/power8.s <lxvx, lxvd2x, stxvx, stxvd2x>: Add new tests.
46 * gas/ppc/power8.d: Likewise.
47 * gas/ppc/vsx.s: <lxvx, stxvx>: Rename invalid mnemonics ...
48 <lxvd2x, stxvd2x>: ...to this.
49 * gas/ppc/vsx.d: Likewise.
50
51 2015-11-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
52
53 * gas/all/test-gen.c (random_order_16s, random_order_24s)
54 (random_order_32s): Fix left shift of negative value.
55
56 2015-11-02 Nick Clifton <nickc@redhat.com>
57
58 * gas/rx/max.d: Update expected disassembly.
59 * gas/rx/nod.d: Likewise.
60 * gas/rx/nop.sm: Add tests of more NOP instructions.
61
62 2015-11-02 Nick Clifton <nickc@redhat.com>
63
64 * gas/rx/mov.sm: Add tests for zero offset indirect moves.
65 * gas/rx/mov.d: Update expected output.
66
67 2015-10-28 Andre Vieira <andre.simoesdiasvieira@arm.com>
68
69 * gas/arm/pinsn.s: New.
70 * gas/arm/pinsn.d: Likewise.
71
72 2015-10-27 Nick Clifton <nickc@redhat.com>
73
74 PR binutils/19159
75 * gas/rl78/pr19159.s: New test source file.
76 * gas/rl78/pr19159.d: New test case.
77 * gas/rl78/rl78.exp: Run the new test.
78
79 2015-10-27 Nick Clifton <nickc@redhat.com>
80
81 PR binutils/19158
82 * gas/rl78/pr19158.s: New test source file.
83 * gas/rl78/pr19158.d: New test case.
84 * gas/rl78/rl78.exp: Run the new test.
85
86 2015-10-27 Nick Clifton <nickc@redhat.com>
87
88 PR binutils/19157
89 * gas/rl78: New directory.
90 * gas/rl78/rl78.exp: New test driver.
91 * gas/rl78/pr19157.s: New test source file.
92 * gas/rl78/pr19157.d: New test case.
93
94 2015-10-22 Nick Clifton <nickc@redhat.com>
95
96 * gas/msp430/errata_fixes.s: New test source file.
97 * gas/msp430/errata_fixes.d: New test control file.
98 * gas/msp430/errata_warns.s: New test source file.
99 * gas/msp430/errata_warns.d: New test control file.
100 * gas/msp430/errata_warns.l: New test message file.
101 * gas/msp430/msp430.exp: Run the new tests.
102 * gas/msp430/bad.l: Update expected warning messages
103 * gas/msp430/msp430.exp: Run the new tests.
104
105 2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
106
107 * gas/i386/i386.exp: Run x86-64-gotpcrel.
108 * gas/i386/x86-64-gotpcrel.d: New file.
109 * gas/i386/x86-64-gotpcrel.s: Likewise.
110 * gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
111 * gas/i386/x86-64-localpic.d: Replace R_X86_64_GOTPCREL with
112 R_X86_64_REX_GOTPCRELX.
113 * gas/i386/ilp32/x86-64-localpic.d: Likewise.
114
115 2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
116
117 * gas/i386/got.d: New file.
118 * gas/i386/got.s: Likewise.
119 * gas/i386/i386.exp: Run got.
120 * gas/i386/localpic.d: Replace R_386_GOT32 with R_386_GOT32X.
121 * gas/i386/mixed-mode-reloc32.d: Likewise.
122 * gas/i386/reloc32.d: Likewise.
123
124 2015-10-22 Alan Modra <amodra@gmail.com>
125
126 PR gas/18500
127 * gas/arm/vfpv2-ldr_immediate.d: Use parentheses, not brackets,
128 to select alternatives.
129 * gas/arm/vfpv3-ldr_immediate.d: Likewise.
130 * gas/arm/vfpv3xd-ldr_immediate.d: Likewise.
131
132 2015-10-21 Nick Clifton <nickc@redhat.com>
133
134 PR gas/18500
135 * gas/arm/vfpv3xd-ldr_immediate.d: Update test for big-endian ARM
136 toolchains.
137 * gas/arm/vfpv3-ldr_immediate.d: Likewise.
138 * gas/arm/vfpv2-ldr_immediate.d: Likewise.
139
140 2015-10-14 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
141
142 * gas/s390/esa-g5.d: Use odd GPR for the second operand.
143 * gas/s390/esa-g5.s: Likewise.
144 * gas/s390/esa-z9-109.d: Likewise.
145 * gas/s390/esa-z9-109.s: Likewise.
146
147 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gas/avr/avr-prop-1.s: Use fill in some cases.
150 * gas/avr/avr-prop-1.d: Update expected results.
151
152 2015-10-07 Claudiu Zissulescu <claziss@synopsys.com>
153
154 * gas/arc/adc.s: Update test for ARCv1/ARCv2.
155 * gas/arc/adc.d: Expected output.
156 * gas/arc/add.s: Update test for ARCv1/ARCv2.
157 * gas/arc/add.d: Expected output.
158 * gas/arc/and.s: Update test for ARCv1/ARCv2.
159 * gas/arc/and.d: Expected output.
160 * gas/arc/arc.exp: Cleanup.
161 * gas/arc/asl.s: Update test for ARCv1/ARCv2.
162 * gas/arc/asl.d: Expected output.
163 * gas/arc/asr.s: Update test for ARCv1/ARCv2.
164 * gas/arc/asr.d: Expected output.
165 * gas/arc/b.s: Update test for ARCv1/ARCv2.
166 * gas/arc/b.d: Expected output.
167 * gas/arc/bic.s: Update test for ARCv1/ARCv2.
168 * gas/arc/bic.d: Expected output.
169 * gas/arc/bl.s: Update test for ARCv1/ARCv2.
170 * gas/arc/bl.d: Expected output.
171 * gas/arc/brk.s: Update test for ARCv1/ARCv2.
172 * gas/arc/brk.d: Expected output.
173 * gas/arc/extb.s: Update test for ARCv1/ARCv2.
174 * gas/arc/extb.d: Expected output.
175 * gas/arc/extw.s: Update test for ARCv1/ARCv2.
176 * gas/arc/extw.d: Expected output.
177 * gas/arc/flag.d: Update output for ARCv1/ARCv2.
178 * gas/arc/j.s: Update test for ARCv1/ARCv2.
179 * gas/arc/j.d: Expected output.
180 * gas/arc/jl.s: Update test for ARCv1/ARCv2.
181 * gas/arc/jl.d: Expected output.
182 * gas/arc/ld.s: Update test for ARCv1/ARCv2.
183 * gas/arc/ld.d: Expected output.
184 * gas/arc/ld2.s: Update test for ARCv1/ARCv2.
185 * gas/arc/ld2.d: Expected output.
186 * gas/arc/lp.s: Update test for ARCv1/ARCv2.
187 * gas/arc/lp.d: Expected output.
188 * gas/arc/lsr.s: Update test for ARCv1/ARCv2.
189 * gas/arc/lsr.d: Expected output.
190 * gas/arc/mov.s: Update test for ARCv1/ARCv2.
191 * gas/arc/mov.d: Expected output.
192 * gas/arc/nop.s: Update test for ARCv1/ARCv2.
193 * gas/arc/nop.d: Expected output.
194 * gas/arc/or.s: Update test for ARCv1/ARCv2.
195 * gas/arc/or.d: Expected output.
196 * gas/arc/rlc.s: Update test for ARCv1/ARCv2.
197 * gas/arc/rlc.d: Expected output.
198 * gas/arc/ror.s: Update test for ARCv1/ARCv2.
199 * gas/arc/ror.d: Expected output.
200 * gas/arc/rrc.s: Update test for ARCv1/ARCv2.
201 * gas/arc/rrc.d: Expected output.
202 * gas/arc/sbc.s: Update test for ARCv1/ARCv2.
203 * gas/arc/sbc.d: Expected output.
204 * gas/arc/sexb.s: Update test for ARCv1/ARCv2.
205 * gas/arc/sexb.d: Expected output.
206 * gas/arc/sexw.s: Update test for ARCv1/ARCv2.
207 * gas/arc/sexw.d: Expected output.
208 * gas/arc/sleep.s: Update test for ARCv1/ARCv2.
209 * gas/arc/sleep.d: Expected output.
210 * gas/arc/st.s: Update test for ARCv1/ARCv2.
211 * gas/arc/st.d: Expected output.
212 * gas/arc/sub.s: Update test for ARCv1/ARCv2.
213 * gas/arc/sub.d: Expected output.
214 * gas/arc/swi.d: Update expected output for ARCv1/ARCv2.
215 * gas/arc/warn.exp: Cleanup
216 * gas/arc/xor.s: Update test for ARCv1/ARCv2.
217 * gas/arc/xor.d: Expected output.
218 * gas/arc/alias.d: Removed.
219 * gas/arc/alias.s: Likewise.
220 * gas/arc/branch.d: Likewise.
221 * gas/arc/branch.s: Likewise.
222 * gas/arc/insn3.d: Likewise.
223 * gas/arc/insn3.s: Likewise.
224 * gas/arc/math.d: Likewise.
225 * gas/arc/math.s: Likewise.
226 * gas/arc/sshift.d: Likewise.
227 * gas/arc/sshift.s: Likewise.
228
229 2015-10-02 Renlin Li <renlin.li@arm.com>
230
231 * gas/aarch64/reloc-tlsdesc_off_g0_nc.d: New.
232 * gas/aarch64/reloc-tlsdesc_off_g0_nc.s: New.
233 * gas/aarch64/reloc-tlsdesc_off_g1.d: New.
234 * gas/aarch64/reloc-tlsdesc_off_g1.s: New.
235 * gas/aarch64/tls-desc.d: New.
236 * gas/aarch64/tls-desc.s: New.
237
238 2015-10-02 Renlin Li <renlin.li@arm.com>
239
240 * gas/aarch64/reloc-gottprel_g0_nc.d: New.
241 * gas/aarch64/reloc-gottprel_g0_nc.s: New.
242 * gas/aarch64/reloc-gottprel_g1.d: New.
243 * gas/aarch64/reloc-gottprel_g1.s: New.
244
245 2015-10-02 Renlin Li <renlin.li@arm.com>
246
247 * gas/aarch64/reloc-tlsgd_g0_nc.d: New.
248 * gas/aarch64/reloc-tlsgd_g0_nc.s: New.
249
250 2015-10-02 Renlin Li <renlin.li@arm.com>
251
252 * gas/aarch64/reloc-tlsgd_g1.s: New.
253 * gas/aarch64/reloc-tlsgd_g1.s: New.
254
255 2015-10-02 Renlin Li <renlin.li@arm.com>
256
257 * gas/aarch64/reloc-gotoff_g0_nc.s: New.
258 * gas/aarch64/reloc-gotoff_g0_nc.d: New.
259
260 2015-10-02 Renlin Li <renlin.li@arm.com>
261
262 * gas/aarch64/reloc-gotoff_g1.s: New.
263 * gas/aarch64/reloc-gotoff_g1.d: New.
264
265 2015-09-30 Alan Modra <amodra@gmail.com>
266
267 * gas/ppc/ppc.exp (e500-ill): Pass -me500.
268 * gas/ppc/e500-ill.s: Remove .machine.
269 * gas/ppc/e500-ill.l: Remove line numbers.
270
271 2015-09-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
272
273 * gas/s390/s390.exp: Add new tests.
274 * gas/s390/machine-parsing-1.s: New test file.
275 * gas/s390/machine-parsing-1.l: Likewise.
276 * gas/s390/machine-parsing-2.s: Likewise.
277 * gas/s390/machine-parsing-2.l: Likewise.
278 * gas/s390/machine-parsing-3.s: Likewise.
279 * gas/s390/machine-parsing-3.l: Likewise.
280 * gas/s390/machine-parsing-4.s: Likewise.
281 * gas/s390/machine-parsing-4.l: Likewise.
282 * gas/s390/machine-parsing-5.s: Likewise.
283 * gas/s390/machine-parsing-5.l: Likewise.
284 * gas/s390/machine-parsing-6.s: Likewise.
285 * gas/s390/machine-parsing-6.l: Likewise.
286
287 2015-09-28 Tom Rix <tom@bumblecow.com>
288
289 * gas/ppc/e500-ill.s: New testcase for illegal ppc e500 ops.
290 * gas/ppc/e500-ill.l: Expected results.
291 * gas/ppc/ppc.exp: Run it.
292
293 2015-08-25 Jose E. Marchesi <jose.marchesi@oracle.com>
294
295 * gas/sparc/wrpr.s: Test writing to the privileged %pmcdper
296 register.
297 * gas/sparc/wrpr.d: ...and the expected result.
298 * gas/sparc/rdpr.s: Test reading from the privileged %pmcdper
299 register.
300 * gas/sparc/rdpr.d: ...and the expected result.
301
302 2015-08-25 Simon Dardis <Simon.Dardis@imgtec.com>
303
304 * gas/mips/micromips32-move.d: Update expected disassembly.
305 * gas/mips/move.d: Likewise.
306 * gas/mips/move.s: Fix for some MIPS configurations.
307
308 2015-08-24 Jan Stancek <jstancek@redhat.com>
309
310 * gas/i386/intel.s: Add test of disassembly of a potential
311 three byte instuction at the end of a function.
312 * gas/i386/intel.d: Update expected disassembly.
313
314 2015-08-21 Nick Clifton <nickc@redhat.com>
315
316 PR gas/18581
317 * gas/all/byte.d: Disable this test. Quoted expressions
318 are now allowed in .byte directives.
319 * gas/all/quoted-sym-names.s: New test.
320 * gas/all/quoted-sym-names.d: Expected output.
321 * gas/all/gas.exp: Run the new test.
322
323 2015-08-21 Alexander Fomin <alexander.fomin@intel.com>
324
325 PR binutils/18257
326 * gas/i386/disassem.s: Add mask instructions with invalid ModR/M byte.
327 * gas/i386/x86-64-disassem.s: Likewise.
328 * gas/i386/disassem.d: Updated.
329 * gas/i386/x86-64-disassem.d: Likewise.
330
331 2015-08-19 Jiong Wang <jiong.wang@arm.com>
332
333 * gas/aarch64/reloc-dtprel-lo12-ldst8.s: New testcase.
334 * gas/aarch64/reloc-dtprel-lo12_nc-ldst8.s: Likewise.
335 * gas/aarch64/reloc-dtprel-lo12-ldst16.s: Likewise.
336 * gas/aarch64/reloc-dtprel-lo12_nc-ldst16.s: Likewise.
337 * gas/aarch64/reloc-dtprel-lo12-ldst32.s: Likewise.
338 * gas/aarch64/reloc-dtprel-lo12_nc-ldst32.s: Likewise.
339 * gas/aarch64/reloc-dtprel-lo12-ldst64.s: Likewise.
340 * gas/aarch64/reloc-dtprel-lo12_nc-ldst64.s: Likewise.
341 * gas/aarch64/reloc-dtprel-lo12-ldst8.d: New expectation file.
342 * gas/aarch64/reloc-dtprel-lo12_nc-ldst8.d: Likewise.
343 * gas/aarch64/reloc-dtprel-lo12-ldst16.d: Likewise.
344 * gas/aarch64/reloc-dtprel-lo12_nc-ldst16.d: Likewise.
345 * gas/aarch64/reloc-dtprel-lo12-ldst32.d: Likewise.
346 * gas/aarch64/reloc-dtprel-lo12_nc-ldst32.d: Likewise.
347 * gas/aarch64/reloc-dtprel-lo12-ldst64.d: Likewise.
348 * gas/aarch64/reloc-dtprel-lo12_nc-ldst64.d: Likewise.
349
350 2015-08-19 Jiong Wang <jiong.wang@arm.com>
351
352 * gas/aarch64/reloc-dtprel_g0.s: New testcase.
353 * gas/aarch64/reloc-dtprel_g0-ilp32.s: Likewise.
354 * gas/aarch64/reloc-dtprel_g0_nc.s: Likewise.
355 * gas/aarch64/reloc-dtprel_g0_nc-ilp32.s: Likewise.
356 * gas/aarch64/reloc-dtprel_g1.s: Likewise.
357 * gas/aarch64/reloc-dtprel_g1-ilp32.s: Likewise.
358 * gas/aarch64/reloc-dtprel_g1_nc.s: Likewise.
359 * gas/aarch64/reloc-dtprel_g2.s: Likewise.
360 * gas/aarch64/reloc-dtprel_hi12.s: Likewise.
361 * gas/aarch64/reloc-dtprel_hi12-ilp32.s: Likewise.
362 * gas/aarch64/reloc-dtprel_g0.d: New expectation file.
363 * gas/aarch64/reloc-dtprel_g0-ilp32.d: Likewise.
364 * gas/aarch64/reloc-dtprel_g0_nc.d: Likewise.
365 * gas/aarch64/reloc-dtprel_g0_nc-ilp32.d: Likewise.
366 * gas/aarch64/reloc-dtprel_g1.d: Likewise.
367 * gas/aarch64/reloc-dtprel_g1-ilp32.d: Likewise.
368 * gas/aarch64/reloc-dtprel_g1_nc.d: Likewise.
369 * gas/aarch64/reloc-dtprel_g2.d: Likewise.
370 * gas/aarch64/reloc-dtprel_hi12.d: Likewise.
371 * gas/aarch64/reloc-dtprel_hi12-ilp32.d: Likewise.
372
373 2015-08-19 Jiong Wang <jiong.wang@arm.com>
374
375 * gas/aarch64/reloc-dtprel_lo12_nc.s: New testcase.
376 * gas/aarch64/reloc-dtprel_lo12_nc-ilp32.s: Likewise.
377 * gas/aarch64/reloc-dtprel_lo12_nc.d: New expectation file.
378 * gas/aarch64/reloc-dtprel_lo12_nc-ilp32.d: Likewise.
379
380 2015-08-13 Andre Vieira <andre.simoesdiasvieira@arm.com>
381
382 * gas/arm/nops.d: New.
383 * gas/arm/nops.s: New.
384 * gas/arm/inst.d: Changed expectation file for 26-bit teq,
385 tst, cmn and cmp.
386
387 2015-08-12 Max Filippov <jcmvbkbc@gmail.com>
388
389 * gas/xtensa/all.exp: Add auto-litpools to the list of xtensa
390 tests.
391 * gas/xtensa/auto-litpools.s: New file: auto-litpools test.
392 * gas/xtensa/auto-litpools.s: New file: auto-litpools test
393 result pattern.
394
395 2015-08-12 Simon Dardis <simon.dardis@imgtec.com>
396
397 * gas/mips/elf-rel23.d: Update test.
398 * gas/mips/elf-rel23.d: Ditto.
399 * gas/mips/elf-rel23a.d: Ditto.
400 * gas/mips/elf-rel23b.d: Ditto.
401 * gas/mips/elf_e_flags1.d: Ditto.
402 * gas/mips/elf_e_flags2.d: Ditto.
403 * gas/mips/elf_e_flags3.d: Ditto.
404 * gas/mips/elf_e_flags4.d: Ditto.
405 * gas/mips/loc-swap-dis.d: Ditto.
406 * gas/mips/micromips-insn32.d: Ditto.
407 * gas/mips/micromips-noinsn32.d: Ditto.
408 * gas/mips/micromips-trap.d: Ditto.
409 * gas/mips/micromips.d: Ditto.
410 * gas/mips/mips-abi32-pic.d: Ditto.
411 * gas/mips/mips-abi32.d: Ditto.
412 * gas/mips/mips-gp32-fp32-pic.d: Ditto.
413 * gas/mips/mips-gp32-fp32.d: Ditto.
414 * gas/mips/mips-gp32-fp64-pic.d: Ditto.
415 * gas/mips/mips-gp32-fp64.d: Ditto.
416 * gas/mips/mips-gp64-fp32-pic.d: Ditto.
417 * gas/mips/mips-gp64-fp32.d: Ditto.
418 * gas/mips/mips-gp64-fp64-pic.d: Ditto.
419 * gas/mips/mips-gp64-fp64.d: Ditto.
420 * gas/mips/mipsr6@loc-swap-dis.d: Ditto.
421 * gas/mips/tls-o32.d: Ditto.
422 * gas/mips/uld2-eb.d: Ditto.
423 * gas/mips/uld2-el.d: Ditto.
424 * gas/mips/ulw2-eb-ilocks.d: Ditto.
425 * gas/mips/ulw2-eb.d: Ditto.
426 * gas/mips/ulw2-el-ilocks.d: Ditto.
427 * gas/mips/ulw2-el.d: Ditto.
428 * gas/mips/move.d: New test.
429 * gas/mips/move.s: Ditto.
430 * gas/mips/micromips32-move.d: Ditto.
431 * gas/mips/micromips32-move.s: Ditto.
432 * gas/mips/mips.exp: Run the new tests.
433
434 2015-08-11 Jiong Wang <jiong.wang@arm.com>
435
436 * gas/aarch64/reloc-dtprel_lo12-1.s: New testcase.
437 * gas/aarch64/reloc-dtprel_lo12-ilp32-1.s: Likewise.
438 * gas/aarch64/reloc-dtprel_lo12-1.d: New expectation file.
439 * gas/aarch64/reloc-dtprel_lo12-ilp32-1.d: Likewise.
440
441 2015-08-11 Jiong Wang <jiong.wang@arm.com>
442
443 * gas/aarch64/reloc-tlsldm_lo12_nc-1.s: New testcase.
444 * gas/aarch64/reloc-tlsldm_lo12_nc-ilp32-1.s: Likewise.
445 * gas/aarch64/reloc-tlsldm_lo12_nc-1.d: New expectation file.
446 * gas/aarch64/reloc-tlsldm_lo12_nc-ilp32-1.d: Likewise.
447
448 2015-08-11 Jiong Wang <jiong.wang@arm.com>
449
450 * gas/aarch64/reloc-tlsldm-page-1.s: New testcase.
451 * gas/aarch64/reloc-tlsldm-page-ilp32-1.s: Likewise.
452 * gas/aarch64/reloc-tlsldm-page-1.d: New expectation file.
453 * gas/aarch64/reloc-tlsldm-page-ilp32-1.d: Likewise.
454
455 2015-08-10 Robert Suchanek <robert.suchanek@imgtec.com>
456
457 * gas/mips/r6.s: Add tests for "sigrie".
458 * gas/mips/r6.d: Check for "sigrie".
459 * gas/mips/r6-n32.d: Likewise.
460 * gas/mips/r6-n64.d: Likewise.
461
462 2015-07-30 H.J. Lu <hongjiu.lu@intel.com>
463
464 PR binutils/13571
465 * gas/i386/i386.exp: Run i386-intel and x86_64-intel.
466 * gas/i386/i386-intel.d: New file.
467 * gas/i386/x86_64-intel.d: Likewise.
468
469 2015-07-24 Nick Clifton <nickc@redhat.com>
470
471 * gas/all/struct.d: Allow for extra symbols in the output.
472 * gas/macros/test1.d: Likewise.
473 * gas/elf/elf.exp: Add an rl78 machine.
474 * gas/elf/sections2e-rl78: New file.
475
476 2015-07-22 Alexander Fomin <alexander.fomin@intel.com>
477
478 PR binutils/18631
479 * gas/i386avx512dq-intel.d: Replace "QWORD" with "DWORD" in
480 vcvtt?ps2u?qq instructions disassembly regexes.
481 Add disassembly regex for new test.
482 * gas/i386/avx512dq.d: Likewise.
483 * gas/i386/avx512dq_vl-intel.d: Likewise.
484 * gas/i386/avx512dq_vl.d: Likewise.
485 * gas/i386/x86-64-avx512dq-intel.d: Likewise.
486 * gas/i386/x86-64-avx512dq.d: Likewise.
487 * gas/i386/x86-64-avx512dq_vl-intel.d: Likewise.
488 * gas/i386/x86-64-avx512dq_vl.d: Likewise.
489 * gas/i386/avx512dq.s: Add new test for Intel syntax with memory
490 operand and broadcasting enabled.
491 * gas/i386/avx512dq_vl.s: Likewise.
492 * gas/i386/x86-64-avx512dq.s: Likewise.
493 * gas/i386/x86-64-avx512dq_vl.s: Likewise.
494
495 2015-07-20 Matthew Wahab <matthew.wahab@arm.com>
496
497 * gas/arm/attr-march-armv6kz.d: New.
498 * gas/arm/attr-march-armv6kzt2.d: New.
499
500 2015-07-16 Jiong Wang <jiong.wang@arm.com>
501
502 * gas/aarch64/reloc-tlsldm-1.s: New testcase.
503 * gas/aarch64/reloc-tlsldm-ilp32-1.s: Ditto.
504 * gas/aarch64/reloc-tlsldm-1.d: New expectation file.
505 * gas/aarch64/reloc-tlsldm-ilp32-1.d: Ditto.
506
507 2015-07-16 James Greenhalgh <james.greenhalgh@arm.com>
508
509 * gas/arm/arch7em-bad.l: Update expected errors.
510 * gas/arm/arch7m-bad.l: Likewise.
511 * gas/arm/arm-idiv-bad.l: Likewise.
512 * gas/arm/arm7-bad.l: Likewise.
513 * gas/arm/armv1-bad.l: Likewise.
514 * gas/arm/thumb-w-bad.l: Likewise.
515
516 2015-07-10 H.J. Lu <hongjiu.lu@intel.com>
517
518 * gas/i386/dw2-compress-1.d: Updated to accept .debug_* sections.
519
520 2015-07-08 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
521
522 * gas/avr/pc-relative-reloc.d: New test for 32 bit pc relative reloc.
523 * gas/avr/per-function-debugline.s: New test source.
524
525 2015-07-03 Alan Modra <alan@squeak.grove.modra.org>
526
527 * gas/ppc/titan.d: Correct mfmcsrr0 disassembly.
528
529 2015-07-01 Sandra Loosemore <sandra@codesourcery.com>
530 Cesar Philippidis <cesar@codesourcery.com>
531
532 * gas/nios2/add-r2.d: New.
533 * gas/nios2/align_fill-r2.d: New.
534 * gas/nios2/align_text-r2.d: New.
535 * gas/nios2/aligned_text-r2.d: New.
536 * gas/nios2/and-r2.d: New.
537 * gas/nios2/andc.d: New.
538 * gas/nios2/andc.s: New.
539 * gas/nios2/bmx.d: New.
540 * gas/nios2/bmx.s: New.
541 * gas/nios2/branch-r2.d: New.
542 * gas/nios2/break-r2.d: New.
543 * gas/nios2/bret-r2.d: New.
544 * gas/nios2/cache-r2.d: New.
545 * gas/nios2/cache-r2.s: New.
546 * gas/nios2/call-r2.d: New.
547 * gas/nios2/call26-r2.d: New.
548 * gas/nios2/call26_noat-r2.d: New.
549 * gas/nios2/call_noat-r2.d: New.
550 * gas/nios2/cdx_add.d: New.
551 * gas/nios2/cdx_add.s: New.
552 * gas/nios2/cdx_and.d: New.
553 * gas/nios2/cdx_and.s: New.
554 * gas/nios2/cdx_break.d: New.
555 * gas/nios2/cdx_break.s: New.
556 * gas/nios2/cdx_callr.d: New.
557 * gas/nios2/cdx_callr.s: New.
558 * gas/nios2/cdx_jmpr.d: New.
559 * gas/nios2/cdx_jmpr.s: New.
560 * gas/nios2/cdx_ldbu.d: New.
561 * gas/nios2/cdx_ldbu.s: New.
562 * gas/nios2/cdx_ldhu.d: New.
563 * gas/nios2/cdx_ldhu.s: New.
564 * gas/nios2/cdx_ldw.d: New.
565 * gas/nios2/cdx_ldw.s: New.
566 * gas/nios2/cdx_ldwsp.d: New.
567 * gas/nios2/cdx_ldwsp.s: New.
568 * gas/nios2/cdx_mov.d: New.
569 * gas/nios2/cdx_mov.s: New.
570 * gas/nios2/cdx_neg.d: New.
571 * gas/nios2/cdx_neg.s: New.
572 * gas/nios2/cdx_not.d: New.
573 * gas/nios2/cdx_not.s: New.
574 * gas/nios2/cdx_or.d: New.
575 * gas/nios2/cdx_or.s: New.
576 * gas/nios2/cdx_pop.d: New.
577 * gas/nios2/cdx_pop.s: New.
578 * gas/nios2/cdx_push.d: New.
579 * gas/nios2/cdx_push.s: New.
580 * gas/nios2/cdx_relax.d: New.
581 * gas/nios2/cdx_relax.s: New.
582 * gas/nios2/cdx_ret.d: New.
583 * gas/nios2/cdx_ret.s: New.
584 * gas/nios2/cdx_sll.d: New.
585 * gas/nios2/cdx_sll.s: New.
586 * gas/nios2/cdx_spaddi.d: New.
587 * gas/nios2/cdx_spaddi.s: New.
588 * gas/nios2/cdx_spdeci.d: New.
589 * gas/nios2/cdx_spdeci.s: New.
590 * gas/nios2/cdx_srl.d: New.
591 * gas/nios2/cdx_srl.s: New.
592 * gas/nios2/cdx_stb.d: New.
593 * gas/nios2/cdx_stb.s: New.
594 * gas/nios2/cdx_sth.d: New.
595 * gas/nios2/cdx_sth.s: New.
596 * gas/nios2/cdx_stw.d: New.
597 * gas/nios2/cdx_stw.s: New.
598 * gas/nios2/cdx_stwsp.d: New.
599 * gas/nios2/cdx_stwsp.s: New.
600 * gas/nios2/cdx_sub.d: New.
601 * gas/nios2/cdx_sub.s: New.
602 * gas/nios2/cdx_trap.d: New.
603 * gas/nios2/cdx_trap.s: New.
604 * gas/nios2/cdx_xor.d: New.
605 * gas/nios2/cdx_xor.s: New.
606 * gas/nios2/cmp-r2.d: New.
607 * gas/nios2/comments-r2.d: New.
608 * gas/nios2/complex-r2.d: New.
609 * gas/nios2/ctl-r2.d: New.
610 * gas/nios2/custom-r2.d: New.
611 * gas/nios2/eni.d: New.
612 * gas/nios2/eni.s: New.
613 * gas/nios2/etbt-r2.d: New.
614 * gas/nios2/flushda-r2.d: New.
615 * gas/nios2/jmp-r2.d: New.
616 * gas/nios2/ldb-r2.d: New.
617 * gas/nios2/ldb-r2.s: New.
618 * gas/nios2/ldh-r2.d: New.
619 * gas/nios2/ldh-r2.s: New.
620 * gas/nios2/ldw-r2.d: New.
621 * gas/nios2/ldw-r2.s: New.
622 * gas/nios2/ldwm.d: New.
623 * gas/nios2/ldwm.s: New.
624 * gas/nios2/lineseparator-r2.d: New.
625 * gas/nios2/movia-r2.d: New.
626 * gas/nios2/mpx.d: New.
627 * gas/nios2/mpx.s: New.
628 * gas/nios2/mul-r2.d: New.
629 * gas/nios2/nop-r2.d: New.
630 * gas/nios2/nop-r2.s: New.
631 * gas/nios2/nor-r2.d: New.
632 * gas/nios2/or-r2.d: New.
633 * gas/nios2/rdprs-r2.d: New.
634 * gas/nios2/rdprs-r2.s: New.
635 * gas/nios2/registers-r2.d: New.
636 * gas/nios2/ret-r2.d: New.
637 * gas/nios2/rotate-r2.d: New.
638 * gas/nios2/stb-r2.d: New.
639 * gas/nios2/stb-r2.s: New.
640 * gas/nios2/sth-r2.d: New.
641 * gas/nios2/sth-r2.s: New.
642 * gas/nios2/stw-r2.d: New.
643 * gas/nios2/stw-r2.s: New.
644 * gas/nios2/stwm.d: New.
645 * gas/nios2/stwm.s: New.
646 * gas/nios2/sub-r2.d: New.
647 * gas/nios2/sync-r2.d: New.
648 * gas/nios2/trap-r2.d: New.
649 * gas/nios2/tret-r2.d: New.
650 * gas/nios2/wrpie.d: New.
651 * gas/nios2/wrpie.s: New.
652 * gas/nios2/wrprs-r2.d: New.
653 * gas/nios2/xor-r2.d: New.
654
655 2015-06-30 Amit Pawar <Amit.Pawar@amd.com>
656
657 * gas/i386/i386.exp: Add new mwaitx test cases.
658 * gas/i386/mwaitx.s: New.
659 * gas/i386/mwaitx-bdver4.d: New.
660 * gas/i386/x86-64-mwaitx.s: New.
661 * gas/i386/x86-64-mwaitx-bdver4.d: New.
662 * gas/i386/mwaitx-reg.s: New.
663 * gas/i386/mwaitx-reg.l: New.
664 * gas/i386/x86-64-mwaitx-reg.l: New.
665 * gas/i386/x86-64-mwaitx-reg.s: New.
666 * gas/i386/arch-13.s: Updated.
667 * gas/i386/arch-13.d: Updated.
668 * gas/i386/arch-13-znver1.d: Updated.
669 * gas/i386/x86-64-arch-3.s: Updated.
670 * gas/i386/x86-64-arch-3.d: Updated.
671 * gas/i386/x86-64-arch-3-znver1.d: Updated.
672
673 2015-06-27 H.J. Lu <hongjiu.lu@intel.com>
674
675 * gas/ia64/psn.d: Updated.
676 * gas/ia64/xdata-ilp32.d: Likewise.
677
678 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
679
680 * gas/mmix/loc-3.d: Updated.
681 * gas/mmix/loc-5.d: Likewise.
682
683 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
684
685 PR gas/18451
686 * gas/elf/elf.exp: Run strtab.
687 * gas/elf/strtab.d: New file.
688 * gas/elf/strtab.s: Likewise.
689
690 2015-06-22 Peter Bergner <bergner@vnet.ibm.com>
691
692 * gas/ppc/e6500.s <sync>: Fix invalid test.
693 * gas/ppc/e6500.d: Likewise.
694
695 2015-06-22 Nick Clifton <nickc@redhat.com>
696
697 * gas/arm/backslash-at.s: Add extra .byte directives so that the
698 foo symbol does not appear to point half way through an
699 instruction.
700 * gas/arm/backslash-at.d: Update expected disassembly.
701 * gas/i386/ilp32/x86-64-opcode-inval-intel.d: Likewise.
702 * gas/i386/ilp32/x86-64-opcode-inval.d: Likewise.
703 * gas/i386/x86-64-opcode-inval-intel.d: Likewise.
704 * gas/i386/x86-64-opcode-inval.d: Likewise.
705
706 2015-06-19 Peter Bergner <bergner@vnet.ibm.com>
707
708 * gas/ppc/power8.d: Fixup rfebb test results.
709 * gas/ppc/a2.s: Fix invalid mfcr test.
710 * gas/ppc/a2.d: Likewise.
711
712 2015-06-18 Nick Clifton <nickc@redhat.com>
713
714 PR gas/18541
715 * gas/arm/thumb.s: Add test of ADR against a nearby symbol.
716 * gas/arm/thumb.d: Update expected output.
717 * gas/arm/thumb-eabi.d: Likewise.
718
719 2015-06-18 Nick Clifton <nickc@redhat.com>
720
721 PR gas/18481
722 * gas/arm/tls.s: Add tests of the tpoff pseudo with a local
723 symbol.
724 * gas/arm/tls.d: Update expected output.
725
726 2015-06-17 Alessandro Marzocchi <alessandro.marzocchi@gmail.com>
727
728 PR gas/18500
729 * gas/arm/vfpv2-ldr_immediate.s: New test case.
730 * gas/arm/vfpv2-ldr_immediate.d: Expected disassembly.
731 * gas/arm/vfpv3-ldr_immediate.s: New test case.
732 * gas/arm/vfpv3-ldr_immediate.d: Expected disassembly.
733 * gas/arm/vfpv3xd-ldr_immediate.s: New test case.
734 * gas/arm/vfpv3xd-ldr_immediate.d: Expected disassembly.
735
736 PR gas/18499
737 * gas/arm/thumb2_ldr_immediate_armv6.s: New test case.
738 * gas/arm/thumb2_ldr_immediate_armv6.d: Expected disassembly.
739 * gas/arm/thumb2_ldr_immediate_armv6t2.s: New test case.
740 * gas/arm/thumb2_ldr_immediate_armv6t2.d: Expected disassembly.
741
742 2015-06-16 Matthew Wahab <matthew.wahab@arm.com>
743
744 * sysreg.d: Add id_mmfr4_el1, update expected output.
745 * sysreg.s: Add id_mmfr4_el1.
746
747 2015-06-15 Renlin Li <renlin.li@arm.com>
748
749 * gas/aarch64/reloc-insn.s: Update test
750 * gas/aarch64/reloc-insn.d: Update expected result.
751
752 2015-06-13 Mark Wielaard <mjw@redhat.com>
753
754 * gas/aarch64/dwarf.d: New.
755 * gas/aarch64/dwarf.s: New.
756
757 2015-06-04 Peter Bergner <bergner@vnet.ibm.com>
758
759 * gas/ppc/a2.d: Fixup test case due to new extended mnemonic.
760 * gas/ppc/power4.s <hwsync, lwsync, ptesync, sync>: Add tests.
761 * gas/ppc/power4.d: Likewise.
762
763 2015-06-03 Matthew Wahab <matthew.wahab@arm.com>
764
765 * gas/arm/armv8-a+rdma.d: New.
766 * gas/arm/armv8-a+rdma.s: New.
767
768 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
769
770 * gas/arm/armv8-a+pan.d: New.
771 * gas/arm/armv8-a+pan.s: New.
772
773 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
774
775 * gas/aarch64/rdma-directive.d: New.
776 * gas/aarch64/rdma.d: New.
777 * gas/aarch64/rdma.s: New.
778
779 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
780
781 * gas/aarch64/lor-directive.d: New.
782 * gas/aarch64/lor.d: New.
783 * gas/aarch64/lor.s: New
784
785 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
786
787 * gas/aarch64/pan-directive.d: New.
788 * gas/aarch64/pan.d: New.
789 * gas/aarch64/pan.s: New
790
791 2015-06-01 Jiong Wang <jiong.wang@arm.com>
792
793 * gas/aarch64/ilp32-basic.s: New testcase.
794 * gas/aarch64/ilp32-basic.d: Ditto.
795
796 2015-06-01 Jiong Wang <jiong.wang@arm.com>
797
798 * gas/aarch64/reloc-insn.s: New testcase.
799 * gas/aarch64/reloc-insn.d: Ditto.
800
801 2015-06-01 Jan Beulich <jbeulich@suse.com>
802
803 * gas/i386/avx512f.s: Adjust operand order for Intel syntax
804 vcvt{,u}si2ss.
805 * gas/i386/x86-64-avx512f.s: Adjust operand order for Intel
806 syntax vcvt{,u}si2s{d,s}.
807
808 2015-06-01 Jan Beulich <jbeulich@suse.com>
809
810 * gas/i386/avx512f-intel.d: Adjust expectations on operand order.
811 * gas/i386/evex-lig256-intel.d: Likewise.
812 * gas/i386/evex-lig512-intel.d: Likewise.
813 * gas/i386/x86-64-avx512f-intel.d: Likewise.
814 * gas/i386/x86-64-evex-lig256-intel.d: Likewise.
815 * gas/i386/x86-64-evex-lig512-intel.d: Likewise.
816
817 2015-05-28 Catherine Moore <clm@codesourcery.com>
818 Bernd Schmidt <bernds@codesourcery.com>
819
820 gas/testsuite/
821 * gas/mips/mips.exp: Run new tests.
822
823 * gas/mips/compact-eh-1.s: New file.
824 * gas/mips/compact-eh-2.s: New file.
825 * gas/mips/compact-eh-3.s: New file.
826 * gas/mips/compact-eh-4.s: New file.
827 * gas/mips/compact-eh-5.s: New file.
828 * gas/mips/compact-eh-6.s: New file.
829 * gas/mips/compact-eh-7.s: New file.
830 * gas/mips/compact-eh-eb-1.d: New file.
831 * gas/mips/compact-eh-eb-2.d: New file.
832 * gas/mips/compact-eh-eb-3.d: New file.
833 * gas/mips/compact-eh-eb-4.d: New file.
834 * gas/mips/compact-eh-eb-5.d: New file.
835 * gas/mips/compact-eh-eb-6.d: New file.
836 * gas/mips/compact-eh-eb-7.d: New file.
837 * gas/mips/compact-eh-el-1.d: New file.
838 * gas/mips/compact-eh-el-2.d: New file.
839 * gas/mips/compact-eh-el-3.d: New file.
840 * gas/mips/compact-eh-el-4.d: New file.
841 * gas/mips/compact-eh-el-5.d: New file.
842 * gas/mips/compact-eh-el-6.d: New file.
843 * gas/mips/compact-eh-el-7.d: New file.
844 * gas/mips/compact-eh-err1.l: New file.
845 * gas/mips/compact-eh-err1.s: New file.
846 * gas/mips/compact-eh-err2.l: New file.
847 * gas/mips/compact-eh-err2.s: New file.
848
849 2015-05-15 H.J. Lu <hongjiu.lu@intel.com>
850
851 PR binutis/18386
852 * gas/i386/i386.exp: Run x86-64-branch-2 and x86-64-branch-3.
853 * gas/i386/x86-64-branch.d: Also pass -Mintel64 to objdump.
854 * gas/i386/ilp32/x86-64-branch.d: Likewise.
855 * gas/i386/x86-64-branch-2.d: New file.
856 * gas/i386/x86-64-branch-2.s: Likewise.
857 * gas/i386/x86-64-branch-3.l: Likewise.
858 * gas/i386/x86-64-branch-3.s: Likewise.
859
860 2015-05-15 H.J. Lu <hongjiu.lu@intel.com>
861
862 * gas/i386/i386.exp: Don't run pcrel for ELF targets. Run
863 pcrel-elf, relax-4 and x86-64-relax-3 for ELF targets.
864 * gas/i386/pcrel-elf.d: New file.
865 * gas/i386/relax-4.d: Likewise.
866 * gas/i386/x86-64-relax-3.d: Likewise.
867 * gas/i386/relax-3.d: Pass -mshared to assembler. Updated.
868 * gas/i386/x86-64-relax-2.d: Likewise.
869 * gas/i386/relax-3.s: Add test for PLT relocation.
870
871 2015-05-14 Peter Bergner <bergner@vnet.ibm.com>
872
873 * gas/ppc/power4.d: Add a slbia test.
874 * gas/ppc/power4.s: Likewise.
875 * gas/ppc/power6.d: Add slbia and tlbie tests.
876 * gas/ppc/power6.s: Likewise.
877 * gas/ppc/power7.d: Remove wait tests. Add a tlbie test.
878 * gas/ppc/power7.s: Likewise.
879
880 2015-05-13 Max Filippov <jcmvbkbc@gmail.com>
881
882 * gas/xtensa/trampoline.s: Add regression testcase.
883
884 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
885
886 * gas/i386/i386.exp: Run iamcu-1, iamcu-2, iamcu-3, iamcu-inval-1,
887 iamcu-inval-2 and iamcu-inval-3.
888 * gas/i386/iamcu-1.d: New file.
889 * gas/i386/iamcu-1.s: Likewise.
890 * gas/i386/iamcu-2.d: Likewise.
891 * gas/i386/iamcu-2.s: Likewise.
892 * gas/i386/iamcu-3.d: Likewise.
893 * gas/i386/iamcu-3.s: Likewise.
894 * gas/i386/iamcu-inval-1.l: Likewise.
895 * gas/i386/iamcu-inval-1.s: Likewise.
896 * gas/i386/iamcu-inval-2.l: Likewise.
897 * gas/i386/iamcu-inval-2.s: Likewise.
898 * gas/i386/iamcu-inval-3.l: Likewise.
899 * gas/i386/iamcu-inval-3.s: Likewise.
900
901 2015-05-08 H.J. Lu <hongjiu.lu@intel.com>
902
903 PR binutis/18386
904 * gas/i386/i386.exp: Run x86-64-jump.
905 * gas/i386/x86-64-branch.d: Updated.
906 * gas/i386/ilp32/x86-64-branch.d: Likewise.
907 * gas/i386/x86-64-branch.s: Add tests for the operand size prefix
908 with call, jmp and jb.
909 * gas/i386/x86-64-jump.d: New file.
910 * gas/i386/x86-64-jump.s: Likewise.
911
912 2015-05-08 Nick Clifton <nickc@redhat.com>
913
914 PR gas/18347
915 * gas/arm/pr18347.s: Add tests of other symbol assignments which
916 should not generate the warning.
917 * gas/arm/pr18347.l: Update expected output.
918
919 2015-05-07 H.J. Lu <hongjiu.lu@intel.com>
920
921 * gas/i386/i386.exp: Run relax-3 and x86-64-relax-2.
922 * gas/i386/relax-3.d: New file.
923 * gas/i386/relax-3.s: Likewise.
924 * gas/i386/x86-64-relax-2.d: Likewise.
925
926 2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
927
928 * gas/sparc/natural-32.d: Test ldn, ldna, stn, stna, slln, srln,
929 sran, casn, casna and clrn.
930 * gas/sparc/natural-32.s: Likewise.
931 * gas/sparc/natural.s: Likewise.
932 * gas/sparc/natural.d: Likewise.
933
934 2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
935
936
937 * gas/sparc/natural.s: New file.
938 * gas/sparc/natural-32.s: Likewise.
939 * gas/sparc/natural.d: Likewise.
940 * gas/sparc/natural-32.d: Likewise.
941 * gas/sparc/sparc.exp (sparc_elf_setup): Run the tests natural and
942 natural-32.
943
944 2015-05-06 Renlin Li <renlin.li@arm.com>
945
946 * gas/aarch64/codealign_1.s: New.
947 * gas/aarch64/codealign_1.d: New.
948
949 2015-05-05 Renlin Li <renlin.li@arm.com>
950
951 * gas/aarch64/mapping_5.d: New.
952 * gas/aarch64/mapping_5.s: New.
953 * gas/aarch64/mapping_6.d: New.
954 * gas/aarch64/mapping_6.s: New.
955
956 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
957
958 * gas/i386/i386.exp: Run note.
959 * gas/i386/note.d: New file.
960 * gas/i386/note.s: Likewise.
961
962 2015-04-30 Nick Clifton <nickc@redhat.com>
963
964 PR gas/18347
965 * gas/arm/pr18347.s: New file: Test case.
966 * gas/arm/pr18347.l: New file: Expected assembler output.
967 * gas/arm/pr18347.d: New file: Test driver.
968
969 2015-04-29 Nick Clifton <nickc@redhat.com>
970
971 PR gas/18265
972 * gas/arm/pr18256.s: New file: Test case.
973 * gas/arm/pr18256.l: New file: Expected assembler output.
974 * gas/arm/pr18256.d: New file: Test driver.
975
976 2015-04-28 Renlin Li <renlin.li@arm.com>
977
978 * gas/arm/thumb2_vpool_be.d: Adjust the desired output.
979 * gas/arm/vldconst_be.d: Ditto.
980
981 2015-04-27 Peter Bergner <bergner@vnet.ibm.com>
982
983 * gas/ppc/a2.s: Fixup test case due to dcbt/dcbtst embedded operand
984 ordering change.
985 * gas/ppc/a2.d: Likewise.
986 * gas/ppc/476.d: Likewise.
987 * gas/ppc/booke.s: Remove invalid 3 operand dcbt tests.
988 * gas/ppc/booke.d: Likewise.
989 * gas/ppc/power7.s: Remove lbarx, lharx, stbcx., sthcx., waitrsv
990 and waitimpl tests.
991 * gas/ppc/power7.d: Likewise.
992
993 2015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
994
995 * doc/as.texinfo: Document Tag_GNU_S390_ABI_Vector.
996
997 2015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
998
999 * gas/s390/zarch-z13.d: Fix tests for VFCE, VLDE, VFSQ, WFK, and
1000 WFC.
1001 * gas/s390/zarch-z13.s: Likewise.
1002
1003 2015-04-24 Richard Earnshaw <rearnsha@arm.com>
1004
1005 * gas/arm/align64.d: Delete trailing padding NOPs.
1006
1007 2015-04-23 Matthew Fortune <matthew.fortune@imgtec.com>
1008
1009 * gas/mips/dla-warn.l: New file.
1010 * gas/mips/dla-warn.s: New file.
1011 * gas/mips/la-warn.l: New file.
1012 * gas/mips/la-warn.s: New file.
1013 * gas/mips/mips.exp: Run new tests.
1014
1015 2015-04-23 Matthew Fortune <matthew.fortune@imgtec.com>
1016
1017 * gas/mips/mips.exp: Require o32 for r6-branch-constraints.
1018
1019 2015-04-23 Jan Beulich <jbeulich@suse.com>
1020
1021 * gas/i386/avx512dq.d: Add 'z' suffix to vfpclassp{d,s} non-
1022 register, non-broadcast cases.
1023 * gas/i386/x86-64-avx512dq.d: Likewise.
1024 * gas/i386/avx512dq_vl.d: Add 'x' and 'y' suffixes to
1025 vcvt{,u}qq2ps and vfpclassp{d,s} non-register, non-broadcast
1026 cases.
1027 * gas/i386/x86-64-avx512dq_vl.d: Likewise.
1028 * gas/i386/avx512f_vl.d: Add 'x' and 'y' suffixes to
1029 vcvt{,t}pd2{,u}dq and vcvtpd2ps non-register, non-broadcast
1030 cases.
1031 * gas/i386/x86-64-avx512f_vl.d: Likewise.
1032
1033 2015-04-23 Jan Beulich <jbeulich@suse.com>
1034
1035 * gas/i386/avx512dq.s: Drop 'z' suffix from vfpclassp{d,s} in
1036 some AT&T and all Intel cases.
1037 * gas/i386/x86-64-avx512dq.s: Likewise.
1038 * gas/i386/avx512dq_vl.s: Drop 'x' and 'y' suffixes from
1039 vcvt{,u}qq2ps and vfpclassp{d,s} in some AT&T and all Intel
1040 cases.
1041 * gas/i386/x86-64-avx512dq_vl.s: Likewise.
1042 * gas/i386/avx512f_vl.s: Drop 'x' and 'y' suffixes from
1043 vcvt{,t}pd2{,u}dq and vcvtpd2ps in some AT&T and all Intel
1044 cases.
1045 * gas/i386/x86-64-avx512f_vl.s: Likewise.
1046
1047 2015-04-20 H.J. Lu <hongjiu.lu@intel.com>
1048
1049 * gas/i386/ilp32/x86-64-unwind.d: Don't hardcode offset of
1050 .shstrtab section.
1051 * gas/i386/x86-64-unwind.d: Likewise.
1052 * gas/ia64/alias-ilp32.d: Likewise.
1053 * gas/ia64/alias.d: Likewise.
1054 * gas/ia64/group-1.d: Likewise.
1055 * gas/ia64/group-2.d: Likewise.
1056 * gas/ia64/secname-ilp32.d: Likewise.
1057 * gas/ia64/secname.d: Likewise.
1058 * gas/ia64/unwind-ilp32.d: Likewise.
1059 * gas/ia64/unwind.d: Likewise.
1060 * gas/mmix/bspec-1.d: Likewise.
1061 * gas/mmix/byte-1.d: Likewise.
1062 * gas/mmix/loc-1.d: Likewise.
1063 * gas/mmix/loc-2.d: Likewise.
1064 * gas/mmix/loc-3.d: Likewise.
1065 * gas/mmix/loc-4.d: Likewise.
1066 * gas/mmix/loc-5.d: Likewise.
1067 * gas/tic6x/scomm-directive-4.d: Likewise.
1068
1069 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
1070
1071 PR binutils/17898
1072 * gas/i386/prefix.s: Add rdrand/rdseed prefix tests.
1073 * gas/i386/prefix.d: Updated.
1074
1075 2015-04-15 Renlin Li <renlin.li@arm.com>
1076
1077 * gas/arm/arch7em.d: Adjust required ssat and ssat16 immediate field.
1078 * gas/arm/thumb32.d: Likewise.
1079
1080 2015-04-14 Nick Clifton <nickc@redhat.com>
1081
1082 * gas/lns/lns.exp: Add RL78 to list of targets using
1083 DW_LNS_fixed_advance_pc.
1084
1085 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
1086
1087 * gas/i386/dw2-compressed-1.d: New file.
1088 * gas/i386/dw2-compressed-2.d: Likewise.
1089 * gas/i386/dw2-compressed-3.d: Likewise.
1090 * gas/i386/x86-64-dw2-compressed-2.d: Likewise.
1091 * gas/i386/i386.exp: Run dw2-compressed-2, dw2-compressed-1,
1092 dw2-compressed-3 and x86-64-dw2-compressed-2.
1093
1094 2015-04-06 H.J. Lu <hongjiu.lu@intel.com>
1095
1096 * lib/gas-defs.exp (run_dump_test): Remove is_zlib_supported check.
1097
1098 2015-03-20 H.J. Lu <hongjiu.lu@intel.com>
1099
1100 * gas/i386/i386.exp: Don't run nops-1-bdver1, nops-1-bdver2,
1101 nops-1-bdver3, nops-1-bdver4, nops-1-znver1, nops-1-btver1
1102 nops-1-btver2, x86-64-nops-1-nocona, x86-64-nops-1-bdver1,
1103 x86-64-nops-1-bdver2, x86-64-nops-1-bdver3, x86-64-nops-1-bdver4,
1104 x86-64-nops-1-znver1, x86-64-nops-1-btver1 nor
1105 x86-64-nops-1-btver2.
1106 * gas/i386/nops-1-core2.d: Updated.
1107 * gas/i386/nops-1-k8.d: Likewise.
1108 * gas/i386/nops-4a-i686.d: Likewise.
1109 * gas/i386/nops-5-i686.d: Likewise.
1110 * gas/i386/nops-5.d: Likewise.
1111 * gas/i386/nops-6.d: Likewise.
1112 * gas/i386/x86-64-nops-1-core2.d: Likewise.
1113 * gas/i386/x86-64-nops-1-g64.d: Likewise.
1114 * gas/i386/x86-64-nops-1-k8.d: Likewise.
1115 * gas/i386/x86-64-nops-1.d: Likewise.
1116 * gas/i386/x86-64-nops-2.d: Likewise.
1117 * gas/i386/x86-64-nops-3.d: Likewise.
1118 * gas/i386/x86-64-nops-4-core2.d: Likewise.
1119 * gas/i386/x86-64-nops-4-k8.d: Likewise.
1120 * gas/i386/x86-64-nops-4.d: Likewise.
1121 * gas/i386/x86-64-nops-5-k8.d: Likewise.
1122 * gas/i386/x86-64-nops-5.d: Likewise.
1123 * gas/i386/ilp32/x86-64-nops-1-core2.d: Likewise.
1124 * gas/i386/ilp32/x86-64-nops-1-k8.d: Likewise.
1125 * gas/i386/ilp32/x86-64-nops-1.d: Likewise.
1126 * gas/i386/ilp32/x86-64-nops-2.d: Likewise.
1127 * gas/i386/ilp32/x86-64-nops-3.d: Likewise.
1128 * gas/i386/ilp32/x86-64-nops-4-core2.d: Likewise.
1129 * gas/i386/ilp32/x86-64-nops-4-k8.d: Likewise.
1130 * gas/i386/ilp32/x86-64-nops-4.d: Likewise.
1131 * gas/i386/ilp32/x86-64-nops-5-k8.d: Likewise.
1132 * gas/i386/ilp32/x86-64-nops-5.d: Likewise.
1133 * gas/i386/nops-1-bdver1.d: Removed.
1134 * gas/i386/nops-1-bdver2.d: Likewise.
1135 * gas/i386/nops-1-bdver3.d: Likewise.
1136 * gas/i386/nops-1-bdver4.d: Likewise.
1137 * gas/i386/nops-1-btver1.d: Likewise.
1138 * gas/i386/nops-1-btver2.d: Likewise.
1139 * gas/i386/nops-1-znver1.d: Likewise.
1140 * gas/i386/x86-64-nops-1-bdver1.d: Likewise.
1141 * gas/i386/x86-64-nops-1-bdver2.d: Likewise.
1142 * gas/i386/x86-64-nops-1-bdver3.d: Likewise.
1143 * gas/i386/x86-64-nops-1-bdver4.d: Likewise.
1144 * gas/i386/x86-64-nops-1-btver1.d: Likewise.
1145 * gas/i386/x86-64-nops-1-btver2.d: Likewise.
1146 * gas/i386/x86-64-nops-1-nocona.d: Likewise.
1147 * gas/i386/x86-64-nops-1-znver1.d: Likewise.
1148 * gas/i386/ilp32/x86-64-nops-1-nocona.d: Likewise.
1149
1150 2015-03-19 Nick Clifton <nickc@redhat.com>
1151
1152 PR gas/18087
1153 * gas/i386/dw2-compress-1.d: Allow the test to pass regardless of
1154 whether the .debug_info section was compressed on not.
1155
1156 2015-03-18 H.J. Lu <hongjiu.lu@intel.com>
1157
1158 PR gas/18087
1159 * gas/i386/dw2-compress-1.d: Revert the last change.
1160 * gas/i386/dw2-compress-3.d: New.
1161 * gas/i386/dw2-compress-3.s: Likewise.
1162 * gas/i386/i386.exp: Run dw2-compress-3 for ELF targets.
1163
1164 2015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
1165 Nick Clifton <nickc@redhat.com>
1166
1167 PR binutils/18087
1168 * gas/i386/dw2-compress-1.d: Do not expect the .debug_abbrev or
1169 .debug_info sections to be compressed.
1170
1171 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1172
1173 * gas/i386/i386.exp: Add new znver1 test cases.
1174 * gas/i386/arch-13-znver1.d: New.
1175 * gas/i386/arch-13.d: New.
1176 * gas/i386/arch-13.s: New.
1177 * gas/i386/clzero.d: New.
1178 * gas/i386/clzero.s: New.
1179 * gas/i386/nops-1-znver1.d: New.
1180 * gas/i386/x86-64-arch-3-znver1.d: New.
1181 * gas/i386/x86-64-arch-3.d: New.
1182 * gas/i386/x86-64-arch-3.s: New.
1183 * gas/i386/x86-64-clzero.d: New.
1184 * gas/i386/x86-64-nops-1-znver1.d: New.
1185
1186 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
1187
1188 * gas/mips/mips.exp: Added branch constraints testcase.
1189 * gas/mips/r6-branch-constraints.s: New test.
1190 * gas/mips/r6-branch-constraints.l: New test.
1191
1192 2015-03-13 Andrew Bennett <andrew.bennett@imgtec.com>
1193
1194 * gas/mips/r6.s: Add evp and dvp instructions.
1195 * gas/mips/r6.d: Likewise.
1196 * gas/mips/r6-n32.d: Likewise.
1197 * gas/mips/r6-n64.d: Likewise.
1198
1199 2015-03-13 Jiong Wang <jiong.wang@arm.com>
1200
1201 * gas/aarch64/diagnostic.s: New testcases.
1202 * gas/aarch64/diagnostic.l: New error match.
1203
1204 2015-03-13 Jiong Wang <jiong.wang@arm.com>
1205
1206 * gas/aarch64/tail_padding.s: New testcase.
1207 * gas/aarch64/tail_padding.d: New expectation file.
1208
1209 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1210
1211 * gas/s390/zarch-z13.d: Add more z13 instructions.
1212 * gas/s390/zarch-z13.s: Likewise.
1213
1214 2015-03-05 Renlin Li <renlin.li@arm.com>
1215
1216 * gas/arm/dis-data.d: Adjust the desired output.
1217 * gas/arm/dis-data2.d: Ditto.
1218
1219 2015-03-10 Renlin Li <renlin.li@arm.com>
1220
1221 * gas/aarch64/ldst-reg-uns-imm.d: Adjust expected output.
1222 * gas/aarch64/ldst-reg-unscaled-imm.d: Likewise.
1223 * gas/aarch64/reloc-insn.d: Likewise.
1224
1225 2015-03-10 Matthew Wahab <matthew.wahab@arm.com>
1226
1227 * gas/aarch64/codealign.d: Add test for code section alignment.
1228 * gas/aarch64/codealign.s: New file.
1229
1230 2015-03-04 Richard Sandiford <richard.sandiford@arm.com>
1231
1232 PR gas/17843
1233 * gas/aarch64/tls.s, gas/aarch64/tls.d: Add test for
1234 R_AARCH64_TLSLE_MOVW_TPREL_G0/R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
1235 sequence.
1236
1237 2015-02-28 Alan Modra <amodra@gmail.com>
1238
1239 * gas/sparc/pcrel.d: Update for changed padding in data sections.
1240 * gas/sparc/pcrel64.d: Likewise.
1241
1242 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
1243
1244 * gas/aarch64/diagnostic.s: Add LDR test.
1245 * gas/aarch64/diagnostic.l: Likewise.
1246
1247 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
1248
1249 * gas/aarch64/diagnostic.s: Add ADR test.
1250 * gas/aarch64/diagnostic.l: Likewise.
1251
1252 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 * gas/avr/avr-prop-1.d: New file.
1255 * gas/avr/avr-prop-1.s: New file.
1256
1257 2015-02-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1258 Oleg Endo <olegendo@gcc.gnu.org>
1259
1260 * gas/sh/arch/arch.exp: Replace dead code to generate expected .s files
1261 with ...
1262 * gas/sh/arch/sh-opc-gen-as.pl: ... this new script.
1263 * gas/sh/arch/arch_expected.txt: Regenerate.
1264 * gas/sh/arch/sh-dsp.s: Likewise.
1265 * gas/sh/arch/sh-opc-gen-as.pl: Likewise.
1266 * gas/sh/arch/sh.s: Likewise.
1267 * gas/sh/arch/sh2.s: Likewise.
1268 * gas/sh/arch/sh2a-nofpu-or-sh3-nommu.s: Likewise.
1269 * gas/sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Likewise.
1270 * gas/sh/arch/sh2a-nofpu.s: Likewise.
1271 * gas/sh/arch/sh2a-or-sh3e.s: Likewise.
1272 * gas/sh/arch/sh2a-or-sh4.s: Likewise.
1273 * gas/sh/arch/sh2a.s: Likewise.
1274 * gas/sh/arch/sh2e.s: Likewise.
1275 * gas/sh/arch/sh3-dsp.s: Likewise.
1276 * gas/sh/arch/sh3-nommu.s: Likewise.
1277 * gas/sh/arch/sh3.s: Likewise.
1278 * gas/sh/arch/sh3e.s: Likewise.
1279 * gas/sh/arch/sh4-nofpu.s: Likewise.
1280 * gas/sh/arch/sh4-nommu-nofpu.s: Likewise.
1281 * gas/sh/arch/sh4.s: Likewise.
1282 * gas/sh/arch/sh4a-nofpu.s: Likewise.
1283 * gas/sh/arch/sh4a.s: Likewise.
1284 * gas/sh/arch/sh4al-dsp.s: Likewise.
1285
1286 2015-02-24 Nick Clifton <nickc@redhat.com>
1287
1288 * gas/elf/elf.exp: Add special version of the section2 test for
1289 the V850.
1290 * gas/elf/section2.e-v850: New file.
1291
1292 2015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1293
1294 * gas/arm/armv1.l: Remove 'Warning: ' from expected messages
1295 for deprecations.
1296 * gas/arm/armv8-a-bad.l: Likewise.
1297 * gas/arm/armv8-a-it-bad.l: Likewise.
1298 * gas/arm/depr-swp.l: Likewise.
1299 * gas/arm/ldsgeb.l: Likewise.
1300 * gas/arm/ldsgeh.l: Likewise.
1301 * gas/arm/thumb2_bad_reg.l: Likewise.
1302 * gas/arm/thumb32.l: Likewise.
1303 * gas/arm/udf.l: Likewise.
1304 * gas/arm/vstr-arm-bad.l: Likewise.
1305
1306 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1307
1308 * gas/ft32/ft32.exp: New file.
1309 * gas/ft32/insn.d: New file.
1310 * gas/ft32/insn.s: New file.
1311
1312 2015-01-19 Alan Modra <amodra@gmail.com>
1313
1314 * gas/all/none.s,
1315 * gas/all/none.d: New test.
1316 * gas/all/gas.exp: Run it.
1317
1318 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1319
1320 * gas/s390/esa-g5.d: Add a variant without the optional operand.
1321 * gas/s390/esa-g5.s: Likewise.
1322 * gas/s390/esa-z9-109.d: Likewise.
1323 * gas/s390/esa-z9-109.s: Likewise.
1324 * gas/s390/zarch-z9-109.d: Likewise.
1325 * gas/s390/zarch-z9-109.s: Likewise.
1326 * gas/s390/zarch-z10.d: For variants with a zero optional argument
1327 it is not dumped by objdump anymore.
1328 * gas/s390/zarch-zEC12.d: Likewise.
1329
1330 * gas/s390/zarch-z13.d: New file.
1331 * gas/s390/zarch-z13.s: New file.
1332 * gas/s390/s390.exp: Run the test for the z13 files.
1333
1334 2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
1335
1336 * gas/arm/ual-vcmp.s: Add vcmp, vcmpe with #0x0 operand.
1337 * gas/ual/vcmp.d: Update expected output.
1338 * gas/ual/vcmp-zero-bad.l: Likewise
1339
1340 2015-01-12 Jan Beulich <jbeulich@suse.com>
1341
1342 gas/cfi/cfi-label.d, gas/cfi/cfi-label.s: New.
1343 gas/cfi/cfi.exp: Run new tests.
1344
1345 2015-01-12 Jan Beulich <jbeulich@suse.com>
1346
1347 * gas/arm/neon-addressing-bad.s: Add test for invalid VSHL,
1348 VQSHL, and VQSHLU immediates.
1349 * gas/arm/neon-addressing-bad.l: Update accordingly.
1350
1351 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
1352
1353 * gas/avr/large-debug-line-table.d: New file.
1354 * gas/avr/large-debug-line-table.s: New file.
1355
1356 2015-01-01 Alan Modra <amodra@gmail.com>
1357
1358 Update year range in copyright notice of all files.
1359
1360 For older changes see ChangeLog-2014
1361 \f
1362 Copyright (C) 2015 Free Software Foundation, Inc.
1363
1364 Copying and distribution of this file, with or without modification,
1365 are permitted in any medium without royalty provided the copyright
1366 notice and this notice are preserved.
1367
1368 Local Variables:
1369 mode: change-log
1370 left-margin: 8
1371 fill-column: 74
1372 version-control: never
1373 End:
This page took 0.056899 seconds and 5 git commands to generate.