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