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