gas: added tests for the sparc natural instructions.
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
f9911beb
JM
12015-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
ed1fcdd1
NC
72015-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
448eb63d
RL
122015-05-06 Renlin Li <renlin.li@arm.com>
13
14 * config/tc-aarch64.c (mapping_state): Recording alignment before exit.
15
c7ad08e6
RL
162015-05-05 Renlin Li <renlin.li@arm.com>
17
18 * config/tc-aarch64.c (aarch64_init_frag): Always generate mapping
19 symbols.
20
837a17b3
NC
212015-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
b76f99d7
MF
282015-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
d62de9aa
DD
412015-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
00923338
L
462015-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
b633b725
L
522015-05-01 H.J. Lu <hongjiu.lu@intel.com>
53
54 * configure.tgt: Support i386-*-elf*.
55
0952813b
DD
562015-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
b49f93f6
L
692015-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
7ce98c16
NC
742015-04-30 Nick Clifton <nickc@redhat.com>
75
8b2d793c
NC
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
7ce98c16
NC
85 PR gas/18353
86 * doc/as.texinfo (Zero): Add documentation of the .zero pseudo-op.
87
99b2a2dd
NC
882015-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
5d239759
NC
942015-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
f9c1b181
RL
1002015-04-28 Renlin Li <renlin.li@arm.com>
101
102 * config/tc-arm.c (arm_init_frag): Always emit mapping symbols.
103
da7119c9
NC
1042015-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
eb9d6cc9
RL
1112015-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
faade851
JW
1172015-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
1222015-04-24 Richard Earnshaw <rearnsha@arm.com>
7a5c933c
RE
123
124 * config/tc-arm.h (arm_min): New function.
125 (SUB_SEGMENT_ALIGN): Define.
126
ece794d9
MF
1272015-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
af508cb9
JB
1322015-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
d3b47e2b
L
1372015-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
ef7a9369
SKS
1452015-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
ea556d25
L
1502015-04-15 H.J. Lu <hongjiu.lu@intel.com>
151
152 * NEWS: Mention
153 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
154
0ce398f1
L
1552015-04-14 H.J. Lu <hongjiu.lu@intel.com>
156
157 * as.h (compressed_debug_section_type): Removed.
158
6ff71e76
NC
1592015-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
080bb7bb
NC
1652015-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
4b5708f5
HPN
1712015-04-09 Hans-Peter Nilsson <hp@axis.com>
172
173 * doc/c-rx.texi: Fix markup typos in last change.
174
3525236c
NC
1752015-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
151411f8
L
1882015-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
a97902de
RL
2062015-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
4aa90cc0
L
2122015-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
317974f6
L
2172015-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
03e08038
NC
2222015-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
f66adc4e 226 min and max parameters. Sign extend values before testing.
03e08038 227
c1baaddf
RL
2282015-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
726e626a
EM
2352015-04-02 Ed Maste <emaste@freebsd.org>
236
237 * config/tc-aarch64.c (set_error_kind): Delete.
238 (set_error_message): Delete.
239
39f3de7c
L
2402015-04-02 H.J. Lu <hongjiu.lu@intel.com>
241
242 * configure: Regenerated.
243
2412d878
EM
2442015-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
246496bb
EM
2492015-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
afa59b79
L
2542015-04-01 H.J. Lu <hongjiu.lu@intel.com>
255
256 * configure: Regenerated.
257
6036f486
ES
2582015-03-31 Ed Schouten <ed@nuxi.nl>
259
260 * configure.tgt (fmt): Set to elf for *-*-cloudabi*.
261
543b7933
L
2622015-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
0138187e
L
2692015-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
e04de5e3
L
2872015-03-27 H.J. Lu <hongjiu.lu@intel.com>
288
289 * config/tc-i386.c (cpu_flags_set): Removed.
290
bb383c6c
RL
2912015-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
b422eb49
L
2972015-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
823d2571
TG
3032015-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
80b8656c
L
3202015-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
1740ba0c
NC
3252015-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
273a4985
JT
3332015-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
029f3522
GG
3422015-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
b57dc16f
NC
3492015-03-16 Nick Clifton <nickc@redhat.com>
350
351 * dwarf2dbg.c (out_header): Remove spurious #if 1.
352
4bf8c6e8
JW
3532015-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
bc9706f8
JW
3582015-03-13 Jiong Wang <jiong.wang@arm.com>
359
360 * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
361
7ef0d297
AB
3622015-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
93ef582d
NC
3672015-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
f728387b
AM
3762015-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
c6837265
AK
3812015-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
5e0d7f77
MP
3862015-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
4e9aaefb
SA
3922015-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
a578ef7e
JW
3972015-03-10 Matthew Wahab <matthew.wahab@arm.com>
398
399 * config/tc-aarch64.c (mapping_state): Set minimum alignment for
400 code sections.
401
73f43896
NC
4022015-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
a26de52c
NC
4082015-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
e09ab7ac
RS
4142015-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
9028d943
AM
4212015-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
389b8029
MS
4262015-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
3c12b054
MS
4332015-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
043bf05a
MS
4402015-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
74ad790c
MS
4472015-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
6f4a313b
MS
4532015-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
1db365dc
MS
4592015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
460
461 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
462
fdd410ac
AB
4632015-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
4469186b
KT
4842015-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
685080f2
NC
4892015-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
5518c738
YS
5002015-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
0f8f0c57
NC
5122015-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
5c9352f3
AM
5212015-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
aa31c464
JW
5262015-02-11 Matthew Wahab <matthew.wahab@arm.com>
527
528 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
529
b19f47ad
JW
5302015-02-11 Matthew Wahab <matthew.wahab@arm.com>
531
532 * config/tc-arm.c: Add support for Cortex-A72.
533
5c3696f8
KT
5342015-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
73e76108
JB
5492015-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
64a81db0
AM
5562015-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
2abdd192
JW
5612015-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
3101e637
NC
5662015-02-04 Nick Clifton <nickc@redhat.com>
567
568 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
569 these instructions.
570
8e02d7f5
JW
5712015-02-03 Renlin Li <renlin.li@arm.com>
572
573 * doc/c-aarch64.texi (.arch): Document the directive.
574 (.arch_extension): Likewise.
575
6d012254
NC
5762015-02-03 Nick Clifton <nickc@redhat.com>
577
578 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
579
3f8107ab
AM
5802015-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
20d79870
KLC
5892015-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
3bd3aeb4
KLC
5942015-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
740bdc67
AM
5992015-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
1e2e8c52
AK
6042015-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
0900a05b
JW
6212015-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
69602580
JB
6262015-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
cb3b1e65
JB
6392015-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
b38ead21
AM
6442015-01-12 Alan Modra <amodra@gmail.com>
645
646 * read.c (s_altmacro, s_reloc): Make definition static.
647
491793b5
AB
6482015-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
ea0d6bb9
PT
6532015-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
5a70a223
JB
6592015-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
efd321f9
AM
6652015-01-01 Alan Modra <amodra@gmail.com>
666
667 * as.c (parse_args): Just print current year.
668
b90efa5b 6692015-01-01 Alan Modra <amodra@gmail.com>
bffb6004 670
b90efa5b 671 Update year range in copyright notice of all files.
bffb6004 672
b90efa5b 673For older changes see ChangeLog-2014
08d56133 674\f
b90efa5b 675Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
676
677Copying and distribution of this file, with or without modification,
678are permitted in any medium without royalty provided the copyright
679notice and this notice are preserved.
680
08d56133
NC
681Local Variables:
682mode: change-log
683left-margin: 8
684fill-column: 74
685version-control: never
686End:
This page took 0.680727 seconds and 4 git commands to generate.