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