53c3b3b625a017d56bbfec8c574294c15e70ebe0
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2016-03-21 Nick Clifton <nickc@redhat.com>
2
3 * atof-generic.c: Replace use of alloca with call to xmalloc.
4 * cgen.c: Likewise.
5 * dwarf2dbg.c: Likewise.
6 * macro.c: Likewise.
7 * remap.c: Likewise.
8 * stabs.c: Likewise.
9 * symbols.c: Likewise.
10 * config/obj-elf.c: Likewise.
11 * config/tc-aarch64.c: Likewise.
12 * config/tc-arc.c: Likewise.
13 * config/tc-arm.c: Likewise.
14 * config/tc-avr.c: Likewise.
15 * config/tc-ia64.c: Likewise.
16 * config/tc-mips.c: Likewise.
17 * config/tc-msp430.c: Likewise.
18 * config/tc-nds32.c: Likewise.
19 * config/tc-ppc.c: Likewise.
20 * config/tc-sh.c: Likewise.
21 * config/tc-tic30.c: Likewise.
22 * config/tc-tic54x.c: Likewise.
23 * config/tc-xstormy16.c: Likewise.
24 * config/te-vms.c: Likewise.
25 * configure: Regenerate.
26
27 2016-03-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
28
29 * tc-i386.c (f32_1): Change type to unsigned char[].
30 (f32_2): Likewise.
31 (f32_3): Likewise.
32 (f32_4): Likewise.
33 (f32_5): Likewise.
34 (f32_6): Likewise.
35 (f32_7): Likewise.
36 (f32_8): Likewise.
37 (f32_9): Likewise.
38 (f32_10): Likewise.
39 (f32_11): Likewise.
40 (f32_12): Likewise.
41 (f32_13): Likewise.
42 (f32_14): Likewise.
43 (f16_3): Likewise.
44 (f16_4): Likewise.
45 (f16_5): Likewise.
46 (f16_6): Likewise.
47 (f16_7): Likewise.
48 (f16_8): Likewise.
49 (jump_31): Likewise.
50 (f32_patt): Likewise.
51 (f16_patt): Likewise.
52 (alt_3): Likewise.
53 (alt_4): Likewise.
54 (alt_5): Likewise.
55 (alt_6): Likewise.
56 (alt_7): Likewise.
57 (alt_8): Likewise.
58 (alt_9): Likewise.
59 (alt_10): Likewise.
60 (alt_patt): Likewise.
61
62 2016-03-18 Nick Clifton <nickc@redhat.com>
63
64 * doc/c-aarch64.texi (AArch64 Directives): Add descriptions of
65 .cpu, .dword, .even, .inst. .tlsdescadd, .tlsdesccall,
66 .tlsdescldr and .xword directives.
67
68 PR target/19721
69 * testsuite/gas/aarch64/pr19721.s: New test source file.
70 * testsuite/gas/aarch64/pr19721.d: New test driver file.
71
72 * doc/as.texinfo: Place the target specific command line options
73 into their own man page section.
74
75 2016-03-16 Jiong Wang <jiong.wang@arm.com>
76
77 * config/tc-arm.c (N_S_32): New.
78 (N_F_16_32): Likewise.
79 (N_SUF_32): Support N_F16.
80 (N_IF_32): Likewise.
81 (neon_dyadic_misc): Likewise.
82 (do_neon_cmp): Likewise.
83 (do_neon_cmp_inv): Likewise.
84 (do_neon_mul): Likewise.
85 (do_neon_fcmp_absolute): Likewise.
86 (do_neon_step): Likewise.
87 (do_neon_abs_neg): Likewise.
88 (CVT_FLAVOR_VAR): Likewise.
89 (do_neon_cvt_1): Likewise.
90 (do_neon_recip_est): Likewise.
91 (do_vmaxnm): Likewise.
92 (do_vrint_1): Likewise.
93 (neon_check_type): Check architecture support for FP16 extension.
94 (insns): Update comments.
95 * testsuite/gas/arm/armv8-2-fp16-simd.s: New test source.
96 * testsuite/gas/arm/armv8-2-fp16-simd.d: New testcase for arm mode.
97 * testsuite/gas/arm/armv8-2-fp16-simd-thumb.d: Likewise for thumb mode.
98 * testsuite/gas/arm/armv8-2-fp16-simd-warning.d: New rejection test for
99 arm mode.
100 * testsuite/gas/arm/armv8-2-fp16-simd-warning-thumb.d: Likewise for
101 thumb mode.
102 * testsuite/gas/arm/armv8-2-fp16-simd-warning.l: New expected rejection
103 error file.
104
105 2016-03-16 Nick Clifton <nickc@redhat.com>
106
107 * read.c (emit_expr_with_reloc): Add code check a bignum with
108 nbytes == 1.
109 * config/rx/rx-parse.y (rx_intop): Accept bignum values for sizes
110 other than 32-bits.
111 * testsuite/gas/elf/bignum.s: New test source file.
112 * testsuite/gas/elf/bignum.d: New test driver file.
113 * testsuite/gas/elf/elf.exp: Run the new test.
114
115 2016-03-15 Ulrich Drepper <drepper@gmail.com>
116
117 * doc/c-i386.texi (Register Naming): Update to details of the
118 latest architecture version.
119
120 2016-03-10 Mickael Guene <mickael.guene@st.com>
121
122 PR gas/19744
123 * config/tc-arm.c (do_arit): Protect against bad relocations usage.
124 (do_mov): Likewise.
125 (do_t_add_sub): Allow pcrop relocations for Thumb-2 targets.
126 (do_t_mov_cmp): Likewise.
127 (do_t_add_sub): Protect against bad relocations usage.
128 (do_t_mov_cmp): Likewise.
129 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.s: New.
130 * testsuite/gas/arm/adds-thumb1-reloc-local-armv7-m.d: New.
131 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.s: New.
132 * testsuite/gas/arm/movs-thumb1-reloc-local-armv7-m.d: New.
133
134 2016-03-09 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
135
136 * config/tc-arm.c (neon_alignment_bit): Rename do_align to
137 do_alignment.
138 (do_neon_ld_st_lane): Likewise.
139 (do_neon_ld_dup): Likewise.
140
141 2016-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
142
143 * testsuite/gas/arc/inline-data-1.d: New file.
144 * testsuite/gas/arc/inline-data-1.s: New file.
145
146 2016-03-07 Andre Vieira <andre.simoesdiasvieira@arm.com>
147
148 * config/tc-arm.c (arm_cpus): Add cortex-r8.
149 * doc/c-arm.texi: Add cortex-r8.
150
151 2016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
152
153 * config/tc-arc.c: Add const qualifiers.
154 * config/tc-h8300.c (md_begin): Likewise.
155 * config/tc-ia64.c (print_prmask): Likewise.
156 * config/tc-msp430.c (msp430_operands): Likewise.
157 * config/tc-nds32.c (struct suffix_name): Likewise.
158 (struct nds32_parse_option_table): Likewise.
159 (struct nds32_set_option_table): Likewise.
160 (do_pseudo_pushpopm): Likewise.
161 (do_pseudo_pushpop_stack): Likewise.
162 (nds32_relax_relocs): Likewise.
163 (nds32_flag): Likewise.
164 (struct nds32_hint_map): Likewise.
165 (nds32_find_reloc_table): Likewise.
166 (nds32_match_hint_insn): Likewise.
167 * config/tc-s390.c: Likewise.
168 * config/tc-sh.c (get_specific): Likewise.
169 * config/tc-tic30.c: Likewise.
170 * config/tc-tic4x.c (tic4x_inst_add): Likewise.
171 (tic4x_indirect_parse): Likewise.
172 * config/tc-vax.c (vax_cons): Likewise.
173 * config/tc-z80.c (struct reg_entry): Likewise.
174 * config/tc-epiphany.c (md_assemble): Adjust.
175 (epiphany_assemble): New function.
176 (epiphany_elf_section_rtn): Call do_align directly.
177 (epiphany_elf_section_text): Likewise.
178 * config/tc-ip2k.c (ip2k_elf_section_rtn): Likewise.
179 (ip2k_elf_section_text): Likewise.
180 * read.c (do_align): Make it not static.
181 * read.h (do_align): New prototype.
182
183 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
184
185 * config/tc-arm.c (aeabi_set_public_attributes): Emit attribute
186 for ARMv8.1 AdvSIMD use.
187 * testsuite/gas/arm/attr-march-armv8-a+rdma.d: New.
188 * testsuite/gas/arm/attr-march-armv8_1-a+simd.d: New.
189
190 2016-03-04 Matthew Wahab <matthew.wahab@arm.com>
191
192 * config/gas/tc-arm.c (fpu_neon_ext_v8_1): Restrict to the ARMv8.1 RDMA
193 feature.
194 (record_feature_use): New.
195 (mark_feature_used): Use record_feature_use.
196 (do_neon_qrdmlah): New.
197 (insns): Use do_neon_qrdmlah for vqrdmlah and vqrdmlsh and
198 variants.
199 (arm_extensions): Put into alphabetical order. Re-indent "simd"
200 and "rdma" entries. Fix the incorrect merge value for "+rdma".
201 * testsuite/gas/arm/armv8-a+rdma-warning.d: New.
202 * testsuite/gas/arm/armv8-a+rdma.d: Add assembler command line options.
203 Make source file explicit.
204 * testsuite/gas/arm/armv8-a+rdma.l: New.
205 * testsuite/gas/arm/armv8-a+rdma.s: Remove .arch and .arch_extension
206 directives. Fix white-space.
207 * testsuite/gas/arm/armv8_1-a+simd.d: New.
208
209 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
210
211 * testsuite/gas/i386/x86_64-intel.d: Adjusted for COFF.
212
213 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
214 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
215
216 * config/tc-arc.c (arc_extra_reloc): Change size to 0.
217 (tc_arc_fix_adjustable): Changed default return value to 1.
218 * testsuite/gas/arc/j.d: Updated expected symbol
219 * testsuite/gas/arc/jl.d: Likewise
220 * testsuite/gas/arc/relax-avoid1.d: Likewise
221 * testsuite/gas/arc/st.d: Likewise
222
223 2016-02-29 Claudiu Zissulescu <Claudiu.Zissulescu@synopsys.com>
224
225 * config/tc-arc.c: Enable code density instructions for ARC EM.
226
227 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
228
229 PR ld/19645
230 * NEWS: Mention --enable-elf-stt-common and --elf-stt-common=
231 for ELF assemblers.
232 * as.c (flag_use_elf_stt_common): New.
233 (show_usage): Add --elf-stt-common=.
234 (option_values): Add OPTION_ELF_STT_COMMON.
235 (std_longopts): Add --elf-stt-common=.
236 (parse_args): Handle --elf-stt-common=.
237 * as.h (flag_use_elf_stt_common): New.
238 * config.in: Regenerated.
239 * configure: Likewise.
240 * configure.ac: Add --enable-elf-stt-common and define
241 DEFAULT_GENERATE_ELF_STT_COMMON.
242 * gas/write.c (write_object_file): Set BFD_CONVERT_ELF_COMMON
243 and BFD_USE_ELF_STT_COMMON if flag_use_elf_stt_common is set.
244 * doc/as.texinfo: Document --elf-stt-common=.
245 * testsuite/gas/elf/common3.s: New file.
246 * testsuite/gas/elf/common3a.d: Likewise.
247 * testsuite/gas/elf/common3b.d: Likewise.
248 * testsuite/gas/elf/common4.s: Likewise.
249 * testsuite/gas/elf/common4a.d: Likewise.
250 * testsuite/gas/elf/common4b.d: Likewise.
251 * testsuite/gas/i386/dw2-compress-3b.d: Likewise.
252 * testsuite/gas/i386/dw2-compressed-3b.d: Likewise.
253 * testsuite/gas/elf/elf.exp: Run common3a, common3b, common4a
254 and common4b.
255 * testsuite/gas/i386/dw2-compress-3.d: Renamed to ...
256 * testsuite/gas/i386/dw2-compress-3a.d: This. Pass
257 --elf-stt-common=no to as.
258 * testsuite/gas/i386/dw2-compressed-3.d: Renamed to ...
259 * testsuite/gas/i386/dw2-compressed-3a.d: This. Pass
260 --elf-stt-common=no to as.
261 * testsuite/gas/i386/i386.exp: Run dw2-compress-3a,
262 dw2-compress-3b, dw2-compressed-3a and dw2-compressed-3b instead
263 of dw2-compress-3 and dw2-compressed-3.
264
265 2016-02-25 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
266
267 * as.c (select_emulation_mode): Add const qualifiers.
268 * as.h: Likewise.
269 * config/bfin-defs.h: Likewise.
270 * config/bfin-parse.y: Likewise.
271 * config/rx-parse.y: Likewise.
272 * config/tc-aarch64.c (struct aarch64_option_table): Likewise.
273 (struct aarch64_cpu_option_table): Likewise.
274 (struct aarch64_arch_option_table): Likewise.
275 (struct aarch64_option_cpu_value_table): Likewise.
276 (struct aarch64_long_option_table): Likewise.
277 (struct aarch64_option_abi_value_table): Likewise.
278 * config/tc-arm.c (struct reloc_entry): Likewise.
279 (tc_gen_reloc): Likewise.
280 (struct arm_option_table): Likewise.
281 (struct arm_legacy_option_table): Likewise.
282 (struct arm_cpu_option_table): Likewise.
283 (struct arm_arch_option_table): Likewise.
284 (struct arm_option_extension_value_table): Likewise.
285 (struct arm_option_fpu_value_table): Likewise.
286 (struct arm_option_value_table): Likewise.
287 (struct arm_long_option_table): Likewise.
288 * config/tc-avr.c (struct avr_opcodes_s): Likewise.
289 (struct mcu_type_s): Likewise.
290 (struct exp_mod_s): Likewise.
291 (avr_operand): Likewise.
292 (avr_operands): Likewise.
293 * config/tc-d10v.c (md_begin): Likewise.
294 * config/tc-dlx.c: Likewise.
295 * config/tc-fr30.c (fr30_is_colon_insn): Likewise.
296 * config/tc-ft32.c (parse_condition): Likewise.
297 * config/tc-h8300.c (do_a_fix_imm): Likewise.
298 * config/tc-hppa.c (pa_ip): Likewise.
299 (hppa_regname_to_dw2regnum): Likewise.
300 * config/tc-i370.c (i370_elf_suffix): Likewise.
301 * config/tc-i960.c (struct tabentry): Likewise.
302 * config/tc-m32r.c: Likewise.
303 * config/tc-m68k.c: Likewise.
304 * config/tc-m68k.h: Likewise.
305 * config/tc-mcore.c (parse_psrmod): Likewise.
306 * config/tc-metag.c (struct metag_core_option): Likewise.
307 (struct metag_long_option): Likewise.
308 * config/tc-microblaze.c: Likewise.
309 * config/tc-mips.c (macro): Likewise.
310 * config/tc-mn10200.c: Likewise.
311 * config/tc-mn10300.c: Likewise.
312 * config/tc-msp430.c (struct rcodes_s): Likewise.
313 (struct hcodes_s): Likewise.
314 (md_parse_option): Likewise.
315 * config/tc-ns32k.c (struct ns32k_option): Likewise.
316 (optlist): Likewise.
317 * config/tc-ppc.c (ppc_elf_suffix): Likewise.
318 (tc_ppc_regname_to_dw2regnum): Likewise.
319 * config/tc-ppc.h: Likewise.
320 * config/tc-rl78.c: Likewise.
321 * config/tc-rx.c (struct cpu_type): Likewise.
322 * config/tc-sh.c (sh_regname_to_dw2regnum): Likewise.
323 * config/tc-sparc.c (struct priv_reg_entry): Likewise.
324 (sparc_ip): Likewise.
325 * config/tc-spu.c (insn_fmt_string): Likewise.
326 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
327 * config/tc-v850.c: Likewise.
328 * config/tc-visium.c (struct visium_arch_option_table): Likewise.
329 (struct visium_long_option_table): Likewise.
330 * config/tc-xgate.c: Likewise.
331 * config/tc-z8k.c: Likewise.
332 * read.c (add_include_dir): Likewise.
333 * read.h: Likewise.
334
335 2016-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
336
337 * testsuite/gas/all/gas.exp: Change target pattern to cover
338 arceb-*.
339 * testsuite/gas/all/redef3.d: Likewise.
340 * testsuite/gas/elf/elf.exp: Likewise.
341
342 2016-02-24 Renlin Li <renlin.li@arm.com>
343
344 * config/tc-arm.c (BAD_FP16): New error message macro.
345 (do_scalar_fp16_v82_encode): Change the coproc field to 9 for armv8.2
346 fp16 scalar instructions.
347 (neon_check_type): Allow different size from key.
348 (do_vfp_nsyn_add_sub): Add support SE_H shape support.
349 (try_vfp_nsyn): Likewise.
350 (do_vfp_nsyn_mla_mls): Likewise.
351 (do_vfp_nsyn_fma_fms): Likewise.
352 (do_vfp_nsyn_ldm_stm): Likewise
353 (do_vfp_nsyn_sqrt): Likewise
354 (do_vfp_nsyn_div): Likewise
355 (do_vfp_nsyn_nmul): Likewise.
356 (do_vfp_nsyn_cmp): Likewise.
357 (do_neon_shll): Likewise.
358 (do_vfp_nsyn_cvt_fpv8): Likewise.
359 (do_neon_cvttb_2): Likewise.
360 (do_neon_mov): Likewise.
361 (do_neon_rshift_round_imm): Likewise.
362 (do_neon_ldr_str): Likewise.
363 (do_vfp_nsyn_fpv8): Likewise.
364 (do_vmaxnm): Likewise.
365 (do_vrint_1): Likewise.
366 (insns): New entry for vins, vmovx.
367 (md_apply_fix): Left shift 1 bit for fp16 vldr/vstr.
368 * testsuite/gas/arm/armv8-2-fp16-scalar-thumb.d: New.
369 * testsuite/gas/arm/armv8-2-fp16-scalar.d: New.
370 * testsuite/gas/arm/armv8-2-fp16-scalar.s: New.
371 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.s: New
372 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.d: New
373 * testsuite/gas/arm/armv8-2-fp16-scalar-bad.l: New
374
375 2016-02-24 Renlin Li <renlin.li@arm.com>
376
377 * config/tc-arm.c (NEON_ENC_TAB): Add fp16 instruction shape.
378 (neon_shape_class): New SC_HALF.
379 (neon_shape_el): New SE_H.
380 (neon_shape_el_size): New size for SE_H.
381 (N_F_ALL): New macro to aggregate N_F16, N_F32, N_64.
382 (neon_select_shape): Add SE_H support code.
383 (el_type_of_type_chk): Use N_F_ALL.
384 (do_vfp_nsyn_cvt): Add SE_H shape support.
385 (do_neon_cvtz): Likewise.
386 (do_neon_cvt_1): Likewise.
387 (do_neon_cvttb_1): Likewise.
388
389 2016-02-24 Renlin Li <renlin.li@arm.com>
390
391 * testsuite/gas/arm/copro.d: Adjust output.
392 * testsuite/gas/arm/copro.s: Adjust co-processor num.
393
394 2016-02-24 Renlin Li <renlin.li@arm.com>
395
396 * testsuite/gas/arm/mask_1.d: New.
397 * testsuite/gas/arm/mask_1.s: New.
398
399 2016-02-24 Renlin Li <renlin.li@arm.com>
400
401 * testsuite/gas/arm/copro.s: Use coprocessor other than 10, 11.
402 * testsuite/gas/arm/copro.d: Update.
403
404 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
405
406 * config/tc-arm.c (arm_cpus): Add entry for cortex-a32.
407 * doc/c-arm.texi (ARM Options): Document cortex-a32.
408
409 2016-02-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
410
411 * doc/c-arm.texi (ARM Options): Document cortex-a17.
412
413 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
414
415 * testsuite/gas/elf/elf.exp: Skip tests for common directive on
416 hpux.
417
418 2016-02-22 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
419
420 * output-file.c (output_file_create): Make file name argument const.
421 (output_file_close): Likewise.
422 * output-file.h (output_file_create): Adjust.
423 (output_file_close): Likewise.
424 * depend.c (quote_string_for_make): Make src argument const char *.
425 (register_dependency): Likewise.
426 (wrap_output): Likewise.
427 * as.h (register_dependency): Adjust.
428 * config/tc-xtensa.c (finish_vinsn): Remove unnecessary calls to
429 as_where ();
430 * symbols.c (S_SET_EXTERNAL): Likewise.
431 * input-scrub.c (as_where): Return the file name.
432 * as.h (as_where): Adjust prototype.
433 * app.c (do_scrub_chars): Adjust.
434 * cond.c (s_elseif): Likewise.
435 (s_else): Likewise.
436 (initialize_cframe): Likewise.
437 * config/obj-coff.c (obj_coff_init_stab_section): Likewise.
438 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
439 * config/obj-som.c (obj_som_init_stab_section): Likewise.
440 * config/tc-aarch64.c (output_info): Likewise.
441 * config/tc-ia64.c (md_assemble): Likewise.
442 (dot_alias): Likewise.
443 * config/tc-m68k.c (m68k_frob_label): Likewise.
444 * config/tc-mmix.c (s_bspec): Likewise.
445 (mmix_handle_mmixal): Likewise.
446 * config/tc-rx.c (rx_include): Likewise.
447 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
448 (tic54x_adjust_symtab): Likewise.
449 * config/tc-xtensa.c (directive_push): Likewise.
450 (xtensa_sanity_check): Likewise.
451 (xtensa_relax_frag): Likewise.
452 (md_convert_frag): Likewise.
453 (tinsn_to_slotbuf): Likewise.
454 * dwarf2dbg.c (dwarf2_where): Likewise.
455 * ecoff.c (add_file): Likewise.
456 (ecoff_generate_asm_lineno): Likewise.
457 * expr.c (make_expr_symbol): Likewise.
458 * frags.c (frag_new): Likewise.
459 (frag_var_init): Likewise.
460 * listing.c (listing_newline): Likewise.
461 * messages.c (identify): Likewise.
462 (as_show_where): Likewise.
463 (as_warn_internal): Likewise.
464 (as_bad_internal): Likewise.
465 * read.c (s_irp): Likewise.
466 (s_macro): Likewise.
467 (s_reloc): Likewise.
468 * stabs.c (stabs_generate_asm_file): Likewise.
469 (stabs_generate_asm_lineno): Likewise.
470 (stabs_generate_asm_func): Likewise.
471 * write.c (fix_new_internal): Likewise.
472 * as.h (PRINTF_WHERE_LIKE): Make file name argument const.
473 (as_warn_value_out_of_range): Adjust prototype.
474 (as_bad_value_out_of_range): Adjust prototype.
475 * messages.c (identify): Make file name argument const char *.
476 (as_warn_internal): Likewise.
477 (as_warn_where): Likewise.
478 (as_bad_internal): Likewise.
479 (as_bad_where): Likewise.
480 (as_internal_value_out_of_range): Likewise.
481 (as_warn_value_out_of_range): Likewise.
482 (as_bad_value_out_of_range): Likewise.
483 * as.h (found_comment_file): Change type to const char *.
484 * cond.c (file_line::file): Likewise.
485 * config/obj-coff.c (obj_coff_init_stab_section): Make variable const.
486 * config/obj-elf.c (obj_elf_init_stab_section): Likewise.
487 * config/obj-som.c (obj_som_init_stab_section): Likewise.
488 * config/tc-aarch64.c (output_info): Likewise.
489 * config/tc-alpha.c (insert_operand): Likewise.
490 * config/tc-arc.c (insert_operand): Likewise.
491 * config/tc-d30v.c (check_size): Likewise.
492 * config/tc-ia64.c (struct alias): Likewise.
493 * config/tc-m68k.c (struct label_line): Likewise.
494 * config/tc-mcore.c (md_apply_fix): Likewise.
495 * config/tc-microblaze.c (md_estimate_size_before_relax): Likewise.
496 * config/tc-mips.c (mips16_immed): Likewise.
497 * config/tc-mmix.c (mmix_handle_mmixal): Likewise.
498 * config/tc-ppc.c (ppc_insert_operand): Likewise.
499 * config/tc-rx.c (rx_include): Likewise.
500 * config/tc-s390.c (s390_insert_operand): Likewise.
501 * config/tc-tic54x.c (tic54x_set_default_include): Likewise.
502 (tic54x_adjust_symtab): Likewise.
503 * config/tc-tilegx.c (insert_operand): Likewise.
504 (apply_special_operator): Likewise.
505 * config/tc-tilepro.c (insert_operand): Likewise.
506 * config/tc-xtensa.c (directive_push): Likewise.
507 * ecoff.c (add_file): Likewise.
508 (ecoff_generate_asm_lineno): Likewise.
509 * listing.c (listing_newline): Likewise.
510 * read.c (s_irp): Likewise.
511 * write.c (install_reloc): Likewise.
512 * write.h (struct fix): Likewise.
513 * input-file.c (file_name): Change type to const char *.
514 (saved_file::file_name): Likewise.
515 (input_file_open): Change type of argument to const char *.
516 * input-file.h (input_file_open): Adjust.
517 * input-scrub.c (logical_input_file): change type to const char *.
518 (physical_input_file): Likewise.
519 (struct input_save): Adjust.
520 (input_scrub_push): Adjust.
521 (input_scrub_begin): Adjust.
522 (as_where): Adjust.
523 * input-scrub.c (input_scrub_new_file): Make file name argument const.
524 (input_scrub_include_file): Likewise.
525 (new_logical_line_flags): Likewise.
526 (new_logical_line): Likewise.
527 * as.h: Adjust.
528 * frags.h (struct frag): Change type of fr_file to const char *.
529 * expr.c (expr_symbol_where): Change type of file argument to
530 const char **.
531 * expr.h (expr_symbol_where): Likewise.
532 * config/tc-i370.c (md_apply_fix): adjust.
533 * config/tc-mmix.c (mmix_md_end): Likewise.
534 * config/tc-ppc.c (md_apply_fix): Likewise.
535 * config/tc-s390.c (md_apply_fix): Likewise.
536 * symbols.c (report_op_error): Likewise.
537 (resolve_symbol_value): Likewise.
538 * config/tc-ia64.c (slot::src_file): Change type to const char *.
539 (rsrc::file): Likewise.
540 * config/tc-xtensa.c (xtensa_sanity_check): Change type of variable to
541 const char *.
542 (xtensa_relax_frag): Likewise.
543 (md_convert_frag): Likewise.
544 (tinsn_to_slotbuf): Likewise.
545 * expr.c (expr_symbol_line): Likewise.
546 * macro.c (define_macro): Likewise.
547 * macro.h (macro_struct): Likewise.
548 * messages.c (as_show_where): Likewise.
549 * read.c (s_macro): Likewise.
550 * stabs.c (stabs_generate_asm_file): Likewise.
551 (generate_asm_file): Likewise.
552 (stabs_generate_asm_lineno): Likewise.
553 * write.h (struct reloc_list): Likewise.
554 * input-scrub.c (as_where): Change return type to const char *.
555 * as.h (as_wheree): Adjust.
556
557 2016-02-21 H.J. Lu <hongjiu.lu@intel.com>
558
559 * write.c (compress_debug): Move BFD compression bits setting
560 to ...
561 (write_object_file): Here.
562
563 2016-02-20 H.J. Lu <hongjiu.lu@intel.com>
564
565 * config/tc-i386.c (register_number): Check RegVRex.
566 * testsuite/gas/i386/x86-64-avx512f.s: Add a test for vgatherqpd
567 with %zmm19 and %zmm3.
568 * testsuite/gas/i386/x86-64-avx512f-intel.d: Updated.
569 * testsuite/gas/i386/x86-64-avx512f.d: Likewise.
570
571 2016-02-19 Matthew Wahab <matthew.wahab@arm.com>
572 Jiong Wang <jiong.wang@arm.com>
573
574 * config/tc-arm.c (arm_ext_fp16): New.
575 (arm_extensions): New entry for "fp16".
576
577 2016-02-19 Nick Clifton <nickc@redhat.com>
578
579 PR 19630
580 * read.c (read_a_source_file): Check for assemble_one returning
581 with input_line_pointer set to NULL.
582
583 2016-02-19 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
584
585 * listing.c (rebuffer_line): Change return type to void.
586
587 * symbols.c (decode_local_label_name): Make type a const char *.
588 * listing.c (print_source): Make type of p const char *.
589 (print_line): Make type of string const char *.
590 (buffer_line): Return const char *.
591 (title): Make type const char *.
592 (subtitle): Likewise.
593 (listing_listing): Make type of p const char *.
594 * messages.c (as_internal_value_out_of_range): Make type of prefix
595 const char *.
596 * stabs.c (s_stab_generic): make type of stab_secname, stabstr_secname
597 and string const char *.
598 * read.c (_bfd_rel): Make type of name const char *.
599 * app.c (out_string): Change type to const char *.
600 (struct app_save::out_string): Likewise.
601
602 2016-02-18 Dan Gisselquist <dgisselq@verizon.net>
603 Nick Clifton <nickc@redhat.com>
604
605 * read.c (finish_bundle): Avoid recording a negative alignment.
606 (do_align): Use unsigned values for n, len and max. Only create
607 a frag if the alignment requirement is greater than the minimum
608 byte alignment. Avoid recording a negative alignment.
609 (s_align): Use unsigned values where appropriate.
610 (bss_alloc): Use an unsigned value for the alignment.
611 (sizeof_sleb128): Add a comment noting that we encode one octet
612 per byte, regardless of the value of OCTETS_PER_BYTE_POWER.
613 (emit_leb129_expr): Abort if the emitted encoding was longer than
614 expected.
615 * read.h (output_leb128): Update prototype.
616 (sizeof_leb128): Update prototype.
617 (bss_alloc): Update prototype.
618 * write.c (record_alignment): Use an unsigned value for the
619 alignment. Do not record alignments less than the minimum
620 alignment for a byte.
621 * write.h (record_alignment): Update prototype.
622
623 2016-02-17 Max Filippov <jcmvbkbc@gmail.com>
624
625 * config/tc-xtensa.c (xtensa_move_literals): Fix check for
626 .init.literal/.fini.literal section name.
627 * testsuite/gas/xtensa/all.exp: Add init-fini-literals to the
628 list of xtensa tests.
629 * testsuite/gas/xtensa/init-fini-literals.d: New file:
630 init-fini-literals test result patterns.
631 * testsuite/gas/xtensa/init-fini-literals.s: New file:
632 init-fini-literals test.
633
634 2016-02-17 Nick Clifton <nickc@redhat.com>
635
636 * config/tc-msp430.c (msp430_mcu_data): Sync with data from TI's
637 devices.csv file as of March 2016.
638
639 2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
640
641 * config/tc-arc.c (tc_arc_frame_initial_instructions): New
642 function.
643 (tc_arc_regname_to_dw2regnum): Likewise.
644 * config/tc-arc.h (TARGET_USE_CFIPOP): Define
645 (tc_cfi_frame_initial_instructions): Likewise.
646 (tc_regname_to_dw2regnum): Likewise.
647 * testsuite/gas/cfi/cfi-arc-1.d: New file.
648 * testsuite/gas/cfi/cfi-arc-1.s: Likewise.
649 * testsuite/gas/cfi/cfi.exp: Allow running tests for arc.
650
651 2016-02-16 Trevor Saunders <tbsaunde@tbsaunde.org>
652
653 * doc/internals.texi (S_IS_EXTERN): Remove.
654
655 2016-02-16 Nick Clifton <nickc@redhat.com>
656
657 * doc/as.texinfo (Section): Fix up texinfo snafus in previous
658 update.
659
660 2016-02-16 Renlin Li <renlin.li@arm.com>
661
662 PR gas/19620
663 * config/tc-aarch64.c (parse_half): Remove restrictions on symbol name.
664 * testsuite/gas/aarch64/movw_label.d: New.
665 * testsuite/gas/aarch64/movw_label.s: New.
666
667 2016-02-15 Vinay Kumar G. <Vinay.G@kpit.com>
668
669 PR gas/19556
670 * config/rx-parse.y (MOV): Opcode generation for index
671 register addressing mode.
672 * testsuite/gas/rx/rx.exp: Updated for new testcase.
673 * testsuite/gas/rx/pr19665.s: New file.
674 * testsuite/gas/rx/pr19665.s: New file.
675 * testsuite/gas/rx/mov.d: Update expected output.
676
677 2016-02-15 Nick Clifton <nickc@redhat.com>
678
679 * doc/as.texinfo (.section): Document that numeric values can now
680 be used for the flags and type fields of the ELF target's .section
681 directive. Add notes about the restrictions on setting flags and
682 types.
683 * config/obj-elf.c (obj_elf_change_section): Allow known sections
684 to be given processor specific section types. Allow processor and
685 application specific flags of a section to be set after
686 definition.
687 (obj_elf_parse_section_letters): Handle parsing numeric values.
688 (obj_elf_section_type): Handle parsing numeric values.
689 (obj_elf_section): Allow numeric type values.
690 * config/obj-elf.h (obj_elf_change_section): Update prototype.
691 * testsuite/gas/elf/section10.d: New test.
692 * testsuite/gas/elf/section10.s: Source file for new test.
693 * testsuite/gas/elf/elf.exp: Run the new test.
694 * testsuite/gas/i386/ilp32/x86-64-unwind.d: Remove dependency upon
695 the description of the flags produced by readelf.
696 * testsuite/gas/tic6x/scomm-directive-4.d: Likewise.
697 * NEWS: Mention the new feature.
698
699 2016-02-11 Nick Clifton <nickc@redhat.com>
700
701 PR gas/19614
702 * dw2gencfi.c (cfi_sections_set): Delay setting this variable
703 until it is actually used.
704 (cfi_set_sections): Set cfi_sections_set to true.
705 (dot_cfi_startproc): Likewise.
706 (dot_cfi_endproc): Likewise.
707 (dot_cfi_fde_data): Likewise.
708 (cfi_finish): Likewise.
709 (dot_cfi_sections): Do not set cfi_sections_set.
710 * doc/as.texinfo (.cfi_sections): Note that targets can provide
711 their own cfi section name. Also note that the directive can be
712 reissued provided that CFI generation has not started.
713 * testsuite/gas/mips/compact-eh-err2.s: Add .cfi_startproc and
714 .cfi_endproc directives so that the redefinition of .cfi_sections
715 will trigger the generation of the error message.
716 * testsuite/gas/mips/compact-eh-err2.l: Update expected line
717 number of error message.
718
719 2016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
720 Janek van Oirschot <jvanoirs@synopsys.com>
721
722 * config/tc-arc.h (TC_FRAG_TYPE, TC_PCREL_ADJUST, MAX_INSN_ARGS)
723 (MAX_INSN_FLGS, MAX_FLAG_NAME_LENGHT, TC_GENERIC_RELAX_TABLE):
724 Define.
725 (arc_flags, arc_relax_type): New structure.
726 * config/tc-arc.c (FRAG_MAX_GROWTH, RELAX_TABLE_ENTRY)
727 (RELAX_TABLE_ENTRY_MAX): New define.
728 (relaxation_state, md_relax_table, arc_relaxable_insns)
729 (arc_num_relaxable_ins): New variable.
730 (rlx_operand_type, arc_rlx_types): New enums.
731 (arc_relaxable_ins): New structure.
732 (OPTION_RELAX): New option.
733 (arc_insn): New relax member.
734 (arc_flags): Remove.
735 (relax_insn_p): New function.
736 (apply_fixups): Likewise.
737 (relaxable_operand): Likewise.
738 (may_relax_expr): Likewise.
739 (relaxable_flag): Likewise.
740 (arc_pcrel_adjust): Likewise.
741 (md_estimate_size_before_relax): Implement.
742 (md_convert_frag): Likewise.
743 (md_parse_option): Handle new mrelax option.
744 (md_show_usage): Likewise.
745 (assemble_insn): Set relax member.
746 (emit_insn0): New function.
747 (emit_insn1): Likewise.
748 (emit_insn): Handle relaxation case.
749 * NEWS: Mention the new relaxation option.
750 * doc/c-arc.texi (ARC Options): Document new mrelax option.
751 * doc/as.texinfo (Target ARC Options): Likewise.
752 * testsuite/gas/arc/relax-avoid1.d: New file.
753 * testsuite/gas/arc/relax-avoid1.s: Likewise.
754 * testsuite/gas/arc/relax-avoid2.d: Likewise.
755 * testsuite/gas/arc/relax-avoid2.s: Likewise.
756 * testsuite/gas/arc/relax-avoid3.d: Likewise.
757 * testsuite/gas/arc/relax-avoid3.s: Likewise.
758 * testsuite/gas/arc/relax-b.d: Likewise.
759 * testsuite/gas/arc/relax-b.s: Likewise.
760
761 2016-02-08 Nick Clifton <nickc@redhat.com>
762
763 * config/tc-ia64.c (dot_prologue): Fix formatting.
764
765 2016-02-04 Nick Clifton <nickc@redhat.com>
766
767 * config/obj-elf.c (obj_elf_change_section): Remove support for
768 ARM NOREAD sections.
769 * config/tc-arm.c (arm_elf_section_letter): Delete.
770 * config/tc-arm.h (md_elf_section_letter): Delete.
771 * doc/c-arm.texi (ARM Section Attribute): Delete section.
772 * testsuite/gas/arm/section-execute-only.d: Delete.
773 * testsuite/gas/arm/section-execute-only.s: Delete.
774
775 2016-02-04 Nick Clifton <nickc@redhat.com>
776
777 PR target/19561
778 * config/tc-msp430.c (msp430_operands): Remove case 7. Use case 2
779 to handle encoding of RRUX instruction.
780 * testsuite/gas/msp430/msp430x.s: Add more tests of the extended
781 shift instructions.
782 * testsuite/gas/msp430/msp430x.d: Update expected disassembly.
783
784 2016-02-03 Max Filippov <jcmvbkbc@gmail.com>
785
786 * config/tc-xtensa.c (md_apply_fix): Mark BFD_RELOC_XTENSA_DIFF*
787 substitutions for BFD_RELOC_* as unsigned.
788 * testsuite/gas/xtensa/all.exp: Add loc to list of xtensa tests.
789 * testsuite/gas/xtensa/loc.d: New file: loc test result patterns.
790 * testsuite/gas/xtensa/loc.s: New file: loc test.
791
792 2016-02-03 Kevin Buettner <kevinb@redhat.com>
793
794 * config/tc-msp430.h (DWARF2_ADDR_SIZE): Set to 4.
795
796 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
797
798 PR gas/19520
799 * NEWS: Mention new command line option -mrelax-relocations and
800 new configure option --enable-x86-relax-relocations for x86
801 target.
802 * config.in: Regenerated.
803 * configure.ac: Add --enable-x86-relax-relocations.
804 (ac_default_x86_relax_relocations): New. Default to 1 except
805 for x86 Solaris targets older than Solaris 12.
806 (DEFAULT_GENERATE_X86_RELAX_RELOCATIONS): Define.
807 * configure: Likewise.
808 * config/tc-i386.c (generate_relax_relocations): New.
809 (OPTION_MRELAX_RELOCATIONS): Likewise.
810 (output_disp): Don't generate relax relocations if
811 generate_relax_relocations is 0.
812 (md_longopts): Add -mrelax-relocations.
813 (md_show_usage): Likewise.
814 (md_parse_option): Handle OPTION_MRELAX_RELOCATIONS.
815 * doc/c-i386.texi: Document -mrelax-relocations=.
816 * testsuite/gas/i386/got-no-relax.d: New file.
817 * testsuite/gas/i386/x86-64-gotpcrel-no-relax.d: Likewise.
818 * testsuite/gas/i386/got.d: Pass -mrelax-relocations=yes to as.
819 * testsuite/gas/i386/localpic.d: Likewise.
820 * testsuite/gas/i386/mixed-mode-reloc32.d: Likewise.
821 * testsuite/gas/i386/reloc32.d: Likewise.
822 * testsuite/gas/i386/x86-64-gotpcrel.d: Likewise.
823 * testsuite/gas/i386/x86-64-localpic.d: Likewise.
824 * testsuite/gas/i386/ilp32/x86-64-gotpcrel.d: Likewise.
825 * testsuite/gas/i386/ilp32/x86-64-localpic.d: Likewise.
826 * testsuite/gas/i386/i386.exp: Run got-no-relax and
827 x86-64-gotpcrel-no-relax.
828
829 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
830
831 * NEWS: Mention new command line option -mfence-as-lock-add=yes
832 for x86 target.
833
834 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
835
836 * NEWS: Remove duplicated marker for 2.26.
837
838 2016-02-02 Renlin Li <renlin.li@arm.com>
839
840 * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
841
842 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
843
844 * testsuite/gas/ip2k/allinsn.d: New file.
845 * testsuite/gas/ip2k/allinsn.s: New file.
846 * testsuite/gas/ip2k/ip2k-allinsn.exp: New file.
847
848 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * testsuite/gas/epiphany/addr-syntax.d: Add explicit 0 offset to
851 some load instructions.
852 * testsuite/gas/epiphany/allinsn.d: Likewise.
853 * testsuite/gas/epiphany/regression.d: Likewise.
854
855 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
856
857 * testsuite/gas/epiphany/addr-syntax.d: Remove unneeded '.l'
858 suffixes from instruction mnemonics in expected output.
859 * testsuite/gas/epiphany/allinsn.d: Likewise.
860 * testsuite/gas/epiphany/regression.d: Likewise.
861 * testsuite/gas/epiphany/sample.d: Likewise.
862
863 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
864
865 * testsuite/gas/epiphany/addr-syntax.d: Update expected register
866 names.
867 * testsuite/gas/epiphany/allinsn.d: Likewise.
868 * testsuite/gas/epiphany/sample.d: Likewise.
869
870 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
871
872 * testsuite/gas/epiphany/sample.d: Update expected output.
873
874 2016-01-26 Claudiu Zissulescu <claziss@synopsys.com>
875
876 * config/tc-arc.c (md_apply_fix): Allow addendum.
877 (arc_reloc_op): Allow complex expressions for tpoff.
878 (md_apply_fix): Handle resolved TLS local symbol.
879
880 * testsuite/gas/arc/tls-relocs1.d: New file.
881 * testsuite/gas/arc/tls-relocs1.s: Likewise.
882
883 2016-02-01 Loria <Loria@phantasia.org>
884
885 PR target/19311
886 * config/tc-arm.c (encode_arm_immediate): Recode to improve
887 efficiency and avoid an LLVM loop optimization bug.
888
889 2016-02-01 Nick Clifton <nickc@redhat.com>
890
891 * config/tc-microblaze.c (parse_imm): Fix compile time warning
892 message extending a negative 32-bit value into a larger signed
893 value on a 32-bit host.
894
895 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
896
897 PR gas/19532
898 * configure.ac (compressed_debug_sections): Replace == with =.
899 * configure: Regenerated.
900
901 2016-01-29 Andrew Senkevich <andrew.senkevich@intel.com>
902 H.J. Lu <hongjiu.lu@intel.com>
903
904 * config/tc-i386.c (avoid_fence): New.
905 (output_insn): Encode as lock addl $0x0, (%{r,e}sp) if avoid_fence
906 is true.
907 (OPTION_FENCE_AS_LOCK_ADD): New.
908 (md_longopts): Add -mfence-as-lock-add.
909 (md_parse_option): Handle -mfence-as-lock-add.
910 (md_show_usage): Add -mfence-as-lock-add=[no|yes].
911 * doc/c-i386.texi (-mfence-as-lock-add): Document.
912 * testsuite/gas/i386/i386.exp: Run new tests.
913 * testsuite/gas/i386/fence-as-lock-add.s: New.
914 * testsuite/gas/i386/fence-as-lock-add-yes.d: Likewise.
915 * testsuite/gas/i386/fence-as-lock-add-no.d: Likewise.
916 * testsuite/gas/i386/x86-64-fence-as-lock-add-yes.d: Likewise.
917 * testsuite/gas/i386/x86-64-fence-as-lock-add-no.d: Likewise.
918
919 2016-01-27 H.J. Lu <hongjiu.lu@intel.com>
920
921 * configure.ac (compressed_debug_sections): Remove trailing `]'.
922 * configure: Regenerated.
923
924 2016-01-25 H.J. Lu <hongjiu.lu@intel.com>
925
926 * config/tc-i386.c (OPTION_OMIT_LOCK_PREFIX): Renamed to ...
927 (OPTION_MOMIT_LOCK_PREFIX): This.
928 (md_longopts): Updated.
929 (md_parse_option): Likewise.
930
931 2016-01-25 Catherine Moore <clm@codesourcery.com>
932
933 * config/mips/tc-mips.c (md_begin): Avoid gp-relative addressing
934 if abicalls are in effect.
935 * testsuite/gas/mips/sdata-gp.s: New test.
936 * testsuite/gas/mips/sdata-gp.d: New expected output
937 * testsuite/gas/mips/mips.exp: Run new test.
938
939 2016-01-25 Renlin Li <renlin.li@arm.com>
940
941 * testsuite/gas/arm/thumb2_it_search.d: New.
942 * testsuite/gas/arm/thumb2_it_search.s: New.
943
944 2016-01-21 Nick Clifton <nickc@redhat.com>
945
946 PR gas/19454
947 * testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
948 with arm-netbsdelf target.
949 * testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
950
951 2016-01-20 Nick Clifton <nickc@redhat.com>
952
953 PR 19456
954 * testsuite/gas/arm/weakdef-1.d: Skip for VxWorks.
955 * testsuite/gas/arm/blx-bl-convert.d
956 * testsuite/gas/arm/plt-1.d: Likewise.
957 * testsuite/gas/arm/reloc-bad.d: Likewise.
958 * testsuite/gas/arm/thumb-w-good.d: Likewise.
959 * testsuite/gas/arm/thumb2_pool.d: Likewise.
960 * testsuite/gas/arm/ldconst.d: Adjust so that it works with VxWorks
961 * testsuite/gas/arm/tls_vxworks.d: Update expected output.
962
963 PR 19499
964 * doc/as.texinfo (Errors): Correct documentation describing the
965 interaction of .file and .line with warning and error messages.
966
967 PR 19458
968 * testsuite/gas/arm/armv8_2-a.d: Skip for COFF based targets.
969 * testsuite/gas/arm/archv8m-main.d: Likewise.
970 * testsuite/gas/arm/archv8m-base.d: Likewise.
971
972 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
973
974 * testsuite/gas/aarch64/armv8_2-a-illegal.d: New.
975 * testsuite/gas/aarch64/armv8_2-a-illegal.l: New.
976 * testsuite/gas/aarch64/armv8_2-a-illegal.s: New.
977
978 2016-01-20 Mickael Guene <mickael.guene@st.com>
979 Terry Guo <terry.guo@arm.com>
980
981 * config/obj-elf.c (obj_elf_change_section) : Allow arm section with
982 SHF_ARM_NOREAD section flag.
983 * config/tc-arm.h (md_elf_section_letter) : Implement this hook to
984 handle letter 'y'.
985 (arm_elf_section_letter) : Declare it.
986 * config/tc-arm.c (arm_elf_section_letter): Handle letter 'y' to set
987 SHF_ARM_NOREAD section flag.
988 * doc/c-arm.texi (ARM section attribute): Document the 'y' attribute.
989
990 * testsuite/gas/arm/section-execute-only.s: New test case.
991 * testsuite/gas/arm/section-execute-only.d: Expected output.
992
993 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
994
995 * config/tc-mips.c (micromips_insn_length): Remove the mention
996 of 48-bit microMIPS instructions.
997
998 2016-01-18 Alan Modra <amodra@gmail.com>
999
1000 * configure: Regenerate.
1001
1002 2016-01-17 Alan Modra <amodra@gmail.com>
1003
1004 * configure: Regenerate.
1005
1006 2016-01-17 Alan Modra <amodra@gmail.com>
1007
1008 * testsuite/gas/cfi/cfi.exp: Exclude m68hc11/12 from m68k test.
1009
1010 2016-01-14 Nick Clifton <nickc@redhat.com>
1011
1012 * testsuite/gas/rl78/sp-relative-movw.s: New test.
1013 * testsuite/gas/rl78/sp-relative-movw.d: Expected disassembly.
1014 * testsuite/gas/rl78/rl78.exp: Run the new test.
1015
1016 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
1017
1018 * testsuite/gas/aarch64/illegal-sysreg-2.l: New.
1019 * testsuite/gas/aarch64/illegal-sysreg-2.d: New.
1020
1021 2016-01-13 Maciej W. Rozycki <macro@imgtec.com>
1022
1023 * config/tc-nios2.c (output_movia): Preset `code' to 0.
1024
1025 2016-01-13 Yoshinori Sato <ysato@users.sourceforge.jp>
1026
1027 * config/tc-h8300.c (get_operand): Remove spurious condition in
1028 test for closing parenthesis.
1029
1030 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
1031
1032 * config/tc-arm.c (arm_ext_v8_2): New.
1033 (insns): Add "esb".
1034 * testsuite/gas/arm/armv8_2-a.d: New.
1035 * testsuite/gas/arm/armv8_2-a.s: New.
1036
1037 2016-01-12 Alan Modra <amodra@gmail.com>
1038
1039 * testsuite/gas/ppc/vsx3.d: Accept nop padding.
1040
1041 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
1042
1043 * testsuite/gas/ppc/power9.d <xscmpnedp, xvcmpnedp, xvcmpnedp.,
1044 xvcmpnesp, xvcmpnesp.>: Delete tests.
1045 * testsuite/gas/ppc/power9.s: Likewise.
1046 * testsuite/gas/ppc/vsx3.d: Likewise.
1047 * testsuite/gas/ppc/vsx3.s: Likewise.
1048
1049 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
1050
1051 PR gas/13050
1052 * testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
1053 * testsuite/gas/m68k/p13050-1.s: New file.
1054 * testsuite/gas/m68k/p13050-2.d: New file.
1055 * testsuite/gas/m68k/p13050-2.s: New file.
1056
1057 2016-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * testsuite/gas/arc/adc.d: Add 'R_' prefix to relocation names.
1060 * testsuite/gas/arc/add.d: Likewise.
1061 * testsuite/gas/arc/and.d: Likewise.
1062 * testsuite/gas/arc/asl.d: Likewise.
1063 * testsuite/gas/arc/asr.d: Likewise.
1064 * testsuite/gas/arc/bic.d: Likewise.
1065 * testsuite/gas/arc/extb.d: Likewise.
1066 * testsuite/gas/arc/extw.d: Likewise.
1067 * testsuite/gas/arc/j.d: Likewise.
1068 * testsuite/gas/arc/jl.d: Likewise.
1069 * testsuite/gas/arc/ld2.d: Likewise.
1070 * testsuite/gas/arc/lsr.d: Likewise.
1071 * testsuite/gas/arc/mov.d: Likewise.
1072 * testsuite/gas/arc/or.d: Likewise.
1073 * testsuite/gas/arc/pcl-relocs.d: Likewise.
1074 * testsuite/gas/arc/pcrel-relocs.d: Likewise.
1075 * testsuite/gas/arc/pic-relocs.d: Likewise.
1076 * testsuite/gas/arc/plt-relocs.d: Likewise.
1077 * testsuite/gas/arc/rlc.d: Likewise.
1078 * testsuite/gas/arc/ror.d: Likewise.
1079 * testsuite/gas/arc/rrc.d: Likewise.
1080 * testsuite/gas/arc/sbc.d: Likewise.
1081 * testsuite/gas/arc/sda-relocs.d: Likewise.
1082 * testsuite/gas/arc/sda-relocs2.d: Likewise.
1083 * testsuite/gas/arc/sexb.d: Likewise.
1084 * testsuite/gas/arc/sexw.d: Likewise.
1085 * testsuite/gas/arc/st.d: Likewise.
1086 * testsuite/gas/arc/sub.d: Likewise.
1087 * testsuite/gas/arc/tls-relocs.d: Likewise.
1088 * testsuite/gas/arc/xor.d: Likewise.
1089
1090 2016-01-01 Alan Modra <amodra@gmail.com>
1091
1092 Update year range in copyright notice of all files.
1093
1094 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
1095 \f
1096 Copyright (C) 2016 Free Software Foundation, Inc.
1097
1098 Copying and distribution of this file, with or without modification,
1099 are permitted in any medium without royalty provided the copyright
1100 notice and this notice are preserved.
1101
1102 Local Variables:
1103 mode: change-log
1104 left-margin: 8
1105 fill-column: 74
1106 version-control: never
1107 End:
This page took 0.115058 seconds and 4 git commands to generate.