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