Use .2byte/.4byte instead of .short/.long.
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2010-07-14 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * gas/elf/dwarf2-3.s: Replace .short and .long directives in
4 .debug_info section with .2byte and .4byte respectively.
5
6 2010-07-11 Kai Tietz <kai.tietz@onevision.com>
7
8 * gas/pe/aligncomm-b.d: Regenerated content dump.
9 * gas/pe/aligncomm-d.d: Regenerated content dump.
10 * gas/i386/i386.exp: Disable for mingw 64-bit the intel-got64 test.
11
12 2010-07-08 Tejas Belagod <tejas.belagod@arm.com>
13
14 * gas/arm/barrier.s: New file.
15 * gas/arm/barrier.d: New file.
16 * gas/arm/barrier-thumb.s: New file.
17 * gas/arm/barrier-thumb.d: New file.
18 * gas/arm/barrier-bad.s: New file.
19 * gas/arm/barrier-bad.d: New file.
20 * gas/arm/barrier-bad.l: New file.
21 * gas/arm/barrier-bad-thumb.s: New file.
22 * gas/arm/barrier-bad-thumb.d: New file.
23 * gas/arm/barrier-bad-thumb.l: New file.
24
25 2010-07-08 Daniel Gutson <dgutson@codesourcery.com>
26
27 * gas/arm/reloc-bad.d: New.
28 * gas/arm/reloc-bad.s: New.
29 * gas/arm/reloc-bad.l: New.
30
31 2010-07-06 Maciej W. Rozycki <macro@codesourcery.com>
32
33 * gas/mips/elf-rel27.d: New test for HI16/LO16 relocation
34 pairing.
35 * gas/mips/elf-rel27.s: Source for the new test.
36 * gas/mips/mips.exp: Create "mips16" architecture. Adjust
37 conditions involving negated properties throughout to require
38 "mips1" as appropriate. Run the new test.
39 (mips_arch_destroy): New procedure.
40
41 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
42
43 * gas/mips/mips.exp (run_dump_test_arch): Check for the presence
44 of an architecture-specific test first and use it if found,
45 before falling back to the generic one.
46
47 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
48
49 * gas/mips/mips4-fp.d, gas/mips/mips4-fp.s: Remove checks for
50 branch-likely instructions and place them...
51 * gas/mips/mips4-branch-likely.d, gas/mips/mips4-branch-likely.s:
52 ... in this new test.
53 * gas/mips/mips4-fp.l: Update accordingly.
54 * gas/mips/mips4-branch-likely.l: New stderr output for the new
55 test.
56 * gas/mips/mips.exp (mips4-branch-likely): Run a dump test and
57 a list test with mips4-branch-likely similarly to mips4-fp.
58
59 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
60
61 * gas/mips/beq.d, gas/mips/beq.s: Remove checks for
62 branch-likely instructions.
63 * gas/mips/bge.d, gas/mips/bge.s: Likewise.
64 * gas/mips/bgeu.d, gas/mips/bgeu.s: Likewise.
65 * gas/mips/blt.d, gas/mips/blt.s: Likewise.
66 * gas/mips/bltu.d, gas/mips/bltu.s: Likewise.
67 * gas/mips/branch-likely.d, gas/mips/branch-likely.s: New test,
68 collecting checks for branch-likely instructions removed from
69 the above.
70 * gas/mips/mips.exp: Run the new test and update the
71 constraints for the updated tests to include MIPS I.
72
73 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
74
75 * gas/mips/mips4-fp.d: Reformat.
76
77 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
78
79 * gas/mips/beq.d: Reformat.
80 * gas/mips/bge.d, gas/mips/bgeu.d: Likewise.
81 * gas/mips/blt.d, gas/mips/bltu.d: Likewise.
82
83 2010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
84
85 * gas/mips/beq.d: Remove leftover symbols/relocs from the
86 change on 2009-02-06.
87
88 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
89
90 AVX Programming Reference (June, 2010)
91 * gas/i386/rdrnd.s: Replace rdrnd with rdrand.
92 * gas/i386/rdrnd-intel.d: Likewise.
93 * gas/i386/rdrnd.d: Likewise.
94 * gas/i386/x86-64-rdrnd-intel.d: Likewise.
95 * gas/i386/x86-64-rdrnd.d: Likewise.
96 * gas/i386/x86-64-rdrnd.s: Likewise.
97
98 2010-07-05 H.J. Lu <hongjiu.lu@intel.com>
99
100 PR gas/10531
101 PR gas/11789
102 * gas/i386/dw2-compress-1.d: Remove bogus line debug info.
103
104 * gas/elf/dwarf2-1.d: New.
105 * gas/elf/dwarf2-1.s: Likewise.
106 * gas/elf/dwarf2-2.d: Likewise.
107 * gas/elf/dwarf2-2.s: Likewise.
108 * gas/elf/dwarf2-3.d: Likewise.
109 * gas/elf/dwarf2-3.s: Likewise.
110 * gas/i386/debug1.d: Likewise.
111 * gas/i386/debug1.s: Likewise.
112
113 * gas/elf/elf.exp: Run dwarf2-1, dwarf2-2 and dwarf2-3.
114
115 * gas/i386/i386.exp: Run debug1 for both 32bit and 64bit.
116
117 2010-07-04 H.J. Lu <hongjiu.lu@intel.com>
118
119 * gas/i386/dw2-compress-1.d: New.
120 * gas/i386/dw2-compress-1.s: Likewise.
121
122 * gas/i386/i386.exp: Run dw2-compress-1 for Linux.
123
124 2010-07-03 Jan Beulich <jbeulich@novell.com>
125
126 PR gas/11732
127 * gas/i386/i386.exp: Run new tests.
128 * gas/i386/intel-got{32,64}.{s,d}: New.
129
130 2010-07-01 H.J. Lu <hongjiu.lu@intel.com>
131
132 AVX Programming Reference (June, 2010)
133 * gas/i386/arch-10.s: Add xsaveopt.
134 * gas/i386/x86-64-arch-2.s: Likwise.
135
136 * gas/i386/arch-10.d: Updated.
137 * gas/i386/arch-10-1.l: Likewise.
138 * gas/i386/arch-10-2.l: Likewise.
139 * gas/i386/arch-10-3.l: Likewise.
140 * gas/i386/arch-10-4.l: Likewise.
141 * gas/i386/x86-64-arch-2.d: Likewise.
142
143 * gas/i386/f16c-intel.d: New.
144 * gas/i386/f16c.d: Likewise.
145 * gas/i386/f16c.s: Likewise.
146 * gas/i386/fsgs-intel.d: Likewise.
147 * gas/i386/fsgs.d: Likewise.
148 * gas/i386/fsgs.s: Likewise.
149 * gas/i386/rdrnd-intel.d: Likewise.
150 * gas/i386/rdrnd.d: Likewise.
151 * gas/i386/rdrnd.s: Likewise.
152 * gas/i386/x86-64-f16c-intel.d: Likewise.
153 * gas/i386/x86-64-f16c.d: Likewise.
154 * gas/i386/x86-64-f16c.s: Likewise.
155 * gas/i386/x86-64-fsgs-intel.d: Likewise.
156 * gas/i386/x86-64-fsgs.d: Likewise.
157 * gas/i386/x86-64-fsgs.s: Likewise.
158 * gas/i386/x86-64-rdrnd-intel.d: Likewise.
159 * gas/i386/x86-64-rdrnd.d: Likewise.
160 * gas/i386/x86-64-rdrnd.s: Likewise.
161
162 * gas/i386/i386.exp: Run f16c, f16c-intel, fsgs, fsgs-intel,
163 rdrnd, rdrnd-intel, x86-64-f16c, x86-64-f16c-intel, x86-64-fsgs,
164 x86-64-fsgs-intel, x86-64-rdrnd, x86-64-rdrnd-intel.
165
166 * gas/i386/x86-64-xsave.s: Add tests for xsaveopt64.
167
168 * gas/i386/x86-64-xsave-intel.d: Updated.
169 * gas/i386/x86-64-xsave.d: Likewise.
170
171 2010-07-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
172
173 * gas/arm/thumb2_bad_reg.s: Update mov register tests.
174 * gas/arm/thumb2_bad_reg.l: Likewise.
175
176 2010-06-29 Alan Modra <amodra@gmail.com>
177
178 * gas/maxq10/maxq10.exp: Delete file.
179 * gas/maxq10/bits.d, * gas/maxq10/bits.s, * gas/maxq10/call.d,
180 * gas/maxq10/call.s, * gas/maxq10/data.s, * gas/maxq10/data2.d,
181 * gas/maxq10/data2.s, * gas/maxq10/data3.d, * gas/maxq10/data3.s,
182 * gas/maxq10/err.s, * gas/maxq10/jump.d, * gas/maxq10/jump.s,
183 * gas/maxq10/logical.d, * gas/maxq10/logical.s, * gas/maxq10/math.d,
184 * gas/maxq10/math.s, * gas/maxq10/pmtest.d, * gas/maxq10/pmtest.s,
185 * gas/maxq10/range.d, * gas/maxq10/range.s: Likewise.
186 * gas/maxq20/maxq20.exp: Delete file.
187 * gas/maxq20/bits.d, * gas/maxq20/bits.s, * gas/maxq20/call.d,
188 * gas/maxq20/call.s, * gas/maxq20/data1.d, * gas/maxq20/data1.s,
189 * gas/maxq20/data2.d, * gas/maxq20/data2.s, * gas/maxq20/data3.d,
190 * gas/maxq20/data3.s, * gas/maxq20/jump.d, * gas/maxq20/jump.s,
191 * gas/maxq20/jzimm.d, * gas/maxq20/jzimm.s, * gas/maxq20/logical.d,
192 * gas/maxq20/logical.s, * gas/maxq20/math.d, * gas/maxq20/math.s,
193 * gas/maxq20/pfx2.s, * gas/maxq20/pmtest.d, * gas/maxq20/pmtest.s,
194 * gas/maxq20/pxf0.s, * gas/maxq20/range.d,
195 * gas/maxq20/range.s: Likewise.
196 * gas/all/gas.exp: Remove references to maxq.
197
198 2010-06-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
199
200 * gas/arm/neon-ldst-align-bad.l: Update for Neon alignment syntax fix.
201 * gas/arm/neon-ldst-align-bad.s: Likewise.
202 * gas/arm/neon-ldst-es.d: Likewise.
203 * gas/arm/neon-ldst-es.s: Likewise.
204
205 2010-06-22 Jan Beulich <jbeulich@novell.com>
206
207 * gas/i386/jump.d: Adjust.
208 * gas/i386/jump.s: Add check for branch to 2+$.
209
210 2010-06-18 Joseph Myers <joseph@codesourcery.com>
211
212 * gas/tic6x/resource-func-unit-1.d,
213 gas/tic6x/resource-func-unit-1.l,
214 gas/tic6x/resource-func-unit-1.s,
215 gas/tic6x/resource-func-unit-2.d,
216 gas/tic6x/resource-func-unit-2.l,
217 gas/tic6x/resource-func-unit-2.s: New.
218
219 2010-06-16 Vincent Rivière <vincent.riviere@freesbee.fr>
220
221 PR gas/11673
222 * gas/m68k/p11673.s: New test.
223 * gas/m68k/all.exp: Run the new test.
224
225 2010-06-16 Nick Clifton <nickc@redhat.com>
226
227 PR binutils/11676
228 * gas/m68k/pr11676.s: New test.
229 * gas/m68k/pr11676.d: Expected disassembly.
230 * gas/m68k/all.exp: Run the new test.
231
232 2010-06-15 Joseph Myers <joseph@codesourcery.com>
233
234 * gas/elf/elf.exp: Set target_machine for tic6x-*-*.
235 * gas/elf/section2.e-tic6x, gas/tic6x/attr-arch-directive-1.d,
236 gas/tic6x/attr-arch-directive-1.s,
237 gas/tic6x/attr-arch-directive-2.d,
238 gas/tic6x/attr-arch-directive-2.s,
239 gas/tic6x/attr-arch-directive-3.d,
240 gas/tic6x/attr-arch-directive-3.s,
241 gas/tic6x/attr-arch-directive-4.d,
242 gas/tic6x/attr-arch-directive-4.s,
243 gas/tic6x/attr-arch-directive-5.d,
244 gas/tic6x/attr-arch-directive-5.s,
245 gas/tic6x/attr-arch-opts-c62x.d, gas/tic6x/attr-arch-opts-c64x+.d,
246 gas/tic6x/attr-arch-opts-c64x.d, gas/tic6x/attr-arch-opts-c674x.d,
247 gas/tic6x/attr-arch-opts-c67x+.d, gas/tic6x/attr-arch-opts-c67x.d,
248 gas/tic6x/attr-arch-opts-none-1.d,
249 gas/tic6x/attr-arch-opts-none-2.d,
250 gas/tic6x/attr-arch-opts-override-1.d,
251 gas/tic6x/attr-arch-opts-override-2.d, gas/tic6x/empty.s: New.
252
253 2010-06-14 Sebastian Andrzej Siewior <bigeasy@linutronix.de>
254
255 * gas/ppc/e500.s: Add eieio, mbar and lwsync
256 * gas/ppc/e500.d: Likewise.
257
258 2010-06-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
259
260 * gas/arm/vldm-arm.d: New test.
261 * gas/arm/vldm-thumb-bad.d: Likewise.
262 * gas/arm/vldm-thumb-bad.l: Likewise.
263 * gas/arm/vldm.s: Likewise.
264 * gas/arm/vldmw-arm-bad.d: Likewise.
265 * gas/arm/vldmw-bad.l: Likewise.
266 * gad/arm-vldmw-bad.s: Likewise.
267 * gas/arm/vldmw-thumb-bad.d: Likewise.
268
269 2010-06-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
270 * gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs.
271 * gas/arm/thumb.d: Likewise.
272 * gas/arm/thumb.s: Likewise.
273 * gas/arm/thumb2_it.d: Update for change in lsls/movs disassembly.
274 * gas/arm/thumb2_it_auto.d: Liekwise.
275 * gas/arm/thumb32.d: Likewise.
276
277 2010-05-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
278
279 * gas/arm/thumb2_it_auto.d: Update for change in movs encoding.
280 gas/arm/thumb2_it.d: Likewise.
281 gas/arm/thumb32.d: Likewise.
282
283 2010-05-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
284
285 * gas/arm/thumb2_ldmstm.d: Add new testcases.
286 * gas/arm/thumb2_ldmstm.s: Likeiwse.
287 * gas/arm/thumb2_ldmstm_bad.d: Add testcases to check for
288 UNPREDICTABLE ldm/stm.
289 * gas/arm/thumb2_ldmstm_bad.l: Likewise.
290 * gas/arm/thumb2_ldmstm_bad.s: Likewise.
291
292 2010-05-26 Catherine Moore <clm@codesoucery.com>
293 Maxim Kuvyrkov <maxim@codesourcery.com>
294
295 * gas/mips/set-arch.d: Expect ehb.
296
297 2010-05-26 Catherine Moore <clm@codesoucery.com>
298
299 * gas/mips/mips-no-jalx.l: Delete.
300 * gas/mips/mips-no-jalx.s: Delete.
301 * gas/mips/mips-jalx-2.d: New.
302 * gas/mips/mips-jalx-2.s: New.
303 * gas/mips/mips.exp (mips-jalx-2): Run new test.
304 (mips-no-jalx): Remove deleted test.
305
306 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
307 Joseph Myers <joseph@codesourcery.com>
308 Andrew Stubbs <ams@codesourcery.com>
309
310 * gas/sh/basic.exp: Run new tests. Handle uClinux like Linux.
311 * gas/sh/fdpic.d: New file.
312 * gas/sh/fdpic.s: New file.
313 * gas/sh/reg-prefix.d: Force big-endian.
314 * gas/sh/sh2a-pic.d: New file.
315 * gas/sh/sh2a-pic.s: New file.
316 * lib/gas-defs.exp (is_elf_format): Include sh*-*-uclinux*.
317
318 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
319
320 PR gas/11600
321 * gas/elf/elf.exp: Run section8.
322
323 * gas/elf/section8.d: New.
324 * gas/elf/section8.s: Likewise.
325
326 2010-05-13 Nathan Sidwell <nathan@codesourcery.com>
327
328 * gas/arm/armv1-bad.l: Adjust expected error text.
329 * gas/arm/arch7em-bad.l: Likewise.
330 * gas/arm/arch7m-bad.l: Likewise.
331 * gas/arm/thumb-w-bad.l: Likewise.
332 * gas/arm/arm7-bad.d: New.
333 * gas/arm/arm7-bad.l: New.
334 * gas/arm/arm7-bad.s: New.
335
336 2010-05-13 Alan Modra <amodra@gmail.com>
337
338 * gas/all/gas.exp: Don't run byte test on powerpc.
339
340 * gas/ppc/a2.d: Correct wclr encoding.
341
342 2010-05-11 Andrew Stubbs <ams@codesourcery.com>
343
344 * gas/arm/attr-cpu-directive.d: Add Tag_DIV_use.
345 * gas/arm/attr-default.d: Likewise.
346 * gas/arm/attr-march-armv1.d: Likewise.
347 * gas/arm/attr-march-armv2.d: Likewise.
348 * gas/arm/attr-march-armv2a.d: Likewise.
349 * gas/arm/attr-march-armv2s.d: Likewise.
350 * gas/arm/attr-march-armv3.d: Likewise.
351 * gas/arm/attr-march-armv3m.d: Likewise.
352 * gas/arm/attr-march-armv4.d: Likewise.
353 * gas/arm/attr-march-armv4t.d: Likewise.
354 * gas/arm/attr-march-armv4txm.d: Likewise.
355 * gas/arm/attr-march-armv4xm.d: Likewise.
356 * gas/arm/attr-march-armv5.d: Likewise.
357 * gas/arm/attr-march-armv5t.d: Likewise.
358 * gas/arm/attr-march-armv5te.d: Likewise.
359 * gas/arm/attr-march-armv5tej.d: Likewise.
360 * gas/arm/attr-march-armv5texp.d: Likewise.
361 * gas/arm/attr-march-armv5txm.d: Likewise.
362 * gas/arm/attr-march-armv6-m.d: Likewise.
363 * gas/arm/attr-march-armv6.d: Likewise.
364 * gas/arm/attr-march-armv6j.d: Likewise.
365 * gas/arm/attr-march-armv6k.d: Likewise.
366 * gas/arm/attr-march-armv6kt2.d: Likewise.
367 * gas/arm/attr-march-armv6t2.d: Likewise.
368 * gas/arm/attr-march-armv6z.d: Likewise.
369 * gas/arm/attr-march-armv6zk.d: Likewise.
370 * gas/arm/attr-march-armv6zkt2.d: Likewise.
371 * gas/arm/attr-march-armv6zt2.d: Likewise.
372 * gas/arm/attr-march-armv7-a.d: Likewise.
373 * gas/arm/attr-march-armv7.d: Likewise.
374 * gas/arm/attr-march-armv7a.d: Likewise.
375 * gas/arm/attr-march-iwmmxt.d: Likewise.
376 * gas/arm/attr-march-iwmmxt2.d: Likewise.
377 * gas/arm/attr-march-marvell-f.d: Likewise.
378 * gas/arm/attr-march-xscale.d: Likewise.
379 * gas/arm/attr-mcpu.d: Likewise.
380 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
381 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
382 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
383 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
384 * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
385 * gas/arm/attr-mfpu-fpa.d: Likewise.
386 * gas/arm/attr-mfpu-fpa10.d: Likewise.
387 * gas/arm/attr-mfpu-fpa11.d: Likewise.
388 * gas/arm/attr-mfpu-fpe.d: Likewise.
389 * gas/arm/attr-mfpu-fpe2.d: Likewise.
390 * gas/arm/attr-mfpu-fpe3.d: Likewise.
391 * gas/arm/attr-mfpu-maverick.d: Likewise.
392 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
393 * gas/arm/attr-mfpu-neon.d: Likewise.
394 * gas/arm/attr-mfpu-softfpa.d: Likewise.
395 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
396 * gas/arm/attr-mfpu-softvfp.d: Likewise.
397 * gas/arm/attr-mfpu-vfp.d: Likewise.
398 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
399 * gas/arm/attr-mfpu-vfp10.d: Likewise.
400 * gas/arm/attr-mfpu-vfp3.d: Likewise.
401 * gas/arm/attr-mfpu-vfp9.d: Likewise.
402 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
403 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
404 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
405 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
406 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
407 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
408 * gas/arm/attr-order.d: Likewise.
409 * gas/arm/attr-override-cpu-directive.d: Likewise.
410 * gas/arm/attr-override-mcpu.d: Likewise.
411 * gas/arm/eabi_attr_1.d: Likewise.
412
413 2010-05-11 Jie Zhang <jie@codesourcery.com>
414
415 * gas/arm/attr-mfpu-vfpxd.d: New test.
416
417 2010-05-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
418
419 * gas/arm/thumb32.d: Fix expected disassembly of ldmia
420 instruction.
421
422 2010-05-05 Nathan Sidwell <nathan@codesourcery.com>
423
424 * gas/all/byte.s: New.
425 * gas/all/byte.l: New.
426 * gas/all/byte.d: New.
427 * gas/all/gas.exp: Add it.
428
429 2010-04-29 Nathan Sidwell <nathan@codesourcery.com>
430
431 * gas/arm/weakdef-1.s: New.
432 * gas/arm/weakdef-1.d: New.
433 * gas/arm/weakdef-2.s: New.
434 * gas/arm/weakdef-2.d: New.
435 * gas/arm/weakdef-2.l: New.
436
437 2010-04-27 Joseph Myers <joseph@codesourcery.com>
438
439 * gas/tic6x/align-1-be.d, gas/tic6x/align-1.d,
440 gas/tic6x/align-1.s, gas/tic6x/align-2.d, gas/tic6x/align-2.s:
441 New.
442
443 2010-04-24 H.J. Lu <hongjiu.lu@intel.com>
444
445 PR gas/11535
446 * gas/i386/intelok.s: Add tests for "call|jmp [xtrn]".
447 * gas/i386/intelok.d: Updated.
448
449 2010-04-21 Joseph Myers <joseph@codesourcery.com>
450
451 * gas/tic6x/insns-c674x.s, gas/tic6x/insns-c674x.d: Also test
452 "b .S2 b3".
453
454 2010-04-21 H.J. Lu <hongjiu.lu@intel.com>
455
456 PR gas/11509
457 * gas/i386/equ.s: Add tests for ".equ symbol, reg + NUM".
458 * gas/i386/equ.d: Updated.
459
460 2010-04-20 Nick Clifton <nickc@redhat.com>
461
462 PR gas/11507
463 * gas/macros/altmacro.s: New test.
464 * gas/macros/altmacro.d: Expected output.
465
466 2010-04-16 Nick Clifton <nickc@redhat.com>
467
468 PR gas/11395
469 * gas/hppa/basic/add2.s: Add test of simple 32-bit instruction.
470 * gas/hppa/basic/basic.exp (do_add2): Add grep for expected
471 disassembly.
472
473 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
474
475 * gas/arm/attr-mcpu.d: Update for new attribute tag names.
476 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
477 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
478 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
479 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
480 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
481 * gas/arm/attr-mfpu-neon.d: Likewise.
482 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
483 * gas/arm/attr-mfpu-vfp.d: Likewise.
484 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
485 * gas/arm/attr-mfpu-vfp10.d: Likewise.
486 * gas/arm/attr-mfpu-vfp3.d: Likewise.
487 * gas/arm/attr-mfpu-vfp9.d: Likewise.
488 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
489 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
490 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
491 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
492 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
493 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
494 * gas/arm/attr-names.d: Add test to make sure all attribute names
495 are recognised.
496 * gas/arm/attr-names.s: Likewise.
497
498 2010-04-07 Jie Zhang <jie@codesourcery.com>
499
500 * gas/arm/mapmisc.s: Test multiple mapping symbols have
501 the same value 0.
502
503 2010-04-06 Peter Bergner <bergner@vnet.ibm.com>
504
505 * gas/ppc/476.d ("dccci", "dci", "iccci"): Add tests.
506 * gas/ppc/476.s: Likewise.
507 * gas/ppc/a2.d ("dccci", "dci", "iccci", "ici"): Add tests.
508 * gas/ppc/a2.s: Likewise.
509
510 2010-03-25 Joseph Myers <joseph@codesourcery.com>
511
512 * gas/tic6x: New directory and testcases.
513
514 2010-03-23 Joseph Myers <joseph@codesourcery.com>
515
516 * gas/macros/dot.s: Remove space in .byte operands.
517
518 2010-03-22 Sebastian Pop <sebastian.pop@amd.com>
519 Quentin Neill <quentin.neill@amd.com>
520
521 * testsuite/gas/i386/x86-64-lwp.s: Remove use of 16bit LWP insns.
522 * testsuite/gas/i386/lwp.s: Same.
523 * testsuite/gas/i386/x86-64-lwp.d: Updated.
524 * testsuite/gas/i386/lwp.d: Updated.
525
526 2010-03-19 Jie Zhang <jie@codesourcery.com>
527
528 * gas/arm/mapmisc.s: Add the test case for two mapping
529 symbols having the same value.
530 * gas/arm/mapmisc.d: Likewise.
531
532 2010-03-18 Wei Guozhi <carrot@google.com>
533
534 PR gas/11323
535 * gas/arm/got_prel.s: New test case.
536 * gas/arm/got_prel.d: Expected disassembly.
537
538 2010-03-17 H.J. Lu <hongjiu.lu@intel.com>
539
540 * gas/i386/i386.exp: Run list-1, list-2 and list-3 only for
541 ELF tagets.
542
543 2010-03-08 H.J. Lu <hongjiu.lu@intel.com>
544
545 PR gas/9966
546 PR gas/11356
547 * gas/i386/list-1.l: New.
548 * gas/i386/list-1.s: Likewise.
549 * gas/i386/list-2.l: Likewise.
550 * gas/i386/list-2.s: Likewise.
551 * gas/i386/list-3.l: Likewise.
552 * gas/i386/list-3.s: Likewise.
553
554 * gas/i386/i386.exp: Run list-1, list-2 and list-3.
555
556 * lib/gas-defs.exp (gas_run_stdin): New.
557 (run_list_test_stdin): Likewise.
558
559 2010-02-26 Doug Evans <dje@sebabeach.org>
560
561 * gas/mep/allinsn.be.d: Renamed from allinsn.d. Pass -EB.
562 * gas/mep/allinsn.exp: branch1 is now bi-endian.
563 * gas/mep/branch1.be.d: Renamed from branch1.d. Pass -EB.
564 * gas/mep/branch1.le.d: New file.
565 * gas/mep/dj1.be.d: Renamed from dj1.d. Pass -EB.
566 * gas/mep/dj2.be.d: Renamed from dj2.d. Pass -EB.
567
568 2010-02-26 Jie Zhang <jie@codesourcery.com>
569
570 * gas/arm/thumb32.s, gas/arm/thumb32.d: Add a new test
571 for strexd.
572 * gas/arm/thumb32.l: Adjust.
573
574 2010-02-26 Jie Zhang <jie@codesourcery.com>
575
576 * gas/arm/neon-ldst-align-bad.d: New test.
577 * gas/arm/neon-ldst-align-bad.l: New test.
578 * gas/arm/neon-ldst-align-bad.s: New test.
579
580 2010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
581
582 * gas/mips/loongson-2f-2.s: New test of -mfix-loongson2f-nop.
583 * gas/mips/loongson-2f-2.d: Likewise.
584 * gas/mips/loongson-2f-3.s: New test of -mfix-loongson2f-jump.
585 * gas/mips/loongson-2f-3.d: Likewise.
586 * gas/mips/mips.exp: Run the new tests.
587
588 2010-02-24 Nick Clifton <nickc@redhat.com>
589
590 PR binutils/6773
591 * gas/arm/arch7em.d: Replace expected disassembly of
592 <prefix>addsubx with <prefix>asx. Also replace <prefix>subaddx
593 with <prefix>sax.
594 * gas/arm/archv6.d: Likewise.
595 * gas/arm/thumb32.d: Likewise.
596
597 2010-02-23 Daniel Gutson <dgutson@codesourcery.com>
598
599 * gas/arm/depr-swp.d: New test case.
600 * gas/arm/depr-swp.s: New file.
601 * gas/arm/depr-swp.l: New file.
602
603 2010-02-23 Nick Clifton <nickc@redhat.com>
604
605 * gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
606 end of the section depending upon the target of the arm assembler
607 being tested.
608
609 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
610
611 * gas/arm/attr-order.d: Fix test for new names for attribute
612 values.
613
614 2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
615
616 * gas/arm/sp-pc-validations-bad.d: New testcase.
617 * gas/arm/sp-pc-validations-bad.l: New file.
618 * gas/arm/sp-pc-validations-bad.s: New file.
619 * gas/arm/sp-pc-validations-bad-t.d: New testcase.
620 * gas/arm/sp-pc-validations-bad-t.l: New file.
621 * gas/arm/sp-pc-validations-bad-t.s: New file.
622 * gas/arm/sp-pc-usage-t.d: Removed invalid insns.
623 * gas/arm/sp-pc-usage-t.s: Likewise.
624 * gas/arm/unpredictable.d: Likewise.
625 * gas/arm/unpredictable.s: Likewise.
626 * gas/arm/thumb2_bcond.d: Added test.
627 * gas/arm/thumb2_bcond.s: Likewise.
628
629 2010-02-12 Tristan Gingold <gingold@adacore.com>
630
631 * gas/ia64/slotcount.s, gas/ia64/slotcount.s: New test.
632 * gas/ia64/ia64.exp: Add slotcount test (vms only).
633
634 2010-02-10 Quentin Neill <quentin.neill@amd.com>
635 Sebastian Pop <sebastian.pop@amd.com>
636
637 * gas/i386/x86-64-xop.d: Add vpermil2p[sd] tests.
638 * gas/i386/x86-64-xop.s: Likewise.
639 * gas/i386/xop.d: Likewise.
640 * gas/i386/xop.s: Likewise.
641
642 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
643
644 * gas/arm/branch-reloc.s, gas/arm/branch-reloc.d,
645 gas/arm/branch-reloc.l: New tests and expected results with all
646 variants of call: ARM/Thumb, local/global, inter/intra-section,
647 using BL/BLX.
648
649 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
650
651 * gas/arm/arm-it-auto.d: Update expected results.
652 * gas/arm/bl-local-v4t.d: Likewise.
653 * gas/arm/blx-local.d: Likewise.
654 * gas/arm/thumb-w-good.d: Likewise.
655 * gas/arm/wince.d: Likewise.
656
657 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
658
659 * gas/ppc/titan.d, * gas/ppc/titan.s: New test.
660 * gas/ppc/ppc.exp: Run it.
661
662 2010-02-03 Quentin Neill <quentin.neill@amd.com>
663
664 * gas/i386/i386.exp: Rename amdfam15 test cases to bdver1.
665 * gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to
666 gas/i386/x86-64-nops-1-bdver1.d.
667 * gas/i386/nops-1-amdfam15.d: Renamed test case to
668 gas/i386/nops-1-bdver1.d.
669
670 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
671
672 * gas/arm/dis-data.d: Update test name. Do not expect
673 .word output.
674 * gas/arm/dis-data2.d, gas/arm/dis-data2.s,
675 gas/arm/dis-data3.d, gas/arm/dis-data3.s: New tests.
676
677 2010-01-29 Nick Clifton <nickc@redhat.com>
678
679 PR 11136
680 * gas/arm/neon-omit.s: Add instruction that causes crash.
681 * gas/arm/neon-omit.d: Add expected disassembly.
682
683 2010-01-28 Dave Korn <dave.korn.cygwin@gmail.com>
684
685 * gas/pe/section-align-1.d: Don't test section flags.
686 * gas/pe/section-align-2.d: Likewise.
687
688 2010-01-28 H.J. Lu <hongjiu.lu@intel.com>
689
690 * gas/i386/fma-scalar-intel.d: New.
691 * gas/i386/fma-scalar.d: Likewise.
692 * gas/i386/fma-scalar.s: Likewise.
693 * gas/i386/x86-64-fma-scalar-intel.d: Likewise.
694 * gas/i386/x86-64-fma-scalar.d: Likewise.
695 * gas/i386/x86-64-fma-scalar.s: Likewise.
696
697 * gas/i386/i386.exp: Run fma-scalar, fma-scalar-intel,
698 x86-64-fma-scalar and x86-64-fma-scalar-intel.
699
700 2010-01-28 Nick Clifton <nickc@redhat.com>
701
702 PR 11225
703 * gas/pe/aligncomm-c.d: Dump all sections.
704
705 2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
706
707 * gas/pe/section-align-1.s: New test source file.
708 * gas/pe/section-align-1.d: Likewise control script.
709 * gas/pe/section-align-2.s: Likewise ...
710 * gas/pe/section-align-2.d: ... and likewise.
711 * gas/pe/pe.exp: Invoke new testcases.
712
713 2010-01-27 H.J. Lu <hongjiu.lu@intel.com>
714
715 * gas/i386/avx-scalar-intel.d: New.
716 * gas/i386/avx-scalar.d: Likewise.
717 * gas/i386/avx-scalar.s: Likewise.
718 * gas/i386/x86-64-avx-scalar-intel.d: Likewise.
719 * gas/i386/x86-64-avx-scalar.d: Likewise.
720 * gas/i386/x86-64-avx-scalar.s: Likewise.
721
722 * gas/i386/i386.exp: Run avx-scalar, avx-scalar-intel,
723 x86-64-avx-scalar and x86-64-avx-scalar-intel.
724
725 2010-01-23 H.J. Lu <hongjiu.lu@intel.com>
726
727 * gas/i386/avx.s: Add more tests.
728 * gas/i386/x86-64-avx.s: Likewise.
729
730 * gas/i386/avx-intel.d: Updated.
731 * gas/i386/avx.d: Likewise.
732 * gas/i386/x86-64-avx-intel.d: Likewise.
733 * gas/i386/x86-64-avx.d: Likewise.
734
735 2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
736
737 * gas/ppc/xcoff-ref-1.s, gas/ppc/xcoff-ref-1.l: New test.
738 * gas/ppc/aix.exp: Run it.
739
740 2010-01-21 H.J. Lu <hongjiu.lu@intel.com>
741
742 * gas/i386/x86-64-xsave.s: Add tests for xsave64 and xrstor64.
743
744 * gas/i386/x86-64-xsave-intel.d: Updated.
745 * gas/i386/x86-64-xsave.d: Likewise.
746
747 2010-01-20 Nick Clifton <nickc@redhat.com>
748
749 PR 11109
750 * gas/arm/vfp-neon-syntax.d: Update expected disassembly.
751 * gas/arm/vfp-neon-syntax_t2.d: Likewise.
752
753 2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
754
755 * gas/i386/x86-64-xop.d: Add missing patterns.
756 * gas/i386/x86-64-xop.s: Same.
757 * gas/i386/xop.d: Same.
758 * gas/i386/xop.s: Same.
759
760 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
761
762 * gas/arm/thumb-nop.s: Add .syntax unified.
763
764 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
765
766 * gas/arm/thumb-nop.d, gas/arm/thumb-nop.s: New test.
767 * gas/arm/relax_branch_align.d: Expect a default NOP instruction.
768 * gas/arm/vfp1_t2.d, gas/arm/vfp1xD_t2.d: Specify a CPU with
769 Thumb-2.
770
771 2010-01-13 Nick Clifton <nickc@redhat.com>
772
773 * gas/elf/section0.d: Skip this test for the h8300.
774 * gas/elf/section1.d: Likewise.
775 * gas/elf/section6.d: Likewise.
776 * gas/elf/elf.exp: Skip section2 and section5 tests when the
777 target is the h8300.
778
779 2010-01-06 Quentin Neill <quentin.neill@amd.com>
780
781 * gas/i386/i386.exp: Add new amdfam15 test cases.
782 * gas/i386/nops-1-amdfam15.d: New.
783 * gas/i386/x86-64-nops-1-amdfam15.d: New.
784
785 2010-01-06 Daniel Gutson <dgutson@codesourcery.com>
786
787 * gas/arm/dis-data.d: New test case.
788 * gas/arm/dis-data.s: New file.
789
790 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
791
792 * gas/arm/neon-logic.d: New test case.
793 * gas/arm/neon-logic.s: New file.
794
795 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
796
797 * gas/arm/neon-addressing-bad.d: New test case.
798 * gas/arm/neon-addressing-bad.s: New file.
799 * gas/arm/neon-addressing-bad.l: New file.
800
801 2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
802
803 * gas/arm/neon-suffix-bad.d: New test case.
804 * gas/arm/neon-suffix-bad.s: New file.
805 * gas/arm/neon-suffix-bad.l: New file.
806
807 For older changes see ChangeLog-2009
808 \f
809 Local Variables:
810 mode: change-log
811 left-margin: 8
812 fill-column: 74
813 version-control: never
814 End:
This page took 0.055832 seconds and 5 git commands to generate.