MIPS/BFD: Update a stale `mips_elf32_section_processing' reference
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
be3a8dca
IT
12018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2
3 * config/tc-i386.c (cpu_arch): Add .pconfig.
4 * doc/c-i386.texi: Document .pconfig.
5 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
6 * testsuite/gas/i386/pconfig-intel.d: New test.
7 * testsuite/gas/i386/pconfig.d: Likewise.
8 * testsuite/gas/i386/pconfig.s: Likewise.
9 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
10 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
11 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
12
3233d7d0
IT
132018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
14
15 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
16 * doc/c-i386.texi: Document .wbnoinvd.
17 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
18 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
19 * testsuite/gas/i386/wbnoinvd.d: Likewise.
20 * testsuite/gas/i386/wbnoinvd.s: Likewise.
21 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
22 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
23 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
24
b4f6242e
MR
252018-01-23 Maciej W. Rozycki <macro@mips.com>
26
27 * config/tc-mips.c (md_show_usage): Correctly indicate the
28 configuration-specific default ABI.
29
f866b262
MR
302018-01-23 Maciej W. Rozycki <macro@mips.com>
31
32 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
33 `-mno-mips16e2' options.
34
75c80ee1
MR
352018-01-22 Maciej W. Rozycki <macro@mips.com>
36
37 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
38 Correct syntax of the `.set nomips16e2' directive description.
39
49da480f
OE
402018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
41
42 PR 22737
43 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
44 * testsuite/gas/rx/pr22737.s: New test.
45 * testsuite/gas/rx/pr22737.d: Likewise.
46 * testsuite/gas/rx/rx.exp: Run the new test.
47
a3ab6cb0
TP
482018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
49
50 * config/tc-arm.c (ToC macro): Remove spurious comment.
51 (ToU macro): Likewise.
52
e925c834
JW
532018-01-17 Jim Wilson <jimw@sifive.com>
54
55 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
56 (riscv_ip) <'z'>: New.
57
d777820b
IT
582018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
59
60 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
61 (cpu_noarch): Add noibt, noshstk.
62 (parse_insn): Change cpucet to cpuibt.
63 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
64 * testsuite/gas/i386/cet-ibt-inval.l: New test.
65 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
66 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
67 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
68 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
69 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
70 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
71 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
72
f6efed01
NC
732018-01-16 Nick Clifton <nickc@redhat.com>
74
75 * po/fr.po: Updated French translation.
76
2721d702
JW
772018-01-15 Jim Wilson <jimw@sifive.com>
78
79 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
80 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
81
cf3cf39d
TP
822018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
83
84 * config/tc-arm.c (ToC): Define macro.
85 (ToU): Likewise.
86 (insns): Make use of above macros for new instructions introduced in
87 Armv8-M.
88
2875ce2b
TP
892018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
90
91 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
92 and vlstm conditionally executable and reindent parameters.
93 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
94 aforementionned instructions.
95
df9909b8
TP
962018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
97
98 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
99 profile architecture or if in autodetection mode. Clarify that
100 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
101 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
102 message.
103 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
104 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
105 * testsuite/gas/arm/udf.l: Likewise.
106 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
107
616dcb87
NC
1082018-01-15 Nick Clifton <nickc@redhat.com>
109
110 * po/uk.po: Updated Ukranian translation.
111
3957a496
NC
1122018-01-13 Nick Clifton <nickc@redhat.com>
113
114 * po/gas.pot: Regenerated.
115
769c7ea5
NC
1162018-01-13 Nick Clifton <nickc@redhat.com>
117
118 * configure: Regenerate.
119
9176ac5b
NC
1202018-01-13 Nick Clifton <nickc@redhat.com>
121
faf766e3 122 2.30 branch created.
9176ac5b
NC
123 * NEWS: Add marker for 2.30.
124
b5b62006
GN
1252018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
126
127 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
128 define to 0 and 1. Remove a dangling reference to "AMD 29000"
129 in a comment.
130
888a89da
IT
1312018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
132
133 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
134 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
135 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
136 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
137 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
138 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
139 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
140 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
141 tests.
142 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
143 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
144 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
145 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
146 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
147 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
148 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
149 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
150
b90d5ba0
AM
1512018-01-11 Alan Modra <amodra@gmail.com>
152
153 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
154 positive "‘profile’ may be used uninitialized".
155
cbda583a
JB
1562018-01-10 Jan Beulich <jbeulich@suse.com>
157
158 * testsuite/gas/i386/avx512_4fmaps.s,
159 testsuite/gas/i386/avx512_4fmaps_vl.s,
160 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
161 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
162 Disp8 forms (and the transition happening at the right
163 boundary).
164 * testsuite/gas/i386/avx512_4fmaps.d,
165 testsuite/gas/i386/avx512_4fmaps-intel.d,
166 testsuite/gas/i386/avx512_4fmaps_vl.d,
167 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
168 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
169 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
170 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
171 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
172 expectations.
173
c9e92278
JB
1742018-01-10 Jan Beulich <jbeulich@suse.com>
175
176 * testsuite/gas/i386/avx512bw.s,
177 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
178 operands.
179 * testsuite/gas/i386/avx512bw-intel.d,
180 testsuite/gas/i386/avx512bw.d,
181 testsuite/gas/i386/avx512bw_vl-intel.d.
182 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
183
35fd2b2b
JW
1842018-01-09 Jim Wilson <jimw@sifive.com>
185
186 * testsuite/gas/riscv/auipc-x0.d: New.
187 * testsuite/gas/riscv/auipc-x0.s: New.
188
91d8b670
JG
1892018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
190
191 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
192 in Arm execution state, and Armv6T2 and above in Thumb execution
193 state.
194 * testsuite/gas/arm/csdb.s: New.
195 * testsuite/gas/arm/csdb.d: New.
196 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
197 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
198
be2e7d95
JG
1992018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
200
201 * testsuite/gas/aarch64/system.d: Update expected results to expect
202 CSDB for hint 0x14.
203
704a705d
L
2042018-01-08 H.J. Lu <hongjiu.lu@intel.com>
205
206 PR gas/22681
207 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
208 x86-64-movd-intel.
209 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
210 * testsuite/gas/i386/x86-64-movd.d: Likewise.
211 * testsuite/gas/i386/x86-64-movd.s: Likewise.
212
102e9361
NC
2132018-01-08 Nick Clifton <nickc@redhat.com>
214
215 PR 22553
216 * doc/c-i386.texi (i386-Directives): Document the .largecomm
217 directive.
218
645a2c5b
JW
2192018-01-04 Jim Wilson <jimw@sifive.com>
220
221 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
222 * testsuite/gas/riscv/priv-reg.d: Likewise.
223
219d1afa
AM
2242018-01-03 Alan Modra <amodra@gmail.com>
225
226 Update year range in copyright notice of all files.
227
806ab1c0
NC
2282018-01-02 Nick Clifton <nickc@redhat.com>
229
230 PR 18119
231 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
232 version of ARM MRS instruction.
233
1e563868 234For older changes see ChangeLog-2017
3499769a 235\f
1e563868 236Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
237
238Copying and distribution of this file, with or without modification,
239are permitted in any medium without royalty provided the copyright
240notice and this notice are preserved.
241
242Local Variables:
243mode: change-log
244left-margin: 8
245fill-column: 74
246version-control: never
247End:
This page took 0.144225 seconds and 4 git commands to generate.