6c9ff3e345642b81b089afbdc8f3f12ec2a08040
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2018-02-05 Maciej W. Rozycki <macro@mips.com>
2
3 * testsuite/gas/mips/reginfo-2.d: New test.
4 * testsuite/gas/mips/reginfo-2-n32.d: New test.
5 * testsuite/gas/mips/reginfo-2.l: New test stderr output.
6 * testsuite/gas/mips/reginfo-2.s: New test source.
7 * testsuite/gas/mips/mips.exp: Run the new tests.
8
9 2018-02-05 Nick Clifton <nickc@redhat.com>
10
11 * po/ru.po: Updated Russian translation.
12
13 2018-01-31 Alan Modra <amodra@gmail.com>
14
15 PR 22714
16 * app.c (last_char): New static var.
17 (struct app_save): Add last_char field.
18 (app_push, app_pop): Handle it.
19 (do_scrub_chars): Use last_char in test for "\@". Set last_char.
20
21 2018-01-29 Eric Botcazou <ebotcazou@adacore.com>
22
23 PR gas/22738
24 * config/tc-sparc.h (sparc_mach): Declare.
25 (TARGET_MACH): Define to above.
26 * config/tc-sparc.c (sparc_mach): New function.
27 (sparc_md_end): Minor tweak.
28
29 2018-01-29 Nick Clifton <nickc@redhat.com>
30
31 * po/ru.po: Updated Russian translation.
32
33 2018-01-26 Maciej W. Rozycki <macro@mips.com>
34
35 * configure.tgt: Use generic emulation for `mips-*-windiss',
36 overriding the blanket choice made for `*-*-windiss'.
37
38 2018-01-26 Maciej W. Rozycki <macro@mips.com>
39
40 * configure.tgt: Use `mips-*-sysv4*' rather than
41 `mips-*-sysv4*MP*'.
42
43 2018-01-24 Renlin Li <renlin.li@arm.com>
44
45 * config/tc-aarch64.c (reloc_table): add entries for
46 BFD_RELOC_AARCH64_MOVW_PREL_G0, BFD_RELOC_AARCH64_MOVW_PREL_G0_NC,
47 BFD_RELOC_AARCH64_MOVW_PREL_G1, BFD_RELOC_AARCH64_MOVW_PREL_G1_NC,
48 BFD_RELOC_AARCH64_MOVW_PREL_G2, BFD_RELOC_AARCH64_MOVW_PREL_G2_NC,
49 BFD_RELOC_AARCH64_MOVW_PREL_G3.
50 (process_movw_reloc_info): Supports newly added MOVW_PREL relocations.
51 (md_apply_fix): Likewise
52 * testsuite/gas/aarch64/prel_g0.s: New.
53 * testsuite/gas/aarch64/prel_g0.d: New.
54 * testsuite/gas/aarch64/prel_g0_nc.s: New.
55 * testsuite/gas/aarch64/prel_g0_nc.d: New.
56 * testsuite/gas/aarch64/prel_g1.s: New.
57 * testsuite/gas/aarch64/prel_g1.d: New.
58 * testsuite/gas/aarch64/prel_g1_nc.s: New.
59 * testsuite/gas/aarch64/prel_g1_nc.d: New.
60 * testsuite/gas/aarch64/prel_g2.s: New.
61 * testsuite/gas/aarch64/prel_g2.d: New.
62 * testsuite/gas/aarch64/prel_g2_nc.s: New.
63 * testsuite/gas/aarch64/prel_g2_nc.d: New.
64 * testsuite/gas/aarch64/prel_g3.s: New.
65 * testsuite/gas/aarch64/prel_g3.d: New.
66
67 2018-01-23 Maciej W. Rozycki <macro@mips.com>
68
69 * configure.ac: Also set `mips_default_abi' to N32_ABI for
70 `mips64*-ps2-elf*'.
71 * configure: Regenerate.
72
73 2018-01-23 Maciej W. Rozycki <macro@mips.com>
74
75 * config/tc-mips.c (options): Remove OPTION_COMPAT_ARCH_BASE
76 enum value.
77
78 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
79
80 * config/tc-i386.c (cpu_arch): Add .pconfig.
81 * doc/c-i386.texi: Document .pconfig.
82 * testsuite/gas/i386/i386.exp: Add PCONFIG tests.
83 * testsuite/gas/i386/pconfig-intel.d: New test.
84 * testsuite/gas/i386/pconfig.d: Likewise.
85 * testsuite/gas/i386/pconfig.s: Likewise.
86 * testsuite/gas/i386/x86-64-pconfig-intel.d: Likewise.
87 * testsuite/gas/i386/x86-64-pconfig.d: Likewise.
88 * testsuite/gas/i386/x86-64-pconfig.s: Likewise.
89
90 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
91
92 * config/tc-i386.c (cpu_arch): Add .wbnoinvd.
93 * doc/c-i386.texi: Document .wbnoinvd.
94 * testsuite/gas/i386/i386.exp: Add WBNOINVD tests.
95 * testsuite/gas/i386/wbnoinvd-intel.d: New test.
96 * testsuite/gas/i386/wbnoinvd.d: Likewise.
97 * testsuite/gas/i386/wbnoinvd.s: Likewise.
98 * testsuite/gas/i386/x86-64-wbnoinvd-intel.d: Likewise.
99 * testsuite/gas/i386/x86-64-wbnoinvd.d: Likewise.
100 * testsuite/gas/i386/x86-64-wbnoinvd.s: Likewise.
101
102 2018-01-23 Maciej W. Rozycki <macro@mips.com>
103
104 * config/tc-mips.c (md_show_usage): Correctly indicate the
105 configuration-specific default ABI.
106
107 2018-01-23 Maciej W. Rozycki <macro@mips.com>
108
109 * config/tc-mips.c (md_show_usage): Report `-mmips16e2' and
110 `-mno-mips16e2' options.
111
112 2018-01-22 Maciej W. Rozycki <macro@mips.com>
113
114 * doc/c-mips.texi (MIPS ASE Instruction Generation Overrides):
115 Correct syntax of the `.set nomips16e2' directive description.
116
117 2018-01-22 Oleg Endo <olegendo@gcc.gnu.org>
118
119 PR 22737
120 * config/tc-rx.c (rx_start_line): Handle escaped double-quote character.
121 * testsuite/gas/rx/pr22737.s: New test.
122 * testsuite/gas/rx/pr22737.d: Likewise.
123 * testsuite/gas/rx/rx.exp: Run the new test.
124
125 2018-01-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
126
127 * config/tc-arm.c (ToC macro): Remove spurious comment.
128 (ToU macro): Likewise.
129
130 2018-01-17 Jim Wilson <jimw@sifive.com>
131
132 * config/tc-riscv.c (validate_riscv_insn) <'z'>: New.
133 (riscv_ip) <'z'>: New.
134
135 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
136
137 * config/tc-i386.c (cpu_arch): Delete .cet. Add .ibt, .shstk.
138 (cpu_noarch): Add noibt, noshstk.
139 (parse_insn): Change cpucet to cpuibt.
140 * doc/c-i386.texi: Delete .cet. Add .ibt, .shstk.
141 * testsuite/gas/i386/cet-ibt-inval.l: New test.
142 * testsuite/gas/i386/cet-ibt-inval.s: Likewise.
143 * testsuite/gas/i386/cet-shstk-inval.l: Likewise.
144 * testsuite/gas/i386/cet-shstk-inval.s: Likewise.
145 * testsuite/gas/i386/x86-64-cet-ibt-inval.l: Likewise.
146 * testsuite/gas/i386/x86-64-cet-ibt-inval.s: Likewise.
147 * testsuite/gas/i386/x86-64-cet-shstk-inval.l: Likewise.
148 * testsuite/gas/i386/x86-64-cet-shstk-inval.s: Likewise.
149
150 2018-01-16 Nick Clifton <nickc@redhat.com>
151
152 * po/fr.po: Updated French translation.
153
154 2018-01-15 Jim Wilson <jimw@sifive.com>
155
156 * testsuite/gas/riscv/c-zero-imm.s: Test addi that compresses to c.nop.
157 * testsuite/gas/riscv/c-zero-imm.d: Likewise.
158
159 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
160
161 * config/tc-arm.c (ToC): Define macro.
162 (ToU): Likewise.
163 (insns): Make use of above macros for new instructions introduced in
164 Armv8-M.
165
166 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
167
168 * config/tc-arm.c (insns): Make blxns, bxns, tt, ttt, tta, ttat, vlldm
169 and vlstm conditionally executable and reindent parameters.
170 * testsuite/gas/arm/archv8m-cmse-main.s: Add conditional version of
171 aforementionned instructions.
172
173 2018-01-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
174
175 * config/tc-arm.c (it_fsm_post_encode): Do not warn if targeting M
176 profile architecture or if in autodetection mode. Clarify that
177 deprecation is for performance reason and concerns Armv8-A and Armv8-R.
178 * testsuite/gas/arm/armv8-ar-bad.l: Adapt to new IT deprecation warning
179 message.
180 * testsuite/gas/arm/armv8-ar-it-bad.l: Likewise.
181 * testsuite/gas/arm/sp-pc-validations-bad-t-v8a.l: Likewise.
182 * testsuite/gas/arm/udf.l: Likewise.
183 * testsuite/gas/arm/udf.d: Assemble for Armv8-A explicitely.
184
185 2018-01-15 Nick Clifton <nickc@redhat.com>
186
187 * po/uk.po: Updated Ukranian translation.
188
189 2018-01-13 Nick Clifton <nickc@redhat.com>
190
191 * po/gas.pot: Regenerated.
192
193 2018-01-13 Nick Clifton <nickc@redhat.com>
194
195 * configure: Regenerate.
196
197 2018-01-13 Nick Clifton <nickc@redhat.com>
198
199 2.30 branch created.
200 * NEWS: Add marker for 2.30.
201
202 2018-01-12 Gunther Nikl <gnikl@users.sourceforge.net>
203
204 * gas/config/aout_gnu.h (USE_EXTENDED_RELOC): Explicitly
205 define to 0 and 1. Remove a dangling reference to "AMD 29000"
206 in a comment.
207
208 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
209
210 * testsuite/i386/avx512_4fmaps_vl-warn.l: Likewise.
211 * testsuite/i386/avx512_4fmaps_vl-warn.s: Likewise.
212 * testsuite/i386/avx512_4fmaps_vl.d: Likewise.
213 * testsuite/i386/avx512_4fmaps_vl.s: Likewise.
214 * testsuite/i386/avx512_4vnniw_vl-intel.d: Likewise.
215 * testsuite/i386/avx512_4vnniw_vl.d: Likewise.
216 * testsuite/i386/avx512_4vnniw_vl.s: Likewise.
217 * testsuite/i386/i386.exp: Removed _vl tests for 4fmaps an 4vnniw
218 tests.
219 * testsuite/i386/x86-64-avx512_4fmaps_vl-intel.d: Removed.
220 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.l: Likewise.
221 * testsuite/i386/x86-64-avx512_4fmaps_vl-warn.s: Likewise.
222 * testsuite/i386/x86-64-avx512_4fmaps_vl.d: Likewise.
223 * testsuite/i386/x86-64-avx512_4fmaps_vl.s: Likewise.
224 * testsuite/i386/x86-64-avx512_4vnniw_vl-intel.d: Likewise.
225 * testsuite/i386/x86-64-avx512_4vnniw_vl.d: Likewise.
226 * testsuite/i386/x86-64-avx512_4vnniw_vl.s: Likewise.
227
228 2018-01-11 Alan Modra <amodra@gmail.com>
229
230 * config/tc-arm.c (aeabi_set_public_attributes): Avoid false
231 positive "‘profile’ may be used uninitialized".
232
233 2018-01-10 Jan Beulich <jbeulich@suse.com>
234
235 * testsuite/gas/i386/avx512_4fmaps.s,
236 testsuite/gas/i386/avx512_4fmaps_vl.s,
237 testsuite/gas/i386/x86-64-avx512_4fmaps.s,
238 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.s: Actually test
239 Disp8 forms (and the transition happening at the right
240 boundary).
241 * testsuite/gas/i386/avx512_4fmaps.d,
242 testsuite/gas/i386/avx512_4fmaps-intel.d,
243 testsuite/gas/i386/avx512_4fmaps_vl.d,
244 testsuite/gas/i386/avx512_4fmaps_vl-intel.d,
245 testsuite/gas/i386/x86-64-avx512_4fmaps.d,
246 testsuite/gas/i386/x86-64-avx512_4fmaps-intel.d,
247 testsuite/gas/i386/x86-64-avx512_4fmaps_vl.d,
248 testsuite/gas/i386/x86-64-avx512_4fmaps_vl-intel.d: Adjust
249 expectations.
250
251 2018-01-10 Jan Beulich <jbeulich@suse.com>
252
253 * testsuite/gas/i386/avx512bw.s,
254 testsuite/gas/i386/avx512bw_vl.s: Add VPCMP* tests with memory
255 operands.
256 * testsuite/gas/i386/avx512bw-intel.d,
257 testsuite/gas/i386/avx512bw.d,
258 testsuite/gas/i386/avx512bw_vl-intel.d.
259 testsuite/gas/i386/avx512bw_vl.d: Adjust expectations.
260
261 2018-01-09 Jim Wilson <jimw@sifive.com>
262
263 * testsuite/gas/riscv/auipc-x0.d: New.
264 * testsuite/gas/riscv/auipc-x0.s: New.
265
266 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
267
268 * config/tc-arm.c (insns): Add csdb, enable for Armv3 and above
269 in Arm execution state, and Armv6T2 and above in Thumb execution
270 state.
271 * testsuite/gas/arm/csdb.s: New.
272 * testsuite/gas/arm/csdb.d: New.
273 * testsuite/gas/arm/thumb2_it_bad.l: Add csdb.
274 * testsuite/gas/arm/thumb2_it_bad.s: Add csdb.
275
276 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
277
278 * testsuite/gas/aarch64/system.d: Update expected results to expect
279 CSDB for hint 0x14.
280
281 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
282
283 PR gas/22681
284 * testsuite/gas/i386/i386.exp: Run x86-64-movd and
285 x86-64-movd-intel.
286 * testsuite/gas/i386/x86-64-movd-intel.d: New file.
287 * testsuite/gas/i386/x86-64-movd.d: Likewise.
288 * testsuite/gas/i386/x86-64-movd.s: Likewise.
289
290 2018-01-08 Nick Clifton <nickc@redhat.com>
291
292 PR 22553
293 * doc/c-i386.texi (i386-Directives): Document the .largecomm
294 directive.
295
296 2018-01-04 Jim Wilson <jimw@sifive.com>
297
298 * testsuite/gas/riscv/priv-reg.s: Add missing stval and mtval.
299 * testsuite/gas/riscv/priv-reg.d: Likewise.
300
301 2018-01-03 Alan Modra <amodra@gmail.com>
302
303 Update year range in copyright notice of all files.
304
305 2018-01-02 Nick Clifton <nickc@redhat.com>
306
307 PR 18119
308 * config/tc-arm.c (do_mrs): Fix test of bits 16-19 in non-banked
309 version of ARM MRS instruction.
310
311 For older changes see ChangeLog-2017
312 \f
313 Copyright (C) 2018 Free Software Foundation, Inc.
314
315 Copying and distribution of this file, with or without modification,
316 are permitted in any medium without royalty provided the copyright
317 notice and this notice are preserved.
318
319 Local Variables:
320 mode: change-log
321 left-margin: 8
322 fill-column: 74
323 version-control: never
324 End:
This page took 0.037232 seconds and 4 git commands to generate.