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