IPA: Fix build problem on !HAVE_GETAUXVAL
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
62bd6b5f
AM
12016-04-02 Alan Modra <amodra@gmail.com>
2
3 PR 19896
4 * read.c (assign_symbol): Consume rest of line after an error
5 rather than continuing to process the line.
6
83cda17b
AB
72016-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
8
9 * config/tc-arc.h (MAX_FLAG_NAME_LENGHT): Rename to...
10 (MAX_FLAG_NAME_LENGTH): ...this.
11 (struct arc_flags): Update to use MAX_FLAG_NAME_LENGTH.
12 * config/tc-arc.c (tokenize_flags): Likewise.
13
6d4af3c2
AM
142016-04-01 Alan Modra <amodra@gmail.com>
15
16 * cgen.c (weak_operand_overflow_check): Return const char*.
17 * messages.c (as_internal_value_out_of_range): Formatting.
18 (as_warn_value_out_of_range): Consify prefix param.
19 (as_bad_value_out_of_range): Likewise.
20 * read.c (s_errwarn): Constify msg..
21 (s_float_space, float_cons): ..and err.
22 * as.h (as_warn_value_out_of_range, as_bad_value_out_of_range,
23 ieee_md_atof, vax_md_atof): Update prototypes.
24 * tc.h (md_atof): Update prototype.
25 * config/atof-ieee.c (ieee_md_atof): Return const char*.
26 * config/atof-vax.c (vax_md_atof): Likewise.
27 * config/obj-elf.c (obj_elf_parse_section_letters): Constify bad_msg.
28 * config/tc-aarch64.c (md_atof): Return const char*.
29 * config/tc-alpha.c (s_alpha_section_name): Likewise.
30 (s_alpha_comm): Constify sec_name.
31 (section_name): Constify.
32 (s_alpha_section): Consify name..
33 (alpha_elf_section_letter): ..and ptr_msg param..
34 (md_atof): ..and return.
35 * config/tc-alpha.h (alpha_elf_section_letter): Update prototype.
36 * config/tc-arc.c (md_atof): Return const char*.
37 * config/tc-arm.c (md_atof): Likewise.
38 * config/tc-avr.c (md_atof): Likewise.
39 * config/tc-bfin.c (md_atof): Likewise.
40 * config/tc-cr16.c (md_atof): Likewise.
41 * config/tc-cris.c (md_atof): Likewise.
42 * config/tc-crx.c (md_atof): Likewise.
43 * config/tc-d10v.c (md_atof): Likewise.
44 * config/tc-d30v.c (md_atof): Likewise.
45 * config/tc-dlx.c (md_atof): Likewise.
46 * config/tc-epiphany.c (md_atof): Likewise.
47 * config/tc-fr30.c (md_atof): Likewise.
48 * config/tc-frv.c (md_atof): Likewise.
49 * config/tc-ft32.c (md_atof): Likewise.
50 * config/tc-h8300.c (md_atof): Likewise.
51 * config/tc-hppa.c (struct default_subspace_dict): Constify name.
52 (struct default_space_dict): Likewise.
53 (create_new_space): Constify name param.
54 (create_new_subspace): Likewise.
55 (is_defined_space, is_defined_subspace): Likewise.
56 (pa_parse_space_stmt): Constify space_name param.
57 (md_atof): Return const char*.
58 (pa_spaces_begin): Constify name.
59 * config/tc-i370.c (md_atof): Return const char*.
60 * config/tc-i386.c (md_atof): Likewise.
61 (x86_64_section_letter): Constify ptr_msg param.
62 * config/tc-i386.h (x86_64_section_letter): Update prototype.
63 * config/tc-i860.c (struct i860_it): Constify error.
64 (md_atof): Return const char*.
65 * config/tc-i960.c (md_atof): Likewise.
66 * config/tc-ia64.c (md_atof): Likewise.
67 (ia64_elf_section_letter): Constify ptr_msg param.
68 * config/tc-ia64.h (ia64_elf_section_letter): Update prototype.
69 * config/tc-ip2k.c (md_atof): Return const char*.
70 * config/tc-iq2000.c (md_atof): Likewise.
71 * config/tc-lm32.c (md_atof): Likewise.
72 * config/tc-m32c.c (md_atof): Likewise.
73 * config/tc-m32r.c (md_atof): Likewise.
74 * config/tc-m68hc11.c (md_atof): Likewise.
75 * config/tc-m68k.c (md_atof): Likewise.
76 * config/tc-mcore.c (md_atof): Likewise.
77 * config/tc-mep.c (md_atof): Likewise.
78 (mep_elf_section_letter): Constify ptr_msg param.
79 * config/tc-mep.h (mep_elf_section_letter): Update prototype.
80 * config/tc-metag.c (md_atof): Return const char*.
81 * config/tc-microblaze.c (md_atof): Likewise.
82 * config/tc-microblaze.h (md_atof): Delete prototype.
83 * config/tc-mips.c (mips_parse_argument_token): Constify err.
84 (md_atof): Return const char*.
85 * config/tc-mmix.c (md_atof): Likewise.
86 * config/tc-mn10200.c (md_atof): Likewise.
87 * config/tc-mn10300.c (md_atof): Likewise.
88 * config/tc-moxie.c (md_atof): Likewise.
89 * config/tc-msp430.c (md_atof): Likewise.
90 * config/tc-mt.c (md_atof): Likewise.
91 * config/tc-nds32.c (md_atof): Likewise.
92 * config/tc-nios2.c (md_atof): Likewise.
93 (nios2_elf_section_letter): Constify ptr_msg param.
94 * config/tc-nios2.h (nios2_elf_section_letter): Update prototype.
95 * config/tc-ns32k.c (md_atof): Return const char*.
96 * config/tc-or1k.c (md_atof): Likewise.
97 * config/tc-pdp11.c (struct pdp11_code): Constify error.
98 (md_atof): Return const char*.
99 * config/tc-pj.c (md_atof): Likewise.
100 * config/tc-ppc.c (md_atof): Likewise.
101 * config/tc-rl78.c (md_atof): Likewise.
102 * config/tc-rx.c (md_atof): Likewise.
103 * config/tc-s390.c (md_atof): Likewise.
104 * config/tc-score.c (s3_atof, md_atof): Likewise.
105 * config/tc-sh.c (md_atof): Likewise.
106 * config/tc-sparc.c (struct sparc_it): Constify error.
107 (md_atof): Return const char*.
108 * config/tc-spu.c (md_atof): Likewise.
109 * config/tc-tic30.c (md_atof): Likewise.
110 * config/tc-tic4x.c (md_atof): Likewise.
111 * config/tc-tic54x.c (md_atof): Likewise.
112 * config/tc-tic6x.c (md_atof): Likewise.
113 * config/tc-tilegx.c (md_atof): Likewise.
114 * config/tc-tilepro.c (md_atof): Likewise.
115 * config/tc-v850.c (parse_register_list, md_atof): Likewise.
116 * config/tc-vax.c (md_atof): Likewise.
117 * config/tc-visium.c (md_atof): Likewise.
118 * config/tc-xc16x.c (md_atof): Likewise.
119 * config/tc-xgate.c (md_atof): Likewise.
120 * config/tc-xstormy16.c (md_atof): Likewise.
121 * config/tc-xtensa.c (md_atof): Likewise.
122 * config/tc-z80.c (md_atof): Likewise.
123 * config/tc-z8k.c (md_atof): Likewise.
124
e4a0c708
TS
1252016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
126
127 * config/tc-xtensa.c (struct rename_section_struct): Make old_name
128 const.
129 (xtensa_section_rename): Make argument type const char *.
130 * config/tc-xtensa.h (xtensa_section_rename): Adjust.
131
e2c7dcae
TS
1322016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
133
134 * config/tc-i960.c (parse_ldconst): Cast to char * when assigning to
135 args[0].
136
f854977c
TS
1372016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
138
139 * config/tc-m32c.c (m32c_md_end): cast the argument to md_assemble to
140 char *.
141 (m32c_indirect_operand): Likewise.
142 * config/tc-nds32.c (do_pseudo_b): Likewise.
143 (do_pseudo_bal): Likewise.
144 (do_pseudo_ls_bhw): Likewise.
145
97830986
TS
1462016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
147
148 * as.c (parse_args): Cast literal to char * when assigning to optarg.
149
e87de513
TS
1502016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
151
152 * config/tc-ia64.c (md_assemble): Add temporary variable to pass to
153 get_symbol_name ().
154 * config/tc-sparc.c (s_register): Cast a literal to char * in
155 assignment.
156
47990a6a
TS
1572016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
158
159 * config/tc-i960.c (parse_expr): Cast to char * when assigning to
160 input_line_pointer.
161 * config/tc-m32r.c (expand_debug_syms): Likewise.
162 * config/tc-msp430.c (msp430_dstoperand): Likewise.
163 * config/tc-z80.c (md_begin): Likewise.
164 * stabs.c (stabs_generate_asm_func): Likewise.
165
e046cf80
TS
1662016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
167
168 * cgen.c: Modernize the way functions declare arguments.
169 * config/tc-bfin.c: Likewise.
170 * config/tc-pdp11.c: Likewise.
171 * literal.c: Likewise.
172 * read.c: Likewise.
173 * stabs.c: Likewise.
174
d9235011
TS
1752016-03-31 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
176
177 * config/tc-aarch64.c (aarch64_handle_align): Make the type of some
178 variables unsigned char[].
179 * config/tc-alpha.c (alpha_handle_align): Likewise.
180 * config/tc-arm.c (arm_handle_align): Likewise.
181 * config/tc-z80.c: Likewise.
182
c6025a80
NC
1832016-03-30 Nick Clifton <nickc@redhat.com>
184
185 PR target/19880
186 * config/tc-arm.c (do_t_push_pop): Cast bitmask to unsigned before
187 shifting.
188
f89a23cf
CZ
1892016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
190
191 * testsuite/gas/all/gas.exp: Don't xfail on ARC.
192 * testsuite/gas/elf/elf.exp: Likewise.
193 * testsuite/gas/all/redef3.d: Allow execution for ARC.
194
f621ad3c
CZ
1952016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
196
197 * testsuite/gas/arc/warn.exp: Fix matching pattern.
198
f2dd8838
CZ
1992016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
200
201 * testsuite/gas/arc/ext2op.d: New file.
202 * testsuite/gas/arc/ext2op.s: Likewise.
203 * testsuite/gas/arc/ext3op.d: Likewise.
204 * testsuite/gas/arc/ext3op.s: Likewise.
205
17b9d67d
TS
2062016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
207
208 * config/tc-aarch64.c (struct aarch64_long_option_table): Ad const
209 qualifier.
210 * config/tc-alpha.c (md_parse_option): Likewise.
211 * config/tc-arc.c (md_parse_option): Likewise.
212 * config/tc-arm.c (struct arm_long_option_table): Likewise.
213 (md_parse_option): Likewise.
214 * config/tc-avr.c (md_parse_option): Likewise.
215 * config/tc-bfin.c (md_parse_option): Likewise.
216 * config/tc-cr16.c (md_parse_option): Likewise.
217 * config/tc-cris.c (s_cris_arch): Likewise.
218 (md_parse_option): Likewise.
219 * config/tc-crx.c (md_parse_option): Likewise.
220 * config/tc-d10v.c (md_parse_option): Likewise.
221 * config/tc-d30v.c (md_parse_option): Likewise.
222 * config/tc-dlx.c (md_parse_option): Likewise.
223 * config/tc-epiphany.c (md_parse_option): Likewise.
224 * config/tc-fr30.c (md_parse_option): Likewise.
225 * config/tc-frv.c (md_parse_option): Likewise.
226 * config/tc-ft32.c (md_parse_option): Likewise.
227 * config/tc-h8300.c (md_parse_option): Likewise.
228 * config/tc-hppa.c (md_parse_option): Likewise.
229 * config/tc-i370.c (md_parse_option): Likewise.
230 * config/tc-i386.c (md_parse_option): Likewise.
231 * config/tc-i860.c (md_parse_option): Likewise.
232 * config/tc-i960.c (md_parse_option): Likewise.
233 * config/tc-ia64.c (md_parse_option): Likewise.
234 * config/tc-ip2k.c (md_parse_option): Likewise.
235 * config/tc-iq2000.c (md_parse_option): Likewise.
236 * config/tc-lm32.c (md_parse_option): Likewise.
237 * config/tc-m32c.c (md_parse_option): Likewise.
238 * config/tc-m32r.c (md_parse_option): Likewise.
239 * config/tc-m68hc11.c (md_parse_option): Likewise.
240 * config/tc-m68k.c (md_parse_option): Likewise.
241 * config/tc-mcore.c (md_parse_option): Likewise.
242 * config/tc-mep.c (md_parse_option): Likewise.
243 * config/tc-metag.c (struct metag_long_option): Likewise.
244 (md_parse_option): Likewise.
245 * config/tc-microblaze.c (md_parse_option): Likewise.
246 * config/tc-microblaze.h (md_parse_option): Remove prototype.
247 * config/tc-mips.c (md_parse_option): Adjust.
248 * config/tc-mmix.c (md_parse_option): Likewise.
249 * config/tc-mn10200.c (md_parse_option): Likewise.
250 * config/tc-mn10300.c (md_parse_option): Likewise.
251 * config/tc-moxie.c (md_parse_option): Likewise.
252 * config/tc-msp430.c (md_parse_option): Likewise.
253 * config/tc-mt.c (md_parse_option): Likewise.
254 * config/tc-nds32.c (md_parse_option): Likewise.
255 * config/tc-nds32.h (nds32_parse_option): Likewise.
256 * config/tc-nios2.c (md_parse_option): Likewise.
257 * config/tc-ns32k.c (md_parse_option): Likewise.
258 * config/tc-or1k.c (md_parse_option): Likewise.
259 * config/tc-pdp11.c (md_parse_option): Likewise.
260 * config/tc-pj.c (md_parse_option): Likewise.
261 * config/tc-ppc.c (md_parse_option): Likewise.
262 * config/tc-rl78.c (md_parse_option): Likewise.
263 * config/tc-rx.c (md_parse_option): Likewise.
264 * config/tc-s390.c (s390_parse_cpu): Likewise.
265 * config/tc-score.c (md_parse_option): Likewise.
266 * config/tc-sh.c (md_parse_option): Likewise.
267 * config/tc-sparc.c (md_parse_option): Likewise.
268 * config/tc-spu.c (md_parse_option): Likewise.
269 * config/tc-tic30.c (md_parse_option): Likewise.
270 * config/tc-tic4x.c (md_parse_option): Likewise.
271 * config/tc-tic54x.c (md_parse_option): Likewise.
272 * config/tc-tic6x.c (md_parse_option): Likewise.
273 * config/tc-tilegx.c (md_parse_option): Likewise.
274 * config/tc-tilepro.c (md_parse_option): Likewise.
275 * config/tc-v850.c (md_parse_option): Likewise.
276 * config/tc-vax.c (md_parse_option): Likewise.
277 * config/tc-visium.c (struct visium_long_option_table): Likewise.
278 * config/tc-xc16x.c (md_parse_option): Likewise.
279 * config/tc-xgate.c (md_parse_option): Likewise.
280 * config/tc-xstormy16.c (md_parse_option): Likewise.
281 * config/tc-xtensa.c (md_parse_option): Likewise.
282 * config/tc-z80.c (md_parse_option): Likewise.
283 * config/tc-z8k.c (md_parse_option): Likewise.
284 * tc.h (md_parse_option): Likewise.
285
30bd735c
TS
2862016-03-29 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
287
288 * config/tc-bfin.c (gencode): Use XOBNEW obstack_alloc () wrapper.
289 * config/tc-hppa.c (fix_new_hppa): Likewise.
290 (pa_vtable_entry): Likewise.
291 (pa_vtable_inherit): Likewise.
292 * config/tc-m68k.c (md_begin): Likewise.
293
82b8a785
TS
2942016-03-28 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
295
296 * config/obj-elf.c (obj_elf_section_name): Return const char *.
297 * config/obj-elf.h (obj_elf_section_name): Adjust.
298 * config/tc-aarch64.c (aarch64_parse_features): Likewise.
299 (aarch64_parse_cpu): Likewise.
300 (aarch64_parse_arch): Likewise.
301 * config/tc-arm.c (arm_parse_extension): Likewise.
302 (arm_parse_cpu): Likewise.
303 (arm_parse_arch): Likewise.
304 * config/tc-nds32.c: Likewise.
305 * config/xtensa-relax.c (parse_special_fn): Likewise.
306 * stabs.c (generate_asm_file): Likewise.
307
9202e88a
TS
3082016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
309
310 * config/tc-cr16.c (cr16_assemble): New function.
311 (md_assemble): Call cr16_assemble.
312
a90fb5e3
TS
3132016-03-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
314
315 * as.c (parse_args): Adjust.
316 * as.h (flag_size_check): Rename to flag_allow_nonconst_size.
317 * config/obj-elf.c (elf_frob_symbol): Adjust.
318
f65c3d1b
JM
3192016-03-24 Jose E. Marchesi <jose.marchesi@oracle.com>
320
321 * config/tc-sparc.c (sparc_ip): Remove the V9 restriction on ASR
322 registers to be in the 16..31 range.
323
e742e119
TS
3242016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
325
326 * config/tc-microblaze.c (md_assemble): Cast opc to char * when calling
327 frag_var ().
328
eda6e9a4
TS
3292016-03-24 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
330
331 * config/tc-visium.c (md_atof): Localize the string returned on
332 failure.
333
b9bb4a93
TS
3342016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
335
336 * config/tc-h8300.c (h8300_elf_section): Add const qualifiers.
337 * config/tc-ia64.c (obj_elf_vms_common): Likewise.
338 * config/tc-m68hc11.c (md_begin): Likewise.
339 (print_opcode_list): Likewise.
340 * config/tc-msp430.c (msp430_section): Likewise.
341 * config/tc-score.c (struct s3_insn_to_dependency): Likewise.
342 (s3_build_dependency_insn_hsh): Likewise.
343 * config/tc-score7.c (struct s7_insn_to_dependency): Likewise.
344 (s7_build_dependency_insn_hsh): Likewise.
345 * config/tc-tic4x.c: Likewise.
346 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
347 (subsym_get_arg): Likewise.
348 * config/tc-xtensa.c (struct suffix_reloc_map): Likewise.
349 (get_directive): Likewise.
350 (cache_literal_section): Likewise.
351 * config/xtensa-relax.c: Likewise.
352 * symbols.c (symbol_create): Likewise.
353 (local_symbol_make): Likewise.
354 (symbol_relc_make_expr): Likewise.
355
986d894b
TS
3562016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
357
358 * config/tc-pdp11.c (md_assemble): Remove useless if and assignment to
359 str.
360
74b4e47a
TS
3612016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
362
363 * config/tc-sparc.c (sparc_regname_to_dw2regnum): Replace strchr ()
364 call with a switch.
365
0a433ebc
TS
3662016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
367
368 * config/tc-ia64.c (ia64_do_align): Remove.
369 (ia64_cons_align): Call do_align () directly.
370 (dot_proc): Likewise.
371 (stmt_float_cons): Likewise.
372
8860a416
TS
3732016-03-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
374
375 * listing.c (listing_message): Use XNEW style allocation macros.
376 * read.c (read_a_source_file): Likewise.
377 (read_symbol_name): Likewise.
378 (s_mri_common): Likewise.
379 (assign_symbol): Likewise.
380 (s_reloc): Likewise.
381 (emit_expr_with_reloc): Likewise.
382 (s_incbin): Likewise.
383 (s_include): Likewise.
384 * sb.c (sb_build): Likewise.
385 (sb_check): Likewise.
386
49636823
AM
3872016-03-22 Alan Modra <amodra@gmail.com>
388
389 * write.c (record_alignment): Revert 2016-02-18 change.
390
39a0d071
AM
3912016-03-22 Alan Modra <amodra@gmail.com>
392
393 * config/tc-alpha.c (load_expression): Replace alloca with xmalloc.
394 (emit_jsrjmp, tc_gen_reloc): Likewise.
395 * config/tc-i370.c (i370_macro): Likewise.
396
9780e045
NC
3972016-03-22 Nick Clifton <nickc@redhat.com>
398
399 * configure: Regenerate.
400
e23e8ebe
AB
4012016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
402
403 * testsuite/gas/arc/nps400-0.d: New file.
404 * testsuite/gas/arc/nps400-0.s: New file.
405 * testsuite/gas/arc/nps400-1.d: New file.
406 * testsuite/gas/arc/nps400-1.s: New file.
407
1ae8ab47
AB
4082016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
409
410 * config/tc-arc.c (find_opcode_match): Move lnflg, and i
411 declarations to start of block. Reset code on all flags before
412 attempting to match them. Handle multiple hits on the same flag.
413 Handle flag class.
414 * testsuite/gas/arc/asm-errors.d: New file.
415 * testsuite/gas/arc/asm-errors.err: New file.
416 * testsuite/gas/arc/asm-errors.s: New file.
417
8699fc3e
AB
4182016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * config/tc-arc.c (cpu_types): Add nps400 entry.
421 (check_zol): Handle nps400.
422
a9522a21
AB
4232016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 * config/tc-arc.c (arc_select_cpu): Remove use of
426 EF_ARC_CPU_GENERIC.
427
24740d83
AB
4282016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * config/tc-arc.c (arc_target): Delay initialisation until
431 arc_select_cpu.
432 (arc_target_name): Likewise.
433 (arc_features): Likewise.
434 (arc_mach_type): Likewise.
435 (cpu_types): Remove "all" entry.
436 (arc_select_cpu): New function, most of the content is from...
437 (md_parse_option): ... here. Call new arc_select_cpu.
438 (md_begin): Call arc_select_cpu if needed, default is now arc700.
439
62f6f9c2
AB
4402016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * testsuite/gas/arc/inline-data-1.d: Add target restriction.
443 * testsuite/gas/arc/inline-data-2.d: New file.
444
e1fa0163
NC
4452016-03-21 Nick Clifton <nickc@redhat.com>
446
447 * atof-generic.c: Replace use of alloca with call to xmalloc.
448 * cgen.c: Likewise.
449 * dwarf2dbg.c: Likewise.
450 * macro.c: Likewise.
451 * remap.c: Likewise.
452 * stabs.c: Likewise.
453 * symbols.c: Likewise.
454 * config/obj-elf.c: Likewise.
455 * config/tc-aarch64.c: Likewise.
456 * config/tc-arc.c: Likewise.
457 * config/tc-arm.c: Likewise.
458 * config/tc-avr.c: Likewise.
459 * config/tc-ia64.c: Likewise.
460 * config/tc-mips.c: Likewise.
461 * config/tc-msp430.c: Likewise.
462 * config/tc-nds32.c: Likewise.
463 * config/tc-ppc.c: Likewise.
464 * config/tc-sh.c: Likewise.
465 * config/tc-tic30.c: Likewise.
466 * config/tc-tic54x.c: Likewise.
467 * config/tc-xstormy16.c: Likewise.
468 * config/te-vms.c: Likewise.
469 * configure: Regenerate.
470
bad6e36d
TS
4712016-03-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
472
473 * tc-i386.c (f32_1): Change type to unsigned char[].
474 (f32_2): Likewise.
475 (f32_3): Likewise.
476 (f32_4): Likewise.
477 (f32_5): Likewise.
478 (f32_6): Likewise.
479 (f32_7): Likewise.
480 (f32_8): Likewise.
481 (f32_9): Likewise.
482 (f32_10): Likewise.
483 (f32_11): Likewise.
484 (f32_12): Likewise.
485 (f32_13): Likewise.
486 (f32_14): Likewise.
487 (f16_3): Likewise.
488 (f16_4): Likewise.
489 (f16_5): Likewise.
490 (f16_6): Likewise.
491 (f16_7): Likewise.
492 (f16_8): Likewise.
493 (jump_31): Likewise.
494 (f32_patt): Likewise.
495 (f16_patt): Likewise.
496 (alt_3): Likewise.
497 (alt_4): Likewise.
498 (alt_5): Likewise.
499 (alt_6): Likewise.
500 (alt_7): Likewise.
501 (alt_8): Likewise.
502 (alt_9): Likewise.
503 (alt_10): Likewise.
504 (alt_patt): Likewise.
505
6387924a
NC
5062016-03-18 Nick Clifton <nickc@redhat.com>
507
30fab421
NC
508 * doc/c-aarch64.texi (AArch64 Directives): Add descriptions of
509 .cpu, .dword, .even, .inst. .tlsdescadd, .tlsdesccall,
510 .tlsdescldr and .xword directives.
511
8678914f
NC
512 PR target/19721
513 * testsuite/gas/aarch64/pr19721.s: New test source file.
514 * testsuite/gas/aarch64/pr19721.d: New test driver file.
515
6387924a
NC
516 * doc/as.texinfo: Place the target specific command line options
517 into their own man page section.
518
cc933301
JW
5192016-03-16 Jiong Wang <jiong.wang@arm.com>
520
521 * config/tc-arm.c (N_S_32): New.
522 (N_F_16_32): Likewise.
523 (N_SUF_32): Support N_F16.
524 (N_IF_32): Likewise.
525 (neon_dyadic_misc): Likewise.
526 (do_neon_cmp): Likewise.
527 (do_neon_cmp_inv): Likewise.
528 (do_neon_mul): Likewise.
529 (do_neon_fcmp_absolute): Likewise.
530 (do_neon_step): Likewise.
531 (do_neon_abs_neg): Likewise.
532 (CVT_FLAVOR_VAR): Likewise.
533 (do_neon_cvt_1): Likewise.
534 (do_neon_recip_est): Likewise.
535 (do_vmaxnm): Likewise.
536 (do_vrint_1): Likewise.
537 (neon_check_type): Check architecture support for FP16 extension.
538 (insns): Update comments.
539 * testsuite/gas/arm/armv8-2-fp16-simd.s: New test source.
540 * testsuite/gas/arm/armv8-2-fp16-simd.d: New testcase for arm mode.
541 * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise for thumb mode.
542 * testsuite/gas/arm/armv8-2-fp16-simd-warning.d: New rejection test for
543 arm mode.
544 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d: Likewise for
545 thumb mode.
546 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New expected rejection
547 error file.
548
5f2b6bc9
NC
5492016-03-16 Nick Clifton <nickc@redhat.com>
550
551 * read.c (emit_expr_with_reloc): Add code check a bignum with
552 nbytes == 1.
553 * config/rx/rx-parse.y (rx_intop): Accept bignum values for sizes
554 other than 32-bits.
555 * testsuite/gas/elf/bignum.s: New test source file.
556 * testsuite/gas/elf/bignum.d: New test driver file.
557 * testsuite/gas/elf/elf.exp: Run the new test.
558
4bde3cdd
UD
5592016-03-15 Ulrich Drepper <drepper@gmail.com>
560
561 * doc/c-i386.texi (Register Naming): Update to details of the
562 latest architecture version.
563
a9f02af8
MG
5642016-03-10 Mickael Guene <mickael.guene@st.com>
565
566 PR gas/19744
567 * config/tc-arm.c (do_arit): Protect against bad relocations usage.
568 (do_mov): Likewise.
569 (do_t_add_sub): Allow pcrop relocations for Thumb-2 targets.
570 (do_t_mov_cmp): Likewise.
571 (do_t_add_sub): Protect against bad relocations usage.
572 (do_t_mov_cmp): Likewise.
5dafb246
AM
573 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.s: New.
574 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: New.
575 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.s: New.
576 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: New.
a9f02af8 577
aa8a0863
TS
5782016-03-09 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
579
580 * config/tc-arm.c (neon_alignment_bit): Rename do_align to
581 do_alignment.
582 (do_neon_ld_st_lane): Likewise.
583 (do_neon_ld_dup): Likewise.
584
72f3b6aa
CZ
5852016-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
586
587 * testsuite/gas/arc/inline-data-1.d: New file.
588 * testsuite/gas/arc/inline-data-1.s: New file.
589
5f474010
TP
5902016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
591
592 * config/tc-arm.c (arm_cpus): Add cortex-r8.
593 * doc/c-arm.texi: Add cortex-r8.
594
f86f5863
TS
5952016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
596
597 * config/tc-arc.c: Add const qualifiers.
598 * config/tc-h8300.c (md_begin): Likewise.
599 * config/tc-ia64.c (print_prmask): Likewise.
600 * config/tc-msp430.c (msp430_operands): Likewise.
601 * config/tc-nds32.c (struct suffix_name): Likewise.
602 (struct nds32_parse_option_table): Likewise.
603 (struct nds32_set_option_table): Likewise.
604 (do_pseudo_pushpopm): Likewise.
605 (do_pseudo_pushpop_stack): Likewise.
606 (nds32_relax_relocs): Likewise.
607 (nds32_flag): Likewise.
608 (struct nds32_hint_map): Likewise.
609 (nds32_find_reloc_table): Likewise.
610 (nds32_match_hint_insn): Likewise.
611 * config/tc-s390.c: Likewise.
612 * config/tc-sh.c (get_specific): Likewise.
613 * config/tc-tic30.c: Likewise.
614 * config/tc-tic4x.c (tic4x_inst_add): Likewise.
615 (tic4x_indirect_parse): Likewise.
616 * config/tc-vax.c (vax_cons): Likewise.
617 * config/tc-z80.c (struct reg_entry): Likewise.
618 * config/tc-epiphany.c (md_assemble): Adjust.
619 (epiphany_assemble): New function.
620 (epiphany_elf_section_rtn): Call do_align directly.
621 (epiphany_elf_section_text): Likewise.
622 * config/tc-ip2k.c (ip2k_elf_section_rtn): Likewise.
623 (ip2k_elf_section_text): Likewise.
624 * read.c (do_align): Make it not static.
625 * read.h (do_align): New prototype.
626
9411fd44
MW
6272016-03-04 Matthew Wahab <matthew.wahab@arm.com>
628
629 * config/tc-arm.c (aeabi_set_public_attributes): Emit attribute
630 for ARMv8.1 AdvSIMD use.
631 * testsuite/gas/arm/attr-march-armv8-a+rdma.d: New.
632 * testsuite/gas/arm/attr-march-armv8_1-a+simd.d: New.
633
643afb90
MW
6342016-03-04 Matthew Wahab <matthew.wahab@arm.com>
635
636 * config/gas/tc-arm.c (fpu_neon_ext_v8_1): Restrict to the ARMv8.1 RDMA
637 feature.
638 (record_feature_use): New.
639 (mark_feature_used): Use record_feature_use.
640 (do_neon_qrdmlah): New.
641 (insns): Use do_neon_qrdmlah for vqrdmlah and vqrdmlsh and
642 variants.
643 (arm_extensions): Put into alphabetical order. Re-indent "simd"
644 and "rdma" entries. Fix the incorrect merge value for "+rdma".
645 * testsuite/gas/arm/armv8-a+rdma-warning.d: New.
646 * testsuite/gas/arm/armv8-a+rdma.d: Add assembler command line options.
647 Make source file explicit.
648 * testsuite/gas/arm/armv8-a+rdma.l: New.
649 * testsuite/gas/arm/armv8-a+rdma.s: Remove .arch and .arch_extension
650 directives. Fix white-space.
651 * testsuite/gas/arm/armv8_1-a+simd.d: New.
652
25aa3689
L
6532016-03-02 H.J. Lu <hongjiu.lu@intel.com>
654
655 * testsuite/gas/i386/x86_64-intel.d: Adjusted for COFF.
656
841fdfcd
CZ
6572016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
658 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
659
660 * config/tc-arc.c (arc_extra_reloc): Change size to 0.
661 (tc_arc_fix_adjustable): Changed default return value to 1.
662 * testsuite/gas/arc/j.d: Updated expected symbol
663 * testsuite/gas/arc/jl.d: Likewise
664 * testsuite/gas/arc/relax-avoid1.d: Likewise
665 * testsuite/gas/arc/st.d: Likewise
666
7e458899
CZ
6672016-02-29 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
668
669 * config/tc-arc.c: Enable code density instructions for ARC EM.
670
11e5f1ec
L
6712016-02-26 H.J. Lu <hongjiu.lu@intel.com>
672
673 PR ld/19645
674 * NEWS: Mention --enable-elf-stt-common and --elf-stt-common=
675 for ELF assemblers.
676 * as.c (flag_use_elf_stt_common): New.
677 (show_usage): Add --elf-stt-common=.
678 (option_values): Add OPTION_ELF_STT_COMMON.
679 (std_longopts): Add --elf-stt-common=.
680 (parse_args): Handle --elf-stt-common=.
681 * as.h (flag_use_elf_stt_common): New.
682 * config.in: Regenerated.
683 * configure: Likewise.
684 * configure.ac: Add --enable-elf-stt-common and define
685 DEFAULT_GENERATE_ELF_STT_COMMON.
686 * gas/write.c (write_object_file): Set BFD_CONVERT_ELF_COMMON
687 and BFD_USE_ELF_STT_COMMON if flag_use_elf_stt_common is set.
688 * doc/as.texinfo: Document --elf-stt-common=.
689 * testsuite/gas/elf/common3.s: New file.
690 * testsuite/gas/elf/common3a.d: Likewise.
691 * testsuite/gas/elf/common3b.d: Likewise.
692 * testsuite/gas/elf/common4.s: Likewise.
693 * testsuite/gas/elf/common4a.d: Likewise.
694 * testsuite/gas/elf/common4b.d: Likewise.
695 * testsuite/gas/i386/dw2-compress-3b.d: Likewise.
696 * testsuite/gas/i386/dw2-compressed-3b.d: Likewise.
697 * testsuite/gas/elf/elf.exp: Run common3a, common3b, common4a
698 and common4b.
699 * testsuite/gas/i386/dw2-compress-3.d: Renamed to ...
700 * testsuite/gas/i386/dw2-compress-3a.d: This. Pass
701 --elf-stt-common=no to as.
702 * testsuite/gas/i386/dw2-compressed-3.d: Renamed to ...
703 * testsuite/gas/i386/dw2-compressed-3a.d: This. Pass
704 --elf-stt-common=no to as.
705 * testsuite/gas/i386/i386.exp: Run dw2-compress-3a,
706 dw2-compress-3b, dw2-compressed-3a and dw2-compressed-3b instead
707 of dw2-compress-3 and dw2-compressed-3.
708
e0471c16
TS
7092016-02-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
710
711 * as.c (select_emulation_mode): Add const qualifiers.
712 * as.h: Likewise.
713 * config/bfin-defs.h: Likewise.
714 * config/bfin-parse.y: Likewise.
715 * config/rx-parse.y: Likewise.
716 * config/tc-aarch64.c (struct aarch64_option_table): Likewise.
717 (struct aarch64_cpu_option_table): Likewise.
718 (struct aarch64_arch_option_table): Likewise.
719 (struct aarch64_option_cpu_value_table): Likewise.
720 (struct aarch64_long_option_table): Likewise.
721 (struct aarch64_option_abi_value_table): Likewise.
722 * config/tc-arm.c (struct reloc_entry): Likewise.
723 (tc_gen_reloc): Likewise.
724 (struct arm_option_table): Likewise.
725 (struct arm_legacy_option_table): Likewise.
726 (struct arm_cpu_option_table): Likewise.
727 (struct arm_arch_option_table): Likewise.
728 (struct arm_option_extension_value_table): Likewise.
729 (struct arm_option_fpu_value_table): Likewise.
730 (struct arm_option_value_table): Likewise.
731 (struct arm_long_option_table): Likewise.
732 * config/tc-avr.c (struct avr_opcodes_s): Likewise.
733 (struct mcu_type_s): Likewise.
734 (struct exp_mod_s): Likewise.
735 (avr_operand): Likewise.
736 (avr_operands): Likewise.
737 * config/tc-d10v.c (md_begin): Likewise.
738 * config/tc-dlx.c: Likewise.
739 * config/tc-fr30.c (fr30_is_colon_insn): Likewise.
740 * config/tc-ft32.c (parse_condition): Likewise.
741 * config/tc-h8300.c (do_a_fix_imm): Likewise.
742 * config/tc-hppa.c (pa_ip): Likewise.
743 (hppa_regname_to_dw2regnum): Likewise.
744 * config/tc-i370.c (i370_elf_suffix): Likewise.
745 * config/tc-i960.c (struct tabentry): Likewise.
746 * config/tc-m32r.c: Likewise.
747 * config/tc-m68k.c: Likewise.
748 * config/tc-m68k.h: Likewise.
749 * config/tc-mcore.c (parse_psrmod): Likewise.
750 * config/tc-metag.c (struct metag_core_option): Likewise.
751 (struct metag_long_option): Likewise.
752 * config/tc-microblaze.c: Likewise.
753 * config/tc-mips.c (macro): Likewise.
754 * config/tc-mn10200.c: Likewise.
755 * config/tc-mn10300.c: Likewise.
756 * config/tc-msp430.c (struct rcodes_s): Likewise.
757 (struct hcodes_s): Likewise.
758 (md_parse_option): Likewise.
759 * config/tc-ns32k.c (struct ns32k_option): Likewise.
760 (optlist): Likewise.
761 * config/tc-ppc.c (ppc_elf_suffix): Likewise.
762 (tc_ppc_regname_to_dw2regnum): Likewise.
763 * config/tc-ppc.h: Likewise.
764 * config/tc-rl78.c: Likewise.
765 * config/tc-rx.c (struct cpu_type): Likewise.
766 * config/tc-sh.c (sh_regname_to_dw2regnum): Likewise.
767 * config/tc-sparc.c (struct priv_reg_entry): Likewise.
768 (sparc_ip): Likewise.
769 * config/tc-spu.c (insn_fmt_string): Likewise.
770 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
771 * config/tc-v850.c: Likewise.
772 * config/tc-visium.c (struct visium_arch_option_table): Likewise.
773 (struct visium_long_option_table): Likewise.
774 * config/tc-xgate.c: Likewise.
775 * config/tc-z8k.c: Likewise.
776 * read.c (add_include_dir): Likewise.
777 * read.h: Likewise.
778
e6e7b7c4
AB
7792016-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
780
781 * testsuite/gas/all/gas.exp: Change target pattern to cover
782 arceb-*.
783 * testsuite/gas/all/redef3.d: Likewise.
784 * testsuite/gas/elf/elf.exp: Likewise.
785
9db2f6b4
RL
7862016-02-24 Renlin Li <renlin.li@arm.com>
787
788 * config/tc-arm.c (BAD_FP16): New error message macro.
789 (do_scalar_fp16_v82_encode): Change the coproc field to 9 for armv8.2
790 fp16 scalar instructions.
791 (neon_check_type): Allow different size from key.
792 (do_vfp_nsyn_add_sub): Add support SE_H shape support.
793 (try_vfp_nsyn): Likewise.
794 (do_vfp_nsyn_mla_mls): Likewise.
795 (do_vfp_nsyn_fma_fms): Likewise.
796 (do_vfp_nsyn_ldm_stm): Likewise
797 (do_vfp_nsyn_sqrt): Likewise
798 (do_vfp_nsyn_div): Likewise
799 (do_vfp_nsyn_nmul): Likewise.
800 (do_vfp_nsyn_cmp): Likewise.
801 (do_neon_shll): Likewise.
802 (do_vfp_nsyn_cvt_fpv8): Likewise.
803 (do_neon_cvttb_2): Likewise.
804 (do_neon_mov): Likewise.
805 (do_neon_rshift_round_imm): Likewise.
806 (do_neon_ldr_str): Likewise.
807 (do_vfp_nsyn_fpv8): Likewise.
808 (do_vmaxnm): Likewise.
809 (do_vrint_1): Likewise.
810 (insns): New entry for vins, vmovx.
811 (md_apply_fix): Left shift 1 bit for fp16 vldr/vstr.
812 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: New.
813 * testsuite/gas/arm/armv8-2-fp16-scalar.d: New.
814 * testsuite/gas/arm/armv8-2-fp16-scalar.s: New.
815 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.s: New
816 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.d: New
817 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.l: New
818
d54af2d0
RL
8192016-02-24 Renlin Li <renlin.li@arm.com>
820
821 * config/tc-arm.c (NEON_ENC_TAB): Add fp16 instruction shape.
822 (neon_shape_class): New SC_HALF.
823 (neon_shape_el): New SE_H.
824 (neon_shape_el_size): New size for SE_H.
825 (N_F_ALL): New macro to aggregate N_F16, N_F32, N_64.
826 (neon_select_shape): Add SE_H support code.
827 (el_type_of_type_chk): Use N_F_ALL.
828 (do_vfp_nsyn_cvt): Add SE_H shape support.
829 (do_neon_cvtz): Likewise.
830 (do_neon_cvt_1): Likewise.
831 (do_neon_cvttb_1): Likewise.
832
b0c11777
RL
8332016-02-24 Renlin Li <renlin.li@arm.com>
834
835 * testsuite/gas/arm/copro.d: Adjust output.
836 * testsuite/gas/arm/copro.s: Adjust co-processor num.
837
3e309328
RL
8382016-02-24 Renlin Li <renlin.li@arm.com>
839
840 * testsuite/gas/arm/mask_1.d: New.
841 * testsuite/gas/arm/mask_1.s: New.
842
8afc7bea
RL
8432016-02-24 Renlin Li <renlin.li@arm.com>
844
845 * testsuite/gas/arm/copro.s: Use coprocessor other than 10, 11.
846 * testsuite/gas/arm/copro.d: Update.
847
6735952f
KT
8482016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
849
850 * config/tc-arm.c (arm_cpus): Add entry for cortex-a32.
851 * doc/c-arm.texi (ARM Options): Document cortex-a32.
852
ed5491b9
KT
8532016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
854
855 * doc/c-arm.texi (ARM Options): Document cortex-a17.
856
742e5034
L
8572016-02-23 H.J. Lu <hongjiu.lu@intel.com>
858
859 * testsuite/gas/elf/elf.exp: Skip tests for common directive on
860 hpux.
861
3b4dbbbf
TS
8622016-02-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
863
864 * output-file.c (output_file_create): Make file name argument const.
865 (output_file_close): Likewise.
866 * output-file.h (output_file_create): Adjust.
867 (output_file_close): Likewise.
868 * depend.c (quote_string_for_make): Make src argument const char *.
869 (register_dependency): Likewise.
870 (wrap_output): Likewise.
871 * as.h (register_dependency): Adjust.
872 * config/tc-xtensa.c (finish_vinsn): Remove unnecessary calls to
873 as_where ();
874 * symbols.c (S_SET_EXTERNAL): Likewise.
875 * input-scrub.c (as_where): Return the file name.
876 * as.h (as_where): Adjust prototype.
877 * app.c (do_scrub_chars): Adjust.
878 * cond.c (s_elseif): Likewise.
879 (s_else): Likewise.
880 (initialize_cframe): Likewise.
881 * config/obj-coff.c (obj_coff_init_stab_section): Likewise.
882 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
883 * config/obj-som.c (obj_som_init_stab_section): Likewise.
884 * config/tc-aarch64.c (output_info): Likewise.
885 * config/tc-ia64.c (md_assemble): Likewise.
886 (dot_alias): Likewise.
887 * config/tc-m68k.c (m68k_frob_label): Likewise.
888 * config/tc-mmix.c (s_bspec): Likewise.
889 (mmix_handle_mmixal): Likewise.
890 * config/tc-rx.c (rx_include): Likewise.
891 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
892 (tic54x_adjust_symtab): Likewise.
893 * config/tc-xtensa.c (directive_push): Likewise.
894 (xtensa_sanity_check): Likewise.
895 (xtensa_relax_frag): Likewise.
896 (md_convert_frag): Likewise.
897 (tinsn_to_slotbuf): Likewise.
898 * dwarf2dbg.c (dwarf2_where): Likewise.
899 * ecoff.c (add_file): Likewise.
900 (ecoff_generate_asm_lineno): Likewise.
901 * expr.c (make_expr_symbol): Likewise.
902 * frags.c (frag_new): Likewise.
903 (frag_var_init): Likewise.
904 * listing.c (listing_newline): Likewise.
905 * messages.c (identify): Likewise.
906 (as_show_where): Likewise.
907 (as_warn_internal): Likewise.
908 (as_bad_internal): Likewise.
909 * read.c (s_irp): Likewise.
910 (s_macro): Likewise.
911 (s_reloc): Likewise.
912 * stabs.c (stabs_generate_asm_file): Likewise.
913 (stabs_generate_asm_lineno): Likewise.
914 (stabs_generate_asm_func): Likewise.
915 * write.c (fix_new_internal): Likewise.
916 * as.h (PRINTF_WHERE_LIKE): Make file name argument const.
917 (as_warn_value_out_of_range): Adjust prototype.
918 (as_bad_value_out_of_range): Adjust prototype.
919 * messages.c (identify): Make file name argument const char *.
920 (as_warn_internal): Likewise.
921 (as_warn_where): Likewise.
922 (as_bad_internal): Likewise.
923 (as_bad_where): Likewise.
924 (as_internal_value_out_of_range): Likewise.
925 (as_warn_value_out_of_range): Likewise.
926 (as_bad_value_out_of_range): Likewise.
927 * as.h (found_comment_file): Change type to const char *.
928 * cond.c (file_line::file): Likewise.
929 * config/obj-coff.c (obj_coff_init_stab_section): Make variable const.
930 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
931 * config/obj-som.c (obj_som_init_stab_section): Likewise.
932 * config/tc-aarch64.c (output_info): Likewise.
933 * config/tc-alpha.c (insert_operand): Likewise.
934 * config/tc-arc.c (insert_operand): Likewise.
935 * config/tc-d30v.c (check_size): Likewise.
936 * config/tc-ia64.c (struct alias): Likewise.
937 * config/tc-m68k.c (struct label_line): Likewise.
938 * config/tc-mcore.c (md_apply_fix): Likewise.
939 * config/tc-microblaze.c (md_estimate_size_before_relax): Likewise.
940 * config/tc-mips.c (mips16_immed): Likewise.
941 * config/tc-mmix.c (mmix_handle_mmixal): Likewise.
942 * config/tc-ppc.c (ppc_insert_operand): Likewise.
943 * config/tc-rx.c (rx_include): Likewise.
944 * config/tc-s390.c (s390_insert_operand): Likewise.
945 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
946 (tic54x_adjust_symtab): Likewise.
947 * config/tc-tilegx.c (insert_operand): Likewise.
948 (apply_special_operator): Likewise.
949 * config/tc-tilepro.c (insert_operand): Likewise.
950 * config/tc-xtensa.c (directive_push): Likewise.
951 * ecoff.c (add_file): Likewise.
952 (ecoff_generate_asm_lineno): Likewise.
953 * listing.c (listing_newline): Likewise.
954 * read.c (s_irp): Likewise.
955 * write.c (install_reloc): Likewise.
956 * write.h (struct fix): Likewise.
957 * input-file.c (file_name): Change type to const char *.
958 (saved_file::file_name): Likewise.
959 (input_file_open): Change type of argument to const char *.
960 * input-file.h (input_file_open): Adjust.
961 * input-scrub.c (logical_input_file): change type to const char *.
962 (physical_input_file): Likewise.
963 (struct input_save): Adjust.
964 (input_scrub_push): Adjust.
965 (input_scrub_begin): Adjust.
966 (as_where): Adjust.
967 * input-scrub.c (input_scrub_new_file): Make file name argument const.
968 (input_scrub_include_file): Likewise.
969 (new_logical_line_flags): Likewise.
970 (new_logical_line): Likewise.
971 * as.h: Adjust.
972 * frags.h (struct frag): Change type of fr_file to const char *.
973 * expr.c (expr_symbol_where): Change type of file argument to
974 const char **.
975 * expr.h (expr_symbol_where): Likewise.
976 * config/tc-i370.c (md_apply_fix): adjust.
977 * config/tc-mmix.c (mmix_md_end): Likewise.
978 * config/tc-ppc.c (md_apply_fix): Likewise.
979 * config/tc-s390.c (md_apply_fix): Likewise.
980 * symbols.c (report_op_error): Likewise.
981 (resolve_symbol_value): Likewise.
982 * config/tc-ia64.c (slot::src_file): Change type to const char *.
983 (rsrc::file): Likewise.
984 * config/tc-xtensa.c (xtensa_sanity_check): Change type of variable to
985 const char *.
986 (xtensa_relax_frag): Likewise.
987 (md_convert_frag): Likewise.
988 (tinsn_to_slotbuf): Likewise.
989 * expr.c (expr_symbol_line): Likewise.
990 * macro.c (define_macro): Likewise.
991 * macro.h (macro_struct): Likewise.
992 * messages.c (as_show_where): Likewise.
993 * read.c (s_macro): Likewise.
994 * stabs.c (stabs_generate_asm_file): Likewise.
995 (generate_asm_file): Likewise.
996 (stabs_generate_asm_lineno): Likewise.
997 * write.h (struct reloc_list): Likewise.
998 * input-scrub.c (as_where): Change return type to const char *.
999 * as.h (as_wheree): Adjust.
1000
8ecb73dd
L
10012016-02-21 H.J. Lu <hongjiu.lu@intel.com>
1002
1003 * write.c (compress_debug): Move BFD compression bits setting
1004 to ...
1005 (write_object_file): Here.
1006
200cbe0f
L
10072016-02-20 H.J. Lu <hongjiu.lu@intel.com>
1008
1009 * config/tc-i386.c (register_number): Check RegVRex.
1010 * testsuite/gas/i386/x86-64-avx512f.s: Add a test for vgatherqpd
1011 with %zmm19 and %zmm3.
1012 * testsuite/gas/i386/x86-64-avx512f-intel.d: Updated.
1013 * testsuite/gas/i386/x86-64-avx512f.d: Likewise.
1014
b8ec4e87
JW
10152016-02-19 Matthew Wahab <matthew.wahab@arm.com>
1016 Jiong Wang <jiong.wang@arm.com>
1017
1018 * config/tc-arm.c (arm_ext_fp16): New.
1019 (arm_extensions): New entry for "fp16".
1020
3be64886
NC
10212016-02-19 Nick Clifton <nickc@redhat.com>
1022
1023 PR 19630
1024 * read.c (read_a_source_file): Check for assemble_one returning
1025 with input_line_pointer set to NULL.
1026
3b4dbbbf 10272016-02-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
cd0bbe6e 1028
3d13c647
TS
1029 * listing.c (rebuffer_line): Change return type to void.
1030
cd0bbe6e
TS
1031 * symbols.c (decode_local_label_name): Make type a const char *.
1032 * listing.c (print_source): Make type of p const char *.
1033 (print_line): Make type of string const char *.
1034 (buffer_line): Return const char *.
1035 (title): Make type const char *.
1036 (subtitle): Likewise.
1037 (listing_listing): Make type of p const char *.
1038 * messages.c (as_internal_value_out_of_range): Make type of prefix
1039 const char *.
1040 * stabs.c (s_stab_generic): make type of stab_secname, stabstr_secname
1041 and string const char *.
1042 * read.c (_bfd_rel): Make type of name const char *.
1043 * app.c (out_string): Change type to const char *.
1044 (struct app_save::out_string): Likewise.
1045
9136aa49
DG
10462016-02-18 Dan Gisselquist <dgisselq@verizon.net>
1047 Nick Clifton <nickc@redhat.com>
1048
1049 * read.c (finish_bundle): Avoid recording a negative alignment.
1050 (do_align): Use unsigned values for n, len and max. Only create
1051 a frag if the alignment requirement is greater than the minimum
1052 byte alignment. Avoid recording a negative alignment.
1053 (s_align): Use unsigned values where appropriate.
1054 (bss_alloc): Use an unsigned value for the alignment.
1055 (sizeof_sleb128): Add a comment noting that we encode one octet
1056 per byte, regardless of the value of OCTETS_PER_BYTE_POWER.
1057 (emit_leb129_expr): Abort if the emitted encoding was longer than
1058 expected.
1059 * read.h (output_leb128): Update prototype.
1060 (sizeof_leb128): Update prototype.
1061 (bss_alloc): Update prototype.
1062 * write.c (record_alignment): Use an unsigned value for the
1063 alignment. Do not record alignments less than the minimum
1064 alignment for a byte.
1065 * write.h (record_alignment): Update prototype.
1066
4111950f
MF
10672016-02-17 Max Filippov <jcmvbkbc@gmail.com>
1068
1069 * config/tc-xtensa.c (xtensa_move_literals): Fix check for
1070 .init.literal/.fini.literal section name.
1071 * testsuite/gas/xtensa/all.exp: Add init-fini-literals to the
1072 list of xtensa tests.
1073 * testsuite/gas/xtensa/init-fini-literals.d: New file:
1074 init-fini-literals test result patterns.
1075 * testsuite/gas/xtensa/init-fini-literals.s: New file:
1076 init-fini-literals test.
1077
b27c40ec
NC
10782016-02-17 Nick Clifton <nickc@redhat.com>
1079
1080 * config/tc-msp430.c (msp430_mcu_data): Sync with data from TI's
1081 devices.csv file as of March 2016.
1082
726c18e1
CZ
10832016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
1084
1085 * config/tc-arc.c (tc_arc_frame_initial_instructions): New
1086 function.
1087 (tc_arc_regname_to_dw2regnum): Likewise.
1088 * config/tc-arc.h (TARGET_USE_CFIPOP): Define
1089 (tc_cfi_frame_initial_instructions): Likewise.
1090 (tc_regname_to_dw2regnum): Likewise.
5dafb246
AM
1091 * testsuite/gas/cfi/cfi-arc-1.d: New file.
1092 * testsuite/gas/cfi/cfi-arc-1.s: Likewise.
1093 * testsuite/gas/cfi/cfi.exp: Allow running tests for arc.
726c18e1 1094
9406ee73
TS
10952016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
1096
1097 * doc/internals.texi (S_IS_EXTERN): Remove.
1098
eda683bb
NC
10992016-02-16 Nick Clifton <nickc@redhat.com>
1100
1101 * doc/as.texinfo (Section): Fix up texinfo snafus in previous
1102 update.
1103
671eeb28
RL
11042016-02-16 Renlin Li <renlin.li@arm.com>
1105
1106 PR gas/19620
1107 * config/tc-aarch64.c (parse_half): Remove restrictions on symbol name.
1108 * testsuite/gas/aarch64/movw_label.d: New.
1109 * testsuite/gas/aarch64/movw_label.s: New.
1110
804021fb 11112016-02-15 Vinay Kumar G. <Vinay.G@kpit.com>
6439ea1a 1112
58cda018 1113 PR gas/19556
6439ea1a
VK
1114 * config/rx-parse.y (MOV): Opcode generation for index
1115 register addressing mode.
1116 * testsuite/gas/rx/rx.exp: Updated for new testcase.
1117 * testsuite/gas/rx/pr19665.s: New file.
1118 * testsuite/gas/rx/pr19665.s: New file.
1119 * testsuite/gas/rx/mov.d: Update expected output.
1120
804021fb 11212016-02-15 Nick Clifton <nickc@redhat.com>
9fb71ee4
NC
1122
1123 * doc/as.texinfo (.section): Document that numeric values can now
1124 be used for the flags and type fields of the ELF target's .section
1125 directive. Add notes about the restrictions on setting flags and
1126 types.
1127 * config/obj-elf.c (obj_elf_change_section): Allow known sections
1128 to be given processor specific section types. Allow processor and
1129 application specific flags of a section to be set after
1130 definition.
1131 (obj_elf_parse_section_letters): Handle parsing numeric values.
1132 (obj_elf_section_type): Handle parsing numeric values.
1133 (obj_elf_section): Allow numeric type values.
1134 * config/obj-elf.h (obj_elf_change_section): Update prototype.
1135 * testsuite/gas/elf/section10.d: New test.
1136 * testsuite/gas/elf/section10.s: Source file for new test.
1137 * testsuite/gas/elf/elf.exp: Run the new test.
1138 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Remove dependency upon
1139 the description of the flags produced by readelf.
1140 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
1141 * NEWS: Mention the new feature.
1142
bd5608dc
NC
11432016-02-11 Nick Clifton <nickc@redhat.com>
1144
1145 PR gas/19614
1146 * dw2gencfi.c (cfi_sections_set): Delay setting this variable
1147 until it is actually used.
1148 (cfi_set_sections): Set cfi_sections_set to true.
1149 (dot_cfi_startproc): Likewise.
1150 (dot_cfi_endproc): Likewise.
1151 (dot_cfi_fde_data): Likewise.
1152 (cfi_finish): Likewise.
1153 (dot_cfi_sections): Do not set cfi_sections_set.
1154 * doc/as.texinfo (.cfi_sections): Note that targets can provide
1155 their own cfi section name. Also note that the directive can be
1156 reissued provided that CFI generation has not started.
1157 * testsuite/gas/mips/compact-eh-err2.s: Add .cfi_startproc and
1158 .cfi_endproc directives so that the redefinition of .cfi_sections
1159 will trigger the generation of the error message.
1160 * testsuite/gas/mips/compact-eh-err2.l: Update expected line
1161 number of error message.
1162
4670103e
CZ
11632016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
1164 Janek van Oirschot <jvanoirs@synopsys.com>
1165
1166 * config/tc-arc.h (TC_FRAG_TYPE, TC_PCREL_ADJUST, MAX_INSN_ARGS)
1167 (MAX_INSN_FLGS, MAX_FLAG_NAME_LENGHT, TC_GENERIC_RELAX_TABLE):
1168 Define.
1169 (arc_flags, arc_relax_type): New structure.
1170 * config/tc-arc.c (FRAG_MAX_GROWTH, RELAX_TABLE_ENTRY)
1171 (RELAX_TABLE_ENTRY_MAX): New define.
1172 (relaxation_state, md_relax_table, arc_relaxable_insns)
1173 (arc_num_relaxable_ins): New variable.
1174 (rlx_operand_type, arc_rlx_types): New enums.
1175 (arc_relaxable_ins): New structure.
1176 (OPTION_RELAX): New option.
1177 (arc_insn): New relax member.
1178 (arc_flags): Remove.
1179 (relax_insn_p): New function.
1180 (apply_fixups): Likewise.
1181 (relaxable_operand): Likewise.
1182 (may_relax_expr): Likewise.
1183 (relaxable_flag): Likewise.
1184 (arc_pcrel_adjust): Likewise.
1185 (md_estimate_size_before_relax): Implement.
1186 (md_convert_frag): Likewise.
1187 (md_parse_option): Handle new mrelax option.
1188 (md_show_usage): Likewise.
1189 (assemble_insn): Set relax member.
1190 (emit_insn0): New function.
1191 (emit_insn1): Likewise.
1192 (emit_insn): Handle relaxation case.
1193 * NEWS: Mention the new relaxation option.
1194 * doc/c-arc.texi (ARC Options): Document new mrelax option.
1195 * doc/as.texinfo (Target ARC Options): Likewise.
1196 * testsuite/gas/arc/relax-avoid1.d: New file.
1197 * testsuite/gas/arc/relax-avoid1.s: Likewise.
1198 * testsuite/gas/arc/relax-avoid2.d: Likewise.
1199 * testsuite/gas/arc/relax-avoid2.s: Likewise.
1200 * testsuite/gas/arc/relax-avoid3.d: Likewise.
1201 * testsuite/gas/arc/relax-avoid3.s: Likewise.
1202 * testsuite/gas/arc/relax-b.d: Likewise.
1203 * testsuite/gas/arc/relax-b.s: Likewise.
1204
9264d325
NC
12052016-02-08 Nick Clifton <nickc@redhat.com>
1206
1207 * config/tc-ia64.c (dot_prologue): Fix formatting.
1208
39306124
NC
12092016-02-04 Nick Clifton <nickc@redhat.com>
1210
1211 * config/obj-elf.c (obj_elf_change_section): Remove support for
1212 ARM NOREAD sections.
1213 * config/tc-arm.c (arm_elf_section_letter): Delete.
1214 * config/tc-arm.h (md_elf_section_letter): Delete.
1215 * doc/c-arm.texi (ARM Section Attribute): Delete section.
1216 * testsuite/gas/arm/section-execute-only.d: Delete.
1217 * testsuite/gas/arm/section-execute-only.s: Delete.
1218
c1d9289f
NC
12192016-02-04 Nick Clifton <nickc@redhat.com>
1220
1221 PR target/19561
1222 * config/tc-msp430.c (msp430_operands): Remove case 7. Use case 2
1223 to handle encoding of RRUX instruction.
1224 * testsuite/gas/msp430/msp430x.s: Add more tests of the extended
1225 shift instructions.
1226 * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
1227
ea173078
MF
12282016-02-03 Max Filippov <jcmvbkbc@gmail.com>
1229
1230 * config/tc-xtensa.c (md_apply_fix): Mark BFD_RELOC_XTENSA_DIFF*
1231 substitutions for BFD_RELOC_* as unsigned.
c1d9289f
NC
1232 * testsuite/gas/xtensa/all.exp: Add loc to list of xtensa tests.
1233 * testsuite/gas/xtensa/loc.d: New file: loc test result patterns.
1234 * testsuite/gas/xtensa/loc.s: New file: loc test.
ea173078 1235
3d8efabf
KB
12362016-02-03 Kevin Buettner <kevinb@redhat.com>
1237
1238 * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4.
1239
0cb4071e
L
12402016-02-03 H.J. Lu <hongjiu.lu@intel.com>
1241
1242 PR gas/19520
1243 * NEWS: Mention new command line option -mrelax-relocations and
1244 new configure option --enable-x86-relax-relocations for x86
1245 target.
1246 * config.in: Regenerated.
1247 * configure.ac: Add --enable-x86-relax-relocations.
1248 (ac_default_x86_relax_relocations): New. Default to 1 except
1249 for x86 Solaris targets older than Solaris 12.
1250 (DEFAULT_GENERATE_X86_RELAX_RELOCATIONS): Define.
1251 * configure: Likewise.
1252 * config/tc-i386.c (generate_relax_relocations): New.
1253 (OPTION_MRELAX_RELOCATIONS): Likewise.
1254 (output_disp): Don't generate relax relocations if
1255 generate_relax_relocations is 0.
1256 (md_longopts): Add -mrelax-relocations.
1257 (md_show_usage): Likewise.
1258 (md_parse_option): Handle OPTION_MRELAX_RELOCATIONS.
1259 * doc/c-i386.texi: Document -mrelax-relocations=.
1260 * testsuite/gas/i386/got-no-relax.d: New file.
1261 * testsuite/gas/i386/x86-64-gotpcrel-no-relax.d: Likewise.
1262 * testsuite/gas/i386/got.d: Pass -mrelax-relocations=yes to as.
1263 * testsuite/gas/i386/localpic.d: Likewise.
1264 * testsuite/gas/i386/mixed-mode-reloc32.d: Likewise.
1265 * testsuite/gas/i386/reloc32.d: Likewise.
1266 * testsuite/gas/i386/x86-64-gotpcrel.d: Likewise.
1267 * testsuite/gas/i386/x86-64-localpic.d: Likewise.
1268 * testsuite/gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
1269 * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
1270 * testsuite/gas/i386/i386.exp: Run got-no-relax and
1271 x86-64-gotpcrel-no-relax.
1272
9d3fc4e1
L
12732016-02-03 H.J. Lu <hongjiu.lu@intel.com>
1274
1275 * NEWS: Mention new command line option -mfence-as-lock-add=yes
1276 for x86 target.
1277
ab71ce86
L
12782016-02-03 H.J. Lu <hongjiu.lu@intel.com>
1279
1280 * NEWS: Remove duplicated marker for 2.26.
1281
46d70d04
RL
12822016-02-02 Renlin Li <renlin.li@arm.com>
1283
1284 * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
1285
0f99255d
AB
12862016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1287
1288 * testsuite/gas/ip2k/allinsn.d: New file.
1289 * testsuite/gas/ip2k/allinsn.s: New file.
1290 * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
1291
5d7a9011
AB
12922016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1293
1294 * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
1295 some load instructions.
1296 * testsuite/gas/epiphany/allinsn.d: Likewise.
1297 * testsuite/gas/epiphany/regression.d: Likewise.
1298
a012b298
AB
12992016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
1302 suffixes from instruction mnemonics in expected output.
1303 * testsuite/gas/epiphany/allinsn.d: Likewise.
1304 * testsuite/gas/epiphany/regression.d: Likewise.
1305 * testsuite/gas/epiphany/sample.d: Likewise.
1306
2f74d480
AB
13072016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1308
1309 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
1310 names.
1311 * testsuite/gas/epiphany/allinsn.d: Likewise.
1312 * testsuite/gas/epiphany/sample.d: Likewise.
1313
b89807c6
AB
13142016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1315
1316 * testsuite/gas/epiphany/sample.d: Update expected output.
1317
b125bd17
CZ
13182016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
1319
1320 * config/tc-arc.c (md_apply_fix): Allow addendum.
1321 (arc_reloc_op): Allow complex expressions for tpoff.
1322 (md_apply_fix): Handle resolved TLS local symbol.
1323
1324 * testsuite/gas/arc/tls-relocs1.d: New file.
1325 * testsuite/gas/arc/tls-relocs1.s: Likewise.
1326
4f1d6205
L
13272016-02-01 Loria <Loria@phantasia.org>
1328
1329 PR target/19311
1330 * config/tc-arm.c (encode_arm_immediate): Recode to improve
1331 efficiency and avoid an LLVM loop optimization bug.
1332
ac0d427f
NC
13332016-02-01 Nick Clifton <nickc@redhat.com>
1334
1335 * config/tc-microblaze.c (parse_imm): Fix compile time warning
1336 message extending a negative 32-bit value into a larger signed
1337 value on a 32-bit host.
1338
348ef89a
L
13392016-01-29 H.J. Lu <hongjiu.lu@intel.com>
1340
1341 PR gas/19532
1342 * configure.ac (compressed_debug_sections): Replace == with =.
1343 * configure: Regenerated.
1344
e4e00185
AS
13452016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
1346 H.J. Lu <hongjiu.lu@intel.com>
1347
1348 * config/tc-i386.c (avoid_fence): New.
1349 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
1350 is true.
1351 (OPTION_FENCE_AS_LOCK_ADD): New.
1352 (md_longopts): Add -mfence-as-lock-add.
1353 (md_parse_option): Handle -mfence-as-lock-add.
1354 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
1355 * doc/c-i386.texi (-mfence-as-lock-add): Document.
ac2789d7
L
1356 * testsuite/gas/i386/i386.exp: Run new tests.
1357 * testsuite/gas/i386/fence-as-lock-add.s: New.
1358 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
1359 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
1360 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
1361 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
e4e00185 1362
27ba7c94
L
13632016-01-27 H.J. Lu <hongjiu.lu@intel.com>
1364
1365 * configure.ac (compressed_debug_sections): Remove trailing `]'.
1366 * configure: Regenerated.
1367
d1982f93
L
13682016-01-25 H.J. Lu <hongjiu.lu@intel.com>
1369
1370 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
1371 (OPTION_MOMIT_LOCK_PREFIX): This.
1372 (md_longopts): Updated.
1373 (md_parse_option): Likewise.
1374
00acd688
CM
13752016-01-25 Catherine Moore <clm@codesourcery.com>
1376
1377 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
1378 if abicalls are in effect.
1379 * testsuite/gas/mips/sdata-gp.s: New test.
1380 * testsuite/gas/mips/sdata-gp.d: New expected output
1381 * testsuite/gas/mips/mips.exp: Run new test.
1382
5bc5ae88
RL
13832016-01-25 Renlin Li <renlin.li@arm.com>
1384
1385 * testsuite/gas/arm/thumb2_it_search.d: New.
1386 * testsuite/gas/arm/thumb2_it_search.s: New.
1387
61e137e2
NC
13882016-01-21 Nick Clifton <nickc@redhat.com>
1389
1390 PR gas/19454
1391 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
1392 with arm-netbsdelf target.
1393 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
1394
aed5fc75
NC
13952016-01-20 Nick Clifton <nickc@redhat.com>
1396
74b92a5c
NC
1397 PR 19456
1398 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
1399 * testsuite/gas/arm/blx-bl-convert.d
1400 * testsuite/gas/arm/plt-1.d: Likewise.
1401 * testsuite/gas/arm/reloc-bad.d: Likewise.
1402 * testsuite/gas/arm/thumb-w-good.d: Likewise.
1403 * testsuite/gas/arm/thumb2_pool.d: Likewise.
1404 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
1405 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
1406
72e0b254
NC
1407 PR 19499
1408 * doc/as.texinfo (Errors): Correct documentation describing the
1409 interaction of .file and .line with warning and error messages.
1410
aed5fc75
NC
1411 PR 19458
1412 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
1413 * testsuite/gas/arm/archv8m-main.d: Likewise.
1414 * testsuite/gas/arm/archv8m-base.d: Likewise.
1415
0bff6e2d
MW
14162016-01-20 Matthew Wahab <matthew.wahab@arm.com>
1417
1418 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
1419 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
1420 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
1421
91f68a68
MG
14222016-01-20 Mickael Guene <mickael.guene@st.com>
1423 Terry Guo <terry.guo@arm.com>
1424
1425 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
1426 SHF_ARM_NOREAD section flag.
1427 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
1428 handle letter 'y'.
1429 (arm_elf_section_letter) : Declare it.
1430 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
1431 SHF_ARM_NOREAD section flag.
1432 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
1433
1434 * testsuite/gas/arm/section-execute-only.s: New test case.
1435 * testsuite/gas/arm/section-execute-only.d: Expected output.
1436
100b4f2e
MR
14372016-01-18 Maciej W. Rozycki <macro@imgtec.com>
1438
1439 * config/tc-mips.c (micromips_insn_length): Remove the mention
1440 of 48-bit microMIPS instructions.
1441
3d961d0d
AM
14422016-01-18 Alan Modra <amodra@gmail.com>
1443
1444 * configure: Regenerate.
1445
5c14705f
AM
14462016-01-17 Alan Modra <amodra@gmail.com>
1447
1448 * configure: Regenerate.
1449
b3066ae8
AM
14502016-01-17 Alan Modra <amodra@gmail.com>
1451
1452 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
1453
4d82fe66
NC
14542016-01-14 Nick Clifton <nickc@redhat.com>
1455
1456 * testsuite/gas/rl78/sp-relative-movw.s: New test.
1457 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
1458 * testsuite/gas/rl78/rl78.exp: Run the new test.
1459
651657fa
MW
14602016-01-14 Matthew Wahab <matthew.wahab@arm.com>
1461
1462 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
1463 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
1464
3facb0e9
MR
14652016-01-13 Maciej W. Rozycki <macro@imgtec.com>
1466
1467 * config/tc-nios2.c (output_movia): Preset `code' to 0.
1468
8a4c2869
YS
14692016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
1470
1471 * config/tc-h8300.c (get_operand): Remove spurious condition in
1472 test for closing parenthesis.
1473
105bde57
MW
14742016-01-12 Matthew Wahab <matthew.wahab@arm.com>
1475
1476 * config/tc-arm.c (arm_ext_v8_2): New.
1477 (insns): Add "esb".
1478 * testsuite/gas/arm/armv8_2-a.d: New.
1479 * testsuite/gas/arm/armv8_2-a.s: New.
1480
5230aa4d
AM
14812016-01-12 Alan Modra <amodra@gmail.com>
1482
1483 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
1484
afa8d405
PB
14852016-01-11 Peter Bergner <bergner@vnet.ibm.com>
1486
1487 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
1488 xvcmpnesp, xvcmpnesp.>: Delete tests.
1489 * testsuite/gas/ppc/power9.s: Likewise.
1490 * testsuite/gas/ppc/vsx3.d: Likewise.
1491 * testsuite/gas/ppc/vsx3.s: Likewise.
1492
83c3256e
AS
14932016-01-08 Andreas Schwab <schwab@linux-m68k.org>
1494
1495 PR gas/13050
1496 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
1497 * testsuite/gas/m68k/p13050-1.s: New file.
1498 * testsuite/gas/m68k/p13050-2.d: New file.
1499 * testsuite/gas/m68k/p13050-2.s: New file.
1500
b05a65d0
AB
15012016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1502
1503 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
1504 * testsuite/gas/arc/add.d: Likewise.
1505 * testsuite/gas/arc/and.d: Likewise.
1506 * testsuite/gas/arc/asl.d: Likewise.
1507 * testsuite/gas/arc/asr.d: Likewise.
1508 * testsuite/gas/arc/bic.d: Likewise.
1509 * testsuite/gas/arc/extb.d: Likewise.
1510 * testsuite/gas/arc/extw.d: Likewise.
1511 * testsuite/gas/arc/j.d: Likewise.
1512 * testsuite/gas/arc/jl.d: Likewise.
1513 * testsuite/gas/arc/ld2.d: Likewise.
1514 * testsuite/gas/arc/lsr.d: Likewise.
1515 * testsuite/gas/arc/mov.d: Likewise.
1516 * testsuite/gas/arc/or.d: Likewise.
1517 * testsuite/gas/arc/pcl-relocs.d: Likewise.
1518 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
1519 * testsuite/gas/arc/pic-relocs.d: Likewise.
1520 * testsuite/gas/arc/plt-relocs.d: Likewise.
1521 * testsuite/gas/arc/rlc.d: Likewise.
1522 * testsuite/gas/arc/ror.d: Likewise.
1523 * testsuite/gas/arc/rrc.d: Likewise.
1524 * testsuite/gas/arc/sbc.d: Likewise.
1525 * testsuite/gas/arc/sda-relocs.d: Likewise.
1526 * testsuite/gas/arc/sda-relocs2.d: Likewise.
1527 * testsuite/gas/arc/sexb.d: Likewise.
1528 * testsuite/gas/arc/sexw.d: Likewise.
1529 * testsuite/gas/arc/st.d: Likewise.
1530 * testsuite/gas/arc/sub.d: Likewise.
1531 * testsuite/gas/arc/tls-relocs.d: Likewise.
1532 * testsuite/gas/arc/xor.d: Likewise.
1533
6f2750fe
AM
15342016-01-01 Alan Modra <amodra@gmail.com>
1535
1536 Update year range in copyright notice of all files.
1537
3499769a
AM
1538For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
1539\f
1540Copyright (C) 2016 Free Software Foundation, Inc.
1541
1542Copying and distribution of this file, with or without modification,
1543are permitted in any medium without royalty provided the copyright
1544notice and this notice are preserved.
1545
1546Local Variables:
1547mode: change-log
1548left-margin: 8
1549fill-column: 74
1550version-control: never
1551End:
This page took 0.11647 seconds and 4 git commands to generate.