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