1df8a1d1f4d9ed3834f312e117d3b13e3088113f
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2015-10-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2
3 * config/tc-arm.c (insns): Guard cps by arm_ext_v6_notm instead of
4 arm_ext_v6_dsp.
5
6 2015-10-28 Claudiu Zissulescu <claziss@synopsys.com>
7
8 * config/tc-arc.c (tokenize_arguments): Avoid creating unused
9 symbols when parsing relocation types.
10 (md_apply_fix): Handle TLS relocations. Fix BFD_RELOC_ARC_32_PCREL
11 relocation.
12 (arc_check_reloc): Emit BFD_RELOC_ARC_32_PCREL relocation.
13
14 2015-10-27 Jim Wilson <jim.wilson@linaro.org>
15
16 * config/tc-arm.c (selected_cpu_name): Increase length of array to
17 accomodate "Samsung Exynos M1".
18 (arm_parse_cpu): Add assertion and length check to prevent
19 overfilling selected_cpu_name.
20
21 2015-10-22 Nick Clifton <nickc@redhat.com>
22
23 * config/tc-msp430.c (PUSH_1X_WORKAROUND): Delete.
24 (OPTION_SILICON_ERRATA): Define.
25 (OPTION_SILICON_WARN): Define.
26 (md_parse_opton): Handle silicon errata options.
27 (md_longopts): Add silicon errata options.
28 (ms_show_usage): Report silicon errata options.
29 (msp430_srcoperand): Handle silicon errata.
30 (msp430_operands): Likewise. Improve nop insertion.
31 (msp430_fix_adjustable): Update warning generation.
32 * doc/c-msp430.texi: Document silicon errata options.
33
34 2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
35
36 * configure.ac: Properly check
37 --enable-compressed-debug-sections={yes,all}.
38 * configure: Regenerated.
39
40 2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
41
42 PR gas/19109
43 * configure.ac: Handle --enable-compressed-debug-sections=*,gas,*.
44 * configure: Regenerated.
45
46 2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
47
48 * config/tc-i386.c (tc_i386_fix_adjustable): Handle
49 BFD_RELOC_X86_64_GOTPCRELX and BFD_RELOC_X86_64_REX_GOTPCRELX.
50 (tc_gen_reloc): Likewise.
51 (i386_validate_fix): Generate BFD_RELOC_X86_64_GOTPCRELX or
52 BFD_RELOC_X86_64_REX_GOTPCRELX if fx_tcbit2 is set.
53 * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Also return
54 true for BFD_RELOC_X86_64_GOTPCRELX and
55 BFD_RELOC_X86_64_REX_GOTPCRELX.
56
57 2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
58
59 * config/tc-i386.c (tc_i386_fix_adjustable): Handle
60 BFD_RELOC_386_GOT32X.
61 (tc_gen_reloc): Likewise.
62 (match_template): Force 0x8b encoding for "mov foo@GOT, %eax".
63 (output_disp): Check for "call/jmp *mem", "mov mem, %reg",
64 "test %reg, mem" and "binop mem, %reg" where binop is one of
65 adc, add, and, cmp, or, sbb, sub, xor instructions. Set
66 fx_tcbit if the REX prefix is generated. Set fx_tcbit2 if
67 BFD_RELOC_386_GOT32X should be generated.
68 (i386_validate_fix): Generate BFD_RELOC_386_GOT32X if fx_tcbit2
69 is set.
70
71 2015-10-21 Nick Clifton <nickc@redhat.com>
72
73 PR gas/19109
74 * configure.ac: Restore --enable-compressed-debug-sections, with
75 options of all, none or gas.
76 Do not enable compressed debug sections by default for x86 Linux
77 targets.
78 * configure: Regenerate.
79
80 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
81
82 PR gas/19109
83 * NEWS: Update --enable-compressed-debug-sections=.
84 * configure.ac: Remove --enable-compressed-debug-sections.
85 (DEFAULT_FLAG_COMPRESS_DEBUG): Check
86 --enable-compressed-debug-sections={all,gas} instead of
87 --enable-compressed-debug-sections. For x86 Linux targets,
88 default to compressing debug sections.
89 * configure: Regenerated.
90
91 2015-10-19 Nick Clifton <nickc@redhat.com>
92
93 PR gas/19109
94 * configure.ac: Add option --enable-compressed-debug-sections.
95 This sets the default behaviour for compressing debug sections.
96 * as.c (flag_compress_debug): Define and initialise to
97 COMPRESS_DEBUG_GABI_ZLIB if DEFAULT_COMPRESS_DEBUG is set.
98 (show_usage): Indicate whether --no-compress-debug-sections
99 or --compress-debug-sections is the default.
100 * config/tc-i386.c (flag_compress_debug): Delete definition.
101 * doc/as.texinfo (--nocompress-debug-sectionas): Update
102 description.
103 * NEWS: Announce the new feature.
104 * config.in: Regenerate.
105 * configure: Regenerate.
106
107 2015-10-12 Nick Clifton <nickc@redhat.com>
108
109 * config/tc-msp430.c (msp430_mcu_names): Rename to
110 msp430_mcu_data. Add fields for the ISA and hardware multiply
111 support. Update with information from the latest devices.csv
112 file.
113 (md_parse_option): Make use of the new array.
114
115 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * config/tc-avr.c (avr_output_property_record): Fix overwrite bug
118 for align and fill records.
119 (avr_handle_align): Record fill information for align frags.
120 (create_record_for_frag): Add next frag assertion, use correct
121 address for align records.
122
123 2015-10-10 Alan Modra <amodra@gmail.com>
124
125 PR gas/19113
126 * read.c (next_char_of_string): Mask char after escape. Use
127 CHAR_MASK rather than 0xff.
128
129 2015-10-07 Yao Qi <yao.qi@linaro.org>
130
131 * config/tc-aarch64.c (md_begin): Access field 'name' rather
132 than 'template'.
133
134 2015-10-07 Claudiu Zissulescu <claziss@synopsys.com>
135
136 * config/tc-arc.c: Revamped file for ARC support.
137 * config/tc-arc.h: Likewise.
138 * doc/as.texinfo: Add new ARC options.
139 * doc/c-arc.texi: Likewise.
140
141 2015-10-02 Renlin Li <renlin.li@arm.com>
142
143 * config/tc-aarch64.c (s_tlsdescadd): New.
144 (s_tlsdescldr): New.
145 (md_pseudo_table): Handle tlsdescadd and tlsdescldr pseudo ops.
146 (reloc_table): Add entries for BFD_RELOC_AARCH64_TLSDESC_OFF_G0_NC and
147 BFD_RELOC_AARCH64_TLSDESC_OFF_G0_NC.
148 (process_movw_reloc_info): Support AARCH64_TLSDESC_OFF_G1 and
149 AARCH64_TLSDESC_OFF_G0_NC.
150 (md_apply_fix): Likewise.
151 (aarch64_force_relocation): Likewise.
152
153 2015-10-02 Renlin Li <renlin.li@arm.com>
154
155 * config/tc-aarch64.c (reloc_table): Add two entries for
156 gottprel_g0_nc and gottprel_g1.
157 (process_movw_reloc_info): Add support.
158 (md_apply_fix): Likewise.
159 (aarch64_force_relocation): Likewise.
160
161 2015-10-02 Renlin Li <renlin.li@arm.com>
162
163 * config/tc-aarch64.c (reloc_table): New relocation modifier tlsgd_g0_nc.
164 (process_movw_reloc_info): Support BFD_RELOC_AARCH64_TLSGD_MOVW_G1.
165 (md_apply_fix): Likewise.
166 (aarch64_force_relocation): Likewise.
167
168 2015-10-02 Renlin Li <renlin.li@arm.com>
169
170 * config/tc-aarch64.c (reloc_table): New relocation modifier tlsgd_g1.
171 (process_movw_reloc_info): Support BFD_RELOC_AARCH64_TLSGD_MOVW_G1.
172 (md_apply_fix): Likewise.
173 (aarch64_force_relocation): Likewise.
174
175 2015-10-02 Renlin Li <renlin.li@arm.com>
176
177 * config/tc-aarch64.c (reloc_table): New relocation modifier
178 gotoff_g0_nc.
179 (process_movw_reloc_info): Support gotoff_g0_nc.
180 (md_apply_fix): Likewise.
181
182 2015-10-02 Renlin Li <renlin.li@arm.com>
183
184 * config/tc-aarch64.c (reloc_table): New relocation modifier
185 gotoff_g1.
186 (process_movw_reloc_info): Support newly added modifier.
187 (md_apply_fix): Likewise.
188
189 2015-09-29 Dominik Vogt <vogt@linux.vnet.ibm.com>
190
191 * doc/c-s390.texi: Add documentation.
192 Add missing code markup.
193 * config/tc-s390.c (current_flags): New static variable.
194 (s390_parse_cpu): Parse cpu flags a la "+nohtm" etc.
195 (s390_setup_opcodes): Use cpu flags to determine the set of opcodes.
196 Fix indentation.
197 (md_parse_option): Call s390_parse_cpu with the new signature.
198 (s390_machine): Likewise.
199 Keep track of current_flags.
200 Simplify code a bit.
201 undefine MAX_HISTORY at end of function.
202 (s390_machinemode): undefine MAX_HISTORY at end of function.
203 Update an error message.
204
205 2015-08-11 Peter Zotov <whitequark@whitequark.org>
206
207 PR ld/18759
208 * config/tc-or1k.c (tc_gen_reloc): Correct computation of PC
209 relative relocs.
210 * config/tc-or1k.h (GAS_CGEN_PRCEL_R_TYPE): Delete.
211
212 2015-09-25 Ryo ONODERA <ryo_on@yk.rim.or.jp>
213
214 PR 18994
215 * configure.ac (nds32): Don't use bash == in tests.
216 * configure: Regenerate.
217
218 2015-09-23 Nick Clifton <nickc@redhat.com>
219
220 * config/tc-ppc.c (insn_validate): Cast PPC_OPSHIFT_INV to an int.
221
222 2015-09-22 Nick Clifton <nickc@redhat.com>
223
224 * config/tc-rx.c (nop_7): Recode using MAX.
225
226 2015-09-05 Chen Gang <gang.chen.5i5j@gmail.com>
227
228 * config/tc-avr.c (md_section_align): Append UL for -1 to avoid
229 the latest gcc's warning.
230
231 2015-08-27 Alan Modra <amodra@gmail.com>
232
233 PR gas/18581
234 * config/tc-aarch64.h (TC_START_LABEL): Redefine.
235 * config/tc-arm.c (tc_start_label_without_colon): Delete params.
236 Use input_line_pointer directly.
237 * config/tc-arm.h (TC_START_LABEL): Redefine.
238 (TC_START_LABEL_WITHOUT_COLON): Redefine.
239 (tc_start_label_without_colon): Update prototype.
240 * config/tc-bfin.c (bfin_start_label): Delete ptr param. Check
241 for NUL instead.
242 * config/tc-bfin.h (bfin_start_label): Update prototype.
243 (TC_START_LABEL): Redefine.
244 * config/tc-d30v.h (TC_START_LABEL): Redefine.
245 * config/tc-fr30.c (restore_colon): Rewrite.
246 (fr30_is_colon_insn): Add nul_char param. Return int. Bump
247 i_l_p over quote. Update restore_colon calls.
248 * config/tc-fr30.h (TC_START_LABEL): Redefine.
249 (fr30_is_colon_insn): Update prototype.
250 * config/tc-m32c.c (restore_colon, m32c_is_colon_insn): As above.
251 * config/tc-m32c.h (TC_START_LABEL): Redefine.
252 (m32c_is_colon_insn): Update prototype.
253 * config/tc-m32r.h (TC_START_LABEL): Redefine.
254 * config/tc-mep.h (TC_START_LABEL): Redefine.
255 * config/tc-nds32.h (TC_START_LABEL): Redefine.
256 * config/tc-tic54x.c (tic54x_start_label): Replace params with
257 nul_char and next_char. Step over trailing quote.
258 * config/tc-tic54x.h (TC_START_LABEL_WITHOUT_COLON): Redefine.
259 (tic54x_start_label): Update prototype.
260 * read.c (TC_START_LABEL): Redefine. Update invocation.
261 (TC_START_LABEL_WITHOUT_COLON): Update invocation.
262 * config/tc-nios2.c (s_nios2_set): Save initial input_line_pointer
263 and restore if calling s_set. Don't restore delim again.
264
265 2015-08-26 Alan Modra <amodra@gmail.com>
266
267 PR gas/18581
268 * config/tc-mn10200.c (md_assemble <mdr>): Move restore_line_pointer
269 call to where input line used to be restored.
270 * config/tc-mn10300.c (md_assemble <usp>): Remove redundant input
271 line restore.
272 * config/tc-tilepro.c (parse_reg_expression): Add regname var.
273
274 2015-08-26 Nick Clifton <nickc@redhat.com>
275
276 PR gas/18842
277 * configure.ac (AS_CHECK_DECLS): Add asprintf.
278 * configure: Regenerate.
279 * config.in: Regenerate.
280
281 2015-08-25 Jose E. Marchesi <jose.marchesi@oracle.com>
282
283 * config/tc-sparc.c (priv_reg_table): New privileged register
284 %pmcdper.
285
286 2015-08-21 Nick Clifton <nickc@redhat.com>
287
288 PR gas/18581
289 * expr.c (get_symbol_end): Rename to get_symbol_name. Add a
290 return parameter pointing to the start of the symbol. Allow
291 symbol names enclosed in double quotes.
292 (restore_line_pointer): New function. Replace the NUL character
293 inserted into the input stream with the given character. If the
294 character was a double quote, advance the input pointer.
295 * expr.h (get_symbol_end): Delete.
296 (get_symbol_name): Add prototype.
297 (restore_line_pointer): Prototype.
298 * read.h (SKIP_WHITESPACE_AFTER_NAME): New macro.
299 * doc/as.texinfo (Symbol Intro): Document that symbol names can
300 now be enclosed in double quotes.
301 * cond.c (s_ifdef): Replace get_symbol_end with get_symbol_name.
302 Use restore_line_pointer to replace the NUL in the input stream.
303 Use SKIP_WHITESPACE_AFTER_NAME to skip past the end of a symbol.
304 Check for the use of double quoted symbol names.
305 * expr.c: Likewise.
306 * config/obj-aout.c: Likewise.
307 * config/obj-coff-seh.c: Likewise.
308 * config/obj-coff.c: Likewise.
309 * config/obj-elf.c: Likewise.
310 * config/obj-evax.c: Likewise.
311 * config/obj-macho.c: Likewise.
312 * config/obj-som.c: Likewise.
313 * config/tc-alpha.c: Likewise.
314 * config/tc-arc.c: Likewise.
315 * config/tc-arm.c: Likewise.
316 * config/tc-dlx.c: Likewise.
317 * config/tc-h8300.c: Likewise.
318 * config/tc-hppa.c: Likewise.
319 * config/tc-i370.c: Likewise.
320 * config/tc-i386-intel.c: Likewise.
321 * config/tc-i386.c: Likewise.
322 * config/tc-i960.c: Likewise.
323 * config/tc-ia64.c: Likewise.
324 * config/tc-iq2000.c: Likewise.
325 * config/tc-m32r.c: Likewise.
326 * config/tc-m68hc11.c: Likewise.
327 * config/tc-m68k.c: Likewise.
328 * config/tc-microblaze.c: Likewise.
329 * config/tc-mips.c: Likewise.
330 * config/tc-mmix.c: Likewise.
331 * config/tc-mn10200.c: Likewise.
332 * config/tc-mn10300.c: Likewise.
333 * config/tc-nios2.c: Likewise.
334 * config/tc-ppc.c: Likewise.
335 * config/tc-s390.c: Likewise.
336 * config/tc-score.c: Likewise.
337 * config/tc-score7.c: Likewise.
338 * config/tc-sparc.c: Likewise.
339 * config/tc-tic4x.c: Likewise.
340 * config/tc-tic54x.c: Likewise.
341 * config/tc-tic6x.c: Likewise.
342 * config/tc-tilegx.c: Likewise.
343 * config/tc-tilepro.c: Likewise.
344 * config/tc-v850.c: Likewise.
345 * config/tc-xtensa.c: Likewise.
346 * config/tc-z80.c: Likewise.
347 * dw2gencfi.c: Likewise.
348 * dwarf2dbgc.: Likewise.
349 * ecoff.c: Likewise.
350 * read.c: Likewise.
351 * stabs.c: Likewise.
352
353 2015-08-19 Jiong Wang <jiong.wang@arm.com>
354
355 * config/tc-aarch64.c (reloc_table): New relocation types support for
356 dtprel_lo12.
357 (ldst_lo12_determine_real_reloc_type): Support
358 BFD_RELOC_AARCH64_TLSLD_LDST16_DTPREL_LO12,
359 BFD_RELOC_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC,
360 BFD_RELOC_AARCH64_TLSLD_LDST32_DTPREL_LO12,
361 BFD_RELOC_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC,
362 BFD_RELOC_AARCH64_TLSLD_LDST64_DTPREL_LO12,
363 BFD_RELOC_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC,
364 BFD_RELOC_AARCH64_TLSLD_LDST8_DTPREL_LO12,
365 BFD_RELOC_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC.
366 (parse_operands): Likewise.
367 (md_apply_fix): Likewise.
368 (aarch64_force_relocation): Likewise.
369 (process_movw_reloc_info): Likewise.
370
371 2015-08-19 Jiong Wang <jiong.wang@arm.com>
372
373 * config/tc-aarch64.c (reloc_table): New relocation modifiers,
374 "dtprel_hi12", "dtprel_g0", "dtprel_g0_nc", "dtprel_g1",
375 "dtprel_g1_nc", "dtprel_g2".
376 (md_apply_fix): Support new relocation types.
377 (aarch64_force_relocation): Likewise.
378 (process_movw_reloc_info): Likewise.
379
380 2015-08-19 Jiong Wang <jiong.wang@arm.com>
381
382 * config/tc-aarch64.c (reloc_table): New relocation modifiers.
383 (md_apply_fix): Support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12_NC.
384 (aarch64_force_relocation): Likewise.
385
386 2015-08-17 Alan Modra <amodra@gmail.com>
387
388 * gas/config/tc-arm.c (s_align): Delete.
389 (md_pseudo_table): Use s_align_ptwo for "align".
390 * gas/config/tc-arm.h (TC_ALIGN_ZERO_IS_DEFAULT): Define.
391 * read.c (s_align): Modify for TC_ALIGN_ZERO_IS_DEFAULT.
392
393 2015-08-13 Alan Modra <amodra@gmail.com>
394
395 * expr.c (operand): Rewrite handling of operands starting with "0f".
396 If atof_generic only parses "-" or "+", treat as expression.
397
398 2015-08-13 Alan Modra <amodra@gmail.com>
399 DJ Delorie <dj@redhat.com>
400
401 * expr.c (integer_constant): Return O_absent expression if eol.
402 (operand): For targets with both LOCAL_LABELS_FB and
403 NUMBERS_WITH_SUFFIX set, treat "0b" not followed by binary
404 digits as a local label reference. Correct handling of 0b prefix.
405 If a suffix is not allowed, error on 0B.
406
407 2015-08-13 Alan Modra <amodra@gmail.com>
408
409 * doc/as.texinfo (Local Labels): Allowed range of N in local
410 labels is non-negative integers, not positive integers.
411
412 2015-08-12 David Weatherford <weath@cadence.com>
413
414 * config/tc-xtensa.c (struct litpool_frag, struct litpool_seg):
415 New structures.
416 (xtensa_maybe_create_literal_pool_frag): New function.
417 (litpool_seg_list, auto_litpools, auto_litpool_limit)
418 (litpool_buf, litpool_slotbuf): New static variables.
419 (option_auto_litpools, option_no_auto_litpools)
420 (option_auto_litpool_limit): New enum identifiers.
421 (md_longopts): Add entries for auto-litpools, no-auto-litpools
422 and auto-litpool-limit.
423 (md_parse_option): Handle option_auto_litpools,
424 option_no_auto_litpools and option_auto_litpool_limit.
425 (md_show_usage): Add help for --[no-]auto-litpools and
426 --auto-litpool-limit.
427 (xtensa_mark_literal_pool_location): Record a place for literal
428 pool with a call to xtensa_maybe_create_literal_pool_frag.
429 (get_literal_pool_location): Find highest priority literal pool
430 or convert candidate to literal pool when auto-litpools are used.
431 (xg_assemble_vliw_tokens): Create literal pool after jump
432 instruction.
433 (xtensa_check_frag_count): Create candidate literal pool every
434 auto_litpool_limit frags.
435 (xtensa_relax_frag): Add jump around literals to non-empty
436 literal pool.
437 (xtensa_move_literals): Estimate literal pool addresses and move
438 unreachable literals closer to their users, converting candidate
439 to literal pool if needed.
440 (xtensa_switch_to_non_abs_literal_fragment): Only emit error
441 about missing .literal_position in case auto-litpools are not
442 used.
443 * config/tc-xtensa.h (xtensa_relax_statesE): New relaxation
444 state: RELAX_LITERAL_POOL_CANDIDATE_BEGIN.
445 * doc/as.texinfo (Xtensa options): Document --auto-litpools and
446 --no-auto-litpools options.
447 * doc/c-xtensa.texi (Xtensa options): Likewise.
448
449 2015-08-12 Simon Dardis <simon.dardis@imgtec.com>
450
451 * config/tc-mips.c (move_register): Change to use 'or' only.
452 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Update to
453 use or for move.
454
455 2015-08-11 Jiong Wang <jiong.wang@arm.com>
456
457 * config/tc-aarch64.c (reloc_table): New relocation modifiers
458 "dtprel_lo12".
459 (md_apply_fix): Support BFD_RELOC_AARCH64_TLSLD_ADD_DTPREL_LO12.
460 (aarch64_force_relocation): Likewise.
461
462 2015-08-11 Jiong Wang <jiong.wang@arm.com>
463
464 * config/tc-aarch64.c (reloc_table): New relocation modifiers.
465 (md_apply_fix): Support BFD_RELOC_AARCH64_TLSLD_ADD_LO12_NC.
466 (aarch64_force_relocation): Likewise.
467
468 2015-08-11 Jiong Wang <jiong.wang@arm.com>
469
470 * config/tc-aarch64.c (reloc_table): New relocation modifiers.
471 (md_apply_fix): Support BFD_RELOC_AARCH64_TLSLD_ADR_PAGE21.
472 (aarch64_force_relocation): Likewise.
473
474 2015-08-11 Nick Clifton <nickc@redhat.com>
475
476 PR gas/18765
477 * config/tc-arm.c (move_or_literal_pool): Use U suffix to remove
478 compile time warnings about constant expressions being shifted
479 into bit 31.
480 (do_iwmmxt_wldstd): Likewise.
481 (do_iwmmxt_wrwrwr_or_imm5): Likewise.
482 (md_assemble): Likewise.
483
484 PR gas/18574
485 * config/tc-msp430.c (msp430_operands): Rewrite if statements to
486 remove redundant checks.
487 (md_apply_fix): Likewise.
488
489 PR gas/18677
490 * config/tc-mmix.c (md_assemble): Fix typo checking operands with
491 a numeric constant value.
492
493 PR gas/18678
494 * config/tc-tic4x.c (tic4x_insn_check): Fix typo.
495
496 PR gas/18679
497 * config/xtensa-relax.c (same_operand_name): Fix typo.
498
499 2015-08-08 Hans-Peter Nilsson <hp@axis.com>
500
501 * tc-arm.c (double_to_single, is_double_a_single): Append ULL to
502 0xFFFFFFFFFFFFF to avoid errors on 32-bit hosts.
503
504 2015-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
505
506 * doc/c-aarch64.texi (.xword): Document directive.
507
508 2015-08-03 Nick Clifton <nickc@redhat.com>
509
510 * doc/as.texinfo (Overview): Add --hash-size to the synopsis and
511 fix typo in its entry: @kindex -> @item.
512
513 2015-07-28 Robert Suchanek <robert.suchanek@imgtec.com>
514
515 * config/tc-mips.c (mips_cpu_info_table): Add m5100 and m5101 entries.
516 * doc/c-mips.texi: Document m5100 and m5101 for -march=.
517
518 2015-07-28 Robert Suchanek <robert.suchanek@imgtec.com>
519
520 * config/tc-mips.c (mips_cpu_info_table): Add interaptiv entry.
521 * doc/c-mips.text: Document -march=interaptiv.
522
523 2015-07-27 H.J. Lu <hongjiu.lu@intel.com>
524
525 * configure: Regenerated.
526
527 2015-07-24 Nick Clifton <nickc@redhat.com>
528
529 * config/tc-rl78.c (rl78_abs_sym): New local variable.
530 (md_begin): Initialise the new symbol.
531 (OPIMM): Define the value to be relative to the new symbol and not
532 the absolute section symbol.
533
534 2015-07-22 Alan Modra <amodra@gmail.com>
535
536 PR gas/18687
537 * input-scrub.c (input_scrub_next_buffer): Rearrange and simplify
538 loop. Don't drop lines at end of file lacking a newline, add a
539 newline instead. Ensure partial_size is zero whenever
540 partial_where is NULL. Adjust buffer size for extra char.
541 (input_scrub_push, input_scrub_begin): Adjust buffer size here too.
542
543 2015-07-20 Matthew Wahab <matthew.wahab@arm.com>
544
545 * NEWS: Mention corrected spelling of armv6kz.
546 * config/tc-arm.c (arm_cpus): Replace ARM_ARCH_V6ZK with
547 ARM_ARCH_V6KZ.
548 (arm_archs): Likewise. Also add "armv6kz" and "armv6kzt2".
549 * doc/c-arm.texi: Replace "armv6zk" with "armv6kz".
550
551 2015-07-16 Jiong Wang <jiong.wang@arm.com>
552
553 * config/tc-aarch64.c (reloc_table): New relocation modifiers.
554 (md_apply_fix): Support BFD_RELOC_AARCH64_TLSLD_ADR_PREL21.
555 (aarch64_force_relocation): Ditto.
556
557 2015-07-16 Matthew Wahab <matthew.wahab@arm.com>
558
559 * config/tc-arm.c (arm_fpus): Add crypto-neon-fp-armv8.1.
560 * doc/c-arm.texi (-mfpu=): Likewise. Correct the entry for
561 neon-fp-armv8.1.
562
563 2015-07-16 James Greenhalgh <james.greenhalgh@arm.com>
564
565 * config/tc-arm.c (md_assemble): Rephrase the "selected processor does
566 not support ARM mode" error messages.
567
568 2015-07-15 H.J. Lu <hongjiu.lu@intel.com>
569
570 * config/tc-i386.c (flag_compress_debug): Replace
571 COMPRESS_DEBUG_GNU_ZLIB with COMPRESS_DEBUG_GABI_ZLIB.
572
573 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
574
575 * as.c (parse_args): Make --compress-debug-sections and
576 --compress-debug-sections=zlib the same as
577 --compress-debug-sections=zlib-gabi.
578 * doc/as.texinfo: Change --compress-debug-sections and
579 --compress-debug-sections=zlib to zlib-gabi.
580
581 2015-07-09 Catherine Moore <clm@codesourcery.com>
582
583 * config/tc-mips.c (check_fpabi): Handle
584 VAL_GNU_MIPS_ABI_FP_NAN2008.
585
586 2015-07-08 Ciro Santilli <ciro.santilli@gmail.com>
587
588 * doc/as.texinfo: Clarify case requirements for pseudo ops.
589
590 2015-07-08 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
591
592 * config/tc-avr.c (tc_gen_reloc): Change 32 bit relocation to
593 32 bit PC relative and update offset if the fixup is pc-relative.
594 * config/tc-avr.h (DIFF_EXPR_OK): Define to enable PC relative diff
595 relocs.
596
597 2015-07-03 Alan Modra <amodra@gmail.com>
598
599 * config/tc-ppc.c (md_show_usage): Add -m821, -m850, -m860.
600 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
601
602 2015-07-01 Sandra Loosemore <sandra@codesourcery.com>
603 Cesar Philippidis <cesar@codesourcery.com>
604
605 * config/tc-nios2.c (nios2_min_align): New.
606 (nop): Replace with....
607 (nop_r1, nop_r2, nop_r2_cdx, nop32, nop16): New.
608 (nios2_align): Handle alignment on 2-byte boundaries when CDX
609 instructions may be present.
610 (s_nios2_align): Adjust reference to nop.
611 (CDXBRANCH, IS_CDXBRANCH): New.
612 (CDX_UBRANCH_SUBTYPE, CDX_CBRANCH_SUBTYPE): New.
613 (nios2_relax_subtype_size): Handle 2-byte CDX branches.
614 (nios2_relax_frag): Likewise.
615 (md_convert_frag): Handle R2 encodings.
616 (nios2_check_overflow): Check that low-order bits are zero
617 before applying rightshift from howto.
618 (nios2_check_overflow): Correct negative overflow calculation.
619 (nios2_diagnose_overflow): Handle signed_immed12_overflow. Issue
620 generic overflow messages for miscellaneous instruction formats.
621 (md_apply_fix): Recognize new R2 relocations. For pc_relative
622 relocations, store fixup in *valP.
623 (nios2_reglist_mask, nios2_reglist_dir): New.
624 (nios2_parse_reglist): New.
625 (nios2_parse_base_register): New.
626 (nios2_assemble_expression): Handle constant expressions designated
627 by BFD_RELOC_NONE.
628 (nios2_assemble_reg3): New.
629 (nios2_assemble_arg_c): Handle R2 instruction formats.
630 (nios2_assemble_arg_d): Likewise.
631 (nios2_assemble_arg_s): Likewise.
632 (nios2_assemble_arg_t): Likewise.
633 (nios2_assemble_arg_D): New.
634 (nios2_assemble_arg_S): New.
635 (nios2_assemble_arg_T): New.
636 (nios2_assemble_arg_i): Handle R2 instruction formats.
637 (nios2_assemble_arg_I): New.
638 (nios2_assemble_arg_u): Handle R2 instruction formats.
639 (nios2_assemble_arg_U): New.
640 (nios2_assemble_arg_V): New.
641 (nios2_assemble_arg_W): New.
642 (nios2_assemble_arg_X): New.
643 (nios2_assemble_arg_Y): New.
644 (nios2_assemble_arg_o): Handle R2 instruction formats.
645 (nios2_assemble_arg_O): New.
646 (nios2_assemble_arg_P): New.
647 (nios2_assemble_arg_j): Handle R2 instruction formats.
648 (nios2_assemble_arg_k): New.
649 (nios2_assemble_arg_l): Handle R2 instruction formats.
650 (nios2_assemble_arg_m): Likewise.
651 (nios2_assemble_arg_M): New.
652 (nios2_assemble_arg_N): New.
653 (nios2_assemble_arg_e): New.
654 (nios2_assemble_arg_f): New.
655 (nios2_assemble_arg_g): New.
656 (nios2_assemble_arg_h): New.
657 (nios2_assemble_arg_R): New.
658 (nios2_assemble_arg_B): New.
659 (nios2_assemble_args): Handle new argument letters.
660 (nios2_consume_arg): Likewise.
661 (nios2_translate_pseudo_insn): Avoid dereferencing null pointer
662 in error message.
663 (nios2_ps_insn_info_structs): Add nop.n.
664 (output_ubranch): Handle CDX branches.
665 (output_cbranch): Likewise.
666 (output_call): Handle R2 encodings.
667 (output_movia): Likewise.
668 (md_begin): Initialize nios2_min_align.
669 (md_assemble): Align to nios2_min_align. Adjust nios2_min_align
670 if a 16-bit instruction is seen.
671 (nios2_cons_align): Use appropriate nop pattern.
672
673 2015-07-01 Sandra Loosemore <sandra@codesourcery.com>
674 Cesar Philippidis <cesar@codesourcery.com>
675
676 * config/tc-nios2.c: Adjust includes.
677 (OPTION_MARCH): Define.
678 (md_longopts): Add -march option.
679 (nios2_architecture): New.
680 (nios2_use_arch): New.
681 (md_parse_option): Handle OPTION_MARCH.
682 (md_show_usage): Document -march.
683 (md_begin): Set arch in BFD.
684 (nios2_elf_final_processing): New.
685 * config/tc-nios2.h (elf_tc_final_processing): Define.
686 (nios2_elf_final_processing): New.
687 * doc/c-nios2.texi (-march): Add documentation.
688
689 2015-06-30 Amit Pawar <Amit.Pawar@amd.com>
690
691 * config/tc-i386.c (cpu_arch): Add .mwaitx.
692 (process_immext): Check operands for monitorx/mwaitx instructions.
693 * doc/c-i386.texi: Document mwaitx.
694
695 2015-06-28 H.J. Lu <hongjiu.lu@intel.com>
696
697 * as.c (parse_args): Replace COMPRESS_DEBUG_ZLIB with
698 COMPRESS_DEBUG_GNU_ZLIB.
699 * config/tc-i386.c (flag_compress_debug): Likewise.
700
701 2015-06-24 H.J. Lu <hongjiu.lu@intel.com>
702
703 * doc/as.texinfo (.cfi_lsda): Remove the extra @section.
704
705 2015-06-19 Peter Bergner <bergner@vnet.ibm.com>
706
707 * config/tc-ppc.c (md_assemble): Use ppc_optional_operand_value.
708 Allow for optional operands without insert functions.
709
710 2015-06-18 Nick Clifton <nickc@redhat.com>
711
712 PR gas/18541
713 * config/tc-arm.c (md_apply_fix): Add support for ADR in thumb
714 mode against a nearby symbol.
715
716 2015-06-18 Nick Clifton <nickc@redhat.com>
717
718 PR gas/18481
719 * config/tc-arm.c (tc_gen_reloc): Include BFD_RELOC_ARM_TLS_LE32
720 in the same case as BFD_RELOC_ARM_TLS_IS32.
721
722 2015-06-17 Nick Clifton <nickc@redhat.com>
723
724 * config/tc-arm.c (is_double_a_single): Make conditional upon the
725 availablity of a 64-bit type. Use this type for the argument and
726 mantissa.
727 (double_to_single): Likewise.
728 * config/tc-arm.c (move_or_literal_pool): Use a 64-bit type for
729 the constant value, if available. Generate a 64-bit value from a
730 bignum if supported. Only perform the second optimization for
731 PR 18500 if the 64-bit type is available.
732
733 2015-06-17 Alessandro Marzocchi <alessandro.marzocchi@gmail.com>
734
735 PR gas/18500
736 * config/tc-arm.c (is_double_a_single): New function.
737 (double_to_single): New function.
738 (move_or_literal_pool): Add support for converting VLDR to VMOV.
739
740 PR gas/18499
741 * config/tc-arm.c (move_or_literal_pool): Add support for LDR Rx,=
742 to MOV.w or MVN.w for Thumb2.
743
744 2015-06-17 Nicolas Pitre <nico@linaro.org>
745
746 * as.c (show_usage): Document --sectname-subst.
747 (parse_args): Add --sectname-subst.
748 * as.h (flag_sectname_subst): New.
749 * config/obj-elf.c (obj_elf_section_name): Add %S substitution.
750 * doc/as.texinfo: Document it.
751
752 2015-06-15 Renlin Li <renlin.li@arm.com>
753
754 * config/tc-aarch64.c (reloc_table): New relocation modifier.
755 (md_apply_fix): Support BFD_RELOC_AARCH64_LD64_GOTOFF_LO15.
756 (aarch64_force_relocation): Ditto
757
758 2015-06-13 Mark Wielaard <mjw@redhat.com>
759
760 * dwarf2dbg.c (out_header): Document EXPR->X_add_number value,
761 out_debug_aranges depends on it.
762 (out_debug_aranges): Track size of header to properly pad header
763 for address alignment.
764
765 2015-06-11 John David Anglin <danglin@gcc.gnu.org>
766
767 PR gas/18427
768 * gas/config/tc-hppa.c (last_label_symbol): Declare.
769 (pa_get_label): Return last label in current space/segment or NULL.
770 (pa_define_label): Record last label and add to root.
771 (pa_undefine_label): Remove last label from root.
772
773 2015-06-08 Nick Clifton <nickc@redhat.com>
774
775 * config/tc-rx.c (rx_op): Correct handling of integer bignums.
776
777 2015-06-04 Matthew Wahab <matthew.wahab@arm.com>
778
779 * NEWS: Mention ARMv8.1 support in the Aarch64 port.
780 * config/tc-aarch64.c (aarch64_arch_option_table): Add "armv8.1-a".
781 * doc/c-aarch64.texi (-march): Add "armv8.1-a".
782
783 2015-06-04 Renlin Li <renlin.li@arm.com>
784
785 * config/tc-arm.c (arm_init_frag): Use frag's thumb_mode information
786 when available.
787
788 2015-06-04 Nick Clifton <nickc@redhat.com>
789
790 * config/tc-h8300.c (md_section_align): Fix compile time warning
791 about left shifting a negative value.
792
793 2015-06-03 Matthew Wahab <matthew.wahab@arm.com>
794
795 * config/tc-arm.c (arm_archs): Add "armv8.1-a".
796 * doc/c-arm.texi (ARM Options, -march): Add "armv8.1-a".
797 * NEWS: Mention ARMv8.1 support.
798
799 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
800
801 * config/tc-arm.c (arm_ext_pan): New.
802 (do_setpan): New, encode an ARM SETPAN instruction.
803 (do_t_setpan): New, encode a Thumb SETPAN instruction.
804 (insns): Add "setpan".
805 (arm_extensions): Add "pan".
806 * doc/c-arm.texi (ARM Options): Add "pan" to list of -mcpu processor
807 extensions.
808
809 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
810
811 * config/tc-aarch64.c (aarch64_features): Add "rdma".
812 * doc/c-aarch64.texi (AArch64 Extensions): Add "rdma".
813
814 2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
815
816 * config/tc-aarch64.c (aarch64_features): Add "lor".
817 * doc/c-aarch64.c (Aarch64 Extensions): Add "lor" to list of
818 architecture extensions.
819
820 2015-06-01 Matthew Wahab <matthew.wahab@arm.com>
821
822 * config/tc-aarch64.c (parse_sys_reg): New parameter. Check target
823 support. Fix whitespace.
824 (parse_operands): Update for parse_sys_reg changes.
825 (aarch64_features): Add "pan".
826 * doc/c-aarch64.texi (Aarch64 Extensions): Add "pan".
827
828 2015-06-01 Jiong Wang <jiong.wang@arm.com>
829
830 * config/tc-aarch64.c (reloc_table): New relocation modifiers.
831 (md_apply_fix): Support BFD_RELOC_AARCH64_LD32_GOTPAGE_LO14.
832 (aarch64_force_relocation): Ditto.
833
834 2015-06-01 Jiong Wang <jiong.wang@arm.com>
835
836 * config/tc-aarch64.c (reloc_table): New relocation modifiers.
837 (md_apply_fix): Support BFD_RELOC_AARCH64_LD64_GOTPAGE_LO15.
838 (aarch64_force_relocation): Ditto.
839
840 2015-05-28 Catherine Moore <clm@codesourcery.com>
841 Bernd Schmidt <bernds@codesourcery.com>
842 Paul Brook <paul@codesourcery.com>
843
844 gas/
845 * config/tc-alpha.c (all_cfi_sections): Declare.
846 (s_alpha_ent): Initialize all_cfi_sections.
847 (alpha_elf_md_end): Invoke cfi_set_sections.
848 * config/tc-mips.c (md_apply_fix): Handle BFD_RELOC_NONE.
849 (s_ehword): Use BFD_RELOC_32_PCREL.
850 (mips_fix_adjustable): Handle BFD_RELOC_32_PCREL.
851 (mips_cfi_reloc_for_encoding): New function.
852 * tc-mips.h (DWARF2_FDE_RELOC_SIZE): Redefine.
853 (DWARF2_FDE_RELOC_ENCODING): Define.
854 (tc_cfi_reloc_for_encoding): Define.
855 (mips_cfi_reloc_for_encoding): Define.
856 (tc_compact_eh_opcode_stop): Define.
857 (tc_compact_eh_opcode_pad): Define.
858 * doc/as.texinfo: Document Compact EH extensions.
859 * doc/internals.texi: Likewise.
860 * dw2gencfi.c (EH_FRAME_LINKONCE): Redefine.
861 (tc_cfi_reloc_for_encoding): Provide default.
862 (compact_eh): Declare.
863 (emit_expr_encoded): New function.
864 (get_debugseg_name): Add Compact EH support.
865 (alloc_debugseg_item): Likewise.
866 (cfi_set_sections): New function.
867 (dot_cfi_fde_data): New function.
868 (dot_cfi_personality_id): New function.
869 (dot_cfi_inline_lsda): New function.
870 (cfi_pseudo_table): Add cfi_fde_data, cfi_personality_id,
871 and cfi_inline_lsda.
872 (dot_cfi_personality): Add Compact EH support.
873 (dot_cfi_lsda): Likewise.
874 (dot_cfi_sections): Likewise.
875 (dot_cfi_startproc): Likewise.
876 (get_cfi_seg): Likewise.
877 (output_compact_unwind_data): New function.
878 (output_cfi_insn): Add Compact EH support.
879 (output_cie): Likewise.
880 (output_fde): Likewise.
881 (cfi_finish): Likewise.
882 (cfi_emit_eh_header): New function.
883 (output_eh_header): New function.
884 * dw2gencfi.h (cfi_set_sections): Declare.
885 (SUPPORT_COMPACT_EH): Define.
886 (MULTIPLE_FRAME_SECTIONS): Define.
887 New enumeration to describe the Compact EH header format.
888 (fde_entry): Add new fields personality_id, eh_header_type, eh_data_size,
889 eh_data, eh_loc and sections.
890 (CFI_EMIT_eh_frame, CFI_EMIT_debug_frame, CFI_EMIT_target,
891 CFI_EMIT_eh_frame_compact): Define.
892
893 2015-05-26 Max Filippov <jcmvbkbc@gmail.com>
894
895 * config/tc-xtensa.c (xtensa_move_literals): Check that
896 search_frag is non-NULL. Report error if literal frag is not
897 found.
898
899 2015-05-22 Nick Clifton <nickc@redhat.com>
900
901 PR gas/18446
902 * read.c (output_big_sleb128): Use U suffix to prevent compile
903 time warning.
904
905 2015-05-19 Jiong Wang <jiong.wang@arm.com>
906
907 * config/tc-aarch64.c (process_movw_reloc_info): Sort relocation case
908 labels alphabetically.
909 (md_apply_fix): Ditto.
910 (aarch64_force_relocation): Ditto.
911
912 2015-05-15 H.J. Lu <hongjiu.lu@intel.com>
913
914 PR binutis/18386
915 * config/tc-i386.c (OPTION_MAMD64): New.
916 (OPTION_MINTEL64): Likewise.
917 (md_longopts): Add -mamd64 and -mintel64.
918 (md_parse_option): Handle OPTION_MAMD64 and OPTION_MINTEL64.
919 (md_show_usage): Add -mamd64 and -mintel64.
920 * doc/c-i386.texi: Document -mamd64 and -mintel64.
921
922 2015-05-15 H.J. Lu <hongjiu.lu@intel.com>
923
924 * config/tc-i386.c (shared): New.
925 (OPTION_MSHARED): Likewise.
926 (elf_symbol_resolved_in_segment_p): Add relocation argument.
927 Check PLT relocations and shared.
928 (md_estimate_size_before_relax): Pass fragP->fr_var to
929 elf_symbol_resolved_in_segment_p.
930 (md_longopts): Add -mshared.
931 (md_show_usage): Likewise.
932 (md_parse_option): Handle OPTION_MSHARED.
933 * doc/c-i386.texi: Document -mshared.
934
935 2015-05-14 H.J. Lu <hongjiu.lu@intel.com>
936
937 * write.c (compress_debug): Don't write the zlib header, which
938 is handled by bfd_update_compression_header.
939
940 2015-05-13 Max Filippov <jcmvbkbc@gmail.com>
941
942 * config/tc-xtensa.c (xtensa_relax_frag): Allow trampoline to be
943 closer than J_RANGE / 2 to jump frag.
944
945 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
946
947 * configure.tgt (arch): Set to iamcu for i386-*-elfiamcu target.
948 * config/tc-i386.c (i386_mach): Support iamcu.
949 (i386_target_format): Likewise.
950
951 2015-05-11 H.J. Lu <hongjiu.lu@intel.com>
952
953 * config/tc-i386.c (cpu_arch): Add iamcu.
954 (i386_align_code): Handle PROCESSOR_IAMCU.
955 (i386_arch): Likewise.
956 (i386_mach): Likewise.
957 (i386_target_format): Likewise.
958 (valid_iamcu_cpu_flags): New function.
959 (check_cpu_arch_compatible): Only allow Intel MCU instructions
960 when targeting Intel MCU.
961 (set_cpu_arch): Call valid_iamcu_cpu_flags to check if CPU flags
962 are valid for Intel MCU.
963 (md_parse_option): Likewise.
964 * tc-i386.h (ELF_TARGET_IAMCU_FORMAT): New.
965 (processor_type): Add PROCESSOR_IAMCU.
966 * doc/c-i386.texi: Document iamcu.
967
968 2015-05-08 Nick Clifton <nickc@redhat.com>
969
970 PR gas/18347
971 * config/tc-arm.h (TC_EQUAL_IN_INSN): Define.
972 * config/tc-arm.c (arm_tc_equal_in_insn): New function. Move
973 the symbol name checking code to here from...
974 (md_undefined_symbo): ... here.
975
976 2015-05-07 H.J. Lu <hongjiu.lu@intel.com>
977
978 * config/tc-i386.c (elf_symbol_resolved_in_segment_p): New.
979 (md_estimate_size_before_relax): Use it.
980
981 2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
982
983 * config/tc-sparc.c: Typo in comment fixed.
984
985 2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
986
987 * config/tc-sparc.c (sparc_ip): Support the %ncc "natural"
988 condition codes
989 * doc/c-sparc.texi (Sparc-Regs): Document %ncc.
990
991 2015-05-06 Nick Clifton <nickc@redhat.com>
992
993 * doc/as.texinfo (Dollar Local Labels): Note that these are only
994 supported on some targets.
995
996 2015-05-06 Renlin Li <renlin.li@arm.com>
997
998 * config/tc-aarch64.c (mapping_state): Recording alignment before exit.
999
1000 2015-05-05 Renlin Li <renlin.li@arm.com>
1001
1002 * config/tc-aarch64.c (aarch64_init_frag): Always generate mapping
1003 symbols.
1004
1005 2015-05-05 Nick Clifton <nickc@redhat.com>
1006
1007 * config/tc-msp430.c (MAX_OP_LEN): Increase to 4096.
1008 (msp430_make_init_symbols): New function.
1009 (msp430_section): Call it.
1010 (msp430_frob_section): Likewise.
1011
1012 2015-05-02 Max Filippov <jcmvbkbc@gmail.com>
1013
1014 * config/tc-xtensa.c (cached_fixupS, fixup_cacheS): New typedefs.
1015 (struct cached_fixup, struct fixup_cache): New structures.
1016 (fixup_order, xtensa_make_cached_fixup),
1017 (xtensa_realloc_fixup_cache, xtensa_cache_relaxable_fixups),
1018 (xtensa_find_first_cached_fixup, xtensa_delete_cached_fixup),
1019 (xtensa_add_cached_fixup): New functions.
1020 (xtensa_relax_frag): Cache fixups pointing at potentially
1021 oversized jumps at the beginning of every relaxation pass. Only
1022 check subset of this cache in the reach of single jump from the
1023 trampoline frag currently being relaxed.
1024
1025 2015-05-01 Nick Clifton <nickc@redhat.com>
1026
1027 * config/rl78-parse.y (MULU): Remove ISA_G14.
1028 (MULH, DIVHU, DIVWU, MACHI, MACH): Update error strings.
1029
1030 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1031
1032 * config/tc-i386.c (i386_elf_emit_arch_note): Removed.
1033 * config/tc-i386.h (md_end): Likewise.
1034 (i386_elf_emit_arch_note): Likewise.
1035
1036 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1037
1038 * configure.tgt: Support i386-*-elf*.
1039
1040 2015-04-30 DJ Delorie <dj@redhat.com>
1041
1042 * config/rl78-defs.h (rl78_isa_g10): New.
1043 (rl78_isa_g13): New.
1044 (rl78_isa_g14): New.
1045 * config/rl78-parse.y (ISA_G10): New.
1046 (ISA_G13): New.
1047 (ISA_G14): New.
1048 (MULHU, MULH, MULU, DIVHU, DIVWU, MACHU, MACH): Use them.
1049 * config/tc-rl78.c (rl78_isa_g10): New.
1050 (rl78_isa_g13): New.
1051 (rl78_isa_g14): New.
1052
1053 2015-04-30 H.J. Lu <hongjiu.lu@intel.com>
1054
1055 * config/tc-i386.c (i386_target_format): Use "else if" on
1056 cpu_arch_isa.
1057
1058 2015-04-30 Nick Clifton <nickc@redhat.com>
1059
1060 PR gas/18347
1061 * config/tc-arm.c (md_undefined_symbol): Issue a warning message
1062 (if enabled) when the user creates a symbol with the same name as
1063 an ARM instruction.
1064 (flag_warn_syms): New static variable.
1065 (arm_opts): Add mwarn-syms and mno-warn-syms.
1066 * doc/c-arm.texi (ARM Options): Document the -m[no-]warn-syms
1067 options.
1068
1069 PR gas/18353
1070 * doc/as.texinfo (Zero): Add documentation of the .zero pseudo-op.
1071
1072 2015-04-29 Nick Clifton <nickc@redhat.com>
1073
1074 PR 18256
1075 * config/tc-arm.c (encode_arm_cp_address): Issue an error message
1076 if the operand is neither a register nor a vector.
1077
1078 2015-04-29 Nick Clifton <nickc@redhat.com>
1079
1080 * doc/as.texinfo (Set): Note that a symbol cannot be set multiple
1081 times if the expression is not constant and the target uses linker
1082 relaxation.
1083
1084 2015-04-28 Renlin Li <renlin.li@arm.com>
1085
1086 * config/tc-arm.c (arm_init_frag): Always emit mapping symbols.
1087
1088 2015-04-28 Nick Clifton <nickc@redhat.com>
1089
1090 PR 18313
1091 * cond.c (s_if): Stop compile time warning about stopc being used
1092 before it is set.
1093 (s_ifc): Likewise.
1094
1095 2015-04-27 Renlin Li <renlin.li@arm.com>
1096
1097 * config/tc-aarch64.c (s_aarch64_inst): Don't align code for non-text
1098 section.
1099 (md_assemble): Likewise, move the align code outside the loop.
1100
1101 2015-04-24 Jim Wilson <jim.wilson@linaro.org>
1102
1103 * config/tc-aarch64.c (aarch64_cpus): Add CRC and CRYPTO features
1104 for thunderx.
1105
1106 2015-04-24 Richard Earnshaw <rearnsha@arm.com>
1107
1108 * config/tc-arm.h (arm_min): New function.
1109 (SUB_SEGMENT_ALIGN): Define.
1110
1111 2015-04-23 Matthew Fortune <matthew.fortune@imgtec.com>
1112
1113 * config/tc-mips.c (macro): State the recommended way of creating
1114 32-bit or 64-bit addresses.
1115
1116 2015-04-23 Jan Beulich <jbeulich@suse.com>
1117
1118 * config/tc-i386.c (match_mem_size): Also allow no size
1119 specification when broadcasting.
1120
1121 2015-04-20 H.J. Lu <hongjiu.lu@intel.com>
1122
1123 * doc/as.texinfo (Bundle directives): Shorten menu entry and
1124 use @subsection.
1125 (CFI directives): Use @subsection.
1126 (SH-Dependent, SH64-Dependent): Moved after SCORE-Dependent.
1127 * doc/c-i386.texi (i386-Mnemonics): Use @subsection.
1128
1129 2015-04-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1130
1131 * config/tc-avr.c (create_record_for_frag): Rename link to
1132 prop_rec_link.
1133
1134 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
1135
1136 * NEWS: Mention
1137 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
1138
1139 2015-04-14 H.J. Lu <hongjiu.lu@intel.com>
1140
1141 * as.h (compressed_debug_section_type): Removed.
1142
1143 2015-04-14 Nick Clifton <nickc@redhat.com>
1144
1145 * config/tc-rl78.h (TC_LINKRELAX_FIXUP): Define.
1146 (TC_FORCE_RELOCATION_SUB_SAME): Define.
1147 (DWARF2_USE_FIXED_ADVANCE_PC): Define.
1148
1149 2015-04-10 Nick Clifton <nickc@redhat.com>
1150
1151 PR binutils/18198
1152 * doc/c-arm.texi (ARM Options): Add a note about the interaction of
1153 the -EB option with the linker's --be8 option.
1154
1155 2015-04-09 Hans-Peter Nilsson <hp@axis.com>
1156
1157 * doc/c-rx.texi: Fix markup typos in last change.
1158
1159 2015-04-09 Nick Clifton <nickc@redhat.com>
1160
1161 * config/tc-rx.c (enum options): Add OPTION_DISALLOW_STRING_INSNS.
1162 (md_longopts): Add -mno-allow-string-insns.
1163 (md_parse_option): Handle -mno-allow-string-insns.
1164 (md_show_usage): Mention -mno-allow-string-insns.
1165 (rx_note_string_insn_use): New function. Produces an error
1166 message if a string insn is used when it is not allowed.
1167 * config/rx-parse.y (SCMPU): Call rx_note_string_insn_use.
1168 (SMOVU, SMOVB, SMOVF, SUNTIL, SWHILE, RMPA): Likewise.
1169 * config/rx-defs.h (rx_note_string_insn_use): Prototype.
1170 * doc/c-rx.texi: Document -mno-allow-string-insns.
1171
1172 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
1173
1174 * as.c (show_usage): Update --compress-debug-sections.
1175 (std_longopts): Use optional_argument on compress-debug-sections.
1176 (parse_args): Handle
1177 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
1178 * as.h (compressed_debug_section_type): New.
1179 (flag_compress_debug): Change type to compressed_debug_section_type.
1180 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
1181 * write.c (compress_debug): Set BFD_COMPRESS_GABI for
1182 --compress-debug-sections=zlib-gabi. Call
1183 bfd_get_compression_header_size to get compression header size.
1184 Don't rename section name for --compress-debug-sections=zlib-gabi.
1185 * config/tc-i386.c (compressed_debug_section_type): Set to
1186 COMPRESS_DEBUG_ZLIB.
1187 * doc/as.texinfo: Document
1188 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
1189
1190 2015-04-07 Renlin Li <renlin.li@arm.com>
1191
1192 * config/tc-aarch64.c (mapping_state): Use subseg_text_p.
1193 (s_aarch64_inst): Likewise.
1194 (md_assemble): Likewise.
1195
1196 2015-04-06 H.J. Lu <hongjiu.lu@intel.com>
1197
1198 * write.c (compress_debug): Use bfd_putb64 to write uncompressed
1199 section size.
1200
1201 2015-04-05 H.J. Lu <hongjiu.lu@intel.com>
1202
1203 * write.c (compress_debug): Don't write the zlib header if
1204 compressed section size is the same as before compression.
1205
1206 2015-04-02 Nick Clifton <nickc@redhat.com>
1207
1208 PR gas/18189
1209 * config/tc-microblaze.c (parse_imm): Use offsetT as the type for
1210 min and max parameters. Sign extend values before testing.
1211
1212 2015-04-02 Renlin Li <renlin.li@arm.com>
1213
1214 * config/tc-aarch64.c (mapping_state): Emit MAP_DATA within text section in order.
1215 (mapping_state_2): Don't emit MAP_DATA here.
1216 (s_aarch64_inst): Align frag during state transition.
1217 (md_assemble): Likewise.
1218
1219 2015-04-02 Ed Maste <emaste@freebsd.org>
1220
1221 * config/tc-aarch64.c (set_error_kind): Delete.
1222 (set_error_message): Delete.
1223
1224 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
1225
1226 * configure: Regenerated.
1227
1228 2015-04-01 Evandro Menezes <e.menezes@samsung.com>
1229
1230 * config/tc-aarch64.c: Add support for Samsung Exynos M1.
1231 * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
1232
1233 2015-04-01 Evandro Menezes <e.menezes@samsung.com>
1234
1235 * config/tc-arm.c: Add support for Samsung Exynos M1.
1236 * doc/c-arm.texi (-mcpu=): Add "exynos-m1".
1237
1238 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1239
1240 * configure: Regenerated.
1241
1242 2015-03-31 Ed Schouten <ed@nuxi.nl>
1243
1244 * configure.tgt (fmt): Set to elf for *-*-cloudabi*.
1245
1246 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1247
1248 * configure.ac: Revert the AM_ZLIB change.
1249 * Makefile.in: Regenerated.
1250 * aclocal.m4: Likewise.
1251 * configure: Likewise.
1252
1253 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1254
1255 * Makefile.am (ZLIBINC): New.
1256 (AM_CFLAGS): Add $(ZLIBINC).
1257 * as.c: (show_usage): Don't check HAVE_ZLIB_H.
1258 (parse_args): Likewise.
1259 * compress-debug.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
1260 (compress_init): Don't check HAVE_ZLIB_H.
1261 (compress_data): Likewise.
1262 (compress_finish): Likewise.
1263 * configure.ac (AM_ZLIB): Removed.
1264 (zlibinc): New. AC_SUBST.
1265 Add --with-system-zlib.
1266 * Makefile.in: Regenerated.
1267 * config.in: Likewise.
1268 * configure: Likewise.
1269 * doc/Makefile.in: Likewise.
1270
1271 2015-03-27 H.J. Lu <hongjiu.lu@intel.com>
1272
1273 * config/tc-i386.c (cpu_flags_set): Removed.
1274
1275 2015-03-25 Renlin Li <renlin.li@arm.com>
1276
1277 * config/tc-aarch64.c (mapping_state): Remove first MAP_DATA emitting
1278 code.
1279 (mapping_state_2): Emit first MAP_DATA symbol here.
1280
1281 2015-03-24 H.J. Lu <hongjiu.lu@intel.com>
1282
1283 PR gas/18087
1284 * write.c (compress_debug): Don't write the zlib header if
1285 compression didn't make the section smaller.
1286
1287 2015-03-24 Terry Guo <terry.guo@arm.com>
1288
1289 * config/tc-arm.c (no_cpu_selected): Use new macro to compare
1290 features.
1291 (parse_psr): Likewise.
1292 (do_t_mrs): Likewise.
1293 (do_t_msr): Likewise.
1294 (static const arm_feature_set arm_ext_*): Defined with new macros.
1295 (static const arm_feature_set arm_cext_*): Likewise.
1296 (static const arm_feature_set fpu_fpa_ext_*): Likewise.
1297 (static const arm_feature_set fpu_vfp_ext_*): Likewise.
1298 (deprecated_coproc_regs): Likewise.
1299 (UL_BARRIER): Likewise.
1300 (barrier_opt_names): Likewise.
1301 (arm_cpus): Likewise.
1302 (arm_extensions): Likewise.
1303
1304 2015-03-20 H.J. Lu <hongjiu.lu@intel.com>
1305
1306 * config/tc-i386.c (i386_align_code): Limit multi-byte nop
1307 instructions to 10 bytes.
1308
1309 2015-03-19 Nick Clifton <nickc@redhat.com>
1310
1311 * config/tc-rl78.c (enum options): Add G13 and G14.
1312 (md_longopts): Add -mg13 and -mg14.
1313 (md_parse_option): Handle -mg13 and -mg14.
1314 (md_show_usage): List -mg13 and -mg14.
1315 * doc/c-rl78.texi: Add description of -mg13 and -mg14 options.
1316
1317 2015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
1318 Nick Clifton <nickc@redhat.com>
1319
1320 PR binutils/18087
1321 * doc/as.texinfo: Note that when gas compresses debug sections the
1322 compression is only performed if it makes the section smaller.
1323 * write.c (compress_debug): Do not compress a debug section if
1324 doing so would make it larger.
1325
1326 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
1327
1328 * config/tc-i386.c (cpu_arch): Add PROCESSOR_ZNVER flags.
1329 (i386_align_code): Add PROCESSOR_ZNVER cases.
1330 * config/tc-i386.h (processor_type): Add PROCESSOR_ZNVER.
1331 * doc/c-i386.texi: Add znver1 and clzero.
1332
1333 2015-03-16 Nick Clifton <nickc@redhat.com>
1334
1335 * dwarf2dbg.c (out_header): Remove spurious #if 1.
1336
1337 2015-03-13 Jiong Wang <jiong.wang@arm.com>
1338
1339 * config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
1340 number 31.
1341
1342 2015-03-13 Jiong Wang <jiong.wang@arm.com>
1343
1344 * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
1345
1346 2015-03-12 Andrew Bennett <andrew.bennett@imgtec.com>
1347
1348 * config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
1349 * doc/c-mips.texi: Document i6400 -march option.
1350
1351 2015-03-12 Nick Clifton <nickc@redhat.com>
1352
1353 PR gas/17444
1354 * config/tc-arm.h (MD_APPLY_SYM_VALUE): Pass the current segment
1355 to arm_apply_sym_value. Update prototype.
1356 * config/tc-arm.c (arm_apply_sym_value): Add segment argument.
1357 Do not apply the value if the symbol is in a different segment to
1358 the current segment.
1359
1360 2015-03-11 Alan Modra <amodra@gmail.com>
1361
1362 * config/tc-ppc.c (md_assemble): Don't abort on 8 byte insn fixups.
1363 (md_apply_fix): Report an error on data-only fixups used with insns.
1364
1365 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1366
1367 * config/tc-s390.c (md_gather_operands): Check for valid
1368 length field operands.
1369
1370 2015-03-10 Michael Perkins <perkinsmg75@yahoo.co.uk>
1371
1372 * config/tc-arm.c (parse_operands): Fix bug setting writeback
1373 values for '^' on OP_REGLSTs.
1374 (do_push_pop): Add new writeback constraint.
1375
1376 2015-03-10 Renlin Li <renlin.li@arm.com>
1377
1378 * config/tc-arm.c (mapping_state): Remove first MAP_DATA emitting code.
1379 (mapping_state_2): Emit first MAP_DATA symbol here.
1380
1381 2015-03-10 Matthew Wahab <matthew.wahab@arm.com>
1382
1383 * config/tc-aarch64.c (mapping_state): Set minimum alignment for
1384 code sections.
1385
1386 2015-03-10 Nick Clifton <nickc@redhat.com>
1387
1388 PR gas/17852
1389 * config/tc-arm.c (md_begin): Ensure that selected_cpu is
1390 initialised when CPU_DEFAULT is defined.
1391
1392 2015-03-05 Nick Clifton <nickc@redhat.com>
1393
1394 * config/tc-v850.c (md_parse_option): Fix code to set or clear
1395 EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the
1396 -m8byte-align and -m4byte-align command line options.
1397
1398 2015-03-04 Richard Sandiford <richard.sandiford@arm.com>
1399
1400 PR gas/17843
1401 * config/tc-aarch64.c (process_movw_reloc_info): Allow
1402 R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
1403 for MOVK.
1404
1405 2015-02-28 Alan Modra <amodra@gmail.com>
1406
1407 * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
1408 end to their alignment.
1409
1410 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
1411
1412 * config/tc-aarch64.c (reloc_table_entry): Generate
1413 BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
1414 (md_apply_fix, aarch64_force_relocation): Handle
1415 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
1416
1417 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
1418
1419 * config/tc-aarch64.c (reloc_table_entry): Generate
1420 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
1421 (md_apply_fix, aarch64_force_relocation): Handle
1422 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
1423
1424 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
1425
1426 * config/tc-aarch64.c (reloc_table_entry): Generate
1427 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
1428 (md_apply_fix, aarch64_force_relocation): Handle
1429 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
1430
1431 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
1432
1433 * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
1434 (reloc_table): Likewise.
1435 (parse_address_main): Use ld_literal_type.
1436
1437 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
1438
1439 * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
1440 (reloc_table): Likewise.
1441 (parse_address_main): Use adr_type.
1442
1443 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
1444
1445 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
1446
1447 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1448
1449 * config/tc-avr.c: Add elf32-avr.h include.
1450 (struct avr_property_record_link): New structure.
1451 (avr_output_property_section_header): New function.
1452 (avr_record_size): New function.
1453 (avr_output_property_record): New function.
1454 (avr_create_property_section): New function.
1455 (avr_handle_align): New function.
1456 (exclude_section_from_property_tables): New function.
1457 (create_record_for_frag): New function.
1458 (append_records_for_section): New function.
1459 (avr_create_and_fill_property_section): New function.
1460 (avr_post_relax_hook): New function.
1461 * config/tc-avr.h (md_post_relax_hook): Define.
1462 (avr_post_relax_hook): Declare.
1463 (HANDLE_ALIGN): Define.
1464 (avr_handle_align): Declare.
1465 (strut avr_frag_data): New structure.
1466 (TC_FRAG_TYPE): Define.
1467
1468 2015-02-25 Matthew Wahab <matthew.wahab@arm.com>
1469
1470 * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
1471 cortex-a72.
1472
1473 2015-02-24 Nick Clifton <nickc@redhat.com>
1474
1475 * config/tc-v850.c (soft_float): New variable.
1476 (v850_data_8): New variable.
1477 (md_show_usage): Add -msoft-float/-mhard-float.
1478 (md_parse_option): Likewise.
1479 (md_begin): Set the default value of soft_float.
1480 (v850_md_end): New function. Creates a note section.
1481 * config/tc-v850.h (md_end): Define.
1482 * doc/c-v850.texi: Document -msoft-float/-mhard-float.
1483
1484 2015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
1485
1486 * config/tc-h8300.c (line_separater_chars): Add a version for
1487 h8300-linux that includes a separator.
1488 (default_mach): New variable.
1489 (md_main): Use it.
1490 (md_longopts): Add '--march' option.
1491 (md_parse_option): Parse the new option.
1492 * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux.
1493 * configure.tgt: Add h8300-*-linux
1494 * doc/c-h8300.texi: Document --march.
1495
1496 2015-02-23 Nick Clifton <nickc@redhat.com>
1497
1498 PR 17940
1499 * dwarf2dbg.c (out_header): When generating dwarf sections use
1500 real symbols not temps for the start and end symbols.
1501 * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent
1502 adjustments to relocations in debug sections.
1503 (TC_LINKRELAX_FIXUP): Likewise.
1504
1505 2015-02-19 Alan Modra <amodra@gmail.com>
1506
1507 * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
1508 * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
1509
1510 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
1511
1512 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
1513
1514 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
1515
1516 * config/tc-arm.c: Add support for Cortex-A72.
1517
1518 2015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1519
1520 * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
1521 of as_warn for deprecation messages.
1522 (encode_arm_addr_mode_2): Likewise.
1523 (check_obsolete): Likewise.
1524 (do_rd_rm_rn): Likewise.
1525 (do_co_reg): Likewise.
1526 (do_setend): Likewise.
1527 (do_t_mov_cmp): Likewise.
1528 (do_neon_ldr_str): Likewise.
1529 (opcode_lookup): Likewise.
1530 (if_fsm_post_encode): Likewise.
1531 (md_assemble): Likewise.
1532
1533 2015-02-06 Jan Beulich <jbeulich@suse.com>
1534
1535 * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
1536 (cfi_change_reg_numbers): Also do nothing for CFI_label.
1537 (cfi_pseudo_table): Also handle .cfi_label when not supporting
1538 CFI directives.
1539
1540 2015-02-05 Alan Modra <amodra@gmail.com>
1541
1542 * config/tc-msp430.c (md_assemble): Correct size passed to
1543 extract_cmd. Remove index check.
1544
1545 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
1546
1547 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
1548 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
1549
1550 2015-02-04 Nick Clifton <nickc@redhat.com>
1551
1552 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
1553 these instructions.
1554
1555 2015-02-03 Renlin Li <renlin.li@arm.com>
1556
1557 * doc/c-aarch64.texi (.arch): Document the directive.
1558 (.arch_extension): Likewise.
1559
1560 2015-02-03 Nick Clifton <nickc@redhat.com>
1561
1562 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
1563
1564 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1565
1566 * Makefile.am: Add FT32 files.
1567 * config/tc-ft32.c: New file.
1568 * config/tc-ft32.h: New file.
1569 * configure.tgt: Add FT32 support.
1570 * Makefile.in: Regenerate.
1571 * po/POTFILES.in: Regenerate.
1572
1573 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1574
1575 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
1576 of instruction la to a symbol.
1577
1578 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1579
1580 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
1581 section name.
1582
1583 2015-01-19 Alan Modra <amodra@gmail.com>
1584
1585 * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
1586 * write.c (get_frag_for_reloc): Allow match just past end of frag.
1587
1588 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1589
1590 * config/tc-s390.c (struct pd_reg): Remove.
1591 (pre_defined_registers): Remove.
1592 (REG_NAME_CNT): Remove.
1593 (reg_name_search): Calculate the register number instead of doing
1594 a lookup.
1595 (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
1596 reg_name_search signature.
1597 (s390_parse_cpu): Support the new arch string z13.
1598 (s390_insert_operand): Support for vector registers with the extra
1599 field for the fifth bit of each vector register operand.
1600 (md_gather_operand): Adjust to the new handling of optional
1601 parameters.
1602
1603 * doc/as.texinfo: Document the z13 cpu string.
1604
1605 2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
1606
1607 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
1608 #0, restoring previous behaviour.
1609
1610 2015-01-12 Jan Beulich <jbeulich@suse.com>
1611
1612 * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
1613 (cfi_pseudo_table): Add "cfi_label".
1614 (output_cfi_insn): Handle CFI_label.
1615 (select_cie_for_fde): Als terminate CIE when encountering
1616 CFI_label.
1617 * dw2gencfi.h (cfi_add_label): Declare.
1618 (struct cfi_insn_data): New member "sym_name".
1619 (CFI_label): New.
1620 * read.c (read_symbol_name): Drop "static".
1621 * read.h (read_symbol_name): Declare.
1622
1623 2015-01-12 Jan Beulich <jbeulich@suse.com>
1624
1625 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
1626 (do_neon_qshl_imm): Likewise.
1627
1628 2015-01-12 Alan Modra <amodra@gmail.com>
1629
1630 * read.c (s_altmacro, s_reloc): Make definition static.
1631
1632 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
1633
1634 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
1635 diff fixups.
1636
1637 2015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
1638
1639 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
1640 X-Gene 2.
1641 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
1642
1643 2015-01-07 Jan Beulich <jbeulich@suse.com>
1644
1645 * config/tc-arm.c (struct arm_option_extension_value_table):
1646 Split field "value" into fields "merge_value" and "clear_value".
1647 (arm_extensions): Adjust initializer accordingly.
1648
1649 2015-01-01 Alan Modra <amodra@gmail.com>
1650
1651 * as.c (parse_args): Just print current year.
1652
1653 2015-01-01 Alan Modra <amodra@gmail.com>
1654
1655 Update year range in copyright notice of all files.
1656
1657 For older changes see ChangeLog-2014
1658 \f
1659 Copyright (C) 2015 Free Software Foundation, Inc.
1660
1661 Copying and distribution of this file, with or without modification,
1662 are permitted in any medium without royalty provided the copyright
1663 notice and this notice are preserved.
1664
1665 Local Variables:
1666 mode: change-log
1667 left-margin: 8
1668 fill-column: 74
1669 version-control: never
1670 End:
This page took 0.06244 seconds and 3 git commands to generate.