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