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