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