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