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