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