daily update
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
CommitLineData
3437afb1
AS
12010-07-19 Andreas Schwab <schwab@redhat.com>
2
3 * gas/i386/x86-64-unwind.d: Ignore "Key to Flags" contents.
4 * gas/ia64/alias-ilp32.d: Likewise.
5 * gas/ia64/alias.d: Likewise.
6 * gas/ia64/group-1.d: Likewise.
7 * gas/ia64/group-2.d: Likewise.
8 * gas/ia64/secname-ilp32.d: Likewise.
9 * gas/ia64/secname.d: Likewise.
10 * gas/ia64/unwind-ilp32.d: Likewise.
11 * gas/ia64/unwind.d: Likewise.
12 * gas/mmix/byte-1.d: Likewise.
13 * gas/mmix/loc-1.d: Likewise.
14 * gas/mmix/loc-2.d: Likewise.
15 * gas/mmix/loc-3.d: Likewise.
16 * gas/mmix/loc-4.d: Likewise.
17 * gas/mmix/loc-5.d: Likewise.
18
502abbdf
L
192010-07-16 H.J. Lu <hongjiu.lu@intel.com>
20
21 * gas/i386/i386.exp: Run dw2-compress-2 only for 32bit.
22
6e8bd58f
NS
232010-07-14 Rhonda Wittels <rhonda@codesourcery.com>
24
25 * gas/elf/pseudo.s: New.
26 * gas/elf/pseudo.l: New.
27 * gas/elf/pseudo.d: New.
28 * gas/elf/elf.exp: Run the new test.
29
368886ac
L
302010-07-14 H.J. Lu <hongjiu.lu@intel.com>
31
32 * config/default.exp (ADDR2LINE): New.
33 (ADDR2LINEFLAGS): Likewise.
34
35 * gas/i386/i386.exp: Run dw2-compress-2 and x86-64-dw2-compress-2.
36
37 * gas/i386/dw2-compress-2.d: New.
38 * gas/i386/dw2-compress-2.s: Likewise.
39 * gas/i386/x86-64-dw2-compress-2.d: Likewise.
40 * gas/i386/x86-64-dw2-compress-2.s: Likewise.
41
42 * lib/gas-defs.exp (run_dump_test): Support addr2line as dump
43 program.
44 (slurp_options): Allow numbers in options.
45
034cb286
L
462010-07-14 Maciej W. Rozycki <macro@codesourcery.com>
47
48 * gas/elf/dwarf2-3.s: Replace .short and .long directives in
49 .debug_info section with .2byte and .4byte respectively.
50
a7879ef1
KT
512010-07-11 Kai Tietz <kai.tietz@onevision.com>
52
53 * gas/pe/aligncomm-b.d: Regenerated content dump.
efb5f348 54 * gas/pe/aligncomm-d.d: Regenerated content dump.
a7879ef1
KT
55 * gas/i386/i386.exp: Disable for mingw 64-bit the intel-got64 test.
56
52e7f43d
RE
572010-07-08 Tejas Belagod <tejas.belagod@arm.com>
58
59 * gas/arm/barrier.s: New file.
60 * gas/arm/barrier.d: New file.
61 * gas/arm/barrier-thumb.s: New file.
62 * gas/arm/barrier-thumb.d: New file.
63 * gas/arm/barrier-bad.s: New file.
64 * gas/arm/barrier-bad.d: New file.
65 * gas/arm/barrier-bad.l: New file.
66 * gas/arm/barrier-bad-thumb.s: New file.
67 * gas/arm/barrier-bad-thumb.d: New file.
68 * gas/arm/barrier-bad-thumb.l: New file.
69
db187cb9
NS
702010-07-08 Daniel Gutson <dgutson@codesourcery.com>
71
72 * gas/arm/reloc-bad.d: New.
73 * gas/arm/reloc-bad.s: New.
74 * gas/arm/reloc-bad.l: New.
75
30cfc97a
MR
762010-07-06 Maciej W. Rozycki <macro@codesourcery.com>
77
78 * gas/mips/elf-rel27.d: New test for HI16/LO16 relocation
79 pairing.
80 * gas/mips/elf-rel27.s: Source for the new test.
81 * gas/mips/mips.exp: Create "mips16" architecture. Adjust
82 conditions involving negated properties throughout to require
83 "mips1" as appropriate. Run the new test.
84 (mips_arch_destroy): New procedure.
85
193fa632
MR
862010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
87
88 * gas/mips/mips.exp (run_dump_test_arch): Check for the presence
89 of an architecture-specific test first and use it if found,
90 before falling back to the generic one.
91
ad500c2e
MR
922010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
93
94 * gas/mips/mips4-fp.d, gas/mips/mips4-fp.s: Remove checks for
95 branch-likely instructions and place them...
96 * gas/mips/mips4-branch-likely.d, gas/mips/mips4-branch-likely.s:
97 ... in this new test.
98 * gas/mips/mips4-fp.l: Update accordingly.
99 * gas/mips/mips4-branch-likely.l: New stderr output for the new
100 test.
101 * gas/mips/mips.exp (mips4-branch-likely): Run a dump test and
102 a list test with mips4-branch-likely similarly to mips4-fp.
103
8404fc53
MR
1042010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
105
106 * gas/mips/beq.d, gas/mips/beq.s: Remove checks for
107 branch-likely instructions.
108 * gas/mips/bge.d, gas/mips/bge.s: Likewise.
109 * gas/mips/bgeu.d, gas/mips/bgeu.s: Likewise.
110 * gas/mips/blt.d, gas/mips/blt.s: Likewise.
111 * gas/mips/bltu.d, gas/mips/bltu.s: Likewise.
112 * gas/mips/branch-likely.d, gas/mips/branch-likely.s: New test,
113 collecting checks for branch-likely instructions removed from
114 the above.
115 * gas/mips/mips.exp: Run the new test and update the
116 constraints for the updated tests to include MIPS I.
117
aa18947f
MR
1182010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
119
120 * gas/mips/mips4-fp.d: Reformat.
121
c8c59164
MR
1222010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
123
124 * gas/mips/beq.d: Reformat.
125 * gas/mips/bge.d, gas/mips/bgeu.d: Likewise.
126 * gas/mips/blt.d, gas/mips/bltu.d: Likewise.
127
5dc764cb
MR
1282010-07-05 Maciej W. Rozycki <macro@codesourcery.com>
129
130 * gas/mips/beq.d: Remove leftover symbols/relocs from the
131 change on 2009-02-06.
132
d7d9a9f8
L
1332010-07-05 H.J. Lu <hongjiu.lu@intel.com>
134
135 AVX Programming Reference (June, 2010)
136 * gas/i386/rdrnd.s: Replace rdrnd with rdrand.
137 * gas/i386/rdrnd-intel.d: Likewise.
138 * gas/i386/rdrnd.d: Likewise.
139 * gas/i386/x86-64-rdrnd-intel.d: Likewise.
140 * gas/i386/x86-64-rdrnd.d: Likewise.
141 * gas/i386/x86-64-rdrnd.s: Likewise.
142
df1c40a7
L
1432010-07-05 H.J. Lu <hongjiu.lu@intel.com>
144
145 PR gas/10531
146 PR gas/11789
147 * gas/i386/dw2-compress-1.d: Remove bogus line debug info.
148
149 * gas/elf/dwarf2-1.d: New.
150 * gas/elf/dwarf2-1.s: Likewise.
151 * gas/elf/dwarf2-2.d: Likewise.
152 * gas/elf/dwarf2-2.s: Likewise.
153 * gas/elf/dwarf2-3.d: Likewise.
154 * gas/elf/dwarf2-3.s: Likewise.
155 * gas/i386/debug1.d: Likewise.
156 * gas/i386/debug1.s: Likewise.
157
158 * gas/elf/elf.exp: Run dwarf2-1, dwarf2-2 and dwarf2-3.
159
160 * gas/i386/i386.exp: Run debug1 for both 32bit and 64bit.
161
12a8b92e
L
1622010-07-04 H.J. Lu <hongjiu.lu@intel.com>
163
164 * gas/i386/dw2-compress-1.d: New.
165 * gas/i386/dw2-compress-1.s: Likewise.
166
167 * gas/i386/i386.exp: Run dw2-compress-1 for Linux.
168
c64efb4b
L
1692010-07-03 Jan Beulich <jbeulich@novell.com>
170
171 PR gas/11732
172 * gas/i386/i386.exp: Run new tests.
173 * gas/i386/intel-got{32,64}.{s,d}: New.
174
c7b8aa3a
L
1752010-07-01 H.J. Lu <hongjiu.lu@intel.com>
176
177 AVX Programming Reference (June, 2010)
178 * gas/i386/arch-10.s: Add xsaveopt.
179 * gas/i386/x86-64-arch-2.s: Likwise.
180
181 * gas/i386/arch-10.d: Updated.
182 * gas/i386/arch-10-1.l: Likewise.
183 * gas/i386/arch-10-2.l: Likewise.
184 * gas/i386/arch-10-3.l: Likewise.
185 * gas/i386/arch-10-4.l: Likewise.
186 * gas/i386/x86-64-arch-2.d: Likewise.
187
188 * gas/i386/f16c-intel.d: New.
189 * gas/i386/f16c.d: Likewise.
190 * gas/i386/f16c.s: Likewise.
191 * gas/i386/fsgs-intel.d: Likewise.
192 * gas/i386/fsgs.d: Likewise.
193 * gas/i386/fsgs.s: Likewise.
194 * gas/i386/rdrnd-intel.d: Likewise.
195 * gas/i386/rdrnd.d: Likewise.
196 * gas/i386/rdrnd.s: Likewise.
197 * gas/i386/x86-64-f16c-intel.d: Likewise.
198 * gas/i386/x86-64-f16c.d: Likewise.
199 * gas/i386/x86-64-f16c.s: Likewise.
200 * gas/i386/x86-64-fsgs-intel.d: Likewise.
201 * gas/i386/x86-64-fsgs.d: Likewise.
202 * gas/i386/x86-64-fsgs.s: Likewise.
203 * gas/i386/x86-64-rdrnd-intel.d: Likewise.
204 * gas/i386/x86-64-rdrnd.d: Likewise.
205 * gas/i386/x86-64-rdrnd.s: Likewise.
206
207 * gas/i386/i386.exp: Run f16c, f16c-intel, fsgs, fsgs-intel,
208 rdrnd, rdrnd-intel, x86-64-f16c, x86-64-f16c-intel, x86-64-fsgs,
209 x86-64-fsgs-intel, x86-64-rdrnd, x86-64-rdrnd-intel.
210
211 * gas/i386/x86-64-xsave.s: Add tests for xsaveopt64.
212
213 * gas/i386/x86-64-xsave-intel.d: Updated.
214 * gas/i386/x86-64-xsave.d: Likewise.
215
76fa04a4
MGD
2162010-07-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
217
218 * gas/arm/thumb2_bad_reg.s: Update mov register tests.
219 * gas/arm/thumb2_bad_reg.l: Likewise.
220
360cfc9c
AM
2212010-06-29 Alan Modra <amodra@gmail.com>
222
223 * gas/maxq10/maxq10.exp: Delete file.
224 * gas/maxq10/bits.d, * gas/maxq10/bits.s, * gas/maxq10/call.d,
225 * gas/maxq10/call.s, * gas/maxq10/data.s, * gas/maxq10/data2.d,
226 * gas/maxq10/data2.s, * gas/maxq10/data3.d, * gas/maxq10/data3.s,
227 * gas/maxq10/err.s, * gas/maxq10/jump.d, * gas/maxq10/jump.s,
228 * gas/maxq10/logical.d, * gas/maxq10/logical.s, * gas/maxq10/math.d,
229 * gas/maxq10/math.s, * gas/maxq10/pmtest.d, * gas/maxq10/pmtest.s,
230 * gas/maxq10/range.d, * gas/maxq10/range.s: Likewise.
231 * gas/maxq20/maxq20.exp: Delete file.
232 * gas/maxq20/bits.d, * gas/maxq20/bits.s, * gas/maxq20/call.d,
233 * gas/maxq20/call.s, * gas/maxq20/data1.d, * gas/maxq20/data1.s,
234 * gas/maxq20/data2.d, * gas/maxq20/data2.s, * gas/maxq20/data3.d,
235 * gas/maxq20/data3.s, * gas/maxq20/jump.d, * gas/maxq20/jump.s,
236 * gas/maxq20/jzimm.d, * gas/maxq20/jzimm.s, * gas/maxq20/logical.d,
237 * gas/maxq20/logical.s, * gas/maxq20/math.d, * gas/maxq20/math.s,
238 * gas/maxq20/pfx2.s, * gas/maxq20/pmtest.d, * gas/maxq20/pmtest.s,
239 * gas/maxq20/pxf0.s, * gas/maxq20/range.d,
240 * gas/maxq20/range.s: Likewise.
241 * gas/all/gas.exp: Remove references to maxq.
242
8e560766
MGD
2432010-06-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
244
245 * gas/arm/neon-ldst-align-bad.l: Update for Neon alignment syntax fix.
246 * gas/arm/neon-ldst-align-bad.s: Likewise.
247 * gas/arm/neon-ldst-es.d: Likewise.
248 * gas/arm/neon-ldst-es.s: Likewise.
249
b7adb16d
JB
2502010-06-22 Jan Beulich <jbeulich@novell.com>
251
b7adb16d
JB
252 * gas/i386/jump.d: Adjust.
253 * gas/i386/jump.s: Add check for branch to 2+$.
254
38bd8d09
JM
2552010-06-18 Joseph Myers <joseph@codesourcery.com>
256
257 * gas/tic6x/resource-func-unit-1.d,
258 gas/tic6x/resource-func-unit-1.l,
259 gas/tic6x/resource-func-unit-1.s,
260 gas/tic6x/resource-func-unit-2.d,
261 gas/tic6x/resource-func-unit-2.l,
262 gas/tic6x/resource-func-unit-2.s: New.
263
6ffe3d99
NC
2642010-06-16 Vincent Rivière <vincent.riviere@freesbee.fr>
265
266 PR gas/11673
267 * gas/m68k/p11673.s: New test.
268 * gas/m68k/all.exp: Run the new test.
269
09ec0d17
NC
2702010-06-16 Nick Clifton <nickc@redhat.com>
271
272 PR binutils/11676
273 * gas/m68k/pr11676.s: New test.
274 * gas/m68k/pr11676.d: Expected disassembly.
275 * gas/m68k/all.exp: Run the new test.
276
59e6276b
JM
2772010-06-15 Joseph Myers <joseph@codesourcery.com>
278
279 * gas/elf/elf.exp: Set target_machine for tic6x-*-*.
280 * gas/elf/section2.e-tic6x, gas/tic6x/attr-arch-directive-1.d,
281 gas/tic6x/attr-arch-directive-1.s,
282 gas/tic6x/attr-arch-directive-2.d,
283 gas/tic6x/attr-arch-directive-2.s,
284 gas/tic6x/attr-arch-directive-3.d,
285 gas/tic6x/attr-arch-directive-3.s,
286 gas/tic6x/attr-arch-directive-4.d,
287 gas/tic6x/attr-arch-directive-4.s,
288 gas/tic6x/attr-arch-directive-5.d,
289 gas/tic6x/attr-arch-directive-5.s,
290 gas/tic6x/attr-arch-opts-c62x.d, gas/tic6x/attr-arch-opts-c64x+.d,
291 gas/tic6x/attr-arch-opts-c64x.d, gas/tic6x/attr-arch-opts-c674x.d,
292 gas/tic6x/attr-arch-opts-c67x+.d, gas/tic6x/attr-arch-opts-c67x.d,
293 gas/tic6x/attr-arch-opts-none-1.d,
294 gas/tic6x/attr-arch-opts-none-2.d,
295 gas/tic6x/attr-arch-opts-override-1.d,
296 gas/tic6x/attr-arch-opts-override-2.d, gas/tic6x/empty.s: New.
297
e01d869a
AM
2982010-06-14 Sebastian Andrzej Siewior <bigeasy@linutronix.de>
299
300 * gas/ppc/e500.s: Add eieio, mbar and lwsync
301 * gas/ppc/e500.d: Likewise.
302
55881a11
MGD
3032010-06-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
304
305 * gas/arm/vldm-arm.d: New test.
306 * gas/arm/vldm-thumb-bad.d: Likewise.
307 * gas/arm/vldm-thumb-bad.l: Likewise.
308 * gas/arm/vldm.s: Likewise.
309 * gas/arm/vldmw-arm-bad.d: Likewise.
310 * gas/arm/vldmw-bad.l: Likewise.
311 * gad/arm-vldmw-bad.s: Likewise.
312 * gas/arm/vldmw-thumb-bad.d: Likewise.
313
1f4e4950
MGD
3142010-06-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
315 * gas/arm/thumb-eabi.d: Add case for divided syntax encoding of movs.
316 * gas/arm/thumb.d: Likewise.
317 * gas/arm/thumb.s: Likewise.
318 * gas/arm/thumb2_it.d: Update for change in lsls/movs disassembly.
319 * gas/arm/thumb2_it_auto.d: Liekwise.
320 * gas/arm/thumb32.d: Likewise.
321
941a8a52
MGD
3222010-05-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
323
324 * gas/arm/thumb2_it_auto.d: Update for change in movs encoding.
325 gas/arm/thumb2_it.d: Likewise.
326 gas/arm/thumb32.d: Likewise.
327
1e5b0379
NC
3282010-05-27 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
329
330 * gas/arm/thumb2_ldmstm.d: Add new testcases.
331 * gas/arm/thumb2_ldmstm.s: Likeiwse.
332 * gas/arm/thumb2_ldmstm_bad.d: Add testcases to check for
333 UNPREDICTABLE ldm/stm.
334 * gas/arm/thumb2_ldmstm_bad.l: Likewise.
335 * gas/arm/thumb2_ldmstm_bad.s: Likewise.
336
9db8dccb
CM
3372010-05-26 Catherine Moore <clm@codesoucery.com>
338 Maxim Kuvyrkov <maxim@codesourcery.com>
339
340 * gas/mips/set-arch.d: Expect ehb.
341
f79e2745
CM
3422010-05-26 Catherine Moore <clm@codesoucery.com>
343
344 * gas/mips/mips-no-jalx.l: Delete.
345 * gas/mips/mips-no-jalx.s: Delete.
346 * gas/mips/mips-jalx-2.d: New.
347 * gas/mips/mips-jalx-2.s: New.
348 * gas/mips/mips.exp (mips-jalx-2): Run new test.
349 (mips-no-jalx): Remove deleted test.
350
8e45593f
NC
3512010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
352 Joseph Myers <joseph@codesourcery.com>
353 Andrew Stubbs <ams@codesourcery.com>
354
355 * gas/sh/basic.exp: Run new tests. Handle uClinux like Linux.
356 * gas/sh/fdpic.d: New file.
357 * gas/sh/fdpic.s: New file.
358 * gas/sh/reg-prefix.d: Force big-endian.
359 * gas/sh/sh2a-pic.d: New file.
360 * gas/sh/sh2a-pic.s: New file.
361 * lib/gas-defs.exp (is_elf_format): Include sh*-*-uclinux*.
362
18ae9cc1
L
3632010-05-18 H.J. Lu <hongjiu.lu@intel.com>
364
365 PR gas/11600
366 * gas/elf/elf.exp: Run section8.
367
368 * gas/elf/section8.d: New.
369 * gas/elf/section8.s: Likewise.
370
bf3eeda7
NS
3712010-05-13 Nathan Sidwell <nathan@codesourcery.com>
372
373 * gas/arm/armv1-bad.l: Adjust expected error text.
374 * gas/arm/arch7em-bad.l: Likewise.
375 * gas/arm/arch7m-bad.l: Likewise.
376 * gas/arm/thumb-w-bad.l: Likewise.
377 * gas/arm/arm7-bad.d: New.
378 * gas/arm/arm7-bad.l: New.
379 * gas/arm/arm7-bad.s: New.
380
85d4ac0b
AM
3812010-05-13 Alan Modra <amodra@gmail.com>
382
9e59393e
AM
383 * gas/all/gas.exp: Don't run byte test on powerpc.
384
85d4ac0b
AM
385 * gas/ppc/a2.d: Correct wclr encoding.
386
4547cb56
NC
3872010-05-11 Andrew Stubbs <ams@codesourcery.com>
388
389 * gas/arm/attr-cpu-directive.d: Add Tag_DIV_use.
390 * gas/arm/attr-default.d: Likewise.
391 * gas/arm/attr-march-armv1.d: Likewise.
392 * gas/arm/attr-march-armv2.d: Likewise.
393 * gas/arm/attr-march-armv2a.d: Likewise.
394 * gas/arm/attr-march-armv2s.d: Likewise.
395 * gas/arm/attr-march-armv3.d: Likewise.
396 * gas/arm/attr-march-armv3m.d: Likewise.
397 * gas/arm/attr-march-armv4.d: Likewise.
398 * gas/arm/attr-march-armv4t.d: Likewise.
399 * gas/arm/attr-march-armv4txm.d: Likewise.
400 * gas/arm/attr-march-armv4xm.d: Likewise.
401 * gas/arm/attr-march-armv5.d: Likewise.
402 * gas/arm/attr-march-armv5t.d: Likewise.
403 * gas/arm/attr-march-armv5te.d: Likewise.
404 * gas/arm/attr-march-armv5tej.d: Likewise.
405 * gas/arm/attr-march-armv5texp.d: Likewise.
406 * gas/arm/attr-march-armv5txm.d: Likewise.
407 * gas/arm/attr-march-armv6-m.d: Likewise.
408 * gas/arm/attr-march-armv6.d: Likewise.
409 * gas/arm/attr-march-armv6j.d: Likewise.
410 * gas/arm/attr-march-armv6k.d: Likewise.
411 * gas/arm/attr-march-armv6kt2.d: Likewise.
412 * gas/arm/attr-march-armv6t2.d: Likewise.
413 * gas/arm/attr-march-armv6z.d: Likewise.
414 * gas/arm/attr-march-armv6zk.d: Likewise.
415 * gas/arm/attr-march-armv6zkt2.d: Likewise.
416 * gas/arm/attr-march-armv6zt2.d: Likewise.
417 * gas/arm/attr-march-armv7-a.d: Likewise.
418 * gas/arm/attr-march-armv7.d: Likewise.
419 * gas/arm/attr-march-armv7a.d: Likewise.
420 * gas/arm/attr-march-iwmmxt.d: Likewise.
421 * gas/arm/attr-march-iwmmxt2.d: Likewise.
422 * gas/arm/attr-march-marvell-f.d: Likewise.
423 * gas/arm/attr-march-xscale.d: Likewise.
424 * gas/arm/attr-mcpu.d: Likewise.
425 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
426 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
427 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
428 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
429 * gas/arm/attr-mfpu-arm7500fe.d: Likewise.
430 * gas/arm/attr-mfpu-fpa.d: Likewise.
431 * gas/arm/attr-mfpu-fpa10.d: Likewise.
432 * gas/arm/attr-mfpu-fpa11.d: Likewise.
433 * gas/arm/attr-mfpu-fpe.d: Likewise.
434 * gas/arm/attr-mfpu-fpe2.d: Likewise.
435 * gas/arm/attr-mfpu-fpe3.d: Likewise.
436 * gas/arm/attr-mfpu-maverick.d: Likewise.
437 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
438 * gas/arm/attr-mfpu-neon.d: Likewise.
439 * gas/arm/attr-mfpu-softfpa.d: Likewise.
440 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
441 * gas/arm/attr-mfpu-softvfp.d: Likewise.
442 * gas/arm/attr-mfpu-vfp.d: Likewise.
443 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
444 * gas/arm/attr-mfpu-vfp10.d: Likewise.
445 * gas/arm/attr-mfpu-vfp3.d: Likewise.
446 * gas/arm/attr-mfpu-vfp9.d: Likewise.
447 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
448 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
449 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
450 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
451 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
452 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
453 * gas/arm/attr-order.d: Likewise.
454 * gas/arm/attr-override-cpu-directive.d: Likewise.
455 * gas/arm/attr-override-mcpu.d: Likewise.
456 * gas/arm/eabi_attr_1.d: Likewise.
457
4582010-05-11 Jie Zhang <jie@codesourcery.com>
459
460 * gas/arm/attr-mfpu-vfpxd.d: New test.
461
4622010-05-11 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
463
464 * gas/arm/thumb32.d: Fix expected disassembly of ldmia
465 instruction.
466
847d4311
NS
4672010-05-05 Nathan Sidwell <nathan@codesourcery.com>
468
469 * gas/all/byte.s: New.
470 * gas/all/byte.l: New.
471 * gas/all/byte.d: New.
472 * gas/all/gas.exp: Add it.
473
77db8e2e
NC
4742010-04-29 Nathan Sidwell <nathan@codesourcery.com>
475
476 * gas/arm/weakdef-1.s: New.
477 * gas/arm/weakdef-1.d: New.
478 * gas/arm/weakdef-2.s: New.
479 * gas/arm/weakdef-2.d: New.
480 * gas/arm/weakdef-2.l: New.
481
d99e5b39
JM
4822010-04-27 Joseph Myers <joseph@codesourcery.com>
483
484 * gas/tic6x/align-1-be.d, gas/tic6x/align-1.d,
485 gas/tic6x/align-1.s, gas/tic6x/align-2.d, gas/tic6x/align-2.s:
486 New.
487
25303607
L
4882010-04-24 H.J. Lu <hongjiu.lu@intel.com>
489
490 PR gas/11535
491 * gas/i386/intelok.s: Add tests for "call|jmp [xtrn]".
492 * gas/i386/intelok.d: Updated.
493
2462afa1
JM
4942010-04-21 Joseph Myers <joseph@codesourcery.com>
495
496 * gas/tic6x/insns-c674x.s, gas/tic6x/insns-c674x.d: Also test
497 "b .S2 b3".
498
3c7b9c2c
L
4992010-04-21 H.J. Lu <hongjiu.lu@intel.com>
500
501 PR gas/11509
502 * gas/i386/equ.s: Add tests for ".equ symbol, reg + NUM".
503 * gas/i386/equ.d: Updated.
504
aa27de95
NC
5052010-04-20 Nick Clifton <nickc@redhat.com>
506
507 PR gas/11507
508 * gas/macros/altmacro.s: New test.
509 * gas/macros/altmacro.d: Expected output.
510
bb7835b8
NC
5112010-04-16 Nick Clifton <nickc@redhat.com>
512
513 PR gas/11395
514 * gas/hppa/basic/add2.s: Add test of simple 32-bit instruction.
515 * gas/hppa/basic/basic.exp (do_add2): Add grep for expected
516 disassembly.
517
75375b3e
MGD
5182010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
519
520 * gas/arm/attr-mcpu.d: Update for new attribute tag names.
521 * gas/arm/attr-mfpu-arm1020e.d: Likewise.
522 * gas/arm/attr-mfpu-arm1020t.d: Likewise.
523 * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
524 * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
525 * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
526 * gas/arm/attr-mfpu-neon.d: Likewise.
527 * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
528 * gas/arm/attr-mfpu-vfp.d: Likewise.
529 * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
530 * gas/arm/attr-mfpu-vfp10.d: Likewise.
531 * gas/arm/attr-mfpu-vfp3.d: Likewise.
532 * gas/arm/attr-mfpu-vfp9.d: Likewise.
533 * gas/arm/attr-mfpu-vfpv2.d: Likewise.
534 * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
535 * gas/arm/attr-mfpu-vfpv3.d: Likewise.
536 * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
537 * gas/arm/attr-mfpu-vfpv4.d: Likewise.
538 * gas/arm/attr-mfpu-vfpxd.d: Likewise.
bb7835b8 539 * gas/arm/attr-names.d: Add test to make sure all attribute names
75375b3e
MGD
540 are recognised.
541 * gas/arm/attr-names.s: Likewise.
542
2de7820f
JZ
5432010-04-07 Jie Zhang <jie@codesourcery.com>
544
545 * gas/arm/mapmisc.s: Test multiple mapping symbols have
546 the same value 0.
547
cee62821
PB
5482010-04-06 Peter Bergner <bergner@vnet.ibm.com>
549
550 * gas/ppc/476.d ("dccci", "dci", "iccci"): Add tests.
551 * gas/ppc/476.s: Likewise.
552 * gas/ppc/a2.d ("dccci", "dci", "iccci", "ici"): Add tests.
553 * gas/ppc/a2.s: Likewise.
554
40b36596
JM
5552010-03-25 Joseph Myers <joseph@codesourcery.com>
556
557 * gas/tic6x: New directory and testcases.
558
103acc3c
JM
5592010-03-23 Joseph Myers <joseph@codesourcery.com>
560
561 * gas/macros/dot.s: Remove space in .byte operands.
562
ce7d077e
SP
5632010-03-22 Sebastian Pop <sebastian.pop@amd.com>
564 Quentin Neill <quentin.neill@amd.com>
565
566 * testsuite/gas/i386/x86-64-lwp.s: Remove use of 16bit LWP insns.
567 * testsuite/gas/i386/lwp.s: Same.
568 * testsuite/gas/i386/x86-64-lwp.d: Updated.
569 * testsuite/gas/i386/lwp.d: Updated.
570
0f020cef
JZ
5712010-03-19 Jie Zhang <jie@codesourcery.com>
572
573 * gas/arm/mapmisc.s: Add the test case for two mapping
574 symbols having the same value.
575 * gas/arm/mapmisc.d: Likewise.
576
b43420e6
NC
5772010-03-18 Wei Guozhi <carrot@google.com>
578
579 PR gas/11323
580 * gas/arm/got_prel.s: New test case.
581 * gas/arm/got_prel.d: Expected disassembly.
582
4f9adf89
L
5832010-03-17 H.J. Lu <hongjiu.lu@intel.com>
584
585 * gas/i386/i386.exp: Run list-1, list-2 and list-3 only for
586 ELF tagets.
587
cea10409
L
5882010-03-08 H.J. Lu <hongjiu.lu@intel.com>
589
590 PR gas/9966
591 PR gas/11356
592 * gas/i386/list-1.l: New.
593 * gas/i386/list-1.s: Likewise.
594 * gas/i386/list-2.l: Likewise.
595 * gas/i386/list-2.s: Likewise.
596 * gas/i386/list-3.l: Likewise.
597 * gas/i386/list-3.s: Likewise.
598
599 * gas/i386/i386.exp: Run list-1, list-2 and list-3.
600
601 * lib/gas-defs.exp (gas_run_stdin): New.
602 (run_list_test_stdin): Likewise.
603
743d7f19
DE
6042010-02-26 Doug Evans <dje@sebabeach.org>
605
606 * gas/mep/allinsn.be.d: Renamed from allinsn.d. Pass -EB.
607 * gas/mep/allinsn.exp: branch1 is now bi-endian.
608 * gas/mep/branch1.be.d: Renamed from branch1.d. Pass -EB.
609 * gas/mep/branch1.le.d: New file.
610 * gas/mep/dj1.be.d: Renamed from dj1.d. Pass -EB.
611 * gas/mep/dj2.be.d: Renamed from dj2.d. Pass -EB.
612
f8a8e9d6
JZ
6132010-02-26 Jie Zhang <jie@codesourcery.com>
614
615 * gas/arm/thumb32.s, gas/arm/thumb32.d: Add a new test
616 for strexd.
617 * gas/arm/thumb32.l: Adjust.
618
e23c0ad8
JZ
6192010-02-26 Jie Zhang <jie@codesourcery.com>
620
621 * gas/arm/neon-ldst-align-bad.d: New test.
622 * gas/arm/neon-ldst-align-bad.l: New test.
623 * gas/arm/neon-ldst-align-bad.s: New test.
624
c67a084a
NC
6252010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
626
627 * gas/mips/loongson-2f-2.s: New test of -mfix-loongson2f-nop.
628 * gas/mips/loongson-2f-2.d: Likewise.
629 * gas/mips/loongson-2f-3.s: New test of -mfix-loongson2f-jump.
630 * gas/mips/loongson-2f-3.d: Likewise.
631 * gas/mips/mips.exp: Run the new tests.
632
c060226a
NC
6332010-02-24 Nick Clifton <nickc@redhat.com>
634
635 PR binutils/6773
636 * gas/arm/arch7em.d: Replace expected disassembly of
637 <prefix>addsubx with <prefix>asx. Also replace <prefix>subaddx
638 with <prefix>sax.
639 * gas/arm/archv6.d: Likewise.
640 * gas/arm/thumb32.d: Likewise.
641
56adecf4
DG
6422010-02-23 Daniel Gutson <dgutson@codesourcery.com>
643
c060226a
NC
644 * gas/arm/depr-swp.d: New test case.
645 * gas/arm/depr-swp.s: New file.
646 * gas/arm/depr-swp.l: New file.
56adecf4 647
0dc5cb47
NC
6482010-02-23 Nick Clifton <nickc@redhat.com>
649
650 * gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
651 end of the section depending upon the target of the arm assembler
652 being tested.
653
cd21e546
MGD
6542010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
655
0dc5cb47 656 * gas/arm/attr-order.d: Fix test for new names for attribute
cd21e546
MGD
657 values.
658
77551a33
DG
6592010-02-12 Daniel Gutson <dgutson@codesourcery.com>
660
661 * gas/arm/sp-pc-validations-bad.d: New testcase.
662 * gas/arm/sp-pc-validations-bad.l: New file.
663 * gas/arm/sp-pc-validations-bad.s: New file.
664 * gas/arm/sp-pc-validations-bad-t.d: New testcase.
665 * gas/arm/sp-pc-validations-bad-t.l: New file.
666 * gas/arm/sp-pc-validations-bad-t.s: New file.
667 * gas/arm/sp-pc-usage-t.d: Removed invalid insns.
668 * gas/arm/sp-pc-usage-t.s: Likewise.
669 * gas/arm/unpredictable.d: Likewise.
670 * gas/arm/unpredictable.s: Likewise.
671 * gas/arm/thumb2_bcond.d: Added test.
672 * gas/arm/thumb2_bcond.s: Likewise.
673
9d0e8497
TG
6742010-02-12 Tristan Gingold <gingold@adacore.com>
675
676 * gas/ia64/slotcount.s, gas/ia64/slotcount.s: New test.
677 * gas/ia64/ia64.exp: Add slotcount test (vms only).
678
a683cc34
SP
6792010-02-10 Quentin Neill <quentin.neill@amd.com>
680 Sebastian Pop <sebastian.pop@amd.com>
681
682 * gas/i386/x86-64-xop.d: Add vpermil2p[sd] tests.
683 * gas/i386/x86-64-xop.s: Likewise.
684 * gas/i386/xop.d: Likewise.
685 * gas/i386/xop.s: Likewise.
686
486499d0
CL
6872010-02-08 Christophe Lyon <christophe.lyon@st.com>
688
689 * gas/arm/branch-reloc.s, gas/arm/branch-reloc.d,
690 gas/arm/branch-reloc.l: New tests and expected results with all
691 variants of call: ARM/Thumb, local/global, inter/intra-section,
692 using BL/BLX.
693
bb7c70ed
NC
6942010-02-08 Christophe Lyon <christophe.lyon@st.com>
695
696 * gas/arm/arm-it-auto.d: Update expected results.
697 * gas/arm/bl-local-v4t.d: Likewise.
698 * gas/arm/blx-local.d: Likewise.
699 * gas/arm/thumb-w-good.d: Likewise.
700 * gas/arm/wince.d: Likewise.
701
ce3d2015
AM
7022010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
703
704 * gas/ppc/titan.d, * gas/ppc/titan.s: New test.
705 * gas/ppc/ppc.exp: Run it.
706
68339fdf
SP
7072010-02-03 Quentin Neill <quentin.neill@amd.com>
708
709 * gas/i386/i386.exp: Rename amdfam15 test cases to bdver1.
710 * gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to
711 gas/i386/x86-64-nops-1-bdver1.d.
712 * gas/i386/nops-1-amdfam15.d: Renamed test case to
713 gas/i386/nops-1-bdver1.d.
714
b0e28b39
DJ
7152010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
716
717 * gas/arm/dis-data.d: Update test name. Do not expect
718 .word output.
719 * gas/arm/dis-data2.d, gas/arm/dis-data2.s,
720 gas/arm/dis-data3.d, gas/arm/dis-data3.s: New tests.
721
99b253c5
NC
7222010-01-29 Nick Clifton <nickc@redhat.com>
723
724 PR 11136
725 * gas/arm/neon-omit.s: Add instruction that causes crash.
726 * gas/arm/neon-omit.d: Add expected disassembly.
727
09be49c9
DK
7282010-01-28 Dave Korn <dave.korn.cygwin@gmail.com>
729
730 * gas/pe/section-align-1.d: Don't test section flags.
731 * gas/pe/section-align-2.d: Likewise.
732
1c480963
L
7332010-01-28 H.J. Lu <hongjiu.lu@intel.com>
734
735 * gas/i386/fma-scalar-intel.d: New.
736 * gas/i386/fma-scalar.d: Likewise.
737 * gas/i386/fma-scalar.s: Likewise.
738 * gas/i386/x86-64-fma-scalar-intel.d: Likewise.
739 * gas/i386/x86-64-fma-scalar.d: Likewise.
740 * gas/i386/x86-64-fma-scalar.s: Likewise.
741
742 * gas/i386/i386.exp: Run fma-scalar, fma-scalar-intel,
743 x86-64-fma-scalar and x86-64-fma-scalar-intel.
744
70ecb384
NC
7452010-01-28 Nick Clifton <nickc@redhat.com>
746
747 PR 11225
748 * gas/pe/aligncomm-c.d: Dump all sections.
749
31907d5e
DK
7502010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
751
752 * gas/pe/section-align-1.s: New test source file.
753 * gas/pe/section-align-1.d: Likewise control script.
754 * gas/pe/section-align-2.s: Likewise ...
755 * gas/pe/section-align-2.d: ... and likewise.
756 * gas/pe/pe.exp: Invoke new testcases.
757
539f890d
L
7582010-01-27 H.J. Lu <hongjiu.lu@intel.com>
759
760 * gas/i386/avx-scalar-intel.d: New.
761 * gas/i386/avx-scalar.d: Likewise.
762 * gas/i386/avx-scalar.s: Likewise.
763 * gas/i386/x86-64-avx-scalar-intel.d: Likewise.
764 * gas/i386/x86-64-avx-scalar.d: Likewise.
765 * gas/i386/x86-64-avx-scalar.s: Likewise.
766
767 * gas/i386/i386.exp: Run avx-scalar, avx-scalar-intel,
768 x86-64-avx-scalar and x86-64-avx-scalar-intel.
769
caca4976
L
7702010-01-23 H.J. Lu <hongjiu.lu@intel.com>
771
772 * gas/i386/avx.s: Add more tests.
773 * gas/i386/x86-64-avx.s: Likewise.
774
775 * gas/i386/avx-intel.d: Updated.
776 * gas/i386/avx.d: Likewise.
777 * gas/i386/x86-64-avx-intel.d: Likewise.
778 * gas/i386/x86-64-avx.d: Likewise.
779
c865e45b
RS
7802010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
781
782 * gas/ppc/xcoff-ref-1.s, gas/ppc/xcoff-ref-1.l: New test.
783 * gas/ppc/aix.exp: Run it.
784
706e8205 7852010-01-21 H.J. Lu <hongjiu.lu@intel.com>
73bb6729
L
786
787 * gas/i386/x86-64-xsave.s: Add tests for xsave64 and xrstor64.
788
789 * gas/i386/x86-64-xsave-intel.d: Updated.
790 * gas/i386/x86-64-xsave.d: Likewise.
791
760f3a89
NC
7922010-01-20 Nick Clifton <nickc@redhat.com>
793
794 PR 11109
795 * gas/arm/vfp-neon-syntax.d: Update expected disassembly.
796 * gas/arm/vfp-neon-syntax_t2.d: Likewise.
797
a6461c02
SP
7982010-01-15 Sebastian Pop <sebastian.pop@amd.com>
799
800 * gas/i386/x86-64-xop.d: Add missing patterns.
801 * gas/i386/x86-64-xop.s: Same.
802 * gas/i386/xop.d: Same.
803 * gas/i386/xop.s: Same.
804
43579b25
DJ
8052010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
806
807 * gas/arm/thumb-nop.s: Add .syntax unified.
808
afa62d5e
DJ
8092010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
810
811 * gas/arm/thumb-nop.d, gas/arm/thumb-nop.s: New test.
812 * gas/arm/relax_branch_align.d: Expect a default NOP instruction.
813 * gas/arm/vfp1_t2.d, gas/arm/vfp1xD_t2.d: Specify a CPU with
814 Thumb-2.
815
52b010e4
NC
8162010-01-13 Nick Clifton <nickc@redhat.com>
817
818 * gas/elf/section0.d: Skip this test for the h8300.
819 * gas/elf/section1.d: Likewise.
820 * gas/elf/section6.d: Likewise.
821 * gas/elf/elf.exp: Skip section2 and section5 tests when the
822 target is the h8300.
823
69dd9865
SP
8242010-01-06 Quentin Neill <quentin.neill@amd.com>
825
826 * gas/i386/i386.exp: Add new amdfam15 test cases.
827 * gas/i386/nops-1-amdfam15.d: New.
828 * gas/i386/x86-64-nops-1-amdfam15.d: New.
829
e3e535bc
NC
8302010-01-06 Daniel Gutson <dgutson@codesourcery.com>
831
832 * gas/arm/dis-data.d: New test case.
833 * gas/arm/dis-data.s: New file.
834
4316f0d2
DG
8352010-01-04 Daniel Gutson <dgutson@codesourcery.com>
836
837 * gas/arm/neon-logic.d: New test case.
838 * gas/arm/neon-logic.s: New file.
839
b1a769ed
DG
8402010-01-04 Daniel Gutson <dgutson@codesourcery.com>
841
842 * gas/arm/neon-addressing-bad.d: New test case.
843 * gas/arm/neon-addressing-bad.s: New file.
844 * gas/arm/neon-addressing-bad.l: New file.
845
88714cb8
DG
8462010-01-03 Daniel Gutson <dgutson@codesourcery.com>
847
848 * gas/arm/neon-suffix-bad.d: New test case.
849 * gas/arm/neon-suffix-bad.s: New file.
850 * gas/arm/neon-suffix-bad.l: New file.
e3ea77ac 851
43ecc30f 852For older changes see ChangeLog-2009
c9e214e5
AM
853\f
854Local Variables:
855mode: change-log
856left-margin: 8
857fill-column: 74
858version-control: never
859End:
This page took 0.357884 seconds and 4 git commands to generate.