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