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