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