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