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