daily update
[binutils/dougsmingw.git] / gas / testsuite / ChangeLog
blob111a118e5476ec3769af32254c6e96dbc48754e3
1 2010-04-21  Joseph Myers  <joseph@codesourcery.com>
3         * gas/tic6x/insns-c674x.s, gas/tic6x/insns-c674x.d: Also test
4         "b .S2 b3".
6 2010-04-21  H.J. Lu  <hongjiu.lu@intel.com>
8         PR gas/11509
9         * gas/i386/equ.s: Add tests for ".equ symbol, reg + NUM".
10         * gas/i386/equ.d: Updated.
12 2010-04-20  Nick Clifton  <nickc@redhat.com>
14         PR gas/11507
15         * gas/macros/altmacro.s: New test.
16         * gas/macros/altmacro.d: Expected output.
18 2010-04-16  Nick Clifton  <nickc@redhat.com>
20         PR gas/11395
21         * gas/hppa/basic/add2.s: Add test of simple 32-bit instruction.
22         * gas/hppa/basic/basic.exp (do_add2): Add grep for expected
23         disassembly.
25 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
27         * gas/arm/attr-mcpu.d: Update for new attribute tag names.
28         * gas/arm/attr-mfpu-arm1020e.d: Likewise.
29         * gas/arm/attr-mfpu-arm1020t.d: Likewise.
30         * gas/arm/attr-mfpu-arm1136jf-s.d: Likewise.
31         * gas/arm/attr-mfpu-arm1136jfs.d: Likewise.
32         * gas/arm/attr-mfpu-neon-fp16.d: Likewise.
33         * gas/arm/attr-mfpu-neon.d: Likewise.
34         * gas/arm/attr-mfpu-softvfp+vfp.d: Likewise.
35         * gas/arm/attr-mfpu-vfp.d: Likewise.
36         * gas/arm/attr-mfpu-vfp10-r0.d: Likewise.
37         * gas/arm/attr-mfpu-vfp10.d: Likewise.
38         * gas/arm/attr-mfpu-vfp3.d: Likewise.
39         * gas/arm/attr-mfpu-vfp9.d: Likewise.
40         * gas/arm/attr-mfpu-vfpv2.d: Likewise.
41         * gas/arm/attr-mfpu-vfpv3-d16.d: Likewise.
42         * gas/arm/attr-mfpu-vfpv3.d: Likewise.
43         * gas/arm/attr-mfpu-vfpv4-d16.d: Likewise.
44         * gas/arm/attr-mfpu-vfpv4.d: Likewise.
45         * gas/arm/attr-mfpu-vfpxd.d: Likewise.
46         * gas/arm/attr-names.d: Add test to make sure all attribute names
47         are recognised.
48         * gas/arm/attr-names.s: Likewise.
50 2010-04-07  Jie Zhang  <jie@codesourcery.com>
52         * gas/arm/mapmisc.s: Test multiple mapping symbols have
53         the same value 0.
55 2010-04-06  Peter Bergner  <bergner@vnet.ibm.com>
57         * gas/ppc/476.d ("dccci", "dci", "iccci"): Add tests.
58         * gas/ppc/476.s: Likewise.
59         * gas/ppc/a2.d ("dccci", "dci", "iccci", "ici"): Add tests.
60         * gas/ppc/a2.s: Likewise.
62 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
64         * gas/tic6x: New directory and testcases.
66 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
68         * gas/macros/dot.s: Remove space in .byte operands.
70 2010-03-22  Sebastian Pop  <sebastian.pop@amd.com>
71             Quentin Neill <quentin.neill@amd.com>
73         * testsuite/gas/i386/x86-64-lwp.s: Remove use of 16bit LWP insns.
74         * testsuite/gas/i386/lwp.s: Same.
75         * testsuite/gas/i386/x86-64-lwp.d: Updated.
76         * testsuite/gas/i386/lwp.d: Updated.
78 2010-03-19  Jie Zhang  <jie@codesourcery.com>
80         * gas/arm/mapmisc.s: Add the test case for two mapping
81         symbols having the same value.
82         * gas/arm/mapmisc.d: Likewise.
84 2010-03-18  Wei Guozhi  <carrot@google.com>
86         PR gas/11323
87         * gas/arm/got_prel.s: New test case.
88         * gas/arm/got_prel.d: Expected disassembly.
90 2010-03-17  H.J. Lu  <hongjiu.lu@intel.com>
92         * gas/i386/i386.exp: Run list-1, list-2 and list-3 only for
93         ELF tagets.
95 2010-03-08  H.J. Lu  <hongjiu.lu@intel.com>
97         PR gas/9966
98         PR gas/11356
99         * gas/i386/list-1.l: New.
100         * gas/i386/list-1.s: Likewise.
101         * gas/i386/list-2.l: Likewise.
102         * gas/i386/list-2.s: Likewise.
103         * gas/i386/list-3.l: Likewise.
104         * gas/i386/list-3.s: Likewise.
106         * gas/i386/i386.exp: Run list-1, list-2 and list-3.
108         * lib/gas-defs.exp (gas_run_stdin): New.
109         (run_list_test_stdin): Likewise.
111 2010-02-26  Doug Evans  <dje@sebabeach.org>
113         * gas/mep/allinsn.be.d: Renamed from allinsn.d.  Pass -EB.
114         * gas/mep/allinsn.exp: branch1 is now bi-endian.
115         * gas/mep/branch1.be.d: Renamed from branch1.d.  Pass -EB.
116         * gas/mep/branch1.le.d: New file.
117         * gas/mep/dj1.be.d: Renamed from dj1.d.  Pass -EB.
118         * gas/mep/dj2.be.d: Renamed from dj2.d.  Pass -EB.
120 2010-02-26  Jie Zhang  <jie@codesourcery.com>
122         * gas/arm/thumb32.s, gas/arm/thumb32.d: Add a new test
123         for strexd.
124         * gas/arm/thumb32.l: Adjust.
126 2010-02-26  Jie Zhang  <jie@codesourcery.com>
128         * gas/arm/neon-ldst-align-bad.d: New test.
129         * gas/arm/neon-ldst-align-bad.l: New test.
130         * gas/arm/neon-ldst-align-bad.s: New test.
132 2010-02-25  Wu Zhangjin  <wuzhangjin@gmail.com>
134         * gas/mips/loongson-2f-2.s: New test of -mfix-loongson2f-nop.
135         * gas/mips/loongson-2f-2.d: Likewise.
136         * gas/mips/loongson-2f-3.s: New test of -mfix-loongson2f-jump.
137         * gas/mips/loongson-2f-3.d: Likewise.
138         * gas/mips/mips.exp: Run the new tests.
140 2010-02-24  Nick Clifton  <nickc@redhat.com>
142         PR binutils/6773
143         * gas/arm/arch7em.d: Replace expected disassembly of
144         <prefix>addsubx with <prefix>asx.  Also replace <prefix>subaddx
145         with <prefix>sax.
146         * gas/arm/archv6.d: Likewise.
147         * gas/arm/thumb32.d: Likewise.
149 2010-02-23  Daniel Gutson  <dgutson@codesourcery.com>
151         * gas/arm/depr-swp.d: New test case.
152         * gas/arm/depr-swp.s: New file.
153         * gas/arm/depr-swp.l: New file.
155 2010-02-23  Nick Clifton  <nickc@redhat.com>
157         * gas/arm/thumb2_bcond.d: Allow for varying number of nops at the
158         end of the section depending upon the target of the arm assembler
159         being tested.
161 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
163         * gas/arm/attr-order.d: Fix test for new names for attribute
164         values.
166 2010-02-12  Daniel Gutson  <dgutson@codesourcery.com>
168         * gas/arm/sp-pc-validations-bad.d: New testcase.
169         * gas/arm/sp-pc-validations-bad.l: New file.
170         * gas/arm/sp-pc-validations-bad.s: New file.
171         * gas/arm/sp-pc-validations-bad-t.d: New testcase.
172         * gas/arm/sp-pc-validations-bad-t.l: New file.
173         * gas/arm/sp-pc-validations-bad-t.s: New file.
174         * gas/arm/sp-pc-usage-t.d: Removed invalid insns.
175         * gas/arm/sp-pc-usage-t.s: Likewise.
176         * gas/arm/unpredictable.d: Likewise.
177         * gas/arm/unpredictable.s: Likewise.
178         * gas/arm/thumb2_bcond.d: Added test.
179         * gas/arm/thumb2_bcond.s: Likewise.
181 2010-02-12  Tristan Gingold  <gingold@adacore.com>
183         * gas/ia64/slotcount.s, gas/ia64/slotcount.s: New test.
184         * gas/ia64/ia64.exp: Add slotcount test (vms only).
186 2010-02-10  Quentin Neill  <quentin.neill@amd.com>
187             Sebastian Pop  <sebastian.pop@amd.com>
189         * gas/i386/x86-64-xop.d: Add vpermil2p[sd] tests.
190         * gas/i386/x86-64-xop.s: Likewise.
191         * gas/i386/xop.d: Likewise.
192         * gas/i386/xop.s: Likewise.
194 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
196         * gas/arm/branch-reloc.s, gas/arm/branch-reloc.d,
197         gas/arm/branch-reloc.l: New tests and expected results with all
198         variants of call: ARM/Thumb, local/global, inter/intra-section,
199         using BL/BLX.
201 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
203         * gas/arm/arm-it-auto.d: Update expected results.
204         * gas/arm/bl-local-v4t.d: Likewise.
205         * gas/arm/blx-local.d: Likewise.
206         * gas/arm/thumb-w-good.d: Likewise.
207         * gas/arm/wince.d: Likewise.
209 2010-02-08  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
211         * gas/ppc/titan.d, * gas/ppc/titan.s: New test.
212         * gas/ppc/ppc.exp: Run it.
214 2010-02-03  Quentin Neill  <quentin.neill@amd.com>
216         * gas/i386/i386.exp: Rename amdfam15 test cases to bdver1.
217         * gas/i386/x86-64-nops-1-amdfam15.d: Renamed test case to
218         gas/i386/x86-64-nops-1-bdver1.d.
219         * gas/i386/nops-1-amdfam15.d: Renamed test case to
220         gas/i386/nops-1-bdver1.d.
222 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
224         * gas/arm/dis-data.d: Update test name.  Do not expect
225         .word output.
226         * gas/arm/dis-data2.d, gas/arm/dis-data2.s,
227         gas/arm/dis-data3.d, gas/arm/dis-data3.s: New tests.
229 2010-01-29  Nick Clifton  <nickc@redhat.com>
231         PR 11136
232         * gas/arm/neon-omit.s: Add instruction that causes crash.
233         * gas/arm/neon-omit.d: Add expected disassembly.
235 2010-01-28  Dave Korn  <dave.korn.cygwin@gmail.com>
237         * gas/pe/section-align-1.d: Don't test section flags.
238         * gas/pe/section-align-2.d: Likewise.
240 2010-01-28  H.J. Lu  <hongjiu.lu@intel.com>
242         * gas/i386/fma-scalar-intel.d: New.
243         * gas/i386/fma-scalar.d: Likewise.
244         * gas/i386/fma-scalar.s: Likewise.
245         * gas/i386/x86-64-fma-scalar-intel.d: Likewise.
246         * gas/i386/x86-64-fma-scalar.d: Likewise.
247         * gas/i386/x86-64-fma-scalar.s: Likewise.
249         * gas/i386/i386.exp: Run fma-scalar, fma-scalar-intel,
250         x86-64-fma-scalar and x86-64-fma-scalar-intel.
252 2010-01-28  Nick Clifton  <nickc@redhat.com>
254         PR 11225
255         * gas/pe/aligncomm-c.d: Dump all sections.
257 2010-01-27  Dave Korn  <dave.korn.cygwin@gmail.com>
259         * gas/pe/section-align-1.s: New test source file.
260         * gas/pe/section-align-1.d: Likewise control script.
261         * gas/pe/section-align-2.s: Likewise ...
262         * gas/pe/section-align-2.d: ... and likewise.
263         * gas/pe/pe.exp: Invoke new testcases.
265 2010-01-27  H.J. Lu  <hongjiu.lu@intel.com>
267         * gas/i386/avx-scalar-intel.d: New.
268         * gas/i386/avx-scalar.d: Likewise.
269         * gas/i386/avx-scalar.s: Likewise.
270         * gas/i386/x86-64-avx-scalar-intel.d: Likewise.
271         * gas/i386/x86-64-avx-scalar.d: Likewise.
272         * gas/i386/x86-64-avx-scalar.s: Likewise.
274         * gas/i386/i386.exp: Run avx-scalar, avx-scalar-intel,
275         x86-64-avx-scalar and x86-64-avx-scalar-intel.
277 2010-01-23  H.J. Lu  <hongjiu.lu@intel.com>
279         * gas/i386/avx.s: Add more tests.
280         * gas/i386/x86-64-avx.s: Likewise.
282         * gas/i386/avx-intel.d: Updated.
283         * gas/i386/avx.d: Likewise.
284         * gas/i386/x86-64-avx-intel.d: Likewise.
285         * gas/i386/x86-64-avx.d: Likewise.
287 2010-01-23  Richard Sandiford  <r.sandiford@uk.ibm.com>
289         * gas/ppc/xcoff-ref-1.s, gas/ppc/xcoff-ref-1.l: New test.
290         * gas/ppc/aix.exp: Run it.
292 2010-01-21  H.J. Lu  <hongjiu.lu@intel.com>
294         * gas/i386/x86-64-xsave.s: Add tests for xsave64 and xrstor64.
296         * gas/i386/x86-64-xsave-intel.d: Updated.
297         * gas/i386/x86-64-xsave.d: Likewise.
299 2010-01-20  Nick Clifton  <nickc@redhat.com>
301         PR 11109
302         * gas/arm/vfp-neon-syntax.d: Update expected disassembly.
303         * gas/arm/vfp-neon-syntax_t2.d: Likewise.
305 2010-01-15  Sebastian Pop  <sebastian.pop@amd.com>
307         * gas/i386/x86-64-xop.d: Add missing patterns.
308         * gas/i386/x86-64-xop.s: Same.
309         * gas/i386/xop.d: Same.
310         * gas/i386/xop.s: Same.
312 2010-01-13  Daniel Jacobowitz  <dan@codesourcery.com>
314         * gas/arm/thumb-nop.s: Add .syntax unified.
316 2010-01-13  Daniel Jacobowitz  <dan@codesourcery.com>
318         * gas/arm/thumb-nop.d, gas/arm/thumb-nop.s: New test.
319         * gas/arm/relax_branch_align.d: Expect a default NOP instruction.
320         * gas/arm/vfp1_t2.d, gas/arm/vfp1xD_t2.d: Specify a CPU with
321         Thumb-2.
323 2010-01-13  Nick Clifton  <nickc@redhat.com>
325         * gas/elf/section0.d: Skip this test for the h8300.
326         * gas/elf/section1.d: Likewise.
327         * gas/elf/section6.d: Likewise.
328         * gas/elf/elf.exp: Skip section2 and section5 tests when the
329         target is the h8300.
331 2010-01-06  Quentin Neill  <quentin.neill@amd.com>
333         * gas/i386/i386.exp: Add new amdfam15 test cases.
334         * gas/i386/nops-1-amdfam15.d: New.
335         * gas/i386/x86-64-nops-1-amdfam15.d: New.
337 2010-01-06  Daniel Gutson  <dgutson@codesourcery.com>
339         * gas/arm/dis-data.d: New test case.
340         * gas/arm/dis-data.s: New file.
342 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
344         * gas/arm/neon-logic.d: New test case.
345         * gas/arm/neon-logic.s: New file.
347 2010-01-04  Daniel Gutson  <dgutson@codesourcery.com>
349         * gas/arm/neon-addressing-bad.d: New test case.
350         * gas/arm/neon-addressing-bad.s: New file.
351         * gas/arm/neon-addressing-bad.l: New file.
353 2010-01-03  Daniel Gutson  <dgutson@codesourcery.com>
355         * gas/arm/neon-suffix-bad.d: New test case.
356         * gas/arm/neon-suffix-bad.s: New file.
357         * gas/arm/neon-suffix-bad.l: New file.
359 For older changes see ChangeLog-2009
361 Local Variables:
362 mode: change-log
363 left-margin: 8
364 fill-column: 74
365 version-control: never
366 End: