57b3bf54e5d12f028adca5af00aa3390ce357e42
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
2
3 * config/tc-sparc.c (sparc_ip): Support the %ncc "natural"
4 condition codes
5 * doc/c-sparc.texi (Sparc-Regs): Document %ncc.
6
7 2015-05-06 Nick Clifton <nickc@redhat.com>
8
9 * doc/as.texinfo (Dollar Local Labels): Note that these are only
10 supported on some targets.
11
12 2015-05-06 Renlin Li <renlin.li@arm.com>
13
14 * config/tc-aarch64.c (mapping_state): Recording alignment before exit.
15
16 2015-05-05 Renlin Li <renlin.li@arm.com>
17
18 * config/tc-aarch64.c (aarch64_init_frag): Always generate mapping
19 symbols.
20
21 2015-05-05 Nick Clifton <nickc@redhat.com>
22
23 * config/tc-msp430.c (MAX_OP_LEN): Increase to 4096.
24 (msp430_make_init_symbols): New function.
25 (msp430_section): Call it.
26 (msp430_frob_section): Likewise.
27
28 2015-05-02 Max Filippov <jcmvbkbc@gmail.com>
29
30 * config/tc-xtensa.c (cached_fixupS, fixup_cacheS): New typedefs.
31 (struct cached_fixup, struct fixup_cache): New structures.
32 (fixup_order, xtensa_make_cached_fixup),
33 (xtensa_realloc_fixup_cache, xtensa_cache_relaxable_fixups),
34 (xtensa_find_first_cached_fixup, xtensa_delete_cached_fixup),
35 (xtensa_add_cached_fixup): New functions.
36 (xtensa_relax_frag): Cache fixups pointing at potentially
37 oversized jumps at the beginning of every relaxation pass. Only
38 check subset of this cache in the reach of single jump from the
39 trampoline frag currently being relaxed.
40
41 2015-05-01 Nick Clifton <nickc@redhat.com>
42
43 * config/rl78-parse.y (MULU): Remove ISA_G14.
44 (MULH, DIVHU, DIVWU, MACHI, MACH): Update error strings.
45
46 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
47
48 * config/tc-i386.c (i386_elf_emit_arch_note): Removed.
49 * config/tc-i386.h (md_end): Likewise.
50 (i386_elf_emit_arch_note): Likewise.
51
52 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
53
54 * configure.tgt: Support i386-*-elf*.
55
56 2015-04-30 DJ Delorie <dj@redhat.com>
57
58 * config/rl78-defs.h (rl78_isa_g10): New.
59 (rl78_isa_g13): New.
60 (rl78_isa_g14): New.
61 * config/rl78-parse.y (ISA_G10): New.
62 (ISA_G13): New.
63 (ISA_G14): New.
64 (MULHU, MULH, MULU, DIVHU, DIVWU, MACHU, MACH): Use them.
65 * config/tc-rl78.c (rl78_isa_g10): New.
66 (rl78_isa_g13): New.
67 (rl78_isa_g14): New.
68
69 2015-04-30 H.J. Lu <hongjiu.lu@intel.com>
70
71 * config/tc-i386.c (i386_target_format): Use "else if" on
72 cpu_arch_isa.
73
74 2015-04-30 Nick Clifton <nickc@redhat.com>
75
76 PR gas/18347
77 * config/tc-arm.c (md_undefined_symbol): Issue a warning message
78 (if enabled) when the user creates a symbol with the same name as
79 an ARM instruction.
80 (flag_warn_syms): New static variable.
81 (arm_opts): Add mwarn-syms and mno-warn-syms.
82 * doc/c-arm.texi (ARM Options): Document the -m[no-]warn-syms
83 options.
84
85 PR gas/18353
86 * doc/as.texinfo (Zero): Add documentation of the .zero pseudo-op.
87
88 2015-04-29 Nick Clifton <nickc@redhat.com>
89
90 PR 18256
91 * config/tc-arm.c (encode_arm_cp_address): Issue an error message
92 if the operand is neither a register nor a vector.
93
94 2015-04-29 Nick Clifton <nickc@redhat.com>
95
96 * doc/as.texinfo (Set): Note that a symbol cannot be set multiple
97 times if the expression is not constant and the target uses linker
98 relaxation.
99
100 2015-04-28 Renlin Li <renlin.li@arm.com>
101
102 * config/tc-arm.c (arm_init_frag): Always emit mapping symbols.
103
104 2015-04-28 Nick Clifton <nickc@redhat.com>
105
106 PR 18313
107 * cond.c (s_if): Stop compile time warning about stopc being used
108 before it is set.
109 (s_ifc): Likewise.
110
111 2015-04-27 Renlin Li <renlin.li@arm.com>
112
113 * config/tc-aarch64.c (s_aarch64_inst): Don't align code for non-text
114 section.
115 (md_assemble): Likewise, move the align code outside the loop.
116
117 2015-04-24 Jim Wilson <jim.wilson@linaro.org>
118
119 * config/tc-aarch64.c (aarch64_cpus): Add CRC and CRYPTO features
120 for thunderx.
121
122 2015-04-24 Richard Earnshaw <rearnsha@arm.com>
123
124 * config/tc-arm.h (arm_min): New function.
125 (SUB_SEGMENT_ALIGN): Define.
126
127 2015-04-23 Matthew Fortune <matthew.fortune@imgtec.com>
128
129 * config/tc-mips.c (macro): State the recommended way of creating
130 32-bit or 64-bit addresses.
131
132 2015-04-23 Jan Beulich <jbeulich@suse.com>
133
134 * config/tc-i386.c (match_mem_size): Also allow no size
135 specification when broadcasting.
136
137 2015-04-20 H.J. Lu <hongjiu.lu@intel.com>
138
139 * doc/as.texinfo (Bundle directives): Shorten menu entry and
140 use @subsection.
141 (CFI directives): Use @subsection.
142 (SH-Dependent, SH64-Dependent): Moved after SCORE-Dependent.
143 * doc/c-i386.texi (i386-Mnemonics): Use @subsection.
144
145 2015-04-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
146
147 * config/tc-avr.c (create_record_for_frag): Rename link to
148 prop_rec_link.
149
150 2015-04-15 H.J. Lu <hongjiu.lu@intel.com>
151
152 * NEWS: Mention
153 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
154
155 2015-04-14 H.J. Lu <hongjiu.lu@intel.com>
156
157 * as.h (compressed_debug_section_type): Removed.
158
159 2015-04-14 Nick Clifton <nickc@redhat.com>
160
161 * config/tc-rl78.h (TC_LINKRELAX_FIXUP): Define.
162 (TC_FORCE_RELOCATION_SUB_SAME): Define.
163 (DWARF2_USE_FIXED_ADVANCE_PC): Define.
164
165 2015-04-10 Nick Clifton <nickc@redhat.com>
166
167 PR binutils/18198
168 * doc/c-arm.texi (ARM Options): Add a note about the interaction of
169 the -EB option with the linker's --be8 option.
170
171 2015-04-09 Hans-Peter Nilsson <hp@axis.com>
172
173 * doc/c-rx.texi: Fix markup typos in last change.
174
175 2015-04-09 Nick Clifton <nickc@redhat.com>
176
177 * config/tc-rx.c (enum options): Add OPTION_DISALLOW_STRING_INSNS.
178 (md_longopts): Add -mno-allow-string-insns.
179 (md_parse_option): Handle -mno-allow-string-insns.
180 (md_show_usage): Mention -mno-allow-string-insns.
181 (rx_note_string_insn_use): New function. Produces an error
182 message if a string insn is used when it is not allowed.
183 * config/rx-parse.y (SCMPU): Call rx_note_string_insn_use.
184 (SMOVU, SMOVB, SMOVF, SUNTIL, SWHILE, RMPA): Likewise.
185 * config/rx-defs.h (rx_note_string_insn_use): Prototype.
186 * doc/c-rx.texi: Document -mno-allow-string-insns.
187
188 2015-04-08 H.J. Lu <hongjiu.lu@intel.com>
189
190 * as.c (show_usage): Update --compress-debug-sections.
191 (std_longopts): Use optional_argument on compress-debug-sections.
192 (parse_args): Handle
193 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
194 * as.h (compressed_debug_section_type): New.
195 (flag_compress_debug): Change type to compressed_debug_section_type.
196 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
197 * write.c (compress_debug): Set BFD_COMPRESS_GABI for
198 --compress-debug-sections=zlib-gabi. Call
199 bfd_get_compression_header_size to get compression header size.
200 Don't rename section name for --compress-debug-sections=zlib-gabi.
201 * config/tc-i386.c (compressed_debug_section_type): Set to
202 COMPRESS_DEBUG_ZLIB.
203 * doc/as.texinfo: Document
204 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
205
206 2015-04-07 Renlin Li <renlin.li@arm.com>
207
208 * config/tc-aarch64.c (mapping_state): Use subseg_text_p.
209 (s_aarch64_inst): Likewise.
210 (md_assemble): Likewise.
211
212 2015-04-06 H.J. Lu <hongjiu.lu@intel.com>
213
214 * write.c (compress_debug): Use bfd_putb64 to write uncompressed
215 section size.
216
217 2015-04-05 H.J. Lu <hongjiu.lu@intel.com>
218
219 * write.c (compress_debug): Don't write the zlib header if
220 compressed section size is the same as before compression.
221
222 2015-04-02 Nick Clifton <nickc@redhat.com>
223
224 PR gas/18189
225 * config/tc-microblaze.c (parse_imm): Use offsetT as the type for
226 min and max parameters. Sign extend values before testing.
227
228 2015-04-02 Renlin Li <renlin.li@arm.com>
229
230 * config/tc-aarch64.c (mapping_state): Emit MAP_DATA within text section in order.
231 (mapping_state_2): Don't emit MAP_DATA here.
232 (s_aarch64_inst): Align frag during state transition.
233 (md_assemble): Likewise.
234
235 2015-04-02 Ed Maste <emaste@freebsd.org>
236
237 * config/tc-aarch64.c (set_error_kind): Delete.
238 (set_error_message): Delete.
239
240 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
241
242 * configure: Regenerated.
243
244 2015-04-01 Evandro Menezes <e.menezes@samsung.com>
245
246 * config/tc-aarch64.c: Add support for Samsung Exynos M1.
247 * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
248
249 2015-04-01 Evandro Menezes <e.menezes@samsung.com>
250
251 * config/tc-arm.c: Add support for Samsung Exynos M1.
252 * doc/c-arm.texi (-mcpu=): Add "exynos-m1".
253
254 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
255
256 * configure: Regenerated.
257
258 2015-03-31 Ed Schouten <ed@nuxi.nl>
259
260 * configure.tgt (fmt): Set to elf for *-*-cloudabi*.
261
262 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
263
264 * configure.ac: Revert the AM_ZLIB change.
265 * Makefile.in: Regenerated.
266 * aclocal.m4: Likewise.
267 * configure: Likewise.
268
269 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
270
271 * Makefile.am (ZLIBINC): New.
272 (AM_CFLAGS): Add $(ZLIBINC).
273 * as.c: (show_usage): Don't check HAVE_ZLIB_H.
274 (parse_args): Likewise.
275 * compress-debug.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
276 (compress_init): Don't check HAVE_ZLIB_H.
277 (compress_data): Likewise.
278 (compress_finish): Likewise.
279 * configure.ac (AM_ZLIB): Removed.
280 (zlibinc): New. AC_SUBST.
281 Add --with-system-zlib.
282 * Makefile.in: Regenerated.
283 * config.in: Likewise.
284 * configure: Likewise.
285 * doc/Makefile.in: Likewise.
286
287 2015-03-27 H.J. Lu <hongjiu.lu@intel.com>
288
289 * config/tc-i386.c (cpu_flags_set): Removed.
290
291 2015-03-25 Renlin Li <renlin.li@arm.com>
292
293 * config/tc-aarch64.c (mapping_state): Remove first MAP_DATA emitting
294 code.
295 (mapping_state_2): Emit first MAP_DATA symbol here.
296
297 2015-03-24 H.J. Lu <hongjiu.lu@intel.com>
298
299 PR gas/18087
300 * write.c (compress_debug): Don't write the zlib header if
301 compression didn't make the section smaller.
302
303 2015-03-24 Terry Guo <terry.guo@arm.com>
304
305 * config/tc-arm.c (no_cpu_selected): Use new macro to compare
306 features.
307 (parse_psr): Likewise.
308 (do_t_mrs): Likewise.
309 (do_t_msr): Likewise.
310 (static const arm_feature_set arm_ext_*): Defined with new macros.
311 (static const arm_feature_set arm_cext_*): Likewise.
312 (static const arm_feature_set fpu_fpa_ext_*): Likewise.
313 (static const arm_feature_set fpu_vfp_ext_*): Likewise.
314 (deprecated_coproc_regs): Likewise.
315 (UL_BARRIER): Likewise.
316 (barrier_opt_names): Likewise.
317 (arm_cpus): Likewise.
318 (arm_extensions): Likewise.
319
320 2015-03-20 H.J. Lu <hongjiu.lu@intel.com>
321
322 * config/tc-i386.c (i386_align_code): Limit multi-byte nop
323 instructions to 10 bytes.
324
325 2015-03-19 Nick Clifton <nickc@redhat.com>
326
327 * config/tc-rl78.c (enum options): Add G13 and G14.
328 (md_longopts): Add -mg13 and -mg14.
329 (md_parse_option): Handle -mg13 and -mg14.
330 (md_show_usage): List -mg13 and -mg14.
331 * doc/c-rl78.texi: Add description of -mg13 and -mg14 options.
332
333 2015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
334 Nick Clifton <nickc@redhat.com>
335
336 PR binutils/18087
337 * doc/as.texinfo: Note that when gas compresses debug sections the
338 compression is only performed if it makes the section smaller.
339 * write.c (compress_debug): Do not compress a debug section if
340 doing so would make it larger.
341
342 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
343
344 * config/tc-i386.c (cpu_arch): Add PROCESSOR_ZNVER flags.
345 (i386_align_code): Add PROCESSOR_ZNVER cases.
346 * config/tc-i386.h (processor_type): Add PROCESSOR_ZNVER.
347 * doc/c-i386.texi: Add znver1 and clzero.
348
349 2015-03-16 Nick Clifton <nickc@redhat.com>
350
351 * dwarf2dbg.c (out_header): Remove spurious #if 1.
352
353 2015-03-13 Jiong Wang <jiong.wang@arm.com>
354
355 * config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
356 number 31.
357
358 2015-03-13 Jiong Wang <jiong.wang@arm.com>
359
360 * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
361
362 2015-03-12 Andrew Bennett <andrew.bennett@imgtec.com>
363
364 * config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
365 * doc/c-mips.texi: Document i6400 -march option.
366
367 2015-03-12 Nick Clifton <nickc@redhat.com>
368
369 PR gas/17444
370 * config/tc-arm.h (MD_APPLY_SYM_VALUE): Pass the current segment
371 to arm_apply_sym_value. Update prototype.
372 * config/tc-arm.c (arm_apply_sym_value): Add segment argument.
373 Do not apply the value if the symbol is in a different segment to
374 the current segment.
375
376 2015-03-11 Alan Modra <amodra@gmail.com>
377
378 * config/tc-ppc.c (md_assemble): Don't abort on 8 byte insn fixups.
379 (md_apply_fix): Report an error on data-only fixups used with insns.
380
381 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
382
383 * config/tc-s390.c (md_gather_operands): Check for valid
384 length field operands.
385
386 2015-03-10 Michael Perkins <perkinsmg75@yahoo.co.uk>
387
388 * config/tc-arm.c (parse_operands): Fix bug setting writeback
389 values for '^' on OP_REGLSTs.
390 (do_push_pop): Add new writeback constraint.
391
392 2015-03-10 Renlin Li <renlin.li@arm.com>
393
394 * config/tc-arm.c (mapping_state): Remove first MAP_DATA emitting code.
395 (mapping_state_2): Emit first MAP_DATA symbol here.
396
397 2015-03-10 Matthew Wahab <matthew.wahab@arm.com>
398
399 * config/tc-aarch64.c (mapping_state): Set minimum alignment for
400 code sections.
401
402 2015-03-10 Nick Clifton <nickc@redhat.com>
403
404 PR gas/17852
405 * config/tc-arm.c (md_begin): Ensure that selected_cpu is
406 initialised when CPU_DEFAULT is defined.
407
408 2015-03-05 Nick Clifton <nickc@redhat.com>
409
410 * config/tc-v850.c (md_parse_option): Fix code to set or clear
411 EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the
412 -m8byte-align and -m4byte-align command line options.
413
414 2015-03-04 Richard Sandiford <richard.sandiford@arm.com>
415
416 PR gas/17843
417 * config/tc-aarch64.c (process_movw_reloc_info): Allow
418 R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
419 for MOVK.
420
421 2015-02-28 Alan Modra <amodra@gmail.com>
422
423 * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
424 end to their alignment.
425
426 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
427
428 * config/tc-aarch64.c (reloc_table_entry): Generate
429 BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
430 (md_apply_fix, aarch64_force_relocation): Handle
431 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
432
433 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
434
435 * config/tc-aarch64.c (reloc_table_entry): Generate
436 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
437 (md_apply_fix, aarch64_force_relocation): Handle
438 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
439
440 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
441
442 * config/tc-aarch64.c (reloc_table_entry): Generate
443 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
444 (md_apply_fix, aarch64_force_relocation): Handle
445 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
446
447 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
448
449 * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
450 (reloc_table): Likewise.
451 (parse_address_main): Use ld_literal_type.
452
453 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
454
455 * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
456 (reloc_table): Likewise.
457 (parse_address_main): Use adr_type.
458
459 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
460
461 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
462
463 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
464
465 * config/tc-avr.c: Add elf32-avr.h include.
466 (struct avr_property_record_link): New structure.
467 (avr_output_property_section_header): New function.
468 (avr_record_size): New function.
469 (avr_output_property_record): New function.
470 (avr_create_property_section): New function.
471 (avr_handle_align): New function.
472 (exclude_section_from_property_tables): New function.
473 (create_record_for_frag): New function.
474 (append_records_for_section): New function.
475 (avr_create_and_fill_property_section): New function.
476 (avr_post_relax_hook): New function.
477 * config/tc-avr.h (md_post_relax_hook): Define.
478 (avr_post_relax_hook): Declare.
479 (HANDLE_ALIGN): Define.
480 (avr_handle_align): Declare.
481 (strut avr_frag_data): New structure.
482 (TC_FRAG_TYPE): Define.
483
484 2015-02-25 Matthew Wahab <matthew.wahab@arm.com>
485
486 * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
487 cortex-a72.
488
489 2015-02-24 Nick Clifton <nickc@redhat.com>
490
491 * config/tc-v850.c (soft_float): New variable.
492 (v850_data_8): New variable.
493 (md_show_usage): Add -msoft-float/-mhard-float.
494 (md_parse_option): Likewise.
495 (md_begin): Set the default value of soft_float.
496 (v850_md_end): New function. Creates a note section.
497 * config/tc-v850.h (md_end): Define.
498 * doc/c-v850.texi: Document -msoft-float/-mhard-float.
499
500 2015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
501
502 * config/tc-h8300.c (line_separater_chars): Add a version for
503 h8300-linux that includes a separator.
504 (default_mach): New variable.
505 (md_main): Use it.
506 (md_longopts): Add '--march' option.
507 (md_parse_option): Parse the new option.
508 * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux.
509 * configure.tgt: Add h8300-*-linux
510 * doc/c-h8300.texi: Document --march.
511
512 2015-02-23 Nick Clifton <nickc@redhat.com>
513
514 PR 17940
515 * dwarf2dbg.c (out_header): When generating dwarf sections use
516 real symbols not temps for the start and end symbols.
517 * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent
518 adjustments to relocations in debug sections.
519 (TC_LINKRELAX_FIXUP): Likewise.
520
521 2015-02-19 Alan Modra <amodra@gmail.com>
522
523 * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
524 * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
525
526 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
527
528 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
529
530 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
531
532 * config/tc-arm.c: Add support for Cortex-A72.
533
534 2015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
535
536 * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
537 of as_warn for deprecation messages.
538 (encode_arm_addr_mode_2): Likewise.
539 (check_obsolete): Likewise.
540 (do_rd_rm_rn): Likewise.
541 (do_co_reg): Likewise.
542 (do_setend): Likewise.
543 (do_t_mov_cmp): Likewise.
544 (do_neon_ldr_str): Likewise.
545 (opcode_lookup): Likewise.
546 (if_fsm_post_encode): Likewise.
547 (md_assemble): Likewise.
548
549 2015-02-06 Jan Beulich <jbeulich@suse.com>
550
551 * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
552 (cfi_change_reg_numbers): Also do nothing for CFI_label.
553 (cfi_pseudo_table): Also handle .cfi_label when not supporting
554 CFI directives.
555
556 2015-02-05 Alan Modra <amodra@gmail.com>
557
558 * config/tc-msp430.c (md_assemble): Correct size passed to
559 extract_cmd. Remove index check.
560
561 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
562
563 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
564 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
565
566 2015-02-04 Nick Clifton <nickc@redhat.com>
567
568 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
569 these instructions.
570
571 2015-02-03 Renlin Li <renlin.li@arm.com>
572
573 * doc/c-aarch64.texi (.arch): Document the directive.
574 (.arch_extension): Likewise.
575
576 2015-02-03 Nick Clifton <nickc@redhat.com>
577
578 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
579
580 2015-01-28 James Bowman <james.bowman@ftdichip.com>
581
582 * Makefile.am: Add FT32 files.
583 * config/tc-ft32.c: New file.
584 * config/tc-ft32.h: New file.
585 * configure.tgt: Add FT32 support.
586 * Makefile.in: Regenerate.
587 * po/POTFILES.in: Regenerate.
588
589 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
590
591 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
592 of instruction la to a symbol.
593
594 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
595
596 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
597 section name.
598
599 2015-01-19 Alan Modra <amodra@gmail.com>
600
601 * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
602 * write.c (get_frag_for_reloc): Allow match just past end of frag.
603
604 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
605
606 * config/tc-s390.c (struct pd_reg): Remove.
607 (pre_defined_registers): Remove.
608 (REG_NAME_CNT): Remove.
609 (reg_name_search): Calculate the register number instead of doing
610 a lookup.
611 (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
612 reg_name_search signature.
613 (s390_parse_cpu): Support the new arch string z13.
614 (s390_insert_operand): Support for vector registers with the extra
615 field for the fifth bit of each vector register operand.
616 (md_gather_operand): Adjust to the new handling of optional
617 parameters.
618
619 * doc/as.texinfo: Document the z13 cpu string.
620
621 2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
622
623 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
624 #0, restoring previous behaviour.
625
626 2015-01-12 Jan Beulich <jbeulich@suse.com>
627
628 * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
629 (cfi_pseudo_table): Add "cfi_label".
630 (output_cfi_insn): Handle CFI_label.
631 (select_cie_for_fde): Als terminate CIE when encountering
632 CFI_label.
633 * dw2gencfi.h (cfi_add_label): Declare.
634 (struct cfi_insn_data): New member "sym_name".
635 (CFI_label): New.
636 * read.c (read_symbol_name): Drop "static".
637 * read.h (read_symbol_name): Declare.
638
639 2015-01-12 Jan Beulich <jbeulich@suse.com>
640
641 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
642 (do_neon_qshl_imm): Likewise.
643
644 2015-01-12 Alan Modra <amodra@gmail.com>
645
646 * read.c (s_altmacro, s_reloc): Make definition static.
647
648 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
649
650 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
651 diff fixups.
652
653 2015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
654
655 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
656 X-Gene 2.
657 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
658
659 2015-01-07 Jan Beulich <jbeulich@suse.com>
660
661 * config/tc-arm.c (struct arm_option_extension_value_table):
662 Split field "value" into fields "merge_value" and "clear_value".
663 (arm_extensions): Adjust initializer accordingly.
664
665 2015-01-01 Alan Modra <amodra@gmail.com>
666
667 * as.c (parse_args): Just print current year.
668
669 2015-01-01 Alan Modra <amodra@gmail.com>
670
671 Update year range in copyright notice of all files.
672
673 For older changes see ChangeLog-2014
674 \f
675 Copyright (C) 2015 Free Software Foundation, Inc.
676
677 Copying and distribution of this file, with or without modification,
678 are permitted in any medium without royalty provided the copyright
679 notice and this notice are preserved.
680
681 Local Variables:
682 mode: change-log
683 left-margin: 8
684 fill-column: 74
685 version-control: never
686 End:
This page took 0.04335 seconds and 4 git commands to generate.