Fix RX gas testsuite failures by accounting for new variations in the disassembler...
[binutils-gdb.git] / gas / testsuite / ChangeLog
1 2014-03-19 Nick Clifton <nickc@redhat.com>
2
3 * gas/rx/mov.d: Update expected disassembly.
4
5 2014-03-18 Jiong Wang <jiong.wang@arm.com>
6
7 * gas/aarch64/illegal.d: Pass -mno-verbose-error.
8 * gas/aarch64/verbose-error.s: Add more verbose message testcases.
9 * gas/aarch64/verbose-error.l: Ditto.
10
11 2014-03-17 Nick Clifton <nickc@redhat.com>
12
13 PR gas/16694
14 * gas/cfi/cfi-arm-1.s: Add checks of VFP registers.
15 * gas/cfi/cfi-arm-1.d: Update expected output.
16
17 2014-03-13 Nick Clifton <nickc@redhat.com>
18
19 * gas/aarch64/litpool.s: Make the test endian agnostic.
20 * gas/aarch64/litpool.d: Update expected disassembly.
21
22 2014-03-13 Tristan Gingold <gingold@adacore.com>
23
24 * gas/pe/big-obj.d, gas/pe/big-obj.s: Add test.
25 * gas/pe/pe.exp: Add test.
26
27 2014-03-12 Nick Clifton <nickc@redhat.com>
28
29 PR gas/16688
30 * gas/aarch64/litpool.s: New test case.
31 * gas/aarch64/litpool.d: Expected disassembly.
32
33 2014-03-05 Alan Modra <amodra@gmail.com>
34
35 Update copyright years.
36
37 2014-03-03 Nick Clifton <nickc@redhat.com>
38
39 * gas/msp430/bad.d: Add -mz option.
40 * gas/msp430/bad.s: Add more cases where warnings should be
41 generated.
42 * gas/msp430/bad.l: Add expected warning messages.
43
44 2014-02-27 Jiong Wang <jiong.wang@arm.com>
45
46 * gas/aarch64/fp-const0-parsing.s: New test.
47 * gas/aarch64/fp-const0-parsing.d: Likewise.
48
49 2014-02-27 Yufeng Zhang <yufeng.zhang@arm.com>
50
51 * gas/aarch64/ldst-reg-reg-offset.s: Add tests.
52 * gas/aarch64/ldst-reg-reg-offset.d: Update.
53
54 2014-02-21 Ilya Tocar <ilya.tocar@intel.com>
55
56 * gas/i386/avx512pf-intel.d: Remove prefetchwt1.
57 * gas/i386/avx512pf.s: Ditto.
58 * gas/i386/avx512pf.d: Ditto.
59 * gas/i386/x86-64-avx512pf-intel.d: Ditto.
60 * gas/i386/x86-64-avx512pf.s: Ditto.
61 * gas/i386/x86-64-avx512pf.d: Ditto.
62 * gas/i386/prefetchwt1-intel.d: New file.
63 * gas/i386/prefetchwt1.s: Ditto.
64 * gas/i386/prefetchwt1.d: Ditto.
65 * gas/i386/x86-64-prefetchwt1-intel.d: Ditto.
66 * gas/i386/x86-64-prefetchwt1.s: Ditto.
67 * gas/i386/x86-64-prefetchwt1.d: Ditto.
68
69 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
70
71 * gas/i386/avx512cd-intel.d: Remove vptestnmq, vptestnmd.
72 * gas/i386/avx512cd.s: Ditto.
73 * gas/i386/avx512cd.d: Ditto.
74 * gas/i386/x86-64-avx512cd-intel.d: Ditto.
75 * gas/i386/x86-64-avx512cd.s: Ditto.
76 * gas/i386/x86-64-avx512cd.d: Ditto.
77 * gas/i386/avx512f-intel.d: Add vptestnmq, vptestnmd.
78 * gas/i386/avx512f.s: Ditto.
79 * gas/i386/avx512f.d: Ditto.
80 * gas/i386/x86-64-avx512f-intel.d: Ditto.
81 * gas/i386/x86-64-avx512f.s: Ditto.
82 * gas/i386/x86-64-avx512f.d: Ditto.
83
84 2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
85
86 * gas/i386/clflushopt-intel.d: New.
87 * gas/i386/clflushopt.d: Ditto.
88 * gas/i386/clflushopt.s: Ditto.
89 * gas/i386/i386.exp: Run new tests.
90 * gas/i386/x86-64-clflushopt-intel.d: New.
91 * gas/i386/x86-64-clflushopt.d: Ditto.
92 * gas/i386/x86-64-clflushopt.s: Ditto.
93 * gas/i386/x86-64-xsavec-intel.d: Ditto.
94 * gas/i386/x86-64-xsavec.d: Ditto.
95 * gas/i386/x86-64-xsavec.s: Ditto.
96 * gas/i386/x86-64-xsaves-intel.d: Ditto.
97 * gas/i386/x86-64-xsaves.d: Ditto.
98 * gas/i386/x86-64-xsaves.s: Ditto.
99 * gas/i386/xsavec-intel.d: Ditto.
100 * gas/i386/xsavec.d: Ditto.
101 * gas/i386/xsavec.s: Ditto.
102 * gas/i386/xsaves-intel.d: Ditto.
103 * gas/i386/xsaves.d: Ditto.
104 * gas/i386/xsaves.s: Ditto.
105
106 2014-01-31 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
107
108 PR gas/16488
109 * gas/i386/inval-avx512f.s: Add test for incorrect memory operand
110 for gather/scatter instructions.
111 * gas/i386/x86-64-inval-avx512f.s: Likewise.
112 * gas/i386/inval-avx512f.l: Adjust correspondingly.
113 * gas/i386/x86-64-inval-avx512f.l: Likewise.
114
115 2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
116
117 * gas/nios2/call26_noat.d: New.
118 * gas/nios2/call26_noat.s: New.
119 * gas/nios2/call_noat.d: New.
120 * gas/nios2/call_noat.s: New.
121
122 2014-01-30 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
123 Jan Beulich <jbeulich@suse.com>
124
125 PR binutils/16490
126 * gas/i386/avx512f.d: Fix test output.
127 * gas/i386/avx512f-intel.d: Likewise.
128 * gas/i386/x86-64-avx512f.d: Likewise.
129 * gas/i386/x86-64-avx512f-intel.d: Likewise.
130
131 2014-01-28 Nick Clifton <nickc@redhat.com>
132
133 PR binutils/16317
134 * gas/ia64/group-2.d: Expect I attribute with RELA sections.
135 * gas/ia64/xdata.d: Likewise.
136
137 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
138
139 PR gas/16489
140 * gas/i386/vgather-check.s: Add tests for AVX512 gathers.
141 * gas/i386/x86-64-vgather-check.s: Likewise.
142 * gas/i386/vgather-check-error.l: Update correspondingly.
143 * gas/i386/vgather-check-none.d: Likewise.
144 * gas/i386/vgather-check-warn.d: Likewise.
145 * gas/i386/vgather-check-warn.e: Likewise.
146 * gas/i386/vgather-check.d: Likewise.
147 * gas/i386/x86-64-vgather-check-error.l: Likewise.
148 * gas/i386/x86-64-vgather-check-none.d: Likewise.
149 * gas/i386/x86-64-vgather-check-warn.d: Likewise.
150 * gas/i386/x86-64-vgather-check-warn.e: Likewise.
151 * gas/i386/x86-64-vgather-check.d: Likewise.
152
153 2014-01-17 Will Newton <will.newton@linaro.org>
154
155 * gas/arm/armv8-a+fp.d: Correct encoding of vcvta.s32.f64.
156
157 For older changes see ChangeLog-2013
158 \f
159 Copyright (C) 2014 Free Software Foundation, Inc.
160
161 Copying and distribution of this file, with or without modification,
162 are permitted in any medium without royalty provided the copyright
163 notice and this notice are preserved.
164
165 Local Variables:
166 mode: change-log
167 left-margin: 8
168 fill-column: 74
169 version-control: never
170 End: