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