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