Sanitize RISC-V GAS help text, documentation
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
19683c04
PD
12017-03-21 Palmer Dabbbelt <palmer@dabbelt.com>
2
3 * config/tc-riscv.c (md_show_usage): Remode defuct -m32, -m64,
4 -msoft-float, -mhard-float, -mno-rvc, and -mrvc options; and don't
5 print an invalid default ISA string.
6 * doc/c-riscv.texi (OPTIONS): Add -fpic and -fno-pic options.
7
24e5b4e6
MF
82017-03-22 Max Filippov <jcmvbkbc@gmail.com>
9
10 * config/tc-xtensa.c (xtensa_relax_frag): Change fx_size of the
11 reassigned fixup to size of jump instruction (3) and fx_r_type
12 to BFD_RELOC_XTENSA_SLOT0_OP, as there's only one slot.
13 (add_jump_to_trampoline): Search
14 origfrag->tc_frag_data.slot_symbols for the slot with non-NULL
15 symbol and use that slot instead of slot 0.
16
2253c8f0
AK
172017-03-21 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
18
19 * config/tc-s390.c (s390_parse_cpu): Remove S390_INSTR_FLAG_VX2
20 from cpu_table. Remove vx2, and novx2 from cpu_flags.
21
645d3342
RZ
222017-03-21 Rinat Zelig <rinat@mellanox.com>
23
24 * testsuite/gas/arc/nps400-11.s: New file.
25 * testsuite/gas/arc/nps400-11.d: New file.
26
e406e428
NC
272017-03-20 Nick Clifton <nickc@redhat.com>
28
29 * doc/as.texinfo (2byte): Note that if no expressions are present
30 the directive does nothing. Emphasize that the output is
31 unaligned, and that this can have an effect on the relocations
32 generated.
33 (4byte): Simplify description. Refer back to the 2byte
34 description.
35 (8byte): Likewise.
36
d5e0ba9c
RE
372017-03-20 Richard Earnshaw <rearnsha@arm.com>
38
39 * config/tc-arm.c (arm_fpus): Note entires that should not be
40 documented.
41 * doc/c-arm.texi (-mfpu): Add missing FPU entries for neon-vfpv3 and
42 neon-fp16. Fix spelling error.
43
d3375ddd
RE
442017-03-20 Richard Earnshaw <rearnsha@arm.com>
45
46 * config/tc-arm.c (arm_fpus): Add neon-vfpv3 as an alias for neon.
47
2c52e2e8
RZ
482017-03-16 Rinat Zelig <rinat@mellanox.com>
49
50 * config/tc-arc.c (assemble_insn): Only handle ".t" and ".nt"
51 specially for ARCv2.
52
b416fe87
KC
532017-03-14 Kito Cheng <kito.cheng@gmail.com>
54
55 * config/tc-riscv.c (validate_riscv_insn): Add 'o' RVC immediate
56 encoding format, which can accept 0-valued immediates.
57 (riscv_ip): Likewise.
58
7cb7b948
NC
592017-03-15 Nick Clifton <nickc@redhat.com>
60
61 * config/tc-riscv.c (riscv_pre_output_hook): Fix compile time
62 warning about discarding a const qualifier.
63
d47c3ff7
KLC
642017-03-02 Kuan-Lin Chen <rufus@andestech.com>
65
66 * config/tc-riscv.h (HWARD2_USE_FIXED_ADVANCE_PC): New define.
67
2aece2ba
KLC
682017-03-02 Kuan-Lin Chen <rufus@andestech.com>
69
70 * config/tc-riscv.c (md_apply_fix): Set fx_frag and
71 fx_next->fx_frag for CFA_advance_loc relocations.
72
c1b465c9
KLC
732017-03-02 Kuan-Lin Chen <rufus@andestech.com>
74
75 * config/tc-riscv.c (md_apply_fix): Compute the correct offsets
76 for CFA relocations.
77
f955cccf
NC
782017-03-13 Nick Clifton <nickc@redhat.com>
79
80 PR binutils/21202
81 * config/tc-aarch64.c (reloc_table): Rename
82 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12_NC to
83 BFD_RELOC_AARCH64_TLSDESC_LD64_LO12. Rname
84 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12_NC to
85 BFD_RELOC_AARCH64_TLSDESC_ADD_LO12.
86 (md_apply_fix): Likewise.
87 (aarch64_force_relocation): Likewise.
88 * testsuite/gas/aarch64/tls.d: Update regexp.
89
8b1e5da1
NC
902017-03-10 Tobin C. Harding <me@tobin.cc>
91 Nick Clifton <nickc@redhat.com>
92
93 * doc/as.texinfo (2byte): Tidy up wording. Add note that
94 overlarge values will produce a warning message and be trunacted.
95 (4byte): Likewise.
96
86fa6981
L
972017-03-09 H.J. Lu <hongjiu.lu@intel.com>
98
99 * config/tc-i386.c (_i386_insn): Add dir_encoding and
100 vec_encoding. Remove swap_operand and need_vrex.
101 (extra_symbol_chars): Add '}'.
102 (md_begin): Mark '}' with LEX_BEGIN_NAME. Allow '}' in
103 mnemonic.
104 (build_vex_prefix): Don't use 2-byte VEX encoding with
105 {vex3}. Check dir_encoding and load.
106 (parse_insn): Check pseudo prefixes. Set dir_encoding.
107 (VEX_check_operands): Likewise.
108 (match_template): Check dir_encoding and load.
109 (parse_real_register): Set vec_encoding instead of need_vrex.
110 (parse_register): Likewise.
111 * doc/c-i386.texi: Document {disp8}, {disp32}, {load}, {store},
112 {vex2}, {vex3} and {evex}. Remove ".s", ".d8" and ".d32"
113 * testsuite/gas/i386/i386.exp: Run pseudos and x86-64-pseudos.
114 * testsuite/gas/i386/pseudos.d: New file.
115 * testsuite/gas/i386/pseudos.s: Likewise.
116 * testsuite/gas/i386/x86-64-pseudos.d: Likewise.
117 * testsuite/gas/i386/x86-64-pseudos.s: Likewise.
118
4b8b687e
PB
1192017-03-08 Peter Bergner <bergner@vnet.ibm.com>
120
121 * testsuite/gas/ppc/altivec2.d (as): Use the -mpower8 option.
122 (objdump): Use the -Mpower8 option.
123
1437d063
PB
1242017-03-08 Peter Bergner <bergner@vnet.ibm.com>
125
126 * testsuite/gas/ppc/power9.d <lnia> New test.
127 * testsuite/gas/ppc/power9.s: Likewise.
128
ea86f534
AM
1292017-03-07 Alan Modra <amodra@gmail.com>
130
131 * doc/as.texinfo (2byte, 4byte, 8byte): Correct @section placement.
132
2b841ec2
AM
1332017-03-07 Tobin C. Harding <me@tobin.cc>
134 Alan Modra <amodra@gmail.com>
135
136 * doc/as.texinfo (2byte, 4byte, 8byte): Document.
137 * doc/c-arm.texi (2byte, 4byte, 8byte): Omit if ELF.
138
603555e5
L
1392017-03-06 H.J. Lu <hongjiu.lu@intel.com>
140
141 * config/tc-i386.c (cpu_arch): Add .cet.
142 * doc/c-i386.texi: Document cet.
143 * testsuite/gas/i386/cet-intel.d: New file.
144 * testsuite/gas/i386/cet.d: Likewise.
145 * testsuite/gas/i386/cet.s: Likewise.
146 * testsuite/gas/i386/x86-64-cet-intel.d: Likewise.
147 * testsuite/gas/i386/x86-64-cet.d: Likewise.
148 * testsuite/gas/i386/x86-64-cet.s: Likewise.
149 * testsuite/gas/i386/i386.exp: Run Intel CET tests.
150
1cccfb31
L
1512017-03-06 H.J. Lu <hongjiu.lu@intel.com>
152
153 * testsuite/gas/i386/x86-64-mpx-inval-2.s: Force a good alignment.
154 * testsuite/gas/i386/x86-64-mpx-inval-2.l: Expect [0-9A-F]+.
155
ea0de82e
AM
1562017-03-06 Alan Modra <amodra@gmail.com>
157
158 * dw2gencfi.c (encoding_size): Return unsigned int.
159 (emit_expr_encoded): Assert size matches reloc bitsize.
160 (output_fde): Use unsigned for offset_size and addr_size. Set
161 addr_size earlier and use in place of constant 4 and uses of
162 DWARF2_FDE_RELOC_SIZE. Assert it matches reloc bitsize.
163
9e1a8675
AM
1642017-03-06 Alan Modra <amodra@gmail.com>
165
166 * dw2gencfi.c: Wrap overlong lines. Add parens for emacs
167 auto reformat. Formatting and whitespace fixes.
168
49fced12
MW
1692017-03-05 Mark Wielaard <mark@klomp.org>
170
171 * dwarf2dbg.c (out_debug_abbrev): Use DW_FORM_strp instead of
172 DW_FORM_string for DW_AT_name, DW_AT_comp_dir and DW_AT_producer.
173 (out_debug_info): Accept symbols to name, comp_dir and producer in
174 the .debug_str section and emit those offsets not full strings.
175 (out_debug_str): New function that outputs the strings for name,
176 comp_dir and producer in .debug_str and generates symbols to those
177 strings.
178 (out_debug_line): Create a .debug_str section if necessary and call
179 out_debug_str before calling out_debug_info.
180 * testsuite/gas/aarch64/dwarf.d: Add extra section symbol to expected
181 output.
182
9875b365
MR
1832017-03-02 Maciej W. Rozycki <macro@imgtec.com>
184
185 * write.c (relax_segment) <rs_org>: Only bail out if the fixed
186 part of the frag has overrun the location requested.
187
188 * testsuite/gas/all/org-1.d: New test.
189 * testsuite/gas/all/org-2.d: New test.
190 * testsuite/gas/all/org-3.d: New test.
191 * testsuite/gas/all/org-4.d: New test.
192 * testsuite/gas/all/org-5.d: New test.
193 * testsuite/gas/all/org-6.d: New test.
194 * testsuite/gas/all/org-1.l: New stderr output.
195 * testsuite/gas/all/org-2.l: New stderr output.
196 * testsuite/gas/all/org-3.l: New stderr output.
197 * testsuite/gas/all/org-1.s: New test source.
198 * testsuite/gas/all/org-2.s: New test source.
199 * testsuite/gas/all/org-3.s: New test source.
200 * testsuite/gas/all/org-4.s: New test source.
201 * testsuite/gas/all/org-5.s: New test source.
202 * testsuite/gas/all/org-6.s: New test source.
203 * testsuite/gas/all/gas.exp: Run the new tests.
204
205 * testsuite/gas/mips/org-1.d: New test.
206 * testsuite/gas/mips/org-2.d: New test.
207 * testsuite/gas/mips/org-3.d: New test.
208 * testsuite/gas/mips/org-4.d: New test.
209 * testsuite/gas/mips/org-5.d: New test.
210 * testsuite/gas/mips/org-6.d: New test.
211 * testsuite/gas/mips/org-7.d: New test.
212 * testsuite/gas/mips/org-8.d: New test.
213 * testsuite/gas/mips/org-9.d: New test.
214 * testsuite/gas/mips/org-10.d: New test.
215 * testsuite/gas/mips/org-11.d: New test.
216 * testsuite/gas/mips/org-12.d: New test.
217 * testsuite/gas/mips/org-1.l: New stderr output.
218 * testsuite/gas/mips/org-4.l: New stderr output.
219 * testsuite/gas/mips/org-5.l: New stderr output.
220 * testsuite/gas/mips/org-6.l: New stderr output.
221 * testsuite/gas/mips/org-10.l: New stderr output.
222 * testsuite/gas/mips/org-1.s: New test source.
223 * testsuite/gas/mips/org-2.s: New test source.
224 * testsuite/gas/mips/org-3.s: New test source.
225 * testsuite/gas/mips/org-4.s: New test source.
226 * testsuite/gas/mips/org-5.s: New test source.
227 * testsuite/gas/mips/org-6.s: New test source.
228 * testsuite/gas/mips/org-7.s: New test source.
229 * testsuite/gas/mips/org-8.s: New test source.
230 * testsuite/gas/mips/org-9.s: New test source.
231 * testsuite/gas/mips/org-10.s: New test source.
232 * testsuite/gas/mips/org-11.s: New test source.
233 * testsuite/gas/mips/org-12.s: New test source.
234 * testsuite/gas/mips/mips.exp: Run the new tests.
235
01cca2f9
SN
2362017-03-01 Szabolcs Nagy <szabolcs.nagy@arm.com>
237
238 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
239
15c7c1d8
JB
2402017-02-28 Jan Beulich <jbeulich@suse.com>
241
242 * testsuite/gas/i386/x86-64-avx.s: Add suffixed variants of
243 VPCMPESTR{I,M}.
244 * testsuite/gas/i386/x86-64-sse2avx.s: Likewise.
245 * testsuite/gas/i386/x86-64-sse4_2.s: Add suffixed variants
246 of PCMPESTR{I,M}.
247 * testsuite/gas/i386/ilp32/x86-64-avx-intel.d: Likewise.
248 * testsuite/gas/i386/ilp32/x86-64-avx.d: Likewise.
249 * testsuite/gas/i386/ilp32/x86-64-sse2avx.d: Likewise.
250 * testsuite/gas/i386/ilp32/x86-64-sse4_2-intel.d: Likewise.
251 * testsuite/gas/i386/ilp32/x86-64-sse4_2.d: Likewise.
252 * testsuite/gas/i386/x86-64-avx-intel.d: Likewise.
253 * testsuite/gas/i386/x86-64-avx.d: Likewise.
254 * testsuite/gas/i386/x86-64-sse2avx.d: Likewise.
255 * testsuite/gas/i386/x86-64-sse4_2-intel.d: Likewise.
256 * testsuite/gas/i386/x86-64-sse4_2.d: Likewise.
257
4ef97a1b
AM
2582017-02-28 Alan Modra <amodra@gmail.com>
259
260 * config/tc-nios2.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
261
7ba71655
AM
2622017-02-28 Alan Modra <amodra@gmail.com>
263
264 * config/tc-ppc.c (md_assemble): Use BFD_RELOC_PPC_16DX_HA for addpcis.
265 (md_apply_fix): Remove fx_subsy check. Move code converting to
266 pcrel reloc earlier and handle BFD_RELOC_PPC_16DX_HA. Remove code
267 emiiting errors on seeing fx_pcrel set on unexpected relocs, as
268 that is done now by the generic code via..
269 * config/tc-ppc.h (TC_FORCE_RELOCATION_SUB_LOCAL): ..this. Define.
270 (TC_VALIDATE_FIX_SUB): Define.
271
0e392101
MR
2722017-02-28 Maciej W. Rozycki <macro@imgtec.com>
273
274 * testsuite/gas/mips/jalr4.s: Add `jalr $0, $25' instructions.
275 * testsuite/gas/mips/jalr4.d: Adjust accordingly. Remove MIPSr6
276 encoding patterns.
277 * testsuite/gas/mips/jalr4-n64.d: Likewise.
278 * testsuite/gas/mips/mipsr6@jalr4.d: New test.
279 * testsuite/gas/mips/mipsr6@jalr4-n32.d: New test.
280 * testsuite/gas/mips/mipsr6@jalr4-n64.d: New test.
281
dd803a24
AM
2822017-02-25 Alan Modra <amodra@gmail.com>
283
284 * testsuite/gas/elf/strtab.s: Don't put directives on first
285 column or continuation with labels not in first column.
286
582e12bf
RS
2872017-02-24 Richard Sandiford <richard.sandiford@arm.com>
288
289 * doc/c-aarch64.texi: Document that sve implies fp16, simd and compnum.
290 * config/tc-aarch64.c (parse_vector_type_for_operand): Allow .q
291 to be used with SVE registers.
292 (parse_operands): Handle new SVE operands.
293 (aarch64_features): Make "sve" require F16 rather than FP. Also
294 require COMPNUM.
295 * testsuite/gas/aarch64/sve.s: Add tests for new instructions.
296 Include compnum tests.
297 * testsuite/gas/aarch64/sve.d: Update accordingly.
298 * testsuite/gas/aarch64/sve-invalid.s: Add tests for new instructions.
299 * testsuite/gas/aarch64/sve-invalid.l: Update accordingly. Also
300 update expected output for new FMOV and MOV alternatives.
301
f482d304
RS
3022017-02-24 Richard Sandiford <richard.sandiford@arm.com>
303
304 * doc/c-aarch64.texi: Add a "compnum" entry.
305 * config/tc-aarch64.c (aarch64_features): Likewise,
306 * testsuite/gas/aarch64/advsimd-compnum.s: New test.
307 * testsuite/gas/aarch64/advsimd-compnum.d: Likewise.
308
7db2c588
JB
3092017-02-24 Jan Beulich <jbeulich@suse.com>
310
311 * testsuite/gas/i386/opcode.s: Add alternative TEST forms.
312 * testsuite/gas/i386/x86-64-opcode.s: Likewise.
313 * testsuite/gas/i386/opcode.d: Adjust accordingly.
314 * testsuite/gas/i386/opcode-intel.d: Likewise.
315 * testsuite/gas/i386/x86-64-opcode.d: Likewise.
316 * testsuite/gas/i386/ilp32/x86-64-opcode.d: Likewise.
317
1b3cee56
SL
3182017-02-24 Sheldon Lobo <sheldon.lobo@oracle.com>
319
320 Test cases for the architecture level aware SPARC ASI work.
321 * gas/testsuite/gas/sparc/sparc.exp: 2 new tests
322 * gas/testsuite/gas/sparc/asi-bump-warn.s: New test
323 * gas/testsuite/gas/sparc/asi-bump-warn.l: Likewise
324 * gas/testsuite/gas/sparc/asi-arch-error.s: Likewise
325 * gas/testsuite/gas/sparc/asi-arch-error.l: Likewise
326
c1556ecd
MR
3272017-02-23 Maciej W. Rozycki <macro@imgtec.com>
328
329 * testsuite/gas/mips/jalr4.d: New test.
330 * testsuite/gas/mips/jalr4-n32.d: New test.
331 * testsuite/gas/mips/jalr4-n64.d: New test.
332 * testsuite/gas/mips/jalr4.s: New test source.
333 * testsuite/gas/mips/mips.exp: Run the new tests.
334
1e9d41d4
SL
3352017-02-23 Sheldon Lobo <sheldon.lobo@oracle.com>
336
337 Add support for associating SPARC ASIs with an architecture level.
338 * config/tc-sparc.c (parse_sparc_asi): New encode SPARC ASIs.
339
946416fc
JB
3402017-02-23 Jan Beulich <jbeulich@suse.com>
341
342 * testsuite/gas/all/err-sizeof.s: Don't use sums or differences
343 of symbols as expression.
344
3452017-02-23 Jan Beulich <jbeulich@suse.com>
4c5b8d1e
JB
346
347 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.d: Add 32- and 16-
348 bit GPR forms of BNDCL, BNDCU, and BNDCN. Add RSP-as-index
349 Intel syntax forms of BNDMK, BNDSTX, and BNDLDX.
350 * gas/testsuite/gas/i386/x86-64-mpx-inval-2.l: Adjust.
351
5ff6a06c
MR
3522017-02-22 Maciej W. Rozycki <macro@imgtec.com>
353
354 * ecoff.c (ecoff_directive_end) [md_flush_pending_output]: Call
355 `md_flush_pending_output'.
356 * config/tc-mips.c (s_mips_end) [md_flush_pending_output]: Call
357 `md_flush_pending_output' unconditionally.
358 * testsuite/gas/mips/debug-label-end-1.d: New test.
359 * testsuite/gas/mips/debug-label-end-2.d: New test.
360 * testsuite/gas/mips/debug-label-end-3.d: New test.
361 * testsuite/gas/mips/debug-label-end.s: New test source.
362 * testsuite/gas/mips/mips.exp: Run the new tests.
363
25890fc2
HPN
3642017-02-22 Hans-Peter Nilsson <hp@axis.com>
365
366 * testsuite/gas/all/err-sizeof.s: Include cris*-*-* in the list of
367 targets yielding an error message matching "too complex".
368
5ffbd927
NC
3692017-02-22 Nick Clifton <nickc@redhat.com>
370
371 * testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
372
b0c53498
JB
3732017-02-21 Jan Beulich <jbeulich@suse.com>
374
375 * expr.c (operand): Handle missing operand to .startof.() and
376 .sizeof.().
377 * testsuite/gas/all/err-sizeof.s: New.
378
ece5dcc1
AM
3792017-02-20 Alan Modra <amodra@gmail.com>
380
381 PR 21118
382 * NEWS: Revise powerpc register check.
383 * config/tc-ppc.c (ppc_optimize_expr, md_assemble): Make "invalid
384 register expression" a warning.
385
37f9ec62
MR
3862017-02-17 Maciej W. Rozycki <macro@imgtec.com>
387
388 * ecoff.c (ecoff_directive_ent, add_procedure): Handle `.aent'.
389 * config/obj-ecoff.c (obj_pseudo_table): Add "aent" entry.
390 * config/obj-elf.c (ecoff_debug_pseudo_table): Likewise.
391 * testsuite/gas/mips/aent-2.d: New test.
392 * testsuite/gas/mips/aent-mdebug.d: New test.
393 * testsuite/gas/mips/aent-mdebug-2.d: New test.
394 * testsuite/gas/mips/mips.exp: Run the new tests.
395
773fb663
RS
3962017-02-15 Richard Sandiford <richard.sandiford@arm.com>
397
398 * testsuite/gas/aarch64/sve-sysreg.s,
399 testsuite/gas/aarch64/sve-sysreg.d,
400 testsuite/gas/aarch64/sve-sysreg-invalid.d,
401 testsuite/gas/aarch64/sve-sysreg-invalid.l: New tests.
402
7a2114e7
RS
4032017-02-15 Richard Sandiford <richard.sandiford@arm.com>
404
405 * doc/c-aarch64.texi: Fix sve entry.
406
cc07cda6
CZ
4072017-02-15 Claudiu Zissulescu <claziss@synopsys.com>
408
409 * config/tc-arc.c (md_convert_frag): Remove @pcl relocation
410 information from input expression.
411 (assemble_insn): Make sure pcrel is correctly set.
412 (arc_pcrel_adjust): Compensate for PCL rounding.
413 * testsuite/gas/arc/relax-add01.d: New file.
414 * testsuite/gas/arc/relax-add01.s: Likewise.
415 * testsuite/gas/arc/relax-add02.d: Likewise.
416 * testsuite/gas/arc/relax-add02.s: Likewise.
417 * testsuite/gas/arc/relax-add03.d: Likewise.
418 * testsuite/gas/arc/relax-add03.s: Likewise.
419 * testsuite/gas/arc/relax-add04.d: Likewise.
420 * testsuite/gas/arc/relax-add04.s: Likewise.
421 * testsuite/gas/arc/relax-ld01.d: Likewise.
422 * testsuite/gas/arc/relax-ld01.s: Likewise.
423 * testsuite/gas/arc/relax-ld02.d: Likewise.
424 * testsuite/gas/arc/relax-ld02.s: Likewise.
425 * testsuite/gas/arc/relax-mov01.d: Likewise.
426 * testsuite/gas/arc/relax-mov01.s: Likewise.
427 * testsuite/gas/arc/relax-mov02.d: Likewise.
428 * testsuite/gas/arc/relax-mov02.s: Likewise.
429 * testsuite/gas/arc/relax-mpy01.d: Likewise.
430 * testsuite/gas/arc/relax-mpy01.s: Likewise.
431 * testsuite/gas/arc/relax-sub01.d: Likewise.
432 * testsuite/gas/arc/relax-sub01.s: Likewise.
433 * testsuite/gas/arc/relax-sub02.d: Likewise.
434 * testsuite/gas/arc/relax-sub02.s: Likewise.
435 * testsuite/gas/arc/relax-sub03.d: Likewise.
436 * testsuite/gas/arc/relax-sub03.s: Likewise.
437 * testsuite/gas/arc/relax-sub04.d: Likewise.
438 * testsuite/gas/arc/relax-sub04.s: Likewise.
439
66a5a740
VG
4402017-02-09 Vineet Gupta <vgupta@synopsys.com>
441
442 * testsuite/gas/arc/st.d: Update for 0xe having a name now
443
7e0de605
AM
4442017-02-14 Alan Modra <amodra@gmail.com>
445
446 PR 21118
447 * NEWS: Mention powerpc register checks.
448 * config/tc-ppc.c (struct pd_reg): Make value a short. Add flags.
449 (pre_defined_registers): Delete fpscr and pmr entries. Set
450 register type in flags.
451 (cr_names): Set type in flags.
452 (reg_name_search): Return pointer to struct pd_reg rather than value.
453 (register_name): Adjust to suit. Set X_md from flags.
454 (ppc_parse_name): Likewise.
455 (ppc_optimize_expr): New function.
456 (md_assemble): Verify expresion reg flags match operand.
457 * config/tc-ppc.h (md_optimize_expr): Define.
458 (ppc_optimize_expr): Declare.
459
606a935e
AM
4602017-02-14 Alan Modra <amodra@gmail.com>
461
462 * testsuite/gas/ppc/cell.s: Correct invalid registers.
463 * testsuite/gas/ppc/vle-simple-1.s: Likewise.
464 * testsuite/gas/ppc/vle-simple-2.s: Likewise.
465
3c6452ae
TP
4662017-02-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
467
468 * config/tc-arm.c (parse_ifimm_zero): Make prefix optional in unified
469 syntax.
470 * testsuite/gas/arm/vcmp-noprefix-imm.d: New file.
471 * testsuite/gas/arm/vcmp-noprefix-imm.s: New file.
472
dce75bf9
NP
4732017-02-10 Nicholas Piggin <npiggin@gmail.com>
474
475 * testsuite/gas/ppc/power9.d <scv, rfscv>: New tests.
476
73201331
MR
4772017-02-02 Maciej W. Rozycki <macro@imgtec.com>
478
479 * doc/as.texinfo (Overview): Select MIPS options for man page
480 inclusion.
481
8b10b0b3
MR
4822017-01-30 Maciej W. Rozycki <macro@imgtec.com>
483
484 * config/tc-mips.c (mips_ignore_branch_isa): New variable.
485 (options): Add OPTION_IGNORE_BRANCH_ISA and
486 OPTION_NO_IGNORE_BRANCH_ISA enum values.
487 (md_longopts): Add "mignore-branch-isa" and
488 "mno-ignore-branch-isa" options.
489 (md_parse_option): Handle OPTION_IGNORE_BRANCH_ISA and
490 OPTION_NO_IGNORE_BRANCH_ISA.
491 (fix_bad_cross_mode_branch_p): Return FALSE if
492 `mips_ignore_branch_isa' has been set.
493 (md_show_usage): Add `-mignore-branch-isa' and
494 `-mno-ignore-branch-isa'.
495
496 * doc/as.texinfo (Target MIPS options): Add
497 `-mignore-branch-isa' and `-mno-ignore-branch-isa' options.
498 (-mignore-branch-isa, -mno-ignore-branch-isa): New options.
499 * doc/c-mips.texi (MIPS Options): Add `-mignore-branch-isa' and
500 `-mno-ignore-branch-isa' options.
501
502 * testsuite/gas/mips/branch-local-ignore-2.d: New test.
503 * testsuite/gas/mips/branch-local-ignore-3.d: New test.
504 * testsuite/gas/mips/branch-local-ignore-n32-2.d: New test.
505 * testsuite/gas/mips/branch-local-ignore-n32-3.d: New test.
506 * testsuite/gas/mips/branch-local-ignore-n64-2.d: New test.
507 * testsuite/gas/mips/branch-local-ignore-n64-3.d: New test.
508 * testsuite/gas/mips/mips.exp: Run the new tests.
509
7795a8f8
MR
5102017-01-30 Maciej W. Rozycki <macro@imgtec.com>
511
512 * testsuite/gas/mips/branch-local-2.d: New test.
513 * testsuite/gas/mips/branch-local-3.d: New test.
514 * testsuite/gas/mips/branch-local-n32-2.d: New test.
515 * testsuite/gas/mips/branch-local-n32-3.d: New test.
516 * testsuite/gas/mips/branch-local-n64-2.d: New test.
517 * testsuite/gas/mips/branch-local-n64-3.d: New test.
518 * testsuite/gas/mips/mips.exp: Fold corresponding list tests
519 into the new tests.
520
8ec5cf65
AD
5212017-01-27 Alexis Deruell <alexis.deruelle@gmail.com>
522
523 PR 21056
524 * testsuite/gas/tic6x/insns16-parallel.s: New test case.
525 * testsuite/gas/tic6x/insns16-parallel.d: New test driver.
526
de514cf3
SH
5272017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
528
529 * configure.tgt (aarch64*-*-rtems*): Remove.
530 (bfin-*-rtems*): Likewise.
531 (h8300-*-rtems*): Likewise.
532 (i386-*-rtems*): Likewise.
533 (m32c-*-rtems*): Likewise.
534 (m32r-*-rtems*): Likewise.
535 (m68k-*-rtems*): Likewise.
536 (mips-*-rtems*): Likewise.
537 (nios2-*-rtems*): Likewise.
538 (ppc-*-rtems*): Likewise.
539 (sh-*-rtems*): Likewise.
540 (sparc64-*-rtems*): Likewise.
541 (sparc-*-rtems*): Likewise.
542 (*-*-rtems*) Use ELF format.
543
3e97ba8a
SH
5442017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
545
546 * configure.tgt (arm-*-rtems*): Move to (arm-*-eabi*).
547
850d84f6
SH
5482017-01-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
549
550 * configure.tgt (sh-*-rtemscoff*): Remove.
551
666c6aff
SH
5522017-01-24 Sebastian Huber <sebastian.huber@embedded-brains.de>
553
554 * configure.tgt (riscv*-*-*): Remove em=linux.
555
33eaf5de
NC
5562017-01-23 Sebastian Rasmussen <sebras@gmail.com>
557
558 PR gas/21072
559 * asintl.h: Fix spelling mistakes and typos.
560 * atof-generic.c: Likewise.
561 * bit_fix.h: Likewise.
562 * config/atof-ieee.c: Likewise.
563 * config/bfin-defs.h: Likewise.
564 * config/bfin-parse.y: Likewise.
565 * config/obj-coff-seh.h: Likewise.
566 * config/obj-coff.c: Likewise.
567 * config/obj-evax.c: Likewise.
568 * config/obj-macho.c: Likewise.
569 * config/rx-parse.y: Likewise.
570 * config/tc-aarch64.c: Likewise.
571 * config/tc-alpha.c: Likewise.
572 * config/tc-arc.c: Likewise.
573 * config/tc-arm.c: Likewise.
574 * config/tc-avr.c: Likewise.
575 * config/tc-bfin.c: Likewise.
576 * config/tc-cr16.c: Likewise.
577 * config/tc-cris.c: Likewise.
578 * config/tc-crx.c: Likewise.
579 * config/tc-d10v.c: Likewise.
580 * config/tc-d30v.c: Likewise.
581 * config/tc-dlx.c: Likewise.
582 * config/tc-epiphany.c: Likewise.
583 * config/tc-frv.c: Likewise.
584 * config/tc-hppa.c: Likewise.
585 * config/tc-i370.c: Likewise.
586 * config/tc-i386-intel.c: Likewise.
587 * config/tc-i386.c: Likewise.
588 * config/tc-i960.c: Likewise.
589 * config/tc-ia64.c: Likewise.
590 * config/tc-m32r.c: Likewise.
591 * config/tc-m68hc11.c: Likewise.
592 * config/tc-m68k.c: Likewise.
593 * config/tc-mcore.c: Likewise.
594 * config/tc-mep.c: Likewise.
595 * config/tc-mep.h: Likewise.
596 * config/tc-metag.c: Likewise.
597 * config/tc-microblaze.c: Likewise.
598 * config/tc-mips.c: Likewise.
599 * config/tc-mmix.c: Likewise.
600 * config/tc-mn10200.c: Likewise.
601 * config/tc-mn10300.c: Likewise.
602 * config/tc-msp430.c: Likewise.
603 * config/tc-msp430.h: Likewise.
604 * config/tc-nds32.c: Likewise.
605 * config/tc-nds32.h: Likewise.
606 * config/tc-nios2.c: Likewise.
607 * config/tc-nios2.h: Likewise.
608 * config/tc-ns32k.c: Likewise.
609 * config/tc-pdp11.c: Likewise.
610 * config/tc-ppc.c: Likewise.
611 * config/tc-pru.c: Likewise.
612 * config/tc-rx.c: Likewise.
613 * config/tc-s390.c: Likewise.
614 * config/tc-score.c: Likewise.
615 * config/tc-score7.c: Likewise.
616 * config/tc-sh.c: Likewise.
617 * config/tc-sh64.c: Likewise.
618 * config/tc-sparc.c: Likewise.
619 * config/tc-tic4x.c: Likewise.
620 * config/tc-tic54x.c: Likewise.
621 * config/tc-v850.c: Likewise.
622 * config/tc-vax.c: Likewise.
623 * config/tc-visium.c: Likewise.
624 * config/tc-xgate.c: Likewise.
625 * config/tc-xtensa.c: Likewise.
626 * config/tc-z80.c: Likewise.
627 * config/tc-z8k.c: Likewise.
628 * config/te-vms.c: Likewise.
629 * config/xtensa-relax.c: Likewise.
630 * doc/as.texinfo: Likewise.
631 * doc/c-arm.texi: Likewise.
632 * doc/c-hppa.texi: Likewise.
633 * doc/c-i370.texi: Likewise.
634 * doc/c-i386.texi: Likewise.
635 * doc/c-m32r.texi: Likewise.
636 * doc/c-m68k.texi: Likewise.
637 * doc/c-mmix.texi: Likewise.
638 * doc/c-msp430.texi: Likewise.
639 * doc/c-nds32.texi: Likewise.
640 * doc/c-ns32k.texi: Likewise.
641 * doc/c-riscv.texi: Likewise.
642 * doc/c-rx.texi: Likewise.
643 * doc/c-s390.texi: Likewise.
644 * doc/c-tic6x.texi: Likewise.
645 * doc/c-tilegx.texi: Likewise.
646 * doc/c-tilepro.texi: Likewise.
647 * doc/c-v850.texi: Likewise.
648 * doc/c-xgate.texi: Likewise.
649 * doc/c-xtensa.texi: Likewise.
650 * dwarf2dbg.c: Likewise.
651 * ecoff.c: Likewise.
652 * itbl-ops.c: Likewise.
653 * listing.c: Likewise.
654 * macro.c: Likewise.
655 * po/gas.pot: Likewise.
656 * read.c: Likewise.
657 * struc-symbol.h: Likewise.
658 * symbols.h: Likewise.
659 * testsuite/gas/arc/relocs-errors.err: Likewise.
660 * write.c: Likewise.
661
8069955e
NC
6622017-01-23 Nick Clifton <nickc@redhat.com>
663
664 * po/sv.po: Updated Swedish translation.
665
9d46ce34
NC
6662017-01-20 Nick Clifton <nickc@redhat.com>
667
668 * config/tc-i386.c (parse_operands): Check for operand overflow
669 before setting the unspecified bit.
670
9e009953
MR
6712017-01-18 Maciej W. Rozycki <macro@imgtec.com>
672
673 PR gas/20649
674 * config/tc-mips.c (pic_need_relax): Don't check for linkonce
675 symbols, remove the `segtype' parameter.
676 (mips_frob_file, md_estimate_size_before_relax): Adjust
677 accordingly.
678 (s_is_linkonce): Add an explanatory comment.
679 * testsuite/gas/mips/comdat-reloc.d: New test.
680 * testsuite/gas/mips/comdat-reloc.s: New test source.
681 * testsuite/gas/mips/mips.exp: Run the new test.
682
c13a63b0
SN
6832017-01-18 Szabolcs Nagy <szabolcs.nagy@arm.com>
684
685 * testsuite/gas/arm/armv8_3-a-simd.s: Add vcmla tests.
686 * testsuite/gas/arm/armv8_3-a-simd.d: Update.
687
2cedb9eb
BR
6882017-01-18 Bernhard Rosenkranzer <bero@lindev.ch>
689
690 PR 21059
691 * config/bfin-lex.l: Support processing with flex 2.6.3.
692 * itbl-lex.l: Likewise.
693
1ec4b9f2
NS
6942017-01-18 Nathan Sidwell <nathan@acm.org>
695
696 * as.h (gas_assert): Use abort.
697 (as_assert): Remove.
698 (signal_init): Declare.
699 * as.c (main): Call signal_init.
700 * messages.c: #include <signal.h>
701 (as_assert): Delete.
702 (as_abort): Allow NULL FILE.
703 (signal_crash): New.
704 (signal_init): Register fatal signal handlers.
705 * configure.ac: Check for strsignal.
706 * config.in: Rebuilt.
707 * configure: Rebuilt.
708
01fabda4 7092017-01-17 Nick Clifton <nickc@redhat.com>
6aa1df2d
NC
710
711 * po/sv.po: Updated Swedish translation.
712
620214f7
IT
7132017-01-12 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
714
715 * config/tc-i386.c (cpu_arch): Add .avx512_vpopcntdq.
716 (cpu_noarch): Add noavx512_vpopcntdq.
717 * doc/c-i386.texi: Document avx512_vpopcntdq, noavx512_vpopcntdq.
718 * testsuite/gas/i386/i386.exp: Run AVX512_VPOPCNTDQ tests.
719 * testsuite/gas/i386/avx512_vpopcntdqd-intel.d: New file.
720 * testsuite/gas/i386/avx512_vpopcntdqd.d: Ditto.
721 * testsuite/gas/i386/avx512_vpopcntdqd.s: Ditto.
722 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd-intel.d: Ditto.
723 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.d: Ditto.
724 * testsuite/gas/i386/x86-64-avx512_vpopcntdqd.s: Ditto.
725
1181551e
NC
7262017-01-12 Nick Clifton <nickc@redhat.com>
727
728 * read.c (temp_ilp): New function. Installs a temporary input
729 line pointer.
730 (restore_ilp): New function. Restores the original input line
731 pointer.
732 * read.h (temp_ilp): Prototype.
733 (restore_ilp): Prototype.
734 * stabs.c (dot_func_p): Use bfd_boolean type.
735 (generate_asm_file): Use temp_ilp and restore_ilp.
736 (stabs_generate_asm_lineno): Likewise.
737 (stabs_generate_asm_endfunc): Likewise.
738
f2e2d2f5
JS
7392017-01-11 Jeremy Soller <jackpot51@gmail.com>
740
741 * configure.tgt: Add entry for i386-redox.
742
07e8e623
NC
7432017-01-10 Nick Clifton <nickc@redhat.com>
744
745 * po/sv.po: Updated Swedish translation.
746
1a94eb29
TG
7472017-01-10 Tristan Gingold <gingold@adacore.com>
748
749 * testsuite/gas/all/sleb128-8.d: Adjust test.
750 * testsuite/gas/all/gas.exp (test_cond): Likewise.
751
74def31d
TG
7522017-01-10 Tristan Gingold <gingold@adacore.com>
753
754 * read.c (emit_leb128_expr): Extended unsigned big number for
755 sleb128.
756 * testsuite/gas/all/gas.exp (test_cond): Add sleb128-8 test.
757 * testsuite/gas/all/sleb128.d: New test.
758 * testsuite/gas/all/sleb128.s: New test source.
759
a5ec5e3f
AW
7602017-01-09 Andrew Waterman <andrew@sifive.com>
761
762 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
763 against constants.
764 (md_apply_fix): Mark relocations against constants as "done."
765
e294484e
AW
7662017-01-09 Andrew Waterman <andrew@sifive.com>
767
768 * config/tc-riscv.c (append_insn): Don't eagerly apply relocations
769 against constants.
770 (md_apply_fix): Mark relocations against constants as "done."
771
6ec11ab9
PD
7722017-01-09 Palmer Dabbelt <palmer@dabbelt.com>
773 Kito Cheng <kito.cheng@gmail.com>
774
775 * emulparams/elf32lriscv-defs.sh (INITIAL_READONLY_SECTIONS):
776 Removed.
777 (SDATA_START_SYMBOLS): Likewise.
778
20b52c88
NC
7792017-01-09 Nick Clifton <nickc@redhat.com>
780
781 * po/sv.po: New Swedish translation.
782 * configure.ac (ALL_LINGUAS): Add sv.
783 * configure: Regenerate.
784
01156111
AW
7852017-01-09 Andrew Waterman <andrew@sifive.com>
786
787 * config/tc-riscv.c (relaxed_branch_length): Use the long
788 sequence when the target is a weak symbol.
789
d74d4880
SN
7902017-01-04 Szabolcs Nagy <szabolcs.nagy@arm.com>
791
792 * config/tc-aarch64.c (aarch64_features): Add rcpc.
793 * doc/c-aarch64.texi (AArch64 Extensions): Document rcpc.
794 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.d: Rename to ...
795 * testsuite/gas/aarch64/ldst-rcpc.d: This.
796 * testsuite/gas/aarch64/ldst-exclusive-armv8_3.s: Rename to ...
797 * testsuite/gas/aarch64/ldst-rcpc.s: This.
798 * testsuite/gas/aarch64/ldst-rcpc-armv8_2.d: New test.
799
10ab38d9
NJ
8002017-01-04 Norm Jacobs <norm.jacobs@oracle.com>
801
802 PR gas/20992
803 * configure.tgt: Treat sparcv9 as sparc64.
804
cc917fd9
KC
8052017-01-03 Kito Cheng <kito.cheng@gmail.com>
806
807 * config/tc-riscv.c (riscv_set_arch): Whitelist the "q" ISA
808 extension.
809 (riscv_after_parse_args): Set FLOAT_ABI_QUAD when the Q ISA is
810 enabled and no other ABI is specified.
811
ddb2c6fd
DD
8122017-01-03 Dimitar Dimitrov <dimitar@dinux.eu>
813
814 * config/tc-pru.c (md_number_to_chars): Fix parameter to be
815 valueT, as declared in tc.h.
816 (md_apply_fix): Fix to work on 32-bit hosts.
817
2571583a
AM
8182017-01-02 Alan Modra <amodra@gmail.com>
819
820 Update year range in copyright notice of all files.
821
5c1ad6b5 822For older changes see ChangeLog-2016
3499769a 823\f
5c1ad6b5 824Copyright (C) 2017 Free Software Foundation, Inc.
3499769a
AM
825
826Copying and distribution of this file, with or without modification,
827are permitted in any medium without royalty provided the copyright
828notice and this notice are preserved.
829
830Local Variables:
831mode: change-log
832left-margin: 8
833fill-column: 74
834version-control: never
835End:
This page took 0.127262 seconds and 4 git commands to generate.