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