x86: fix handling of 64-bit operand size VPCMPESTR{I,M}
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
15c7c1d8
JB
12017-02-28 Jan Beulich <jbeulich@suse.com>
2
3 * testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of
4 VPCMPESTR{I,M}.
5 * testsuite/gas/i386/x86-64-sse2avx.s: Likewise.
6 * testsuite/gas/i386/x86-64-sse4_2.s: Add suffixed variants
7 of PCMPESTR{I,M}.
8 * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
9 * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
10 * testsuite/gas/i386/ilp32/x86-64-sse2avx.d: Likewise.
11 * testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d: Likewise.
12 * testsuite/gas/i386/ilp32/x86-64-sse4_2.d: Likewise.
13 * testsuite/gas/i386/x86-64-avx-intel.d: Likewise.
14 * testsuite/gas/i386/x86-64-avx.d: Likewise.
15 * testsuite/gas/i386/x86-64-sse2avx.d: Likewise.
16 * testsuite/gas/i386/x86-64-sse4_2-intel.d: Likewise.
17 * testsuite/gas/i386/x86-64-sse4_2.d: Likewise.
18
4ef97a1b
AM
192017-02-28 Alan Modra <amodra@gmail.com>
20
21 * config/tc-nios2.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
22
7ba71655
AM
232017-02-28 Alan Modra <amodra@gmail.com>
24
25 * config/tc-ppc.c (md_assemble): Use BFD_RELOC_PPC_16DX_HA for addpcis.
26 (md_apply_fix): Remove fx_subsy check. Move code converting to
27 pcrel reloc earlier and handle BFD_RELOC_PPC_16DX_HA. Remove code
28 emiiting errors on seeing fx_pcrel set on unexpected relocs, as
29 that is done now by the generic code via..
30 * config/tc-ppc.h (TC_FORCE_RELOCATION_SUB_LOCAL): ..this. Define.
31 (TC_VALIDATE_FIX_SUB): Define.
32
0e392101
MR
332017-02-28 Maciej W. Rozycki <macro@imgtec.com>
34
35 * testsuite/gas/mips/jalr4.s: Add `jalr $0, $25' instructions.
36 * testsuite/gas/mips/jalr4.d: Adjust accordingly. Remove MIPSr6
37 encoding patterns.
38 * testsuite/gas/mips/jalr4-n64.d: Likewise.
39 * testsuite/gas/mips/mipsr6@jalr4.d: New test.
40 * testsuite/gas/mips/mipsr6@jalr4-n32.d: New test.
41 * testsuite/gas/mips/mipsr6@jalr4-n64.d: New test.
42
dd803a24
AM
432017-02-25 Alan Modra <amodra@gmail.com>
44
45 * testsuite/gas/elf/strtab.s: Don't put directives on first
46 column or continuation with labels not in first column.
47
582e12bf
RS
482017-02-24 Richard Sandiford <richard.sandiford@arm.com>
49
50 * doc/c-aarch64.texi: Document that sve implies fp16, simd and compnum.
51 * config/tc-aarch64.c (parse_vector_type_for_operand): Allow .q
52 to be used with SVE registers.
53 (parse_operands): Handle new SVE operands.
54 (aarch64_features): Make "sve" require F16 rather than FP. Also
55 require COMPNUM.
56 * testsuite/gas/aarch64/sve.s: Add tests for new instructions.
57 Include compnum tests.
58 * testsuite/gas/aarch64/sve.d: Update accordingly.
59 * testsuite/gas/aarch64/sve-invalid.s: Add tests for new instructions.
60 * testsuite/gas/aarch64/sve-invalid.l: Update accordingly. Also
61 update expected output for new FMOV and MOV alternatives.
62
f482d304
RS
632017-02-24 Richard Sandiford <richard.sandiford@arm.com>
64
65 * doc/c-aarch64.texi: Add a "compnum" entry.
66 * config/tc-aarch64.c (aarch64_features): Likewise,
67 * testsuite/gas/aarch64/advsimd-compnum.s: New test.
68 * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
69
7db2c588
JB
702017-02-24 Jan Beulich <jbeulich@suse.com>
71
72 * testsuite/gas/i386/opcode.s: Add alternative TEST forms.
73 * testsuite/gas/i386/x86-64-opcode.s: Likewise.
74 * testsuite/gas/i386/opcode.d: Adjust accordingly.
75 * testsuite/gas/i386/opcode-intel.d: Likewise.
76 * testsuite/gas/i386/x86-64-opcode.d: Likewise.
77 * testsuite/gas/i386/ilp32/x86-64-opcode.d: Likewise.
78
1b3cee56
SL
792017-02-24 Sheldon Lobo <sheldon.lobo@oracle.com>
80
81 Test cases for the architecture level aware SPARC ASI work.
82 * gas/testsuite/gas/sparc/sparc.exp: 2 new tests
83 * gas/testsuite/gas/sparc/asi-bump-warn.s: New test
84 * gas/testsuite/gas/sparc/asi-bump-warn.l: Likewise
85 * gas/testsuite/gas/sparc/asi-arch-error.s: Likewise
86 * gas/testsuite/gas/sparc/asi-arch-error.l: Likewise
87
c1556ecd
MR
882017-02-23 Maciej W. Rozycki <macro@imgtec.com>
89
90 * testsuite/gas/mips/jalr4.d: New test.
91 * testsuite/gas/mips/jalr4-n32.d: New test.
92 * testsuite/gas/mips/jalr4-n64.d: New test.
93 * testsuite/gas/mips/jalr4.s: New test source.
94 * testsuite/gas/mips/mips.exp: Run the new tests.
95
1e9d41d4
SL
962017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
97
98 Add support for associating SPARC ASIs with an architecture level.
99 * config/tc-sparc.c (parse_sparc_asi): New encode SPARC ASIs.
100
946416fc
JB
1012017-02-23 Jan Beulich <jbeulich@suse.com>
102
103 * testsuite/gas/all/err-sizeof.s: Don't use sums or differences
104 of symbols as expression.
105
1062017-02-23 Jan Beulich <jbeulich@suse.com>
4c5b8d1e
JB
107
108 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.d: Add 32- and 16-
109 bit GPR forms of BNDCL, BNDCU, and BNDCN. Add RSP-as-index
110 Intel syntax forms of BNDMK, BNDSTX, and BNDLDX.
111 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust.
112
5ff6a06c
MR
1132017-02-22 Maciej W. Rozycki <macro@imgtec.com>
114
115 * ecoff.c (ecoff_directive_end) [md_flush_pending_output]: Call
116 `md_flush_pending_output'.
117 * config/tc-mips.c (s_mips_end) [md_flush_pending_output]: Call
118 `md_flush_pending_output' unconditionally.
119 * testsuite/gas/mips/debug-label-end-1.d: New test.
120 * testsuite/gas/mips/debug-label-end-2.d: New test.
121 * testsuite/gas/mips/debug-label-end-3.d: New test.
122 * testsuite/gas/mips/debug-label-end.s: New test source.
123 * testsuite/gas/mips/mips.exp: Run the new tests.
124
25890fc2
HPN
1252017-02-22 Hans-Peter Nilsson <hp@axis.com>
126
127 * testsuite/gas/all/err-sizeof.s: Include cris*-*-* in the list of
128 targets yielding an error message matching "too complex".
129
5ffbd927
NC
1302017-02-22 Nick Clifton <nickc@redhat.com>
131
132 * testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
133
b0c53498
JB
1342017-02-21 Jan Beulich <jbeulich@suse.com>
135
136 * expr.c (operand): Handle missing operand to .startof.() and
137 .sizeof.().
138 * testsuite/gas/all/err-sizeof.s: New.
139
ece5dcc1
AM
1402017-02-20 Alan Modra <amodra@gmail.com>
141
142 PR 21118
143 * NEWS: Revise powerpc register check.
144 * config/tc-ppc.c (ppc_optimize_expr, md_assemble): Make "invalid
145 register expression" a warning.
146
37f9ec62
MR
1472017-02-17 Maciej W. Rozycki <macro@imgtec.com>
148
149 * ecoff.c (ecoff_directive_ent, add_procedure): Handle `.aent'.
150 * config/obj-ecoff.c (obj_pseudo_table): Add "aent" entry.
151 * config/obj-elf.c (ecoff_debug_pseudo_table): Likewise.
152 * testsuite/gas/mips/aent-2.d: New test.
153 * testsuite/gas/mips/aent-mdebug.d: New test.
154 * testsuite/gas/mips/aent-mdebug-2.d: New test.
155 * testsuite/gas/mips/mips.exp: Run the new tests.
156
773fb663
RS
1572017-02-15 Richard Sandiford <richard.sandiford@arm.com>
158
159 * testsuite/gas/aarch64/sve-sysreg.s,
160 testsuite/gas/aarch64/sve-sysreg.d,
161 testsuite/gas/aarch64/sve-sysreg-invalid.d,
162 testsuite/gas/aarch64/sve-sysreg-invalid.l: New tests.
163
7a2114e7
RS
1642017-02-15 Richard Sandiford <richard.sandiford@arm.com>
165
166 * doc/c-aarch64.texi: Fix sve entry.
167
cc07cda6
CZ
1682017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
169
170 * config/tc-arc.c (md_convert_frag): Remove @pcl relocation
171 information from input expression.
172 (assemble_insn): Make sure pcrel is correctly set.
173 (arc_pcrel_adjust): Compensate for PCL rounding.
174 * testsuite/gas/arc/relax-add01.d: New file.
175 * testsuite/gas/arc/relax-add01.s: Likewise.
176 * testsuite/gas/arc/relax-add02.d: Likewise.
177 * testsuite/gas/arc/relax-add02.s: Likewise.
178 * testsuite/gas/arc/relax-add03.d: Likewise.
179 * testsuite/gas/arc/relax-add03.s: Likewise.
180 * testsuite/gas/arc/relax-add04.d: Likewise.
181 * testsuite/gas/arc/relax-add04.s: Likewise.
182 * testsuite/gas/arc/relax-ld01.d: Likewise.
183 * testsuite/gas/arc/relax-ld01.s: Likewise.
184 * testsuite/gas/arc/relax-ld02.d: Likewise.
185 * testsuite/gas/arc/relax-ld02.s: Likewise.
186 * testsuite/gas/arc/relax-mov01.d: Likewise.
187 * testsuite/gas/arc/relax-mov01.s: Likewise.
188 * testsuite/gas/arc/relax-mov02.d: Likewise.
189 * testsuite/gas/arc/relax-mov02.s: Likewise.
190 * testsuite/gas/arc/relax-mpy01.d: Likewise.
191 * testsuite/gas/arc/relax-mpy01.s: Likewise.
192 * testsuite/gas/arc/relax-sub01.d: Likewise.
193 * testsuite/gas/arc/relax-sub01.s: Likewise.
194 * testsuite/gas/arc/relax-sub02.d: Likewise.
195 * testsuite/gas/arc/relax-sub02.s: Likewise.
196 * testsuite/gas/arc/relax-sub03.d: Likewise.
197 * testsuite/gas/arc/relax-sub03.s: Likewise.
198 * testsuite/gas/arc/relax-sub04.d: Likewise.
199 * testsuite/gas/arc/relax-sub04.s: Likewise.
200
66a5a740
VG
2012017-02-09 Vineet Gupta <vgupta@synopsys.com>
202
203 * testsuite/gas/arc/st.d: Update for 0xe having a name now
204
7e0de605
AM
2052017-02-14 Alan Modra <amodra@gmail.com>
206
207 PR 21118
208 * NEWS: Mention powerpc register checks.
209 * config/tc-ppc.c (struct pd_reg): Make value a short. Add flags.
210 (pre_defined_registers): Delete fpscr and pmr entries. Set
211 register type in flags.
212 (cr_names): Set type in flags.
213 (reg_name_search): Return pointer to struct pd_reg rather than value.
214 (register_name): Adjust to suit. Set X_md from flags.
215 (ppc_parse_name): Likewise.
216 (ppc_optimize_expr): New function.
217 (md_assemble): Verify expresion reg flags match operand.
218 * config/tc-ppc.h (md_optimize_expr): Define.
219 (ppc_optimize_expr): Declare.
220
606a935e
AM
2212017-02-14 Alan Modra <amodra@gmail.com>
222
223 * testsuite/gas/ppc/cell.s: Correct invalid registers.
224 * testsuite/gas/ppc/vle-simple-1.s: Likewise.
225 * testsuite/gas/ppc/vle-simple-2.s: Likewise.
226
3c6452ae
TP
2272017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
228
229 * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified
230 syntax.
231 * testsuite/gas/arm/vcmp-noprefix-imm.d: New file.
232 * testsuite/gas/arm/vcmp-noprefix-imm.s: New file.
233
dce75bf9
NP
2342017-02-10 Nicholas Piggin <npiggin@gmail.com>
235
236 * testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
237
73201331
MR
2382017-02-02 Maciej W. Rozycki <macro@imgtec.com>
239
240 * doc/as.texinfo (Overview): Select MIPS options for man page
241 inclusion.
242
8b10b0b3
MR
2432017-01-30 Maciej W. Rozycki <macro@imgtec.com>
244
245 * config/tc-mips.c (mips_ignore_branch_isa): New variable.
246 (options): Add OPTION_IGNORE_BRANCH_ISA and
247 OPTION_NO_IGNORE_BRANCH_ISA enum values.
248 (md_longopts): Add "mignore-branch-isa" and
249 "mno-ignore-branch-isa" options.
250 (md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
251 OPTION_NO_IGNORE_BRANCH_ISA.
252 (fix_bad_cross_mode_branch_p): Return FALSE if
253 `mips_ignore_branch_isa' has been set.
254 (md_show_usage): Add `-mignore-branch-isa' and
255 `-mno-ignore-branch-isa'.
256
257 * doc/as.texinfo (Target MIPS options): Add
258 `-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
259 (-mignore-branch-isa, -mno-ignore-branch-isa): New options.
260 * doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
261 `-mno-ignore-branch-isa' options.
262
263 * testsuite/gas/mips/branch-local-ignore-2.d: New test.
264 * testsuite/gas/mips/branch-local-ignore-3.d: New test.
265 * testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
266 * testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
267 * testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
268 * testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
269 * testsuite/gas/mips/mips.exp: Run the new tests.
270
7795a8f8
MR
2712017-01-30 Maciej W. Rozycki <macro@imgtec.com>
272
273 * testsuite/gas/mips/branch-local-2.d: New test.
274 * testsuite/gas/mips/branch-local-3.d: New test.
275 * testsuite/gas/mips/branch-local-n32-2.d: New test.
276 * testsuite/gas/mips/branch-local-n32-3.d: New test.
277 * testsuite/gas/mips/branch-local-n64-2.d: New test.
278 * testsuite/gas/mips/branch-local-n64-3.d: New test.
279 * testsuite/gas/mips/mips.exp: Fold corresponding list tests
280 into the new tests.
281
8ec5cf65
AD
2822017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
283
284 PR 21056
285 * testsuite/gas/tic6x/insns16-parallel.s: New test case.
286 * testsuite/gas/tic6x/insns16-parallel.d: New test driver.
287
de514cf3
SH
2882017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
289
290 * configure.tgt (aarch64*-*-rtems*): Remove.
291 (bfin-*-rtems*): Likewise.
292 (h8300-*-rtems*): Likewise.
293 (i386-*-rtems*): Likewise.
294 (m32c-*-rtems*): Likewise.
295 (m32r-*-rtems*): Likewise.
296 (m68k-*-rtems*): Likewise.
297 (mips-*-rtems*): Likewise.
298 (nios2-*-rtems*): Likewise.
299 (ppc-*-rtems*): Likewise.
300 (sh-*-rtems*): Likewise.
301 (sparc64-*-rtems*): Likewise.
302 (sparc-*-rtems*): Likewise.
303 (*-*-rtems*) Use ELF format.
304
3e97ba8a
SH
3052017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
306
307 * configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
308
850d84f6
SH
3092017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
310
311 * configure.tgt (sh-*-rtemscoff*): Remove.
312
666c6aff
SH
3132017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
314
315 * configure.tgt (riscv*-*-*): Remove em=linux.
316
33eaf5de
NC
3172017-01-23 Sebastian Rasmussen <sebras@gmail.com>
318
319 PR gas/21072
320 * asintl.h: Fix spelling mistakes and typos.
321 * atof-generic.c: Likewise.
322 * bit_fix.h: Likewise.
323 * config/atof-ieee.c: Likewise.
324 * config/bfin-defs.h: Likewise.
325 * config/bfin-parse.y: Likewise.
326 * config/obj-coff-seh.h: Likewise.
327 * config/obj-coff.c: Likewise.
328 * config/obj-evax.c: Likewise.
329 * config/obj-macho.c: Likewise.
330 * config/rx-parse.y: Likewise.
331 * config/tc-aarch64.c: Likewise.
332 * config/tc-alpha.c: Likewise.
333 * config/tc-arc.c: Likewise.
334 * config/tc-arm.c: Likewise.
335 * config/tc-avr.c: Likewise.
336 * config/tc-bfin.c: Likewise.
337 * config/tc-cr16.c: Likewise.
338 * config/tc-cris.c: Likewise.
339 * config/tc-crx.c: Likewise.
340 * config/tc-d10v.c: Likewise.
341 * config/tc-d30v.c: Likewise.
342 * config/tc-dlx.c: Likewise.
343 * config/tc-epiphany.c: Likewise.
344 * config/tc-frv.c: Likewise.
345 * config/tc-hppa.c: Likewise.
346 * config/tc-i370.c: Likewise.
347 * config/tc-i386-intel.c: Likewise.
348 * config/tc-i386.c: Likewise.
349 * config/tc-i960.c: Likewise.
350 * config/tc-ia64.c: Likewise.
351 * config/tc-m32r.c: Likewise.
352 * config/tc-m68hc11.c: Likewise.
353 * config/tc-m68k.c: Likewise.
354 * config/tc-mcore.c: Likewise.
355 * config/tc-mep.c: Likewise.
356 * config/tc-mep.h: Likewise.
357 * config/tc-metag.c: Likewise.
358 * config/tc-microblaze.c: Likewise.
359 * config/tc-mips.c: Likewise.
360 * config/tc-mmix.c: Likewise.
361 * config/tc-mn10200.c: Likewise.
362 * config/tc-mn10300.c: Likewise.
363 * config/tc-msp430.c: Likewise.
364 * config/tc-msp430.h: Likewise.
365 * config/tc-nds32.c: Likewise.
366 * config/tc-nds32.h: Likewise.
367 * config/tc-nios2.c: Likewise.
368 * config/tc-nios2.h: Likewise.
369 * config/tc-ns32k.c: Likewise.
370 * config/tc-pdp11.c: Likewise.
371 * config/tc-ppc.c: Likewise.
372 * config/tc-pru.c: Likewise.
373 * config/tc-rx.c: Likewise.
374 * config/tc-s390.c: Likewise.
375 * config/tc-score.c: Likewise.
376 * config/tc-score7.c: Likewise.
377 * config/tc-sh.c: Likewise.
378 * config/tc-sh64.c: Likewise.
379 * config/tc-sparc.c: Likewise.
380 * config/tc-tic4x.c: Likewise.
381 * config/tc-tic54x.c: Likewise.
382 * config/tc-v850.c: Likewise.
383 * config/tc-vax.c: Likewise.
384 * config/tc-visium.c: Likewise.
385 * config/tc-xgate.c: Likewise.
386 * config/tc-xtensa.c: Likewise.
387 * config/tc-z80.c: Likewise.
388 * config/tc-z8k.c: Likewise.
389 * config/te-vms.c: Likewise.
390 * config/xtensa-relax.c: Likewise.
391 * doc/as.texinfo: Likewise.
392 * doc/c-arm.texi: Likewise.
393 * doc/c-hppa.texi: Likewise.
394 * doc/c-i370.texi: Likewise.
395 * doc/c-i386.texi: Likewise.
396 * doc/c-m32r.texi: Likewise.
397 * doc/c-m68k.texi: Likewise.
398 * doc/c-mmix.texi: Likewise.
399 * doc/c-msp430.texi: Likewise.
400 * doc/c-nds32.texi: Likewise.
401 * doc/c-ns32k.texi: Likewise.
402 * doc/c-riscv.texi: Likewise.
403 * doc/c-rx.texi: Likewise.
404 * doc/c-s390.texi: Likewise.
405 * doc/c-tic6x.texi: Likewise.
406 * doc/c-tilegx.texi: Likewise.
407 * doc/c-tilepro.texi: Likewise.
408 * doc/c-v850.texi: Likewise.
409 * doc/c-xgate.texi: Likewise.
410 * doc/c-xtensa.texi: Likewise.
411 * dwarf2dbg.c: Likewise.
412 * ecoff.c: Likewise.
413 * itbl-ops.c: Likewise.
414 * listing.c: Likewise.
415 * macro.c: Likewise.
416 * po/gas.pot: Likewise.
417 * read.c: Likewise.
418 * struc-symbol.h: Likewise.
419 * symbols.h: Likewise.
420 * testsuite/gas/arc/relocs-errors.err: Likewise.
421 * write.c: Likewise.
422
8069955e
NC
4232017-01-23 Nick Clifton <nickc@redhat.com>
424
425 * po/sv.po: Updated Swedish translation.
426
9d46ce34
NC
4272017-01-20 Nick Clifton <nickc@redhat.com>
428
429 * config/tc-i386.c (parse_operands): Check for operand overflow
430 before setting the unspecified bit.
431
9e009953
MR
4322017-01-18 Maciej W. Rozycki <macro@imgtec.com>
433
434 PR gas/20649
435 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
436 symbols, remove the `segtype' parameter.
437 (mips_frob_file, md_estimate_size_before_relax): Adjust
438 accordingly.
439 (s_is_linkonce): Add an explanatory comment.
440 * testsuite/gas/mips/comdat-reloc.d: New test.
441 * testsuite/gas/mips/comdat-reloc.s: New test source.
442 * testsuite/gas/mips/mips.exp: Run the new test.
443
c13a63b0
SN
4442017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
445
446 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
447 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
448
2cedb9eb
BR
4492017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
450
451 PR 21059
452 * config/bfin-lex.l: Support processing with flex 2.6.3.
453 * itbl-lex.l: Likewise.
454
1ec4b9f2
NS
4552017-01-18 Nathan Sidwell <nathan@acm.org>
456
457 * as.h (gas_assert): Use abort.
458 (as_assert): Remove.
459 (signal_init): Declare.
460 * as.c (main): Call signal_init.
461 * messages.c: #include <signal.h>
462 (as_assert): Delete.
463 (as_abort): Allow NULL FILE.
464 (signal_crash): New.
465 (signal_init): Register fatal signal handlers.
466 * configure.ac: Check for strsignal.
467 * config.in: Rebuilt.
468 * configure: Rebuilt.
469
01fabda4 4702017-01-17 Nick Clifton <nickc@redhat.com>
6aa1df2d
NC
471
472 * po/sv.po: Updated Swedish translation.
473
620214f7
IT
4742017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
475
476 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
477 (cpu_noarch): Add noavx512_vpopcntdq.
478 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
479 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
480 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
481 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
482 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
483 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
484 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
485 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
486
1181551e
NC
4872017-01-12 Nick Clifton <nickc@redhat.com>
488
489 * read.c (temp_ilp): New function. Installs a temporary input
490 line pointer.
491 (restore_ilp): New function. Restores the original input line
492 pointer.
493 * read.h (temp_ilp): Prototype.
494 (restore_ilp): Prototype.
495 * stabs.c (dot_func_p): Use bfd_boolean type.
496 (generate_asm_file): Use temp_ilp and restore_ilp.
497 (stabs_generate_asm_lineno): Likewise.
498 (stabs_generate_asm_endfunc): Likewise.
499
f2e2d2f5
JS
5002017-01-11 Jeremy Soller <jackpot51@gmail.com>
501
502 * configure.tgt: Add entry for i386-redox.
503
07e8e623
NC
5042017-01-10 Nick Clifton <nickc@redhat.com>
505
506 * po/sv.po: Updated Swedish translation.
507
1a94eb29
TG
5082017-01-10 Tristan Gingold <gingold@adacore.com>
509
510 * testsuite/gas/all/sleb128-8.d: Adjust test.
511 * testsuite/gas/all/gas.exp (test_cond): Likewise.
512
74def31d
TG
5132017-01-10 Tristan Gingold <gingold@adacore.com>
514
515 * read.c (emit_leb128_expr): Extended unsigned big number for
516 sleb128.
517 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
518 * testsuite/gas/all/sleb128.d: New test.
519 * testsuite/gas/all/sleb128.s: New test source.
520
a5ec5e3f
AW
5212017-01-09 Andrew Waterman <andrew@sifive.com>
522
523 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
524 against constants.
525 (md_apply_fix): Mark relocations against constants as "done."
526
e294484e
AW
5272017-01-09 Andrew Waterman <andrew@sifive.com>
528
529 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
530 against constants.
531 (md_apply_fix): Mark relocations against constants as "done."
532
6ec11ab9
PD
5332017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
534 Kito Cheng <kito.cheng@gmail.com>
535
536 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
537 Removed.
538 (SDATA_START_SYMBOLS): Likewise.
539
20b52c88
NC
5402017-01-09 Nick Clifton <nickc@redhat.com>
541
542 * po/sv.po: New Swedish translation.
543 * configure.ac (ALL_LINGUAS): Add sv.
544 * configure: Regenerate.
545
01156111
AW
5462017-01-09 Andrew Waterman <andrew@sifive.com>
547
548 * config/tc-riscv.c (relaxed_branch_length): Use the long
549 sequence when the target is a weak symbol.
550
d74d4880
SN
5512017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
552
553 * config/tc-aarch64.c (aarch64_features): Add rcpc.
554 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
555 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
556 * testsuite/gas/aarch64/ldst-rcpc.d: This.
557 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
558 * testsuite/gas/aarch64/ldst-rcpc.s: This.
559 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
560
10ab38d9
NJ
5612017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
562
563 PR gas/20992
564 * configure.tgt: Treat sparcv9 as sparc64.
565
cc917fd9
KC
5662017-01-03 Kito Cheng <kito.cheng@gmail.com>
567
568 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
569 extension.
570 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
571 enabled and no other ABI is specified.
572
ddb2c6fd
DD
5732017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
574
575 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
576 valueT, as declared in tc.h.
577 (md_apply_fix): Fix to work on 32-bit hosts.
578
2571583a
AM
5792017-01-02 Alan Modra <amodra@gmail.com>
580
581 Update year range in copyright notice of all files.
582
5c1ad6b5 583For older changes see ChangeLog-2016
3499769a 584\f
5c1ad6b5 585Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
586
587Copying and distribution of this file, with or without modification,
588are permitted in any medium without royalty provided the copyright
589notice and this notice are preserved.
590
591Local Variables:
592mode: change-log
593left-margin: 8
594fill-column: 74
595version-control: never
596End:
This page took 0.107546 seconds and 4 git commands to generate.