]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
Fallout from "Reorder more powerpc64 sections for -z relro"
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
37a42ee9
L
12015-07-27 H.J. Lu <hongjiu.lu@intel.com>
2
3 * configure: Regenerated.
4
aff1a65e
NC
52015-07-24 Nick Clifton <nickc@redhat.com>
6
7 * config/tc-rl78.c (rl78_abs_sym): New local variable.
8 (md_begin): Initialise the new symbol.
9 (OPIMM): Define the value to be relative to the new symbol and not
10 the absolute section symbol.
11
511b1657
AM
122015-07-22 Alan Modra <amodra@gmail.com>
13
14 PR gas/18687
15 * input-scrub.c (input_scrub_next_buffer): Rearrange and simplify
16 loop. Don't drop lines at end of file lacking a newline, add a
17 newline instead. Ensure partial_size is zero whenever
18 partial_where is NULL. Adjust buffer size for extra char.
19 (input_scrub_push, input_scrub_begin): Adjust buffer size here too.
20
f33026a9
MW
212015-07-20 Matthew Wahab <matthew.wahab@arm.com>
22
23 * NEWS: Mention corrected spelling of armv6kz.
24 * config/tc-arm.c (arm_cpus): Replace ARM_ARCH_V6ZK with
25 ARM_ARCH_V6KZ.
26 (arm_archs): Likewise. Also add "armv6kz" and "armv6kzt2".
27 * doc/c-arm.texi: Replace "armv6zk" with "armv6kz".
28
6c37fedc
JW
292015-07-16 Jiong Wang <jiong.wang@arm.com>
30
31 * config/tc-aarch64.c (reloc_table): New relocation modifiers.
32 (md_apply_fix): Support BFD_RELOC_AARCH64_TLSLD_ADR_PREL21.
33 (aarch64_force_relocation): Ditto.
34
081e4c7d
MW
352015-07-16 Matthew Wahab <matthew.wahab@arm.com>
36
37 * config/tc-arm.c (arm_fpus): Add crypto-neon-fp-armv8.1.
38 * doc/c-arm.texi (-mfpu=): Likewise. Correct the entry for
39 neon-fp-armv8.1.
40
84b52b66
JG
412015-07-16 James Greenhalgh <james.greenhalgh@arm.com>
42
43 * config/tc-arm.c (md_assemble): Rephrase the "selected processor does
44 not support ARM mode" error messages.
45
189ebcf9
L
462015-07-15 H.J. Lu <hongjiu.lu@intel.com>
47
48 * config/tc-i386.c (flag_compress_debug): Replace
49 COMPRESS_DEBUG_GNU_ZLIB with COMPRESS_DEBUG_GABI_ZLIB.
50
19a7fe52
L
512015-07-14 H.J. Lu <hongjiu.lu@intel.com>
52
53 * as.c (parse_args): Make --compress-debug-sections and
54 --compress-debug-sections=zlib the same as
55 --compress-debug-sections=zlib-gabi.
56 * doc/as.texinfo: Change --compress-debug-sections and
57 --compress-debug-sections=zlib to zlib-gabi.
58
3350cc01
CM
592015-07-09 Catherine Moore <clm@codesourcery.com>
60
72f4393d
L
61 * config/tc-mips.c (check_fpabi): Handle
62 VAL_GNU_MIPS_ABI_FP_NAN2008.
3350cc01 63
7e302352
RS
642015-07-08 Ciro Santilli <ciro.santilli@gmail.com>
65
66 * doc/as.texinfo: Clarify case requirements for pseudo ops.
67
328e7bfd
DC
682015-07-08 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
69
70 * config/tc-avr.c (tc_gen_reloc): Change 32 bit relocation to
71 32 bit PC relative and update offset if the fixup is pc-relative.
72 * config/tc-avr.h (DIFF_EXPR_OK): Define to enable PC relative diff
73 relocs.
74
ef5a96d5
AM
752015-07-03 Alan Modra <amodra@gmail.com>
76
77 * config/tc-ppc.c (md_show_usage): Add -m821, -m850, -m860.
78 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
79
c8c8175b
SL
802015-07-01 Sandra Loosemore <sandra@codesourcery.com>
81 Cesar Philippidis <cesar@codesourcery.com>
82
83 * config/tc-nios2.c (nios2_min_align): New.
84 (nop): Replace with....
85 (nop_r1, nop_r2, nop_r2_cdx, nop32, nop16): New.
86 (nios2_align): Handle alignment on 2-byte boundaries when CDX
87 instructions may be present.
88 (s_nios2_align): Adjust reference to nop.
89 (CDXBRANCH, IS_CDXBRANCH): New.
90 (CDX_UBRANCH_SUBTYPE, CDX_CBRANCH_SUBTYPE): New.
91 (nios2_relax_subtype_size): Handle 2-byte CDX branches.
92 (nios2_relax_frag): Likewise.
93 (md_convert_frag): Handle R2 encodings.
94 (nios2_check_overflow): Check that low-order bits are zero
95 before applying rightshift from howto.
96 (nios2_check_overflow): Correct negative overflow calculation.
97 (nios2_diagnose_overflow): Handle signed_immed12_overflow. Issue
98 generic overflow messages for miscellaneous instruction formats.
99 (md_apply_fix): Recognize new R2 relocations. For pc_relative
100 relocations, store fixup in *valP.
101 (nios2_reglist_mask, nios2_reglist_dir): New.
102 (nios2_parse_reglist): New.
103 (nios2_parse_base_register): New.
104 (nios2_assemble_expression): Handle constant expressions designated
105 by BFD_RELOC_NONE.
106 (nios2_assemble_reg3): New.
107 (nios2_assemble_arg_c): Handle R2 instruction formats.
108 (nios2_assemble_arg_d): Likewise.
109 (nios2_assemble_arg_s): Likewise.
110 (nios2_assemble_arg_t): Likewise.
111 (nios2_assemble_arg_D): New.
112 (nios2_assemble_arg_S): New.
113 (nios2_assemble_arg_T): New.
114 (nios2_assemble_arg_i): Handle R2 instruction formats.
115 (nios2_assemble_arg_I): New.
116 (nios2_assemble_arg_u): Handle R2 instruction formats.
117 (nios2_assemble_arg_U): New.
118 (nios2_assemble_arg_V): New.
119 (nios2_assemble_arg_W): New.
120 (nios2_assemble_arg_X): New.
121 (nios2_assemble_arg_Y): New.
122 (nios2_assemble_arg_o): Handle R2 instruction formats.
123 (nios2_assemble_arg_O): New.
124 (nios2_assemble_arg_P): New.
125 (nios2_assemble_arg_j): Handle R2 instruction formats.
126 (nios2_assemble_arg_k): New.
127 (nios2_assemble_arg_l): Handle R2 instruction formats.
128 (nios2_assemble_arg_m): Likewise.
129 (nios2_assemble_arg_M): New.
130 (nios2_assemble_arg_N): New.
131 (nios2_assemble_arg_e): New.
132 (nios2_assemble_arg_f): New.
133 (nios2_assemble_arg_g): New.
134 (nios2_assemble_arg_h): New.
135 (nios2_assemble_arg_R): New.
136 (nios2_assemble_arg_B): New.
137 (nios2_assemble_args): Handle new argument letters.
138 (nios2_consume_arg): Likewise.
139 (nios2_translate_pseudo_insn): Avoid dereferencing null pointer
140 in error message.
141 (nios2_ps_insn_info_structs): Add nop.n.
142 (output_ubranch): Handle CDX branches.
143 (output_cbranch): Likewise.
144 (output_call): Handle R2 encodings.
145 (output_movia): Likewise.
146 (md_begin): Initialize nios2_min_align.
147 (md_assemble): Align to nios2_min_align. Adjust nios2_min_align
148 if a 16-bit instruction is seen.
149 (nios2_cons_align): Use appropriate nop pattern.
150
965b1d80
SL
1512015-07-01 Sandra Loosemore <sandra@codesourcery.com>
152 Cesar Philippidis <cesar@codesourcery.com>
153
154 * config/tc-nios2.c: Adjust includes.
155 (OPTION_MARCH): Define.
156 (md_longopts): Add -march option.
157 (nios2_architecture): New.
158 (nios2_use_arch): New.
159 (md_parse_option): Handle OPTION_MARCH.
160 (md_show_usage): Document -march.
161 (md_begin): Set arch in BFD.
162 (nios2_elf_final_processing): New.
163 * config/tc-nios2.h (elf_tc_final_processing): Define.
164 (nios2_elf_final_processing): New.
165 * doc/c-nios2.texi (-march): Add documentation.
166
9916071f
AP
1672015-06-30 Amit Pawar <Amit.Pawar@amd.com>
168
169 * config/tc-i386.c (cpu_arch): Add .mwaitx.
170 (process_immext): Check operands for monitorx/mwaitx instructions.
171 * doc/c-i386.texi: Document mwaitx.
172
ee0c0c50
L
1732015-06-28 H.J. Lu <hongjiu.lu@intel.com>
174
175 * as.c (parse_args): Replace COMPRESS_DEBUG_ZLIB with
176 COMPRESS_DEBUG_GNU_ZLIB.
177 * config/tc-i386.c (flag_compress_debug): Likewise.
178
68c3545d
L
1792015-06-24 H.J. Lu <hongjiu.lu@intel.com>
180
181 * doc/as.texinfo (.cfi_lsda): Remove the extra @section.
182
11a0cf2e
PB
1832015-06-19 Peter Bergner <bergner@vnet.ibm.com>
184
185 * config/tc-ppc.c (md_assemble): Use ppc_optional_operand_value.
186 Allow for optional operands without insert functions.
187
c12d2c9d
NC
1882015-06-18 Nick Clifton <nickc@redhat.com>
189
190 PR gas/18541
191 * config/tc-arm.c (md_apply_fix): Add support for ADR in thumb
192 mode against a nearby symbol.
193
75c11999
NC
1942015-06-18 Nick Clifton <nickc@redhat.com>
195
196 PR gas/18481
197 * config/tc-arm.c (tc_gen_reloc): Include BFD_RELOC_ARM_TLS_LE32
198 in the same case as BFD_RELOC_ARM_TLS_IS32.
199
5fc177c8
NC
2002015-06-17 Nick Clifton <nickc@redhat.com>
201
202 * config/tc-arm.c (is_double_a_single): Make conditional upon the
203 availablity of a 64-bit type. Use this type for the argument and
204 mantissa.
205 (double_to_single): Likewise.
206 * config/tc-arm.c (move_or_literal_pool): Use a 64-bit type for
207 the constant value, if available. Generate a 64-bit value from a
208 bignum if supported. Only perform the second optimization for
209 PR 18500 if the 64-bit type is available.
210
ba592044
AM
2112015-06-17 Alessandro Marzocchi <alessandro.marzocchi@gmail.com>
212
213 PR gas/18500
214 * config/tc-arm.c (is_double_a_single): New function.
215 (double_to_single): New function.
12569877
AM
216 (move_or_literal_pool): Add support for converting VLDR to VMOV.
217
218 PR gas/18499
219 * config/tc-arm.c (move_or_literal_pool): Add support for LDR Rx,=
220 to MOV.w or MVN.w for Thumb2.
ba592044 221
451133ce
NP
2222015-06-17 Nicolas Pitre <nico@linaro.org>
223
224 * as.c (show_usage): Document --sectname-subst.
225 (parse_args): Add --sectname-subst.
226 * as.h (flag_sectname_subst): New.
227 * config/obj-elf.c (obj_elf_section_name): Add %S substitution.
228 * doc/as.texinfo: Document it.
229
87f5fbcc
RL
2302015-06-15 Renlin Li <renlin.li@arm.com>
231
232 * config/tc-aarch64.c (reloc_table): New relocation modifier.
233 (md_apply_fix): Support BFD_RELOC_AARCH64_LD64_GOTOFF_LO15.
234 (aarch64_force_relocation): Ditto
235
d025d5e5
MW
2362015-06-13 Mark Wielaard <mjw@redhat.com>
237
238 * dwarf2dbg.c (out_header): Document EXPR->X_add_number value,
239 out_debug_aranges depends on it.
240 (out_debug_aranges): Track size of header to properly pad header
241 for address alignment.
242
18c208b2
JDA
2432015-06-11 John David Anglin <danglin@gcc.gnu.org>
244
245 PR gas/18427
246 * gas/config/tc-hppa.c (last_label_symbol): Declare.
247 (pa_get_label): Return last label in current space/segment or NULL.
248 (pa_define_label): Record last label and add to root.
249 (pa_undefine_label): Remove last label from root.
250
f0e8c65e
NC
2512015-06-08 Nick Clifton <nickc@redhat.com>
252
253 * config/tc-rx.c (rx_op): Correct handling of integer bignums.
254
88f0ea34
MW
2552015-06-04 Matthew Wahab <matthew.wahab@arm.com>
256
257 * NEWS: Mention ARMv8.1 support in the Aarch64 port.
258 * config/tc-aarch64.c (aarch64_arch_option_table): Add "armv8.1-a".
259 * doc/c-aarch64.texi (-march): Add "armv8.1-a".
260
b968d18a
JW
2612015-06-04 Renlin Li <renlin.li@arm.com>
262
263 * config/tc-arm.c (arm_init_frag): Use frag's thumb_mode information
264 when available.
265
239c0f4c
NC
2662015-06-04 Nick Clifton <nickc@redhat.com>
267
268 * config/tc-h8300.c (md_section_align): Fix compile time warning
269 about left shifting a negative value.
270
a5932920
MW
2712015-06-03 Matthew Wahab <matthew.wahab@arm.com>
272
273 * config/tc-arm.c (arm_archs): Add "armv8.1-a".
274 * doc/c-arm.texi (ARM Options, -march): Add "armv8.1-a".
275 * NEWS: Mention ARMv8.1 support.
276
ddfded2f
MW
2772015-06-02 Matthew Wahab <matthew.wahab@arm.com>
278
279 * config/tc-arm.c (arm_ext_pan): New.
280 (do_setpan): New, encode an ARM SETPAN instruction.
281 (do_t_setpan): New, encode a Thumb SETPAN instruction.
282 (insns): Add "setpan".
283 (arm_extensions): Add "pan".
284 * doc/c-arm.texi (ARM Options): Add "pan" to list of -mcpu processor
285 extensions.
286
9e1f0fa7
MW
2872015-06-02 Matthew Wahab <matthew.wahab@arm.com>
288
289 * config/tc-aarch64.c (aarch64_features): Add "rdma".
290 * doc/c-aarch64.texi (AArch64 Extensions): Add "rdma".
291
290806fd
MW
2922015-06-02 Matthew Wahab <matthew.wahab@arm.com>
293
294 * config/tc-aarch64.c (aarch64_features): Add "lor".
295 * doc/c-aarch64.c (Aarch64 Extensions): Add "lor" to list of
296 architecture extensions.
297
72ca8fad
MW
2982015-06-01 Matthew Wahab <matthew.wahab@arm.com>
299
300 * config/tc-aarch64.c (parse_sys_reg): New parameter. Check target
301 support. Fix whitespace.
302 (parse_operands): Update for parse_sys_reg changes.
303 (aarch64_features): Add "pan".
304 * doc/c-aarch64.texi (Aarch64 Extensions): Add "pan".
305
3d715ce4
JW
3062015-06-01 Jiong Wang <jiong.wang@arm.com>
307
308 * config/tc-aarch64.c (reloc_table): New relocation modifiers.
309 (md_apply_fix): Support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14.
310 (aarch64_force_relocation): Ditto.
311
a921b5bd
JW
3122015-06-01 Jiong Wang <jiong.wang@arm.com>
313
314 * config/tc-aarch64.c (reloc_table): New relocation modifiers.
315 (md_apply_fix): Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15.
316 (aarch64_force_relocation): Ditto.
317
2f0c68f2 3182015-05-28 Catherine Moore <clm@codesourcery.com>
72f4393d
L
319 Bernd Schmidt <bernds@codesourcery.com>
320 Paul Brook <paul@codesourcery.com>
2f0c68f2
CM
321
322 gas/
323 * config/tc-alpha.c (all_cfi_sections): Declare.
324 (s_alpha_ent): Initialize all_cfi_sections.
325 (alpha_elf_md_end): Invoke cfi_set_sections.
326 * config/tc-mips.c (md_apply_fix): Handle BFD_RELOC_NONE.
327 (s_ehword): Use BFD_RELOC_32_PCREL.
328 (mips_fix_adjustable): Handle BFD_RELOC_32_PCREL.
329 (mips_cfi_reloc_for_encoding): New function.
330 * tc-mips.h (DWARF2_FDE_RELOC_SIZE): Redefine.
331 (DWARF2_FDE_RELOC_ENCODING): Define.
332 (tc_cfi_reloc_for_encoding): Define.
333 (mips_cfi_reloc_for_encoding): Define.
334 (tc_compact_eh_opcode_stop): Define.
335 (tc_compact_eh_opcode_pad): Define.
336 * doc/as.texinfo: Document Compact EH extensions.
337 * doc/internals.texi: Likewise.
338 * dw2gencfi.c (EH_FRAME_LINKONCE): Redefine.
339 (tc_cfi_reloc_for_encoding): Provide default.
340 (compact_eh): Declare.
341 (emit_expr_encoded): New function.
342 (get_debugseg_name): Add Compact EH support.
343 (alloc_debugseg_item): Likewise.
344 (cfi_set_sections): New function.
345 (dot_cfi_fde_data): New function.
346 (dot_cfi_personality_id): New function.
347 (dot_cfi_inline_lsda): New function.
348 (cfi_pseudo_table): Add cfi_fde_data, cfi_personality_id,
349 and cfi_inline_lsda.
350 (dot_cfi_personality): Add Compact EH support.
351 (dot_cfi_lsda): Likewise.
352 (dot_cfi_sections): Likewise.
353 (dot_cfi_startproc): Likewise.
354 (get_cfi_seg): Likewise.
355 (output_compact_unwind_data): New function.
356 (output_cfi_insn): Add Compact EH support.
357 (output_cie): Likewise.
358 (output_fde): Likewise.
359 (cfi_finish): Likewise.
360 (cfi_emit_eh_header): New function.
361 (output_eh_header): New function.
362 * dw2gencfi.h (cfi_set_sections): Declare.
363 (SUPPORT_COMPACT_EH): Define.
364 (MULTIPLE_FRAME_SECTIONS): Define.
365 New enumeration to describe the Compact EH header format.
366 (fde_entry): Add new fields personality_id, eh_header_type, eh_data_size,
367 eh_data, eh_loc and sections.
368 (CFI_EMIT_eh_frame, CFI_EMIT_debug_frame, CFI_EMIT_target,
369 CFI_EMIT_eh_frame_compact): Define.
370
4de0562a
MF
3712015-05-26 Max Filippov <jcmvbkbc@gmail.com>
372
373 * config/tc-xtensa.c (xtensa_move_literals): Check that
374 search_frag is non-NULL. Report error if literal frag is not
375 found.
376
29798047
NC
3772015-05-22 Nick Clifton <nickc@redhat.com>
378
379 PR gas/18446
380 * read.c (output_big_sleb128): Use U suffix to prevent compile
381 time warning.
382
f09c556a
JW
3832015-05-19 Jiong Wang <jiong.wang@arm.com>
384
385 * config/tc-aarch64.c (process_movw_reloc_info): Sort relocation case
386 labels alphabetically.
387 (md_apply_fix): Ditto.
388 (aarch64_force_relocation): Ditto.
389
5db04b09
L
3902015-05-15 H.J. Lu <hongjiu.lu@intel.com>
391
392 PR binutis/18386
393 * config/tc-i386.c (OPTION_MAMD64): New.
394 (OPTION_MINTEL64): Likewise.
395 (md_longopts): Add -mamd64 and -mintel64.
396 (md_parse_option): Handle OPTION_MAMD64 and OPTION_MINTEL64.
397 (md_show_usage): Add -mamd64 and -mintel64.
398 * doc/c-i386.texi: Document -mamd64 and -mintel64.
399
8dcea932
L
4002015-05-15 H.J. Lu <hongjiu.lu@intel.com>
401
402 * config/tc-i386.c (shared): New.
403 (OPTION_MSHARED): Likewise.
404 (elf_symbol_resolved_in_segment_p): Add relocation argument.
405 Check PLT relocations and shared.
406 (md_estimate_size_before_relax): Pass fragP->fr_var to
407 elf_symbol_resolved_in_segment_p.
408 (md_longopts): Add -mshared.
409 (md_show_usage): Likewise.
410 (md_parse_option): Handle OPTION_MSHARED.
411 * doc/c-i386.texi: Document -mshared.
412
dab394de
L
4132015-05-14 H.J. Lu <hongjiu.lu@intel.com>
414
415 * write.c (compress_debug): Don't write the zlib header, which
416 is handled by bfd_update_compression_header.
417
dc58915f
MF
4182015-05-13 Max Filippov <jcmvbkbc@gmail.com>
419
420 * config/tc-xtensa.c (xtensa_relax_frag): Allow trampoline to be
421 closer than J_RANGE / 2 to jump frag.
422
5197d474
L
4232015-05-11 H.J. Lu <hongjiu.lu@intel.com>
424
425 * configure.tgt (arch): Set to iamcu for i386-*-elfiamcu target.
426 * config/tc-i386.c (i386_mach): Support iamcu.
427 (i386_target_format): Likewise.
428
81486035
L
4292015-05-11 H.J. Lu <hongjiu.lu@intel.com>
430
431 * config/tc-i386.c (cpu_arch): Add iamcu.
432 (i386_align_code): Handle PROCESSOR_IAMCU.
433 (i386_arch): Likewise.
434 (i386_mach): Likewise.
435 (i386_target_format): Likewise.
436 (valid_iamcu_cpu_flags): New function.
437 (check_cpu_arch_compatible): Only allow Intel MCU instructions
438 when targeting Intel MCU.
439 (set_cpu_arch): Call valid_iamcu_cpu_flags to check if CPU flags
440 are valid for Intel MCU.
441 (md_parse_option): Likewise.
442 * tc-i386.h (ELF_TARGET_IAMCU_FORMAT): New.
443 (processor_type): Add PROCESSOR_IAMCU.
444 * doc/c-i386.texi: Document iamcu.
445
ae8714c2
NC
4462015-05-08 Nick Clifton <nickc@redhat.com>
447
448 PR gas/18347
449 * config/tc-arm.h (TC_EQUAL_IN_INSN): Define.
450 * config/tc-arm.c (arm_tc_equal_in_insn): New function. Move
451 the symbol name checking code to here from...
452 (md_undefined_symbo): ... here.
453
b084df0b
L
4542015-05-07 H.J. Lu <hongjiu.lu@intel.com>
455
456 * config/tc-i386.c (elf_symbol_resolved_in_segment_p): New.
457 (md_estimate_size_before_relax): Use it.
458
0d495746
JM
4592015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
460
461 * config/tc-sparc.c: Typo in comment fixed.
462
f9911beb
JM
4632015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
464
465 * config/tc-sparc.c (sparc_ip): Support the %ncc "natural"
466 condition codes
467 * doc/c-sparc.texi (Sparc-Regs): Document %ncc.
468
ed1fcdd1
NC
4692015-05-06 Nick Clifton <nickc@redhat.com>
470
471 * doc/as.texinfo (Dollar Local Labels): Note that these are only
472 supported on some targets.
473
448eb63d
RL
4742015-05-06 Renlin Li <renlin.li@arm.com>
475
476 * config/tc-aarch64.c (mapping_state): Recording alignment before exit.
477
c7ad08e6
RL
4782015-05-05 Renlin Li <renlin.li@arm.com>
479
480 * config/tc-aarch64.c (aarch64_init_frag): Always generate mapping
481 symbols.
482
837a17b3
NC
4832015-05-05 Nick Clifton <nickc@redhat.com>
484
485 * config/tc-msp430.c (MAX_OP_LEN): Increase to 4096.
486 (msp430_make_init_symbols): New function.
487 (msp430_section): Call it.
488 (msp430_frob_section): Likewise.
489
b76f99d7
MF
4902015-05-02 Max Filippov <jcmvbkbc@gmail.com>
491
492 * config/tc-xtensa.c (cached_fixupS, fixup_cacheS): New typedefs.
493 (struct cached_fixup, struct fixup_cache): New structures.
494 (fixup_order, xtensa_make_cached_fixup),
495 (xtensa_realloc_fixup_cache, xtensa_cache_relaxable_fixups),
496 (xtensa_find_first_cached_fixup, xtensa_delete_cached_fixup),
497 (xtensa_add_cached_fixup): New functions.
498 (xtensa_relax_frag): Cache fixups pointing at potentially
499 oversized jumps at the beginning of every relaxation pass. Only
500 check subset of this cache in the reach of single jump from the
501 trampoline frag currently being relaxed.
502
d62de9aa
DD
5032015-05-01 Nick Clifton <nickc@redhat.com>
504
505 * config/rl78-parse.y (MULU): Remove ISA_G14.
506 (MULH, DIVHU, DIVWU, MACHI, MACH): Update error strings.
507
00923338
L
5082015-05-01 H.J. Lu <hongjiu.lu@intel.com>
509
510 * config/tc-i386.c (i386_elf_emit_arch_note): Removed.
511 * config/tc-i386.h (md_end): Likewise.
512 (i386_elf_emit_arch_note): Likewise.
513
b633b725
L
5142015-05-01 H.J. Lu <hongjiu.lu@intel.com>
515
516 * configure.tgt: Support i386-*-elf*.
517
0952813b
DD
5182015-04-30 DJ Delorie <dj@redhat.com>
519
520 * config/rl78-defs.h (rl78_isa_g10): New.
521 (rl78_isa_g13): New.
522 (rl78_isa_g14): New.
523 * config/rl78-parse.y (ISA_G10): New.
524 (ISA_G13): New.
525 (ISA_G14): New.
526 (MULHU, MULH, MULU, DIVHU, DIVWU, MACHU, MACH): Use them.
527 * config/tc-rl78.c (rl78_isa_g10): New.
528 (rl78_isa_g13): New.
529 (rl78_isa_g14): New.
530
b49f93f6
L
5312015-04-30 H.J. Lu <hongjiu.lu@intel.com>
532
533 * config/tc-i386.c (i386_target_format): Use "else if" on
534 cpu_arch_isa.
535
7ce98c16
NC
5362015-04-30 Nick Clifton <nickc@redhat.com>
537
8b2d793c
NC
538 PR gas/18347
539 * config/tc-arm.c (md_undefined_symbol): Issue a warning message
540 (if enabled) when the user creates a symbol with the same name as
541 an ARM instruction.
542 (flag_warn_syms): New static variable.
543 (arm_opts): Add mwarn-syms and mno-warn-syms.
544 * doc/c-arm.texi (ARM Options): Document the -m[no-]warn-syms
545 options.
546
7ce98c16
NC
547 PR gas/18353
548 * doc/as.texinfo (Zero): Add documentation of the .zero pseudo-op.
549
99b2a2dd
NC
5502015-04-29 Nick Clifton <nickc@redhat.com>
551
552 PR 18256
553 * config/tc-arm.c (encode_arm_cp_address): Issue an error message
554 if the operand is neither a register nor a vector.
555
5d239759
NC
5562015-04-29 Nick Clifton <nickc@redhat.com>
557
558 * doc/as.texinfo (Set): Note that a symbol cannot be set multiple
559 times if the expression is not constant and the target uses linker
560 relaxation.
561
f9c1b181
RL
5622015-04-28 Renlin Li <renlin.li@arm.com>
563
564 * config/tc-arm.c (arm_init_frag): Always emit mapping symbols.
565
da7119c9
NC
5662015-04-28 Nick Clifton <nickc@redhat.com>
567
568 PR 18313
569 * cond.c (s_if): Stop compile time warning about stopc being used
570 before it is set.
571 (s_ifc): Likewise.
572
eb9d6cc9
RL
5732015-04-27 Renlin Li <renlin.li@arm.com>
574
575 * config/tc-aarch64.c (s_aarch64_inst): Don't align code for non-text
576 section.
577 (md_assemble): Likewise, move the align code outside the loop.
578
faade851
JW
5792015-04-24 Jim Wilson <jim.wilson@linaro.org>
580
581 * config/tc-aarch64.c (aarch64_cpus): Add CRC and CRYPTO features
582 for thunderx.
583
5842015-04-24 Richard Earnshaw <rearnsha@arm.com>
7a5c933c
RE
585
586 * config/tc-arm.h (arm_min): New function.
587 (SUB_SEGMENT_ALIGN): Define.
588
ece794d9
MF
5892015-04-23 Matthew Fortune <matthew.fortune@imgtec.com>
590
591 * config/tc-mips.c (macro): State the recommended way of creating
592 32-bit or 64-bit addresses.
593
af508cb9
JB
5942015-04-23 Jan Beulich <jbeulich@suse.com>
595
596 * config/tc-i386.c (match_mem_size): Also allow no size
597 specification when broadcasting.
598
d3b47e2b
L
5992015-04-20 H.J. Lu <hongjiu.lu@intel.com>
600
601 * doc/as.texinfo (Bundle directives): Shorten menu entry and
602 use @subsection.
603 (CFI directives): Use @subsection.
604 (SH-Dependent, SH64-Dependent): Moved after SCORE-Dependent.
605 * doc/c-i386.texi (i386-Mnemonics): Use @subsection.
606
ef7a9369
SKS
6072015-04-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
608
609 * config/tc-avr.c (create_record_for_frag): Rename link to
610 prop_rec_link.
611
ea556d25
L
6122015-04-15 H.J. Lu <hongjiu.lu@intel.com>
613
614 * NEWS: Mention
615 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
616
0ce398f1
L
6172015-04-14 H.J. Lu <hongjiu.lu@intel.com>
618
619 * as.h (compressed_debug_section_type): Removed.
620
6ff71e76
NC
6212015-04-14 Nick Clifton <nickc@redhat.com>
622
623 * config/tc-rl78.h (TC_LINKRELAX_FIXUP): Define.
624 (TC_FORCE_RELOCATION_SUB_SAME): Define.
625 (DWARF2_USE_FIXED_ADVANCE_PC): Define.
626
080bb7bb
NC
6272015-04-10 Nick Clifton <nickc@redhat.com>
628
629 PR binutils/18198
630 * doc/c-arm.texi (ARM Options): Add a note about the interaction of
631 the -EB option with the linker's --be8 option.
632
4b5708f5
HPN
6332015-04-09 Hans-Peter Nilsson <hp@axis.com>
634
635 * doc/c-rx.texi: Fix markup typos in last change.
636
3525236c
NC
6372015-04-09 Nick Clifton <nickc@redhat.com>
638
639 * config/tc-rx.c (enum options): Add OPTION_DISALLOW_STRING_INSNS.
640 (md_longopts): Add -mno-allow-string-insns.
641 (md_parse_option): Handle -mno-allow-string-insns.
642 (md_show_usage): Mention -mno-allow-string-insns.
643 (rx_note_string_insn_use): New function. Produces an error
644 message if a string insn is used when it is not allowed.
645 * config/rx-parse.y (SCMPU): Call rx_note_string_insn_use.
646 (SMOVU, SMOVB, SMOVF, SUNTIL, SWHILE, RMPA): Likewise.
647 * config/rx-defs.h (rx_note_string_insn_use): Prototype.
648 * doc/c-rx.texi: Document -mno-allow-string-insns.
649
151411f8
L
6502015-04-08 H.J. Lu <hongjiu.lu@intel.com>
651
652 * as.c (show_usage): Update --compress-debug-sections.
653 (std_longopts): Use optional_argument on compress-debug-sections.
654 (parse_args): Handle
655 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
656 * as.h (compressed_debug_section_type): New.
657 (flag_compress_debug): Change type to compressed_debug_section_type.
658 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
659 * write.c (compress_debug): Set BFD_COMPRESS_GABI for
660 --compress-debug-sections=zlib-gabi. Call
661 bfd_get_compression_header_size to get compression header size.
662 Don't rename section name for --compress-debug-sections=zlib-gabi.
663 * config/tc-i386.c (compressed_debug_section_type): Set to
664 COMPRESS_DEBUG_ZLIB.
665 * doc/as.texinfo: Document
666 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
667
a97902de
RL
6682015-04-07 Renlin Li <renlin.li@arm.com>
669
670 * config/tc-aarch64.c (mapping_state): Use subseg_text_p.
671 (s_aarch64_inst): Likewise.
672 (md_assemble): Likewise.
673
4aa90cc0
L
6742015-04-06 H.J. Lu <hongjiu.lu@intel.com>
675
676 * write.c (compress_debug): Use bfd_putb64 to write uncompressed
677 section size.
678
317974f6
L
6792015-04-05 H.J. Lu <hongjiu.lu@intel.com>
680
681 * write.c (compress_debug): Don't write the zlib header if
682 compressed section size is the same as before compression.
683
03e08038
NC
6842015-04-02 Nick Clifton <nickc@redhat.com>
685
686 PR gas/18189
687 * config/tc-microblaze.c (parse_imm): Use offsetT as the type for
f66adc4e 688 min and max parameters. Sign extend values before testing.
03e08038 689
c1baaddf
RL
6902015-04-02 Renlin Li <renlin.li@arm.com>
691
692 * config/tc-aarch64.c (mapping_state): Emit MAP_DATA within text section in order.
693 (mapping_state_2): Don't emit MAP_DATA here.
694 (s_aarch64_inst): Align frag during state transition.
695 (md_assemble): Likewise.
696
726e626a
EM
6972015-04-02 Ed Maste <emaste@freebsd.org>
698
699 * config/tc-aarch64.c (set_error_kind): Delete.
700 (set_error_message): Delete.
701
39f3de7c
L
7022015-04-02 H.J. Lu <hongjiu.lu@intel.com>
703
704 * configure: Regenerated.
705
2412d878
EM
7062015-04-01 Evandro Menezes <e.menezes@samsung.com>
707
708 * config/tc-aarch64.c: Add support for Samsung Exynos M1.
709 * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
710
246496bb
EM
7112015-04-01 Evandro Menezes <e.menezes@samsung.com>
712
713 * config/tc-arm.c: Add support for Samsung Exynos M1.
714 * doc/c-arm.texi (-mcpu=): Add "exynos-m1".
715
afa59b79
L
7162015-04-01 H.J. Lu <hongjiu.lu@intel.com>
717
718 * configure: Regenerated.
719
6036f486
ES
7202015-03-31 Ed Schouten <ed@nuxi.nl>
721
722 * configure.tgt (fmt): Set to elf for *-*-cloudabi*.
723
543b7933
L
7242015-03-31 H.J. Lu <hongjiu.lu@intel.com>
725
726 * configure.ac: Revert the AM_ZLIB change.
727 * Makefile.in: Regenerated.
728 * aclocal.m4: Likewise.
729 * configure: Likewise.
730
0138187e
L
7312015-03-31 H.J. Lu <hongjiu.lu@intel.com>
732
733 * Makefile.am (ZLIBINC): New.
734 (AM_CFLAGS): Add $(ZLIBINC).
735 * as.c: (show_usage): Don't check HAVE_ZLIB_H.
736 (parse_args): Likewise.
737 * compress-debug.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
738 (compress_init): Don't check HAVE_ZLIB_H.
739 (compress_data): Likewise.
740 (compress_finish): Likewise.
741 * configure.ac (AM_ZLIB): Removed.
742 (zlibinc): New. AC_SUBST.
743 Add --with-system-zlib.
744 * Makefile.in: Regenerated.
745 * config.in: Likewise.
746 * configure: Likewise.
747 * doc/Makefile.in: Likewise.
748
e04de5e3
L
7492015-03-27 H.J. Lu <hongjiu.lu@intel.com>
750
751 * config/tc-i386.c (cpu_flags_set): Removed.
752
bb383c6c
RL
7532015-03-25 Renlin Li <renlin.li@arm.com>
754
755 * config/tc-aarch64.c (mapping_state): Remove first MAP_DATA emitting
756 code.
757 (mapping_state_2): Emit first MAP_DATA symbol here.
758
b422eb49
L
7592015-03-24 H.J. Lu <hongjiu.lu@intel.com>
760
761 PR gas/18087
762 * write.c (compress_debug): Don't write the zlib header if
763 compression didn't make the section smaller.
764
823d2571
TG
7652015-03-24 Terry Guo <terry.guo@arm.com>
766
767 * config/tc-arm.c (no_cpu_selected): Use new macro to compare
768 features.
769 (parse_psr): Likewise.
770 (do_t_mrs): Likewise.
771 (do_t_msr): Likewise.
772 (static const arm_feature_set arm_ext_*): Defined with new macros.
773 (static const arm_feature_set arm_cext_*): Likewise.
774 (static const arm_feature_set fpu_fpa_ext_*): Likewise.
775 (static const arm_feature_set fpu_vfp_ext_*): Likewise.
776 (deprecated_coproc_regs): Likewise.
777 (UL_BARRIER): Likewise.
778 (barrier_opt_names): Likewise.
779 (arm_cpus): Likewise.
780 (arm_extensions): Likewise.
781
80b8656c
L
7822015-03-20 H.J. Lu <hongjiu.lu@intel.com>
783
784 * config/tc-i386.c (i386_align_code): Limit multi-byte nop
785 instructions to 10 bytes.
786
1740ba0c
NC
7872015-03-19 Nick Clifton <nickc@redhat.com>
788
789 * config/tc-rl78.c (enum options): Add G13 and G14.
790 (md_longopts): Add -mg13 and -mg14.
791 (md_parse_option): Handle -mg13 and -mg14.
792 (md_show_usage): List -mg13 and -mg14.
793 * doc/c-rl78.texi: Add description of -mg13 and -mg14 options.
794
273a4985
JT
7952015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
796 Nick Clifton <nickc@redhat.com>
797
798 PR binutils/18087
799 * doc/as.texinfo: Note that when gas compresses debug sections the
800 compression is only performed if it makes the section smaller.
801 * write.c (compress_debug): Do not compress a debug section if
802 doing so would make it larger.
803
029f3522
GG
8042015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
805
806 * config/tc-i386.c (cpu_arch): Add PROCESSOR_ZNVER flags.
807 (i386_align_code): Add PROCESSOR_ZNVER cases.
808 * config/tc-i386.h (processor_type): Add PROCESSOR_ZNVER.
809 * doc/c-i386.texi: Add znver1 and clzero.
810
b57dc16f
NC
8112015-03-16 Nick Clifton <nickc@redhat.com>
812
813 * dwarf2dbg.c (out_header): Remove spurious #if 1.
814
4bf8c6e8
JW
8152015-03-13 Jiong Wang <jiong.wang@arm.com>
816
817 * config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
818 number 31.
819
bc9706f8
JW
8202015-03-13 Jiong Wang <jiong.wang@arm.com>
821
822 * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
823
7ef0d297
AB
8242015-03-12 Andrew Bennett <andrew.bennett@imgtec.com>
825
826 * config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
827 * doc/c-mips.texi: Document i6400 -march option.
828
93ef582d
NC
8292015-03-12 Nick Clifton <nickc@redhat.com>
830
831 PR gas/17444
832 * config/tc-arm.h (MD_APPLY_SYM_VALUE): Pass the current segment
833 to arm_apply_sym_value. Update prototype.
834 * config/tc-arm.c (arm_apply_sym_value): Add segment argument.
835 Do not apply the value if the symbol is in a different segment to
836 the current segment.
837
f728387b
AM
8382015-03-11 Alan Modra <amodra@gmail.com>
839
840 * config/tc-ppc.c (md_assemble): Don't abort on 8 byte insn fixups.
841 (md_apply_fix): Report an error on data-only fixups used with insns.
842
c6837265
AK
8432015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
844
845 * config/tc-s390.c (md_gather_operands): Check for valid
846 length field operands.
847
5e0d7f77
MP
8482015-03-10 Michael Perkins <perkinsmg75@yahoo.co.uk>
849
850 * config/tc-arm.c (parse_operands): Fix bug setting writeback
851 values for '^' on OP_REGLSTs.
852 (do_push_pop): Add new writeback constraint.
853
4e9aaefb
SA
8542015-03-10 Renlin Li <renlin.li@arm.com>
855
856 * config/tc-arm.c (mapping_state): Remove first MAP_DATA emitting code.
857 (mapping_state_2): Emit first MAP_DATA symbol here.
858
a578ef7e
JW
8592015-03-10 Matthew Wahab <matthew.wahab@arm.com>
860
861 * config/tc-aarch64.c (mapping_state): Set minimum alignment for
862 code sections.
863
73f43896
NC
8642015-03-10 Nick Clifton <nickc@redhat.com>
865
866 PR gas/17852
867 * config/tc-arm.c (md_begin): Ensure that selected_cpu is
868 initialised when CPU_DEFAULT is defined.
869
a26de52c
NC
8702015-03-05 Nick Clifton <nickc@redhat.com>
871
872 * config/tc-v850.c (md_parse_option): Fix code to set or clear
873 EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the
874 -m8byte-align and -m4byte-align command line options.
875
e09ab7ac
RS
8762015-03-04 Richard Sandiford <richard.sandiford@arm.com>
877
878 PR gas/17843
879 * config/tc-aarch64.c (process_movw_reloc_info): Allow
880 R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
881 for MOVK.
882
9028d943
AM
8832015-02-28 Alan Modra <amodra@gmail.com>
884
885 * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
886 end to their alignment.
887
389b8029
MS
8882015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
889
890 * config/tc-aarch64.c (reloc_table_entry): Generate
891 BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
892 (md_apply_fix, aarch64_force_relocation): Handle
893 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
894
3c12b054
MS
8952015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
896
897 * config/tc-aarch64.c (reloc_table_entry): Generate
898 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
899 (md_apply_fix, aarch64_force_relocation): Handle
900 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
901
043bf05a
MS
9022015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
903
904 * config/tc-aarch64.c (reloc_table_entry): Generate
905 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
906 (md_apply_fix, aarch64_force_relocation): Handle
907 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
908
74ad790c
MS
9092015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
910
911 * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
912 (reloc_table): Likewise.
913 (parse_address_main): Use ld_literal_type.
914
6f4a313b
MS
9152015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
916
917 * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
918 (reloc_table): Likewise.
919 (parse_address_main): Use adr_type.
920
1db365dc
MS
9212015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
922
923 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
924
fdd410ac
AB
9252015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
926
927 * config/tc-avr.c: Add elf32-avr.h include.
928 (struct avr_property_record_link): New structure.
929 (avr_output_property_section_header): New function.
930 (avr_record_size): New function.
931 (avr_output_property_record): New function.
932 (avr_create_property_section): New function.
933 (avr_handle_align): New function.
934 (exclude_section_from_property_tables): New function.
935 (create_record_for_frag): New function.
936 (append_records_for_section): New function.
937 (avr_create_and_fill_property_section): New function.
938 (avr_post_relax_hook): New function.
939 * config/tc-avr.h (md_post_relax_hook): Define.
940 (avr_post_relax_hook): Declare.
941 (HANDLE_ALIGN): Define.
942 (avr_handle_align): Declare.
943 (strut avr_frag_data): New structure.
944 (TC_FRAG_TYPE): Define.
945
4469186b
KT
9462015-02-25 Matthew Wahab <matthew.wahab@arm.com>
947
948 * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
949 cortex-a72.
950
685080f2
NC
9512015-02-24 Nick Clifton <nickc@redhat.com>
952
953 * config/tc-v850.c (soft_float): New variable.
954 (v850_data_8): New variable.
955 (md_show_usage): Add -msoft-float/-mhard-float.
956 (md_parse_option): Likewise.
957 (md_begin): Set the default value of soft_float.
958 (v850_md_end): New function. Creates a note section.
959 * config/tc-v850.h (md_end): Define.
960 * doc/c-v850.texi: Document -msoft-float/-mhard-float.
961
5518c738
YS
9622015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
963
964 * config/tc-h8300.c (line_separater_chars): Add a version for
965 h8300-linux that includes a separator.
966 (default_mach): New variable.
967 (md_main): Use it.
968 (md_longopts): Add '--march' option.
969 (md_parse_option): Parse the new option.
970 * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux.
971 * configure.tgt: Add h8300-*-linux
972 * doc/c-h8300.texi: Document --march.
973
0f8f0c57
NC
9742015-02-23 Nick Clifton <nickc@redhat.com>
975
976 PR 17940
977 * dwarf2dbg.c (out_header): When generating dwarf sections use
978 real symbols not temps for the start and end symbols.
979 * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent
980 adjustments to relocations in debug sections.
981 (TC_LINKRELAX_FIXUP): Likewise.
982
5c9352f3
AM
9832015-02-19 Alan Modra <amodra@gmail.com>
984
985 * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
986 * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
987
aa31c464
JW
9882015-02-11 Matthew Wahab <matthew.wahab@arm.com>
989
990 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
991
b19f47ad
JW
9922015-02-11 Matthew Wahab <matthew.wahab@arm.com>
993
994 * config/tc-arm.c: Add support for Cortex-A72.
995
5c3696f8
KT
9962015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
997
998 * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
999 of as_warn for deprecation messages.
1000 (encode_arm_addr_mode_2): Likewise.
1001 (check_obsolete): Likewise.
1002 (do_rd_rm_rn): Likewise.
1003 (do_co_reg): Likewise.
1004 (do_setend): Likewise.
1005 (do_t_mov_cmp): Likewise.
1006 (do_neon_ldr_str): Likewise.
1007 (opcode_lookup): Likewise.
1008 (if_fsm_post_encode): Likewise.
1009 (md_assemble): Likewise.
1010
73e76108
JB
10112015-02-06 Jan Beulich <jbeulich@suse.com>
1012
1013 * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
1014 (cfi_change_reg_numbers): Also do nothing for CFI_label.
1015 (cfi_pseudo_table): Also handle .cfi_label when not supporting
1016 CFI directives.
1017
64a81db0
AM
10182015-02-05 Alan Modra <amodra@gmail.com>
1019
1020 * config/tc-msp430.c (md_assemble): Correct size passed to
1021 extract_cmd. Remove index check.
1022
2abdd192
JW
10232015-02-04 Matthew Wahab <matthew.wahab@arm.com>
1024
1025 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
1026 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
1027
3101e637
NC
10282015-02-04 Nick Clifton <nickc@redhat.com>
1029
1030 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
1031 these instructions.
1032
8e02d7f5
JW
10332015-02-03 Renlin Li <renlin.li@arm.com>
1034
1035 * doc/c-aarch64.texi (.arch): Document the directive.
1036 (.arch_extension): Likewise.
1037
6d012254
NC
10382015-02-03 Nick Clifton <nickc@redhat.com>
1039
1040 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
1041
3f8107ab
AM
10422015-01-28 James Bowman <james.bowman@ftdichip.com>
1043
1044 * Makefile.am: Add FT32 files.
1045 * config/tc-ft32.c: New file.
1046 * config/tc-ft32.h: New file.
1047 * configure.tgt: Add FT32 support.
1048 * Makefile.in: Regenerate.
1049 * po/POTFILES.in: Regenerate.
1050
20d79870
KLC
10512015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1052
1053 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
1054 of instruction la to a symbol.
1055
3bd3aeb4
KLC
10562015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1057
1058 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
1059 section name.
1060
740bdc67
AM
10612015-01-19 Alan Modra <amodra@gmail.com>
1062
1063 * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
1064 * write.c (get_frag_for_reloc): Allow match just past end of frag.
1065
1e2e8c52
AK
10662015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1067
1068 * config/tc-s390.c (struct pd_reg): Remove.
1069 (pre_defined_registers): Remove.
1070 (REG_NAME_CNT): Remove.
1071 (reg_name_search): Calculate the register number instead of doing
1072 a lookup.
1073 (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
1074 reg_name_search signature.
1075 (s390_parse_cpu): Support the new arch string z13.
1076 (s390_insert_operand): Support for vector registers with the extra
1077 field for the fifth bit of each vector register operand.
1078 (md_gather_operand): Adjust to the new handling of optional
1079 parameters.
1080
1081 * doc/as.texinfo: Document the z13 cpu string.
1082
0900a05b
JW
10832015-01-13 Matthew Wahab <matthew.wahab@arm.com>
1084
1085 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
1086 #0, restoring previous behaviour.
1087
69602580
JB
10882015-01-12 Jan Beulich <jbeulich@suse.com>
1089
1090 * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
1091 (cfi_pseudo_table): Add "cfi_label".
1092 (output_cfi_insn): Handle CFI_label.
1093 (select_cie_for_fde): Als terminate CIE when encountering
1094 CFI_label.
1095 * dw2gencfi.h (cfi_add_label): Declare.
1096 (struct cfi_insn_data): New member "sym_name".
1097 (CFI_label): New.
1098 * read.c (read_symbol_name): Drop "static".
1099 * read.h (read_symbol_name): Declare.
1100
cb3b1e65
JB
11012015-01-12 Jan Beulich <jbeulich@suse.com>
1102
1103 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
1104 (do_neon_qshl_imm): Likewise.
1105
b38ead21
AM
11062015-01-12 Alan Modra <amodra@gmail.com>
1107
1108 * read.c (s_altmacro, s_reloc): Make definition static.
1109
491793b5
AB
11102015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
1111
1112 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
1113 diff fixups.
1114
ea0d6bb9
PT
11152015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
1116
1117 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
1118 X-Gene 2.
1119 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
1120
5a70a223
JB
11212015-01-07 Jan Beulich <jbeulich@suse.com>
1122
1123 * config/tc-arm.c (struct arm_option_extension_value_table):
1124 Split field "value" into fields "merge_value" and "clear_value".
1125 (arm_extensions): Adjust initializer accordingly.
1126
efd321f9
AM
11272015-01-01 Alan Modra <amodra@gmail.com>
1128
1129 * as.c (parse_args): Just print current year.
1130
b90efa5b 11312015-01-01 Alan Modra <amodra@gmail.com>
bffb6004 1132
b90efa5b 1133 Update year range in copyright notice of all files.
bffb6004 1134
b90efa5b 1135For older changes see ChangeLog-2014
08d56133 1136\f
b90efa5b 1137Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
1138
1139Copying and distribution of this file, with or without modification,
1140are permitted in any medium without royalty provided the copyright
1141notice and this notice are preserved.
1142
08d56133
NC
1143Local Variables:
1144mode: change-log
1145left-margin: 8
1146fill-column: 74
1147version-control: never
1148End: