[AArch64] Fix +sve documentation
[binutils-gdb.git] / gas / ChangeLog
1 2017-02-15 Richard Sandiford <richard.sandiford@arm.com>
2
3 * doc/c-aarch64.texi: Fix sve entry.
4
5 2017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
6
7 * config/tc-arc.c (md_convert_frag): Remove @pcl relocation
8 information from input expression.
9 (assemble_insn): Make sure pcrel is correctly set.
10 (arc_pcrel_adjust): Compensate for PCL rounding.
11 * testsuite/gas/arc/relax-add01.d: New file.
12 * testsuite/gas/arc/relax-add01.s: Likewise.
13 * testsuite/gas/arc/relax-add02.d: Likewise.
14 * testsuite/gas/arc/relax-add02.s: Likewise.
15 * testsuite/gas/arc/relax-add03.d: Likewise.
16 * testsuite/gas/arc/relax-add03.s: Likewise.
17 * testsuite/gas/arc/relax-add04.d: Likewise.
18 * testsuite/gas/arc/relax-add04.s: Likewise.
19 * testsuite/gas/arc/relax-ld01.d: Likewise.
20 * testsuite/gas/arc/relax-ld01.s: Likewise.
21 * testsuite/gas/arc/relax-ld02.d: Likewise.
22 * testsuite/gas/arc/relax-ld02.s: Likewise.
23 * testsuite/gas/arc/relax-mov01.d: Likewise.
24 * testsuite/gas/arc/relax-mov01.s: Likewise.
25 * testsuite/gas/arc/relax-mov02.d: Likewise.
26 * testsuite/gas/arc/relax-mov02.s: Likewise.
27 * testsuite/gas/arc/relax-mpy01.d: Likewise.
28 * testsuite/gas/arc/relax-mpy01.s: Likewise.
29 * testsuite/gas/arc/relax-sub01.d: Likewise.
30 * testsuite/gas/arc/relax-sub01.s: Likewise.
31 * testsuite/gas/arc/relax-sub02.d: Likewise.
32 * testsuite/gas/arc/relax-sub02.s: Likewise.
33 * testsuite/gas/arc/relax-sub03.d: Likewise.
34 * testsuite/gas/arc/relax-sub03.s: Likewise.
35 * testsuite/gas/arc/relax-sub04.d: Likewise.
36 * testsuite/gas/arc/relax-sub04.s: Likewise.
37
38 2017-02-09 Vineet Gupta <vgupta@synopsys.com>
39
40 * testsuite/gas/arc/st.d: Update for 0xe having a name now
41
42 2017-02-14 Alan Modra <amodra@gmail.com>
43
44 PR 21118
45 * NEWS: Mention powerpc register checks.
46 * config/tc-ppc.c (struct pd_reg): Make value a short. Add flags.
47 (pre_defined_registers): Delete fpscr and pmr entries. Set
48 register type in flags.
49 (cr_names): Set type in flags.
50 (reg_name_search): Return pointer to struct pd_reg rather than value.
51 (register_name): Adjust to suit. Set X_md from flags.
52 (ppc_parse_name): Likewise.
53 (ppc_optimize_expr): New function.
54 (md_assemble): Verify expresion reg flags match operand.
55 * config/tc-ppc.h (md_optimize_expr): Define.
56 (ppc_optimize_expr): Declare.
57
58 2017-02-14 Alan Modra <amodra@gmail.com>
59
60 * testsuite/gas/ppc/cell.s: Correct invalid registers.
61 * testsuite/gas/ppc/vle-simple-1.s: Likewise.
62 * testsuite/gas/ppc/vle-simple-2.s: Likewise.
63
64 2017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
65
66 * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified
67 syntax.
68 * testsuite/gas/arm/vcmp-noprefix-imm.d: New file.
69 * testsuite/gas/arm/vcmp-noprefix-imm.s: New file.
70
71 2017-02-10 Nicholas Piggin <npiggin@gmail.com>
72
73 * testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
74
75 2017-02-02 Maciej W. Rozycki <macro@imgtec.com>
76
77 * doc/as.texinfo (Overview): Select MIPS options for man page
78 inclusion.
79
80 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
81
82 * config/tc-mips.c (mips_ignore_branch_isa): New variable.
83 (options): Add OPTION_IGNORE_BRANCH_ISA and
84 OPTION_NO_IGNORE_BRANCH_ISA enum values.
85 (md_longopts): Add "mignore-branch-isa" and
86 "mno-ignore-branch-isa" options.
87 (md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
88 OPTION_NO_IGNORE_BRANCH_ISA.
89 (fix_bad_cross_mode_branch_p): Return FALSE if
90 `mips_ignore_branch_isa' has been set.
91 (md_show_usage): Add `-mignore-branch-isa' and
92 `-mno-ignore-branch-isa'.
93
94 * doc/as.texinfo (Target MIPS options): Add
95 `-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
96 (-mignore-branch-isa, -mno-ignore-branch-isa): New options.
97 * doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
98 `-mno-ignore-branch-isa' options.
99
100 * testsuite/gas/mips/branch-local-ignore-2.d: New test.
101 * testsuite/gas/mips/branch-local-ignore-3.d: New test.
102 * testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
103 * testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
104 * testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
105 * testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
106 * testsuite/gas/mips/mips.exp: Run the new tests.
107
108 2017-01-30 Maciej W. Rozycki <macro@imgtec.com>
109
110 * testsuite/gas/mips/branch-local-2.d: New test.
111 * testsuite/gas/mips/branch-local-3.d: New test.
112 * testsuite/gas/mips/branch-local-n32-2.d: New test.
113 * testsuite/gas/mips/branch-local-n32-3.d: New test.
114 * testsuite/gas/mips/branch-local-n64-2.d: New test.
115 * testsuite/gas/mips/branch-local-n64-3.d: New test.
116 * testsuite/gas/mips/mips.exp: Fold corresponding list tests
117 into the new tests.
118
119 2017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
120
121 PR 21056
122 * testsuite/gas/tic6x/insns16-parallel.s: New test case.
123 * testsuite/gas/tic6x/insns16-parallel.d: New test driver.
124
125 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
126
127 * configure.tgt (aarch64*-*-rtems*): Remove.
128 (bfin-*-rtems*): Likewise.
129 (h8300-*-rtems*): Likewise.
130 (i386-*-rtems*): Likewise.
131 (m32c-*-rtems*): Likewise.
132 (m32r-*-rtems*): Likewise.
133 (m68k-*-rtems*): Likewise.
134 (mips-*-rtems*): Likewise.
135 (nios2-*-rtems*): Likewise.
136 (ppc-*-rtems*): Likewise.
137 (sh-*-rtems*): Likewise.
138 (sparc64-*-rtems*): Likewise.
139 (sparc-*-rtems*): Likewise.
140 (*-*-rtems*) Use ELF format.
141
142 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
143
144 * configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
145
146 2017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
147
148 * configure.tgt (sh-*-rtemscoff*): Remove.
149
150 2017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
151
152 * configure.tgt (riscv*-*-*): Remove em=linux.
153
154 2017-01-23 Sebastian Rasmussen <sebras@gmail.com>
155
156 PR gas/21072
157 * asintl.h: Fix spelling mistakes and typos.
158 * atof-generic.c: Likewise.
159 * bit_fix.h: Likewise.
160 * config/atof-ieee.c: Likewise.
161 * config/bfin-defs.h: Likewise.
162 * config/bfin-parse.y: Likewise.
163 * config/obj-coff-seh.h: Likewise.
164 * config/obj-coff.c: Likewise.
165 * config/obj-evax.c: Likewise.
166 * config/obj-macho.c: Likewise.
167 * config/rx-parse.y: Likewise.
168 * config/tc-aarch64.c: Likewise.
169 * config/tc-alpha.c: Likewise.
170 * config/tc-arc.c: Likewise.
171 * config/tc-arm.c: Likewise.
172 * config/tc-avr.c: Likewise.
173 * config/tc-bfin.c: Likewise.
174 * config/tc-cr16.c: Likewise.
175 * config/tc-cris.c: Likewise.
176 * config/tc-crx.c: Likewise.
177 * config/tc-d10v.c: Likewise.
178 * config/tc-d30v.c: Likewise.
179 * config/tc-dlx.c: Likewise.
180 * config/tc-epiphany.c: Likewise.
181 * config/tc-frv.c: Likewise.
182 * config/tc-hppa.c: Likewise.
183 * config/tc-i370.c: Likewise.
184 * config/tc-i386-intel.c: Likewise.
185 * config/tc-i386.c: Likewise.
186 * config/tc-i960.c: Likewise.
187 * config/tc-ia64.c: Likewise.
188 * config/tc-m32r.c: Likewise.
189 * config/tc-m68hc11.c: Likewise.
190 * config/tc-m68k.c: Likewise.
191 * config/tc-mcore.c: Likewise.
192 * config/tc-mep.c: Likewise.
193 * config/tc-mep.h: Likewise.
194 * config/tc-metag.c: Likewise.
195 * config/tc-microblaze.c: Likewise.
196 * config/tc-mips.c: Likewise.
197 * config/tc-mmix.c: Likewise.
198 * config/tc-mn10200.c: Likewise.
199 * config/tc-mn10300.c: Likewise.
200 * config/tc-msp430.c: Likewise.
201 * config/tc-msp430.h: Likewise.
202 * config/tc-nds32.c: Likewise.
203 * config/tc-nds32.h: Likewise.
204 * config/tc-nios2.c: Likewise.
205 * config/tc-nios2.h: Likewise.
206 * config/tc-ns32k.c: Likewise.
207 * config/tc-pdp11.c: Likewise.
208 * config/tc-ppc.c: Likewise.
209 * config/tc-pru.c: Likewise.
210 * config/tc-rx.c: Likewise.
211 * config/tc-s390.c: Likewise.
212 * config/tc-score.c: Likewise.
213 * config/tc-score7.c: Likewise.
214 * config/tc-sh.c: Likewise.
215 * config/tc-sh64.c: Likewise.
216 * config/tc-sparc.c: Likewise.
217 * config/tc-tic4x.c: Likewise.
218 * config/tc-tic54x.c: Likewise.
219 * config/tc-v850.c: Likewise.
220 * config/tc-vax.c: Likewise.
221 * config/tc-visium.c: Likewise.
222 * config/tc-xgate.c: Likewise.
223 * config/tc-xtensa.c: Likewise.
224 * config/tc-z80.c: Likewise.
225 * config/tc-z8k.c: Likewise.
226 * config/te-vms.c: Likewise.
227 * config/xtensa-relax.c: Likewise.
228 * doc/as.texinfo: Likewise.
229 * doc/c-arm.texi: Likewise.
230 * doc/c-hppa.texi: Likewise.
231 * doc/c-i370.texi: Likewise.
232 * doc/c-i386.texi: Likewise.
233 * doc/c-m32r.texi: Likewise.
234 * doc/c-m68k.texi: Likewise.
235 * doc/c-mmix.texi: Likewise.
236 * doc/c-msp430.texi: Likewise.
237 * doc/c-nds32.texi: Likewise.
238 * doc/c-ns32k.texi: Likewise.
239 * doc/c-riscv.texi: Likewise.
240 * doc/c-rx.texi: Likewise.
241 * doc/c-s390.texi: Likewise.
242 * doc/c-tic6x.texi: Likewise.
243 * doc/c-tilegx.texi: Likewise.
244 * doc/c-tilepro.texi: Likewise.
245 * doc/c-v850.texi: Likewise.
246 * doc/c-xgate.texi: Likewise.
247 * doc/c-xtensa.texi: Likewise.
248 * dwarf2dbg.c: Likewise.
249 * ecoff.c: Likewise.
250 * itbl-ops.c: Likewise.
251 * listing.c: Likewise.
252 * macro.c: Likewise.
253 * po/gas.pot: Likewise.
254 * read.c: Likewise.
255 * struc-symbol.h: Likewise.
256 * symbols.h: Likewise.
257 * testsuite/gas/arc/relocs-errors.err: Likewise.
258 * write.c: Likewise.
259
260 2017-01-23 Nick Clifton <nickc@redhat.com>
261
262 * po/sv.po: Updated Swedish translation.
263
264 2017-01-20 Nick Clifton <nickc@redhat.com>
265
266 * config/tc-i386.c (parse_operands): Check for operand overflow
267 before setting the unspecified bit.
268
269 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
270
271 PR gas/20649
272 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
273 symbols, remove the `segtype' parameter.
274 (mips_frob_file, md_estimate_size_before_relax): Adjust
275 accordingly.
276 (s_is_linkonce): Add an explanatory comment.
277 * testsuite/gas/mips/comdat-reloc.d: New test.
278 * testsuite/gas/mips/comdat-reloc.s: New test source.
279 * testsuite/gas/mips/mips.exp: Run the new test.
280
281 2017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
282
283 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
284 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
285
286 2017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
287
288 PR 21059
289 * config/bfin-lex.l: Support processing with flex 2.6.3.
290 * itbl-lex.l: Likewise.
291
292 2017-01-18 Nathan Sidwell <nathan@acm.org>
293
294 * as.h (gas_assert): Use abort.
295 (as_assert): Remove.
296 (signal_init): Declare.
297 * as.c (main): Call signal_init.
298 * messages.c: #include <signal.h>
299 (as_assert): Delete.
300 (as_abort): Allow NULL FILE.
301 (signal_crash): New.
302 (signal_init): Register fatal signal handlers.
303 * configure.ac: Check for strsignal.
304 * config.in: Rebuilt.
305 * configure: Rebuilt.
306
307 2017-01-17 Nick Clifton <nickc@redhat.com>
308
309 * po/sv.po: Updated Swedish translation.
310
311 2017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
312
313 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
314 (cpu_noarch): Add noavx512_vpopcntdq.
315 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
316 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
317 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
318 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
319 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
320 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
321 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
322 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
323
324 2017-01-12 Nick Clifton <nickc@redhat.com>
325
326 * read.c (temp_ilp): New function. Installs a temporary input
327 line pointer.
328 (restore_ilp): New function. Restores the original input line
329 pointer.
330 * read.h (temp_ilp): Prototype.
331 (restore_ilp): Prototype.
332 * stabs.c (dot_func_p): Use bfd_boolean type.
333 (generate_asm_file): Use temp_ilp and restore_ilp.
334 (stabs_generate_asm_lineno): Likewise.
335 (stabs_generate_asm_endfunc): Likewise.
336
337 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
338
339 * configure.tgt: Add entry for i386-redox.
340
341 2017-01-10 Nick Clifton <nickc@redhat.com>
342
343 * po/sv.po: Updated Swedish translation.
344
345 2017-01-10 Tristan Gingold <gingold@adacore.com>
346
347 * testsuite/gas/all/sleb128-8.d: Adjust test.
348 * testsuite/gas/all/gas.exp (test_cond): Likewise.
349
350 2017-01-10 Tristan Gingold <gingold@adacore.com>
351
352 * read.c (emit_leb128_expr): Extended unsigned big number for
353 sleb128.
354 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
355 * testsuite/gas/all/sleb128.d: New test.
356 * testsuite/gas/all/sleb128.s: New test source.
357
358 2017-01-09 Andrew Waterman <andrew@sifive.com>
359
360 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
361 against constants.
362 (md_apply_fix): Mark relocations against constants as "done."
363
364 2017-01-09 Andrew Waterman <andrew@sifive.com>
365
366 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
367 against constants.
368 (md_apply_fix): Mark relocations against constants as "done."
369
370 2017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
371 Kito Cheng <kito.cheng@gmail.com>
372
373 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
374 Removed.
375 (SDATA_START_SYMBOLS): Likewise.
376
377 2017-01-09 Nick Clifton <nickc@redhat.com>
378
379 * po/sv.po: New Swedish translation.
380 * configure.ac (ALL_LINGUAS): Add sv.
381 * configure: Regenerate.
382
383 2017-01-09 Andrew Waterman <andrew@sifive.com>
384
385 * config/tc-riscv.c (relaxed_branch_length): Use the long
386 sequence when the target is a weak symbol.
387
388 2017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
389
390 * config/tc-aarch64.c (aarch64_features): Add rcpc.
391 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
392 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
393 * testsuite/gas/aarch64/ldst-rcpc.d: This.
394 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
395 * testsuite/gas/aarch64/ldst-rcpc.s: This.
396 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
397
398 2017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
399
400 PR gas/20992
401 * configure.tgt: Treat sparcv9 as sparc64.
402
403 2017-01-03 Kito Cheng <kito.cheng@gmail.com>
404
405 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
406 extension.
407 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
408 enabled and no other ABI is specified.
409
410 2017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
411
412 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
413 valueT, as declared in tc.h.
414 (md_apply_fix): Fix to work on 32-bit hosts.
415
416 2017-01-02 Alan Modra <amodra@gmail.com>
417
418 Update year range in copyright notice of all files.
419
420 For older changes see ChangeLog-2016
421 \f
422 Copyright (C) 2017 Free Software Foundation, Inc.
423
424 Copying and distribution of this file, with or without modification,
425 are permitted in any medium without royalty provided the copyright
426 notice and this notice are preserved.
427
428 Local Variables:
429 mode: change-log
430 left-margin: 8
431 fill-column: 74
432 version-control: never
433 End: