[AArch64, ILP32] 3/6 Support for ELF32 relocs and refactor reloc handling
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2013-06-26 Yufeng Zhang <yufeng.zhang@arm.com>
2
3 * gas/aarch64/ilp32-basic.d: New file.
4 * gas/aarch64/ilp32-basic.s: New file.
5
6 2013-06-25 Maciej W. Rozycki <macro@codesourcery.com>
7
8 * gas/mips/micromips-insn32.d: New test.
9 * gas/mips/micromips-noinsn32.d: Likewise.
10 * gas/mips/micromips.l: Rename to...
11 * gas/mips/micromips-warn.l: ... this.
12 * gas/mips/micromips.d: Update accordingly.
13 * gas/mips/micromips-trap.d: Likewise.
14 * gas/mips/micromips.l: New list test.
15 * gas/mips/micromips.s: Add conditionals.
16 * gas/mips/mips.exp: Run the new tests.
17
18 2013-06-24 Roland McGrath <mcgrathr@google.com>
19
20 * gas/arm/macro-vld1.s: Add a case with whitespace before '}'.
21 * gas/arm/macro-vld1.d: Update.
22
23 * gas/arm/macro-pld.s: Add a 'push {r0}' case.
24 * gas/arm/macro-pld.d: Update expected output.
25 * gas/arm/macro-vld1.s: New file.
26 * gas/arm/macro-vld1.d: New file.
27
28 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
29
30 * gas/mips/mips.exp: Remove "LOSE" comments.
31 (run_dump_test_arch): Remove format selector support.
32 (run_dump_test_arches): Remove associated upvars.
33 (elf, ecoff, aout, no_mips16, no_micromips): Remove variables.
34 Remove all conditions based on them, on the assumption that $elf
35 is true and the others are false. Rename "elf-jal" to "jal".
36 (tmips): Set to "t" for *bsd targets.
37 * gas/mips/elf-jal.d: Rename to...
38 * gas/mips/jal.d: ...this, replacing the old file.
39 * gas/mips/micromips@elf-jal.d: Rename to...
40 * gas/mips/micromips@jal.d: ...this.
41 * gas/mips/at-1.d, gas/mips/ld.d, gas/mips/l_d.d, gas/mips/lui.d,
42 gas/mips/mips1@l_d.d, gas/mips/mips1@ld-forward.d, gas/mips/mips1@ld.d,
43 gas/mips/mips1@s_d.d, gas/mips/s_d.d, gas/mips/sd.d: Remove ECOFF
44 relocation names. Do not allow any offset on the symbol.
45
46 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
47
48 * gas/mips/lineno.d: Remove ellipsis.
49
50 2013-06-22 Richard Sandiford <rdsandiford@googlemail.com>
51
52 * gas/all/gas.exp: Remove reference to mips-ecoff.
53 * gas/mips/branch-misc-1.d, gas/mips/branch-misc-2.d,
54 gas/mips/branch-misc-2-64.d, gas/mips/branch-misc-2pic.d,
55 gas/mips/branch-misc-2pic-64.d, gas/mips/branch-swap.d: Remove
56 skips for mips-*-ecoff.
57
58 2013-06-20 Richard Sandiford <rdsandiford@googlemail.com>
59
60 * gas/mips/ase-errors-1.s, gas/mips/ase-errors-1.l,
61 gas/mips/ase-errors-2.s, gas/mips/ase-errors-2.l,
62 gas/mips/ase-errors-3.s, gas/mips/ase-errors-3.l,
63 gas/mips/ase-errors-4.s, gas/mips/ase-errors-4.l: New tests.
64 * gas/mips/mips.exp: Run them.
65
66 2013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
67
68 * gas/mips/eva.d: Use -32.
69
70 2013-06-17 Catherine Moore <clm@codesourcery.com>
71 Maciej W. Rozycki <macro@codesourcery.com>
72 Chao-Ying Fu <fu@mips.com>
73
74 * gas/mips/mips.exp: Run new tests.
75 * gas/mips/eva.d: New.
76 * gas/mips/eva.s: New.
77 * gas/mips/micromips@eva.d: New.
78
79 2013-06-15 Richard Sandiford <rdsandiford@googlemail.com>
80
81 * gas/mips/loc-swap-3.d: Require -32.
82
83 2013-06-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
84
85 * gas/mips/loc-swap-3.d, gas/mips/loc-swap-3.s: New test.
86 * gas/mips/mips.exp: Run it.
87
88 2013-06-13 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
89
90 * gas/mips/micromips@virt.d: New file.
91 * gas/mips/micromips@virt64.d: New file.
92 * gas/mips/mips.exp: Enable virt and virt64 tests for micromips.
93
94 2013-06-12 Sandra Loosemore <sandra@codesourcery.com>
95
96 * gas/nios2/movia.s: Add additional test case with negative
97 constant value.
98 * gas/nios2/movia.d: Likewise.
99
100 2013-06-12 Sandra Loosemore <sandra@codesourcery.com>
101
102 * gas/nios2/tret.d: Correct eret encoding.
103
104 2013-06-10 Maciej W. Rozycki <macro@codesourcery.com>
105
106 * gas/mips/relax-bc1any.l: New test.
107 * gas/mips/relax-bc1any.s: New test source.
108 * gas/mips/mips.exp: Run the new test.
109
110 2013-06-09 Sandra Loosemore <sandra@codesourcery.com>
111
112 * gas/nios2/trap.s: Add additional test cases for optional
113 argument.
114 * gas/nios2/trap.d: Likewise.
115
116 2013-05-31 H.J. Lu <hongjiu.lu@intel.com>
117
118 * gas/i386/size-3.d: Updated for text/data/bss section alignment
119 change.
120 * gas/i386/x86-64-size-1.d: Likewise.
121 * gas/i386/x86-64-unwind.d: Likewise.
122 * gas/i386/ilp32/x86-64-size-1.d: Likewise.
123 * gas/i386/ilp32/x86-64-size-5.d: Likewise.
124 * gas/i386/ilp32/x86-64-unwind.d: Likewise.
125
126 2013-05-31 Catherine Moore <clm@codesourcery.com>
127
128 gas/testsuite/
129 * gas/mips/ehword.d: New.
130 * gas/mips/ehword.s: New.
131 * gas/mips/mips.exp: Run ehword test.
132
133 2013-05-29 Maciej W. Rozycki <macro@codesourcery.com>
134
135 * gas/mips/jalr3.d: New test.
136 * gas/mips/jalr3-n32.d: New test.
137 * gas/mips/jalr3-n64.d: New test.
138 * gas/mips/jalr3.s: New test source.
139 * gas/mips/mips.exp: Run the new tests.
140
141 2013-05-28 Cary Coutant <ccoutant@google.com>
142
143 * gas/cris/rd-dw2-1.d: Adjust expected output.
144 * gas/cris/rd-dw2-10.d: Likewise.
145 * gas/cris/rd-dw2-11.d: Likewise.
146 * gas/cris/rd-dw2-12.d: Likewise.
147 * gas/cris/rd-dw2-13.d: Likewise.
148 * gas/cris/rd-dw2-14.d: Likewise.
149 * gas/cris/rd-dw2-15.d: Likewise.
150 * gas/cris/rd-dw2-2.d: Likewise.
151 * gas/cris/rd-dw2-3.d: Likewise.
152 * gas/cris/rd-dw2-4.d: Likewise.
153 * gas/cris/rd-dw2-5.d: Likewise.
154 * gas/cris/rd-dw2-6.d: Likewise.
155 * gas/cris/rd-dw2-7.d: Likewise.
156 * gas/cris/rd-dw2-8.d: Likewise.
157 * gas/cris/rd-dw2-9.d: Likewise.
158 * gas/elf/dwarf2-1.d: Likewise.
159 * gas/elf/dwarf2-2.d: Likewise.
160 * gas/elf/dwarf2-3.d: Likewise.
161 * gas/i386/debug1.d: Likewise.
162 * gas/i386/dw2-compress-1.d: Likewise.
163 * gas/i386/ilp32/lns/lns-common-1.d: Likewise.
164 * gas/i386/ilp32/lns/lns-duplicate.d: Likewise.
165 * gas/ia64/pr13167.d: Likewise.
166 * gas/lns/lns-big-delta.d: Likewise.
167 * gas/lns/lns-common-1-alt.d: Likewise.
168 * gas/lns/lns-common-1.d: Likewise.
169 * gas/lns/lns-duplicate.d: Likewise.
170 * gas/mips/loc-swap-2.d: Likewise.
171 * gas/mips/loc-swap.d: Likewise.
172 * gas/mips/micromips@loc-swap-2.d: Likewise.
173 * gas/mips/micromips@loc-swap.d: Likewise.
174 * gas/mips/mips16-dwarf2-n32.d: Likewise.
175 * gas/mips/mips16-dwarf2.d: Likewise.
176 * gas/mips/mips16@loc-swap-2.d: Likewise.
177 * gas/mips/mips16@loc-swap.d: Likewise.
178
179 2013-05-28 Maciej W. Rozycki <macro@codesourcery.com>
180
181 * gas/mips/ld-zero.d: New test.
182 * gas/mips/ld-zero-2.d: New test.
183 * gas/mips/ld-zero-3.d: New test.
184 * gas/mips/ld-zero-q.d: New test.
185 * gas/mips/ld-zero-u.d: New test.
186 * gas/mips/ecoff@ld-zero-3.d: New test.
187 * gas/mips/micromips@ld-zero-2.d: New test.
188 * gas/mips/micromips@ld-zero-3.d: New test.
189 * gas/mips/ld-zero.s: New test source.
190 * gas/mips/ld-zero-2.s: New test source.
191 * gas/mips/ld-zero-3.s: New test source.
192 * gas/mips/ld-zero-q.s: New test source.
193 * gas/mips/ld-zero-u.s: New test source.
194 * gas/mips/mips.exp: Run the new tests.
195
196 2013-05-28 Yufeng Zhang <yufeng.zhang@arm.com>
197
198 * gas/aarch64/tls.d: Update.
199 * gas/aarch64/tls.s: Update.
200
201 2013-05-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
202
203 * gas/arm/armv8-a-bad.l: Update expected warning message.
204 * gas/arm/armv8-a-it-bad.l: Likewise.
205
206 2013-05-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
207
208 * gas/aarch64/adr_1.d: New file.
209 * gas/aarch64/adr_1.s: New file.
210 * gas/aarch64/b_1.d: New file.
211 * gas/aarch64/b_1.s: New file.
212 * gas/aarch64/beq_1.d: New file.
213 * gas/aarch64/beq_1.s: New file.
214 * gas/aarch64/ldr_1.d: New file.
215 * gas/aarch64/ldr_1.s: New file.
216 * gas/aarch64/tbz_1.d: New file.
217 * gas/aarch64/tbz_1.s: New file.
218
219 2013-05-24 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
220
221 * gas/s390/zarch-z9-109-err.s, gas/s390/zarch-z9-109-err.l: New test.
222 * gas/s390/s390.exp: Run it.
223
224 2013-05-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
225
226 * gas/s390/zarch-zEC12.d: Adjust length operands for cdzt, cxzt,
227 czdt, and czxt.
228 * gas/s390/zarch-zEC12.d: Likewise.
229
230 2013-05-22 Jürgen Urban <JuergenUrban@gmx.de>
231
232 * gas/mips/r5900-full.s, gas/mips/r5900-full.d: Add tests for LQ
233 and SQ macros.
234 * gas/mips/r5900-vu0.s, gas/mips/r5900-vu0.d: New test.
235 * gas/mips/mips.exp: Run it.
236
237 2013-05-21 Alan Modra <amodra@gmail.com>
238
239 * gas/ppc/vsx2.d: Ignore trailing padding.
240
241 2013-05-20 Peter Bergner <bergner@vnet.ibm.com>
242
243 * gas/ppc/altivec2.d <bcdadd., bcdadd., vaddcuq, vaddecuq, vaddeuqm,
244 vaddudm, vadduqm, vbpermq, vcipher, vcipherlast, vclzb, vclzd, vclzh,
245 vclzw, vcmpequd, vcmpequd., vcmpgtsd, vcmpgtsd., vcmpgtud, vcmpgtud.,
246 veqv, vgbbd, vmaxsd, vmaxud, vminsd, vminud, vmrgew, vmrgow, vmulesw,
247 vmuleuw, vmulosw, vmulouw, vmuluwm, vnand, vncipher, vncipherlast,
248 vorc, vpermxor, vpksdss, vpksdus, vpkudum, vpkudus, vpmsumb, vpmsumd,
249 vpmsumh, vpmsumw, vpopcntb, vpopcntd, vpopcnth, vpopcntw, vrld, vsbox,
250 vshasigmad, vshasigmaw, vsld, vsrad, vsrd, vsubcuq, vsubecuq, vsubeuqm,
251 vsubudm, vsubuqm, vupkhsw, vupklsw>: Add new tests.
252 * gas/ppc/altivec2.s: Likewise.
253 * gas/ppc/power8.d <bcdadd., bcdsub., bctar, bctarl, clrbhrb, fmrgew,
254 fmrgow, lqarx, lxsiwax, lxsiwzx, lxsspx, mfbhrbe, mfvsrd, mfvsrwz,
255 msgclrp, msgsndp, mtsle, mtvsrd, mtvsrwa, mtvsrwz, pbt., rfebb,
256 stqcx., stxsiwx, stxsspx, vaddcuq, vaddecuq, vaddeuqm, vaddudm,
257 vadduqm, vbpermq, vcipher, vcipherlast, vclzb, vclzd, vclzh, vclzw,
258 vcmpequd, vcmpequd., vcmpgtsd, vcmpgtsd., vcmpgtud, vcmpgtud., veqv,
259 vgbbd, vmaxsd, vmaxud, vminsd, vminud, vmrgow, vmulesw, vmuleuw,
260 vmulosw, vmulouw, vmuluwm, vnand, vncipher, vncipherlast, vorc,
261 vpermxor, vpksdss, vpksdus, vpkudum, vpkudus, vpmsumb, vpmsumd,
262 vpmsumh, vpmsumw, vpopcntb, vpopcntd, vpopcnth, vpopcntw, vrld, vsbox,
263 vshasigmad, vshasigmaw, vsld, vsrad, vsrd, vsubcuq, vsubecuq, vsubeuqm,
264 vsubuqm, vupkhsw, vupklsw, waitasec, xsaddsp, xscvdpspn, xscvspdpn,
265 xscvsxdsp, xscvuxdsp, xsdivsp, xsmaddasp, xsmaddmsp, xsmsubasp,
266 xsmsubmsp, xsmulsp, xsnmaddasp, xsnmaddmsp, xsnmsubasp, xsnmsubmsp,
267 xsresp, xsrsp, xsrsqrtesp, xssqrtsp, xssubsp, xxleqv, xxlnand,
268 xxlorc>: Add new tests.
269 * gas/ppc/power8.s Likewise.
270 * gas/ppc/vsx.d <lxvd2x, stxvd2x>: Add new tests.
271 * gas/ppc/vsx.s Likewise.
272 * gas/ppc/vsx2.d: New test file.
273 * gas/ppc/vsx2.s: Likewise.
274 * gas/ppc/ppc.exp: Run it.
275
276 2013-05-16 Tristan Gingold <gingold@adacore.com>
277
278 * gas/ppc/ppc.exp: Do not run simpshft on aix.
279
280 2013-05-16 Nick Clifton <nickc@redhat.com>
281
282 * gas/msp430/opcodes.s: Use correct value for .arch pseudo.
283 * gas/msp430/msp430x.d: Use correct value for -mcpu option.
284
285 2013-05-13 Yufeng Zhang <yufeng.zhang@arm.com>
286
287 * gas/aarch64/diagnostic.s: Update.
288 * gas/aarch64/diagnostic.l: Ditto.
289 * gas/aarch64/movi.s: Add new tests.
290 * gas/aarch64/movi.d: Update.
291
292 2013-05-09 Andrew Pinski <apinski@cavium.com>
293
294 * gas/mips/mips.exp: Run virt and virt64 testcases.
295 * gas/mips/virt.d: New file.
296 * gas/mips/virt.s: New file.
297 * gas/mips/virt64.d: New file.
298 * gas/mips/virt64.s: New file.
299
300 2013-05-04 Richard Sandiford <rdsandiford@googlemail.com>
301
302 * gas/mips/micromips-warn-branch-delay.d: Use numeric registers.
303
304 2013-05-02 Richard Sandiford <rdsandiford@googlemail.com>
305
306 * gas/mips/mips16-stabs.s, gas/mips/mips16-stabs.d: New test.
307 * gas/mips/mips.exp: Run it.
308
309 2013-05-02 Nick Clifton <nickc@redhat.com>
310
311 * gas/all/gas.exp: Skip the DIFF1 test for the MSP430.
312 Expect the FORWARD test to pass for the MSP430.
313 Skip the REDEF tests for the MSP430.
314 Expect the 930509A test to fail for the MSP430.
315 * gas/all/sleb128-4.d: Skip for the MSP430.
316 * gas/elf/elf.exp: Set target_machine to msp430 for the MSP430.
317 Skip the EHOPT0 test for the MSP430.
318 Skip the REDEF and EQU-RELOC tests for the MSP430.
319 * gas/elf/section2.e-msp430: New file.
320 * gas/lns/lns-big-delta.d: Remove expectation of 20-bit
321 addresses.
322 * gas/lns/lns.exp: Use alternate LNS COMMON test for the MSP430.
323 * gas/msp430/msp430x.s: New test.
324 * gas/msp430/msp430x.d: Expected disassembly.
325 * gas/msp430/msp430.exp: Run new test.
326 * gas/msp430/opcode.d: Update expected disassembly.
327
328 2013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
329
330 * gas/mips/ext-ill.s: New file.
331 * gas/mips/ext-ill.l: New file.
332 * gas/mips/mips.exp: Run new tests.
333
334 2013-04-29 Nick Clifton <nickc@redhat.com>
335
336 * gas/elf/dwarf2-3.d: Fix expected readelf output.
337
338 2013-04-24 H.J. Lu <hongjiu.lu@intel.com>
339
340 * gas/i386/rex.d: Skip x86_64-*-elf*.
341 * gas/i386/ilp32/rex.d: Likewise.
342
343 2013-04-15 Julian Brown <julian@codesourcery.com>
344
345 * gas/all/gas.exp (sleb128-7): Don't run for tic4x, tic54x.
346 * gas/all/sleb128-2.s: Reformat, use _ at start of labels, remove
347 cruft.
348 * gas/all/sleb128-3.s: Likewise.
349 * gas/all/sleb128-4.s: Likewise.
350 * gas/all/sleb128-5.s: Likewise.
351 * gas/all/sleb128-7.s: Likewise.
352 * gas/all/sleb128-2.d: Handle data sections named $DATA$.
353 * gas/all/sleb128-3.d: Likewise.
354 * gas/all/sleb128-4.d: Likewise.
355 * gas/all/sleb128-5.d: Likewise.
356 * gas/all/sleb128-7.d: Likewise.
357
358 2013-04-10 Julian Brown <julian@codesourcery.com>
359
360 * gas/all/sleb128-2.s: New test.
361 * gas/all/sleb128-3.s: Likewise.
362 * gas/all/sleb128-4.s: Likewise.
363 * gas/all/sleb128-5.s: Likewise.
364 * gas/all/sleb128-7.s: Likewise.
365 * gas/all/sleb128-2.d: New.
366 * gas/all/sleb128-3.d: New.
367 * gas/all/sleb123-4.d: New.
368 * gas/all/sleb123-5.d: New.
369 * gas/all/sleb123-7.d: New.
370 * gas/all/gas.exp (sleb128-2, sleb128-3, sleb128-4, sleb128-5)
371 (sleb128-7): Run new tests.
372
373 2013-04-10 Jan Beulich <jbeulich@suse.com>
374
375 * gas/testsuite/gas/arm/ldst-pc.s: Add index, non-writeback
376 forms of various loads and stores with PC as base.
377 * gas/testsuite/gas/arm/ldst-pc.d: Update accordingly.
378
379 2013-04-10 Jan Beulich <jbeulich@suse.com>
380
381 * gas/arm/barrier-bad.d: Change title.
382 * gas/arm/barrier-bad.s: Add immediate form of ISB and DSB as
383 well as one symbolic form of DSB.
384 * gas/arm/barrier-bad.l: Update accordingly.
385 * gas/arm/barrier-bad-thumb.d: Adjust title. Use barrier-bad.s as
386 source. Pass -mthumb to gas.
387 * gas/arm/barrier-bad-thumb.l: Remove.
388 * gas/arm/barrier-bad-thumb.s: Remove.
389 * gas/arm/barrier-thumb.d: Adjust title. Use barrier.s as source.
390 Pass -mthumb to gas.
391 * gas/arm/barrier-thumb.s: Remove.
392
393 2013-04-09 Jan Beulich <jbeulich@suse.com>
394
395 * gas/arm/vfp1xD.s: Add VMRS/VMSR tests with FPINST, FPINST2,
396 and C15.
397 * gas/arm/vfp1xD.d: Update accordingly.
398
399 2013-04-09 Jan Beulich <jbeulich@suse.com>
400
401 * gas/arm/neon-omit.s: Add tests for suffix less VMOV.
402 * gas/arm/neon-omit.d: Update accordingly.
403
404 2013-04-09 Jan Beulich <jbeulich@suse.com>
405
406 * gas/arm/neon-addressing-bad.s: Add test for further invalid VST
407 operands.
408 * gas/arm/neon-addressing-bad.l: Update accordingly.
409
410 2013-04-08 Jan Beulich <jbeulich@suse.com>
411
412 * gas/i386/x86-64-opcode.s: Flesh out LOOP and J*CXZ sections.
413 Correct comments in Jcc section.
414 * gas/i386/x86-64-opcode.d: Refresh.
415 * gas/i386/ilp32/x86-64-opcode.d: Refresh.
416
417 2013-04-06 David S. Miller <davem@davemloft.net>
418
419 * gas/sparc/cbcond.s: Add tests for new opcode aliases.
420 * gas/sparc/cbcond.d: Updated.
421 * gas/sparc/hpcvis3.s: Add tests for new opcode aliases.
422 * gas/sparc/hpcvis3.d: Updated.
423 * gas/sparc/v8-movwr-imm.d: Fix expected disassembly.
424 * gas/sparc/edge.s: New test.
425 * gas/sparc/edge.d: Expected disassembly.
426 * gas/sparc/flush.s: New test.
427 * gas/sparc/flush.d: Expected disassembly.
428 * gas/sparc/ldd_std.s: New test.
429 * gas/sparc/ldd_std.d: Expected disassembly.
430 * gas/sparc/ldtw_sttw.s: New test.
431 * gas/sparc/ldtw_sttw.d: Expected disassembly.
432 * gas/sparc/sparc.exp: Run new tests.
433
434 2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
435
436 PR binutils/15068
437 * gas/tic6x/insns16-lsd-unit.s: Correct bit patterns for mvk, add
438 and xor.
439 * gas/tic6x/insns16-lsd-unit.d: Update expected output.
440
441 2013-03-27 H.J. Lu <hongjiu.lu@intel.com>
442
443 * gas/i386/addr32.s: Add an SIB test.
444 * gas/i386/addr32.d: Updated.
445
446 2013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
447
448 PR binutils/15068
449 * gas/tic6x/insns16-d-unit.s: New test.
450 * gas/tic6x/insns16-d-unit.d: Expected disassembly.
451 * gas/tic6x/insns16-ddec.s: New test.
452 * gas/tic6x/insns16-ddec.d: Expected disassembly.
453 * gas/tic6x/insns16-dinc.s: New test.
454 * gas/tic6x/insns16-dinc.d: Expected disassembly.
455 * gas/tic6x/insns16-dind.s: New test.
456 * gas/tic6x/insns16-dind.d: Expected disassembly.
457 * gas/tic6x/insns16-doff4.s: New test.
458 * gas/tic6x/insns16-doff4.d: Expected disassembly.
459 * gas/tic6x/insns16-l-unit.s: New test.
460 * gas/tic6x/insns16-l-unit.d: Expected disassembly.
461 * gas/tic6x/insns16-lsd-unit.s: New test.
462 * gas/tic6x/insns16-lsd-unit.d: Expected disassembly.
463 * gas/tic6x/insns16-m-unit.s: New test.
464 * gas/tic6x/insns16-m-unit.d: Expected disassembly.
465 * gas/tic6x/insns16-s-unit-pcrel.s: New test.
466 * gas/tic6x/insns16-s-unit-pcrel.d: Expected disassembly.
467 * gas/tic6x/insns16-s-unit: New test.
468 * gas/tic6x/insns16-s-unit.d: Expected disassembly.
469
470 2013-03-26 Douglas B Rupp <rupp@adacore.com>
471
472 * gas/ia64/ia64.exp: Add new test reloc-mlx
473 * gas/ia64/reloc-mlx.[sd]: New test for X-unit reloc.
474 * gas/ia64/pcrel.d: Fix output for X-unit reloc.
475
476 2013-03-21 Will Newton <will.newton@linaro.org>
477
478 * gas/arm/thumb2_relax.d: Strip out invalid pc-relative strs.
479 * gas/arm/thumb2_relax.s: Likewise.
480 * gas/arm/thumb32.d: Likewise.
481 * gas/arm/thumb32.l: Likewise.
482 * gas/arm/thumb32.s: Likewise.
483 * gas/arm/thumb2_str-bad.d: New file.
484 * gas/arm/thumb2_str-bad.l: Likewise.
485 * gas/arm/thumb2_str-bad.s: Likewise.
486
487 2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
488
489 PR gas/15082
490 * gas/tic6x/insns-bad-1.s: Remove test-case for mpydp with
491 cross-path.
492 * gas/tic6x/insns-bad-1.l: Update expected output.
493 * gas/tic6x/insns-c674x.s: Add a test-case for mpydp with
494 cross-path.
495 * gas/tic6x/insns-c674x.d: Update expected output.
496
497 2013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
498
499 PR gas/15095
500 * gas/tic6x/insns-c674x.s: Add test cases for the newly generated
501 opcode.
502 * gas/tic6x/insns-c674x.d: Update expected disassembly.
503
504 2013-03-15 Will Newton <will.newton@linaro.org>
505
506 * gas/arm/any-idiv.d: Expand *-*eabi test to cover *-*eabi*.
507 * gas/arm/arch4t-eabi.d: Likewise.
508 * gas/arm/arch4t.d: Likewise.
509 * gas/arm/attr-any-armv4t.d: Likewise.
510 * gas/arm/attr-any-thumbv6.d: Likewise.
511 * gas/arm/attr-cpu-directive.d: Likewise.
512 * gas/arm/attr-default.d: Likewise.
513 * gas/arm/attr-march-all.d: Likewise.
514 * gas/arm/attr-march-armv1.d: Likewise.
515 * gas/arm/attr-march-armv2.d: Likewise.
516 * gas/arm/attr-march-armv2a.d: Likewise.
517 * gas/arm/attr-march-armv2s.d: Likewise.
518 * gas/arm/attr-march-armv3.d: Likewise.
519 * gas/arm/attr-march-armv3m.d: Likewise.
520 * gas/arm/attr-march-armv4.d: Likewise.
521 * gas/arm/attr-march-armv4t.d: Likewise.
522 * gas/arm/attr-march-armv4txm.d: Likewise.
523 * gas/arm/attr-march-armv4xm.d: Likewise.
524 * gas/arm/attr-march-armv5.d: Likewise.
525 * gas/arm/attr-march-armv5t.d: Likewise.
526 * gas/arm/attr-march-armv5te.d: Likewise.
527 * gas/arm/attr-march-armv5tej.d: Likewise.
528 * gas/arm/attr-march-armv5texp.d: Likewise.
529 * gas/arm/attr-march-armv5txm.d: Likewise.
530 * gas/arm/attr-march-armv6-m+os.d: Likewise.
531 * gas/arm/attr-march-armv6-m.d: Likewise.
532 * gas/arm/attr-march-armv6.d: Likewise.
533 * gas/arm/attr-march-armv6j.d: Likewise.
534 * gas/arm/attr-march-armv6k+sec.d: Likewise.
535 * gas/arm/attr-march-armv6k.d: Likewise.
536 * gas/arm/attr-march-armv6kt2.d: Likewise.
537 * gas/arm/attr-march-armv6s-m.d: Likewise.
538 * gas/arm/attr-march-armv6t2.d: Likewise.
539 * gas/arm/attr-march-armv6z.d: Likewise.
540 * gas/arm/attr-march-armv6zk.d: Likewise.
541 * gas/arm/attr-march-armv6zkt2.d: Likewise.
542 * gas/arm/attr-march-armv6zt2.d: Likewise.
543 * gas/arm/attr-march-armv7-a+idiv.d: Likewise.
544 * gas/arm/attr-march-armv7-a+mp.d: Likewise.
545 * gas/arm/attr-march-armv7-a+sec+virt.d: Likewise.
546 * gas/arm/attr-march-armv7-a+sec.d: Likewise.
547 * gas/arm/attr-march-armv7-a+virt.d: Likewise.
548 * gas/arm/attr-march-armv7-a.d: Likewise.
549 * gas/arm/attr-march-armv7-m.d: Likewise.
550 * gas/arm/attr-march-armv7-r+mp.d: Likewise.
551 * gas/arm/attr-march-armv7-r.d: Likewise.
552 * gas/arm/attr-march-armv7.d: Likewise.
553 * gas/arm/attr-march-armv7a.d: Likewise.
554 * gas/arm/attr-march-armv7em.d: Likewise.
555 * gas/arm/attr-march-armv7m.d: Likewise.
556 * gas/arm/attr-march-armv7r.d: Likewise.
557 * gas/arm/attr-march-armv8-a+crypto.d: Likewise.
558 * gas/arm/attr-march-armv8-a+fp.d: Likewise.
559 * gas/arm/attr-march-armv8-a+simd.d: Likewise.
560 * gas/arm/attr-march-armv8-a.d: Likewise.
561 * gas/arm/attr-march-iwmmxt.d: Likewise.
562 * gas/arm/attr-march-iwmmxt2.d: Likewise.
563 * gas/arm/attr-march-xscale.d: Likewise.
564 * gas/arm/attr-mcpu.d: Likewise.
565 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
566 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
567 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
568 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
569 * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
570 * gas/arm/attr-mfpu-fpa.d: Likewise.
571 * gas/arm/attr-mfpu-fpa10.d: Likewise.
572 * gas/arm/attr-mfpu-fpa11.d: Likewise.
573 * gas/arm/attr-mfpu-fpe.d: Likewise.
574 * gas/arm/attr-mfpu-fpe2.d: Likewise.
575 * gas/arm/attr-mfpu-fpe3.d: Likewise.
576 * gas/arm/attr-mfpu-maverick.d: Likewise.
577 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
578 * gas/arm/attr-mfpu-neon.d: Likewise.
579 * gas/arm/attr-mfpu-softfpa.d: Likewise.
580 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
581 * gas/arm/attr-mfpu-softvfp.d: Likewise.
582 * gas/arm/attr-mfpu-vfp.d: Likewise.
583 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
584 * gas/arm/attr-mfpu-vfp10.d: Likewise.
585 * gas/arm/attr-mfpu-vfp3.d: Likewise.
586 * gas/arm/attr-mfpu-vfp9.d: Likewise.
587 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
588 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
589 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
590 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
591 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
592 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
593 * gas/arm/attr-names.d: Likewise.
594 * gas/arm/attr-order.d: Likewise.
595 * gas/arm/attr-override-cpu-directive.d: Likewise.
596 * gas/arm/attr-override-mcpu.d: Likewise.
597 * gas/arm/got_prel.d: Likewise.
598 * gas/arm/mapdir.d: Likewise.
599 * gas/arm/mapmisc.d: Likewise.
600 * gas/arm/mapsecs.d: Likewise.
601 * gas/arm/mapshort-eabi.d: Likewise.
602 * gas/arm/mapshort-elf.d: Likewise.
603 * gas/arm/mov-highregs-any.d: Likewise.
604 * gas/arm/mov-lowregs-any.d: Likewise.
605 * gas/arm/pr12198-1.d: Likewise.
606 * gas/arm/pr12198-2.d: Likewise.
607 * gas/arm/thumb-eabi.d: Likewise.
608 * gas/arm/thumb.d: Likewise.
609 * gas/arm/thumbrel.d: Likewise.
610
611 2013-03-15 Nick Clifton <nickc@redhat.com>
612
613 * gas/arm/arch7.d: Skip for non-ELF ARM targets.
614 * gas/arm/arch7a-mp.d: Likewise.
615 * gas/arm/arch7em.d: Likewise.
616 * gas/arm/crc32-bad.d: Likewise.
617 * gas/arm/crc32.d: Likewise.
618
619 2013-03-15 Will Newton <will.newton@linaro.org>
620
621 * gas/arm/vstr-thumb-bad.d: Assemble with -mcpu=arm1156t2f-s.
622
623 2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
624
625 * gas/nios2/nios2.exp: Use run_dump_tests.
626 * gas/nios2/mov.d: Delete file.
627 * gas/nios2/mov.s: Likewise.
628 * gas/nios2/rol.d: Likewise.
629 * gas/nios2/rol.s: Likewise.
630 * gas/nios2/add.d: Check instruction values.
631 * gas/nios2/align_fill.d: Likewise.
632 * gas/nios2/and.d: Likewise.
633 * gas/nios2/branch.d: Likewise.
634 * gas/nios2/bret.d: Likewise.
635 * gas/nios2/cache.d: Likewise.
636 * gas/nios2/call.d: Likewise.
637 * gas/nios2/call26.d: Likewise.
638 * gas/nios2/cmp.d: Likewise.
639 * gas/nios2/comments.d: Likewise.
640 * gas/nios2/complex.d: Likewise.
641 * gas/nios2/ctl.d: Likewise.
642 * gas/nios2/custom.d: Likewise.
643 * gas/nios2/etbt.d: Likewise.
644 * gas/nios2/flushda.d: Likewise.
645 * gas/nios2/jmp.d: Likewise.
646 * gas/nios2/ldb.d: Likewise.
647 * gas/nios2/ldh.d: Likewise.
648 * gas/nios2/ldw.d: Likewise.
649 * gas/nios2/lineseparator.d: Likewise.
650 * gas/nios2/movi.d: Likewise.
651 * gas/nios2/movia.d: Likewise.
652 * gas/nios2/mul.d: Likewise.
653 * gas/nios2/nor.d: Likewise.
654 * gas/nios2/or.d: Likewise.
655 * gas/nios2/registers.d: Likewise.
656 * gas/nios2/ret.d: Likewise.
657 * gas/nios2/rotate.d: Likewise.
658 * gas/nios2/stb.d: Likewise.
659 * gas/nios2/sth.d: Likewise.
660 * gas/nios2/stw.d: Likewise.
661 * gas/nios2/sub.d: Likewise.
662 * gas/nios2/sync.d: Likewise.
663 * gas/nios2/trap.d: Likewise.
664 * gas/nios2/tret.d: Likewise.
665 * gas/nios2/xor.d: Likewise.
666
667 2013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
668
669 * gas/nios2/break.d: Check instruction values.
670
671 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
672
673 * gas/nios2/nios2.exp: Run wrprs.
674 * gas/nios2/wrprs.d: New file.
675 * gas/nios2/wrprs.s: Likewise.
676
677 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
678
679 * gas/nios2/nios2.exp: Run rdprs.
680 * gas/nios2/rdprs.d: New file.
681 * gas/nios2/rdprs.s: Likewise.
682
683 2013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
684
685 * gas/nios2/nios2.exp: Run registers.
686 * gas/nios2/registers.d: New file.
687 * gas/nios2/registers.s: Likewise.
688
689 2013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
690
691 * gas/arm/crc32-bad.d: New file.
692 * gas/arm/crc32-bad.l: Likewise.
693 * gas/arm/crc32-bad.s: Likewise.
694 * gas/arm/crc32.d: Likewise.
695 * gas/arm/crc32.s: Likewise.
696
697 2013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
698
699 * gas/aarch64/diagnostic.s: Add test.
700 * gas/aarch64/diagnostic.l: Update.
701 * gas/aarch64/illegal.s: Add test.
702 * gas/aarch64/illegal.l: Update.
703 * gas/aarch64/fpmov.s: New file.
704 * gas/aarch64/fpmov.d: New file.
705
706 2013-03-01 H.J. Lu <hongjiu.lu@intel.com>
707
708 * gas/i386/inval.s: Add tests for invalid addresses and eiz.
709
710 * gas/i386/x86-64-inval.s: Add tests for invalid addresses and
711 riz/eiz.
712
713 * gas/i386/inval.l: Updated.
714 * gas/i386/x86-64-inval.l: Likewise.
715
716 2013-02-28 H.J. Lu <hongjiu.lu@intel.com>
717
718 * gas/i386/i386.exp: Run inval-rep and x86-64-inval-rep.
719
720 * gas/i386/inval-rep.l: New file.
721 * gas/i386/inval-rep.s: Likewise.
722 * gas/i386/x86-64-inval-rep.l: Likewise.
723 * gas/i386/x86-64-inval-rep.s: Likewise.
724
725 2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
726
727 * gas/aarch64/crc32.s: New test.
728 * gas/aarch64/crc32.d: Ditto.
729
730 2013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
731
732 * gas/aarch64/illegal.l: Delete the error message for
733 msr S3_1_C13_C15_1,x7.
734 * gas/aarch64/sysreg.s: Add new tests.
735 * gas/aarch64/sysreg.d: Update.
736
737 2013-02-19 H.J. Lu <hongjiu.lu@intel.com>
738
739 PR gas/15159
740 * gas/i386/i386.exp: Run smap and x86-64-smap.
741
742 * gas/i386/smap.d: New file.
743 * gas/i386/smap.s: likewise.
744 * gas/i386/x86-64-smap.d: likewise.
745
746 2013-02-15 Markos Chandras <markos.chandras@imgtec.com>
747
748 * gas/metag/labelarithmetic.d: Fix the expected disassembler
749 output to be in little endian format
750 * gas/metag/metacore12.d: likewise
751 * gas/metag/metacore21.d: likewise
752 * gas/metag/metacore21ext.d: likewise
753 * gas/metag/metadsp21.d: likewise
754 * gas/metag/metadsp21ext.d: likewise
755 * gas/metag/metafpu.d: likewise
756 * gas/metag/metafpuext.d: likewise
757 * gas/metag/tls.d: likewise
758
759 2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
760
761 * gas/arm/neon-vmov-bad.d: New file.
762 * gas/arm/neon-vmov-bad.s: Likewise.
763 * gas/arm/neon-vmov-bad.l: Likewise.
764
765 2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
766
767 * gas/aarch64/system.s: Add tests.
768 * gas/aarch64/system.d: Update.
769
770 2013-02-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
771
772 * gas/arm/archv6t2.s: Add strht and ldrht tests.
773 * gas/arm/archv6t2.d: Add disassembly patterns for the above.
774
775 2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
776
777 * gas/mips/24k-triple-stores-2.d, gas/mips/24k-triple-stores-2.s,
778 gas/mips/micromips@24k-triple-stores-2.d: Move "sc" tests to...
779 * gas/mips/24k-triple-stores-2-llsc.d,
780 gas/mips/24k-triple-stores-2-llsc.s,
781 gas/mips/micromips@24k-triple-stores-2-llsc.d: ...these new tests.
782 * gas/mips/r5900-full.d, gas/mips/r5900-full.s: Verify that the
783 MIPS ISA level can be upgraded to support ll, sc, lld and scd.
784 * gas/mips/l_d-single.d, gas/mips/s_d-single.d,
785 gas/mips/r5900-nollsc.l, gas/mips/r5900-nollsc.s: New tests.
786 * gas/mips/mips.exp: Update accordingly. Add "nollsc" to r5900
787 properties.
788
789 2013-02-08 Alan Modra <amodra@gmail.com>
790
791 * gas/nios2/nios2.exp: Add copyright.
792 (run_list_test): Delete. Adjust callers to use standard version.
793
794 2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
795 Andrew Jenner <andrew@codesourcery.com>
796
797 Based on patches from Altera Corporation.
798
799 * gas/nios2/add.d: New.
800 * gas/nios2/add.s: New.
801 * gas/nios2/align_fill.d: New.
802 * gas/nios2/align_fill.s: New.
803 * gas/nios2/align_text.d: New.
804 * gas/nios2/align_text.s: New.
805 * gas/nios2/and.d: New.
806 * gas/nios2/and.s: New.
807 * gas/nios2/branch.d: New.
808 * gas/nios2/branch.s: New.
809 * gas/nios2/break.d: New.
810 * gas/nios2/break.s: New.
811 * gas/nios2/bret.d: New.
812 * gas/nios2/bret.s: New.
813 * gas/nios2/cache.d: New.
814 * gas/nios2/cache.s: New.
815 * gas/nios2/call26.d: New.
816 * gas/nios2/call26.s: New.
817 * gas/nios2/call.d: New.
818 * gas/nios2/call.s: New.
819 * gas/nios2/cmp.d: New.
820 * gas/nios2/cmp.s: New.
821 * gas/nios2/comments.d: New.
822 * gas/nios2/comments.s: New.
823 * gas/nios2/complex.d: New.
824 * gas/nios2/complex.s: New.
825 * gas/nios2/ctl.d: New.
826 * gas/nios2/ctl.s: New.
827 * gas/nios2/custom.d: New.
828 * gas/nios2/custom.s: New.
829 * gas/nios2/etbt.d: New.
830 * gas/nios2/etbt.s: New.
831 * gas/nios2/flushda.d: New.
832 * gas/nios2/flushda.s: New.
833 * gas/nios2/illegal.l: New.
834 * gas/nios2/illegal.s: New.
835 * gas/nios2/jmp.d: New.
836 * gas/nios2/jmp.s: New.
837 * gas/nios2/ldb.d: New.
838 * gas/nios2/ldb.s: New.
839 * gas/nios2/ldh.d: New.
840 * gas/nios2/ldh.s: New.
841 * gas/nios2/ldw.d: New.
842 * gas/nios2/ldw.s: New.
843 * gas/nios2/lineseparator.d: New.
844 * gas/nios2/lineseparator.s: New.
845 * gas/nios2/mov.d: New.
846 * gas/nios2/movia.d: New.
847 * gas/nios2/movia.s: New.
848 * gas/nios2/movi.d: New.
849 * gas/nios2/movi.s: New.
850 * gas/nios2/mov.s: New.
851 * gas/nios2/mul.d: New.
852 * gas/nios2/mul.s: New.
853 * gas/nios2/nios2.exp: New.
854 * gas/nios2/nor.d: New.
855 * gas/nios2/nor.s: New.
856 * gas/nios2/or.d: New.
857 * gas/nios2/or.s: New.
858 * gas/nios2/ret.d: New.
859 * gas/nios2/ret.s: New.
860 * gas/nios2/rol.d: New.
861 * gas/nios2/rol.s: New.
862 * gas/nios2/rotate.d: New.
863 * gas/nios2/rotate.s: New.
864 * gas/nios2/stb.d: New.
865 * gas/nios2/stb.s: New.
866 * gas/nios2/sth.d: New.
867 * gas/nios2/sth.s: New.
868 * gas/nios2/stw.d: New.
869 * gas/nios2/stw.s: New.
870 * gas/nios2/sub.d: New.
871 * gas/nios2/sub.s: New.
872 * gas/nios2/sync.d: New.
873 * gas/nios2/sync.s: New.
874 * gas/nios2/trap.d: New.
875 * gas/nios2/trap.s: New.
876 * gas/nios2/tret.d: New.
877 * gas/nios2/tret.s: New.
878 * gas/nios2/warn_noat.l: New.
879 * gas/nios2/warn_noat.s: New.
880 * gas/nios2/warn_nobreak.l: New.
881 * gas/nios2/warn_nobreak.s: New.
882 * gas/nios2/xor.d: New.
883 * gas/nios2/xor.s: New.
884
885 2013-01-31 Tristan Gingold <gingold@adacore.com>
886
887 * gas/ppc/test1xcoff32.d: Updated.
888 * gas/all/fwdexp.d: Adjusted for AIX.
889
890 2013-01-30 Yufeng Zhang <yufeng.zhang@arm.com>
891
892 * gas/aarch64/alias.s: Add new tests.
893 * gas/aarch64/alias.d: Update.
894 * gas/aarch64/no-aliases.d: Update.
895
896 2013-01-30 Markos Chandras <markos.chandras@imgtec.com>
897
898 * gas/metag/metacore21-invalid.s: Add invalid SWAP testcases.
899 * gas/metag/metacore21-invalid.l: Add expected output for invalid
900 SWAP testcases.
901
902 2013-01-28 Alexis Deruelle <alexis.deruelle@gmail.com>
903
904 PR gas/15069
905 * gas/tic6x/insns-c674x-pcrel.s: Add test of BNOP instruction
906 within header based fetch packet.
907 * gas/tic6x/insns-c674x-pcrel.d: Update expected disassembly.
908
909 2013-01-24 Nick Clifton <nickc@redhat.com>
910
911 * gas/elf/warn-2.s: Skip for all V850 variants.
912
913 2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
914
915 * gas/aarch64/diagnostic.l: Update.
916 * gas/aarch64/movi.s: Add tests.
917 * gas/aarch64/movi.d: Update.
918 * gas/aarch64/programmer-friendly.s: Add comment.
919
920 2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
921
922 * gas/i386/i386.exp: Run size-1, size-2, size-3, size-4,
923 x86-64-size-1, x86-64-size-2, x86-64-size-3, x86-64-size-4,
924 x86-64-size-5 and x86-64-size-inval-1.
925
926 * gas/i386/size-1.d: New file.
927 * gas/i386/size-1.s: Likewise.
928 * gas/i386/size-2.d: Likewise.
929 * gas/i386/size-2.s: Likewise.
930 * gas/i386/size-3.d: Likewise.
931 * gas/i386/size-3.s: Likewise.
932 * gas/i386/size-4.d: Likewise.
933 * gas/i386/size-4.s: Likewise.
934 * gas/i386/x86-64-size-1.d: Likewise.
935 * gas/i386/x86-64-size-2.d: Likewise.
936 * gas/i386/x86-64-size-3.d: Likewise.
937 * gas/i386/x86-64-size-4.d: Likewise.
938 * gas/i386/x86-64-size-5.d: Likewise.
939 * gas/i386/x86-64-size-5.s: Likewise.
940 * gas/i386/x86-64-size-inval-1.l: Likewise.
941 * gas/i386/x86-64-size-inval-1.s: Likewise.
942 * gas/i386/ilp32/x86-64-size-1.d: Likewise.
943 * gas/i386/ilp32/x86-64-size-2.d: Likewise.
944 * gas/i386/ilp32/x86-64-size-3.d: Likewise.
945 * gas/i386/ilp32/x86-64-size-4.d: Likewise.
946 * gas/i386/ilp32/x86-64-size-5.d: Likewise.
947
948 2013-01-16 Alan Modra <amodra@gmail.com>
949
950 * gas/ppc/htm.d: Ignore padding at end of section.
951
952 2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
953
954 PR gas/15019
955 * gas/i386/reloc32.s: Add tests for "xtrn@got -/+ 4".
956 * gas/i386/reloc64.s: Likewise.
957 * gas/i386/ilp32/reloc64.s: Likewise.
958
959 * gas/i386/reloc32.d: Updated.
960 * gas/i386/reloc64.d: Likewise.
961 * gas/i386/ilp32/reloc64.d: Likewise.
962
963 2013-01-15 Nick Clifton <nickc@redhat.com>
964
965 * gas/v850/basic.exp: Allow for variations in reloc names.
966 * gas/v850/split-lo16.d: Likewise.
967
968 * gas/v850/v850e1.s: Add more tests of the PREPARE insn.
969 * gas/v850/v850e1.d: Update expected disassembly.
970
971 2013-01-14 Alan Modra <amodra@gmail.com>
972
973 * gas/v850/basic.exp (reloc part 1): Pass -mgcc-abi to gas.
974 * gas/v850/split-lo16.d: Likewise.
975
976 2013-01-14 Will Newton <will.newton@imgtec.com>
977
978 * gas/metag/metadsp21.d: Fix expected MMOV disassembly.
979
980 2013-01-14 Alan Modra <amodra@gmail.com>
981
982 * gas/ppc/htm.s: Use .text rather than .section ".text".
983 * gas/ppc/power8.s: Likewise.
984 * gas/ppc/htm.d: Don't match file format.
985 * gas/ppc/power8.d: Likewise.
986
987 2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
988
989 * gas/ppc/htm.d: New test.
990 * gas/ppc/htm.s: Likewise.
991 * gas/ppc/power8.d: Likewise.
992 * gas/ppc/power8.s: Likewise.
993 * gas/ppc/ppc.exp: Run them.
994
995 2013-01-10 Will Newton <will.newton@imgtec.com>
996
997 * gas/metag/labelarithmetic.d: New file.
998 * gas/metag/labelarithmetic.s: New file.
999 * gas/metag/metacore12.d: New file.
1000 * gas/metag/metacore12.s: New file.
1001 * gas/metag/metacore21-invalid.l: New file.
1002 * gas/metag/metacore21-invalid.s: New file.
1003 * gas/metag/metacore21.d: New file.
1004 * gas/metag/metacore21.s: New file.
1005 * gas/metag/metacore21ext.d: New file.
1006 * gas/metag/metacore21ext.s: New file.
1007 * gas/metag/metadsp21-invalid.l: New file.
1008 * gas/metag/metadsp21-invalid.s: New file.
1009 * gas/metag/metadsp21.d: New file.
1010 * gas/metag/metadsp21.s: New file.
1011 * gas/metag/metadsp21ext.d: New file.
1012 * gas/metag/metadsp21ext.s: New file.
1013 * gas/metag/metafpu21.d: New file.
1014 * gas/metag/metafpu21.s: New file.
1015 * gas/metag/metafpu21ext.d: New file.
1016 * gas/metag/metafpu21ext.s: New file.
1017 * gas/metag/metag.exp: New file.
1018 * gas/metag/tls.d: New file.
1019 * gas/metag/tls.s: New file.
1020
1021 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
1022
1023 * gas/aarch64/diagnostic.s: Add test.
1024 * gas/aarch64/diagnostic.l: Update.
1025
1026 2013-01-07 Nick Clifton <nickc@redhat.com>
1027
1028 PR gas/14887
1029 * gas/arm/neon-ldst-es.s: Add more whitespace.
1030
1031 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
1032
1033 * gas/mips/r5900-full.s: New test.
1034 * gas/mips/r5900-full.d: Expected disassembly.
1035 * gas/mips/r5900.s: New test.
1036 * gas/mips/r5900.d: Expected disassembly.
1037 * gas/mips/mips.exp: Run new tests.
1038
1039 2013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
1040
1041 * gas/aarch64/int-insns.d: Update.
1042 * gas/aarch64/mov.d: Update.
1043 * gas/aarch64/reloc-insn.d: Update.
1044
1045 2013-01-04 Yufeng Zhang <yufeng.zhang@arm.com>
1046
1047 * gas/aarch64/system.d: Update.
1048
1049 2013-01-02 Nick Clifton <nickc@redhat.com>
1050
1051 PR gas/14987
1052 * gas/arm/neon-ldst-es.s: Add whitespace test.
1053 * gas/arm/neon-ldst-es.d: Update expected disassembly.
1054
1055 For older changes see ChangeLog-2012
1056 \f
1057 Copyright (C) 2013 Free Software Foundation, Inc.
1058
1059 Copying and distribution of this file, with or without modification,
1060 are permitted in any medium without royalty provided the copyright
1061 notice and this notice are preserved.
1062
1063 Local Variables:
1064 mode: change-log
1065 left-margin: 8
1066 fill-column: 74
1067 version-control: never
1068 End:
This page took 0.054762 seconds and 4 git commands to generate.