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