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