Fixes: "gas/read.c:5087:12: error: left shift of negative"
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
29798047
NC
12015-05-22 Nick Clifton <nickc@redhat.com>
2
3 PR gas/18446
4 * read.c (output_big_sleb128): Use U suffix to prevent compile
5 time warning.
6
f09c556a
JW
72015-05-19 Jiong Wang <jiong.wang@arm.com>
8
9 * config/tc-aarch64.c (process_movw_reloc_info): Sort relocation case
10 labels alphabetically.
11 (md_apply_fix): Ditto.
12 (aarch64_force_relocation): Ditto.
13
5db04b09
L
142015-05-15 H.J. Lu <hongjiu.lu@intel.com>
15
16 PR binutis/18386
17 * config/tc-i386.c (OPTION_MAMD64): New.
18 (OPTION_MINTEL64): Likewise.
19 (md_longopts): Add -mamd64 and -mintel64.
20 (md_parse_option): Handle OPTION_MAMD64 and OPTION_MINTEL64.
21 (md_show_usage): Add -mamd64 and -mintel64.
22 * doc/c-i386.texi: Document -mamd64 and -mintel64.
23
8dcea932
L
242015-05-15 H.J. Lu <hongjiu.lu@intel.com>
25
26 * config/tc-i386.c (shared): New.
27 (OPTION_MSHARED): Likewise.
28 (elf_symbol_resolved_in_segment_p): Add relocation argument.
29 Check PLT relocations and shared.
30 (md_estimate_size_before_relax): Pass fragP->fr_var to
31 elf_symbol_resolved_in_segment_p.
32 (md_longopts): Add -mshared.
33 (md_show_usage): Likewise.
34 (md_parse_option): Handle OPTION_MSHARED.
35 * doc/c-i386.texi: Document -mshared.
36
dab394de
L
372015-05-14 H.J. Lu <hongjiu.lu@intel.com>
38
39 * write.c (compress_debug): Don't write the zlib header, which
40 is handled by bfd_update_compression_header.
41
dc58915f
MF
422015-05-13 Max Filippov <jcmvbkbc@gmail.com>
43
44 * config/tc-xtensa.c (xtensa_relax_frag): Allow trampoline to be
45 closer than J_RANGE / 2 to jump frag.
46
5197d474
L
472015-05-11 H.J. Lu <hongjiu.lu@intel.com>
48
49 * configure.tgt (arch): Set to iamcu for i386-*-elfiamcu target.
50 * config/tc-i386.c (i386_mach): Support iamcu.
51 (i386_target_format): Likewise.
52
81486035
L
532015-05-11 H.J. Lu <hongjiu.lu@intel.com>
54
55 * config/tc-i386.c (cpu_arch): Add iamcu.
56 (i386_align_code): Handle PROCESSOR_IAMCU.
57 (i386_arch): Likewise.
58 (i386_mach): Likewise.
59 (i386_target_format): Likewise.
60 (valid_iamcu_cpu_flags): New function.
61 (check_cpu_arch_compatible): Only allow Intel MCU instructions
62 when targeting Intel MCU.
63 (set_cpu_arch): Call valid_iamcu_cpu_flags to check if CPU flags
64 are valid for Intel MCU.
65 (md_parse_option): Likewise.
66 * tc-i386.h (ELF_TARGET_IAMCU_FORMAT): New.
67 (processor_type): Add PROCESSOR_IAMCU.
68 * doc/c-i386.texi: Document iamcu.
69
ae8714c2
NC
702015-05-08 Nick Clifton <nickc@redhat.com>
71
72 PR gas/18347
73 * config/tc-arm.h (TC_EQUAL_IN_INSN): Define.
74 * config/tc-arm.c (arm_tc_equal_in_insn): New function. Move
75 the symbol name checking code to here from...
76 (md_undefined_symbo): ... here.
77
b084df0b
L
782015-05-07 H.J. Lu <hongjiu.lu@intel.com>
79
80 * config/tc-i386.c (elf_symbol_resolved_in_segment_p): New.
81 (md_estimate_size_before_relax): Use it.
82
0d495746
JM
832015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
84
85 * config/tc-sparc.c: Typo in comment fixed.
86
f9911beb
JM
872015-05-06 Jose E. Marchesi <jose.marchesi@oracle.com>
88
89 * config/tc-sparc.c (sparc_ip): Support the %ncc "natural"
90 condition codes
91 * doc/c-sparc.texi (Sparc-Regs): Document %ncc.
92
ed1fcdd1
NC
932015-05-06 Nick Clifton <nickc@redhat.com>
94
95 * doc/as.texinfo (Dollar Local Labels): Note that these are only
96 supported on some targets.
97
448eb63d
RL
982015-05-06 Renlin Li <renlin.li@arm.com>
99
100 * config/tc-aarch64.c (mapping_state): Recording alignment before exit.
101
c7ad08e6
RL
1022015-05-05 Renlin Li <renlin.li@arm.com>
103
104 * config/tc-aarch64.c (aarch64_init_frag): Always generate mapping
105 symbols.
106
837a17b3
NC
1072015-05-05 Nick Clifton <nickc@redhat.com>
108
109 * config/tc-msp430.c (MAX_OP_LEN): Increase to 4096.
110 (msp430_make_init_symbols): New function.
111 (msp430_section): Call it.
112 (msp430_frob_section): Likewise.
113
b76f99d7
MF
1142015-05-02 Max Filippov <jcmvbkbc@gmail.com>
115
116 * config/tc-xtensa.c (cached_fixupS, fixup_cacheS): New typedefs.
117 (struct cached_fixup, struct fixup_cache): New structures.
118 (fixup_order, xtensa_make_cached_fixup),
119 (xtensa_realloc_fixup_cache, xtensa_cache_relaxable_fixups),
120 (xtensa_find_first_cached_fixup, xtensa_delete_cached_fixup),
121 (xtensa_add_cached_fixup): New functions.
122 (xtensa_relax_frag): Cache fixups pointing at potentially
123 oversized jumps at the beginning of every relaxation pass. Only
124 check subset of this cache in the reach of single jump from the
125 trampoline frag currently being relaxed.
126
d62de9aa
DD
1272015-05-01 Nick Clifton <nickc@redhat.com>
128
129 * config/rl78-parse.y (MULU): Remove ISA_G14.
130 (MULH, DIVHU, DIVWU, MACHI, MACH): Update error strings.
131
00923338
L
1322015-05-01 H.J. Lu <hongjiu.lu@intel.com>
133
134 * config/tc-i386.c (i386_elf_emit_arch_note): Removed.
135 * config/tc-i386.h (md_end): Likewise.
136 (i386_elf_emit_arch_note): Likewise.
137
b633b725
L
1382015-05-01 H.J. Lu <hongjiu.lu@intel.com>
139
140 * configure.tgt: Support i386-*-elf*.
141
0952813b
DD
1422015-04-30 DJ Delorie <dj@redhat.com>
143
144 * config/rl78-defs.h (rl78_isa_g10): New.
145 (rl78_isa_g13): New.
146 (rl78_isa_g14): New.
147 * config/rl78-parse.y (ISA_G10): New.
148 (ISA_G13): New.
149 (ISA_G14): New.
150 (MULHU, MULH, MULU, DIVHU, DIVWU, MACHU, MACH): Use them.
151 * config/tc-rl78.c (rl78_isa_g10): New.
152 (rl78_isa_g13): New.
153 (rl78_isa_g14): New.
154
b49f93f6
L
1552015-04-30 H.J. Lu <hongjiu.lu@intel.com>
156
157 * config/tc-i386.c (i386_target_format): Use "else if" on
158 cpu_arch_isa.
159
7ce98c16
NC
1602015-04-30 Nick Clifton <nickc@redhat.com>
161
8b2d793c
NC
162 PR gas/18347
163 * config/tc-arm.c (md_undefined_symbol): Issue a warning message
164 (if enabled) when the user creates a symbol with the same name as
165 an ARM instruction.
166 (flag_warn_syms): New static variable.
167 (arm_opts): Add mwarn-syms and mno-warn-syms.
168 * doc/c-arm.texi (ARM Options): Document the -m[no-]warn-syms
169 options.
170
7ce98c16
NC
171 PR gas/18353
172 * doc/as.texinfo (Zero): Add documentation of the .zero pseudo-op.
173
99b2a2dd
NC
1742015-04-29 Nick Clifton <nickc@redhat.com>
175
176 PR 18256
177 * config/tc-arm.c (encode_arm_cp_address): Issue an error message
178 if the operand is neither a register nor a vector.
179
5d239759
NC
1802015-04-29 Nick Clifton <nickc@redhat.com>
181
182 * doc/as.texinfo (Set): Note that a symbol cannot be set multiple
183 times if the expression is not constant and the target uses linker
184 relaxation.
185
f9c1b181
RL
1862015-04-28 Renlin Li <renlin.li@arm.com>
187
188 * config/tc-arm.c (arm_init_frag): Always emit mapping symbols.
189
da7119c9
NC
1902015-04-28 Nick Clifton <nickc@redhat.com>
191
192 PR 18313
193 * cond.c (s_if): Stop compile time warning about stopc being used
194 before it is set.
195 (s_ifc): Likewise.
196
eb9d6cc9
RL
1972015-04-27 Renlin Li <renlin.li@arm.com>
198
199 * config/tc-aarch64.c (s_aarch64_inst): Don't align code for non-text
200 section.
201 (md_assemble): Likewise, move the align code outside the loop.
202
faade851
JW
2032015-04-24 Jim Wilson <jim.wilson@linaro.org>
204
205 * config/tc-aarch64.c (aarch64_cpus): Add CRC and CRYPTO features
206 for thunderx.
207
2082015-04-24 Richard Earnshaw <rearnsha@arm.com>
7a5c933c
RE
209
210 * config/tc-arm.h (arm_min): New function.
211 (SUB_SEGMENT_ALIGN): Define.
212
ece794d9
MF
2132015-04-23 Matthew Fortune <matthew.fortune@imgtec.com>
214
215 * config/tc-mips.c (macro): State the recommended way of creating
216 32-bit or 64-bit addresses.
217
af508cb9
JB
2182015-04-23 Jan Beulich <jbeulich@suse.com>
219
220 * config/tc-i386.c (match_mem_size): Also allow no size
221 specification when broadcasting.
222
d3b47e2b
L
2232015-04-20 H.J. Lu <hongjiu.lu@intel.com>
224
225 * doc/as.texinfo (Bundle directives): Shorten menu entry and
226 use @subsection.
227 (CFI directives): Use @subsection.
228 (SH-Dependent, SH64-Dependent): Moved after SCORE-Dependent.
229 * doc/c-i386.texi (i386-Mnemonics): Use @subsection.
230
ef7a9369
SKS
2312015-04-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
232
233 * config/tc-avr.c (create_record_for_frag): Rename link to
234 prop_rec_link.
235
ea556d25
L
2362015-04-15 H.J. Lu <hongjiu.lu@intel.com>
237
238 * NEWS: Mention
239 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
240
0ce398f1
L
2412015-04-14 H.J. Lu <hongjiu.lu@intel.com>
242
243 * as.h (compressed_debug_section_type): Removed.
244
6ff71e76
NC
2452015-04-14 Nick Clifton <nickc@redhat.com>
246
247 * config/tc-rl78.h (TC_LINKRELAX_FIXUP): Define.
248 (TC_FORCE_RELOCATION_SUB_SAME): Define.
249 (DWARF2_USE_FIXED_ADVANCE_PC): Define.
250
080bb7bb
NC
2512015-04-10 Nick Clifton <nickc@redhat.com>
252
253 PR binutils/18198
254 * doc/c-arm.texi (ARM Options): Add a note about the interaction of
255 the -EB option with the linker's --be8 option.
256
4b5708f5
HPN
2572015-04-09 Hans-Peter Nilsson <hp@axis.com>
258
259 * doc/c-rx.texi: Fix markup typos in last change.
260
3525236c
NC
2612015-04-09 Nick Clifton <nickc@redhat.com>
262
263 * config/tc-rx.c (enum options): Add OPTION_DISALLOW_STRING_INSNS.
264 (md_longopts): Add -mno-allow-string-insns.
265 (md_parse_option): Handle -mno-allow-string-insns.
266 (md_show_usage): Mention -mno-allow-string-insns.
267 (rx_note_string_insn_use): New function. Produces an error
268 message if a string insn is used when it is not allowed.
269 * config/rx-parse.y (SCMPU): Call rx_note_string_insn_use.
270 (SMOVU, SMOVB, SMOVF, SUNTIL, SWHILE, RMPA): Likewise.
271 * config/rx-defs.h (rx_note_string_insn_use): Prototype.
272 * doc/c-rx.texi: Document -mno-allow-string-insns.
273
151411f8
L
2742015-04-08 H.J. Lu <hongjiu.lu@intel.com>
275
276 * as.c (show_usage): Update --compress-debug-sections.
277 (std_longopts): Use optional_argument on compress-debug-sections.
278 (parse_args): Handle
279 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
280 * as.h (compressed_debug_section_type): New.
281 (flag_compress_debug): Change type to compressed_debug_section_type.
282 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
283 * write.c (compress_debug): Set BFD_COMPRESS_GABI for
284 --compress-debug-sections=zlib-gabi. Call
285 bfd_get_compression_header_size to get compression header size.
286 Don't rename section name for --compress-debug-sections=zlib-gabi.
287 * config/tc-i386.c (compressed_debug_section_type): Set to
288 COMPRESS_DEBUG_ZLIB.
289 * doc/as.texinfo: Document
290 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
291
a97902de
RL
2922015-04-07 Renlin Li <renlin.li@arm.com>
293
294 * config/tc-aarch64.c (mapping_state): Use subseg_text_p.
295 (s_aarch64_inst): Likewise.
296 (md_assemble): Likewise.
297
4aa90cc0
L
2982015-04-06 H.J. Lu <hongjiu.lu@intel.com>
299
300 * write.c (compress_debug): Use bfd_putb64 to write uncompressed
301 section size.
302
317974f6
L
3032015-04-05 H.J. Lu <hongjiu.lu@intel.com>
304
305 * write.c (compress_debug): Don't write the zlib header if
306 compressed section size is the same as before compression.
307
03e08038
NC
3082015-04-02 Nick Clifton <nickc@redhat.com>
309
310 PR gas/18189
311 * config/tc-microblaze.c (parse_imm): Use offsetT as the type for
f66adc4e 312 min and max parameters. Sign extend values before testing.
03e08038 313
c1baaddf
RL
3142015-04-02 Renlin Li <renlin.li@arm.com>
315
316 * config/tc-aarch64.c (mapping_state): Emit MAP_DATA within text section in order.
317 (mapping_state_2): Don't emit MAP_DATA here.
318 (s_aarch64_inst): Align frag during state transition.
319 (md_assemble): Likewise.
320
726e626a
EM
3212015-04-02 Ed Maste <emaste@freebsd.org>
322
323 * config/tc-aarch64.c (set_error_kind): Delete.
324 (set_error_message): Delete.
325
39f3de7c
L
3262015-04-02 H.J. Lu <hongjiu.lu@intel.com>
327
328 * configure: Regenerated.
329
2412d878
EM
3302015-04-01 Evandro Menezes <e.menezes@samsung.com>
331
332 * config/tc-aarch64.c: Add support for Samsung Exynos M1.
333 * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
334
246496bb
EM
3352015-04-01 Evandro Menezes <e.menezes@samsung.com>
336
337 * config/tc-arm.c: Add support for Samsung Exynos M1.
338 * doc/c-arm.texi (-mcpu=): Add "exynos-m1".
339
afa59b79
L
3402015-04-01 H.J. Lu <hongjiu.lu@intel.com>
341
342 * configure: Regenerated.
343
6036f486
ES
3442015-03-31 Ed Schouten <ed@nuxi.nl>
345
346 * configure.tgt (fmt): Set to elf for *-*-cloudabi*.
347
543b7933
L
3482015-03-31 H.J. Lu <hongjiu.lu@intel.com>
349
350 * configure.ac: Revert the AM_ZLIB change.
351 * Makefile.in: Regenerated.
352 * aclocal.m4: Likewise.
353 * configure: Likewise.
354
0138187e
L
3552015-03-31 H.J. Lu <hongjiu.lu@intel.com>
356
357 * Makefile.am (ZLIBINC): New.
358 (AM_CFLAGS): Add $(ZLIBINC).
359 * as.c: (show_usage): Don't check HAVE_ZLIB_H.
360 (parse_args): Likewise.
361 * compress-debug.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
362 (compress_init): Don't check HAVE_ZLIB_H.
363 (compress_data): Likewise.
364 (compress_finish): Likewise.
365 * configure.ac (AM_ZLIB): Removed.
366 (zlibinc): New. AC_SUBST.
367 Add --with-system-zlib.
368 * Makefile.in: Regenerated.
369 * config.in: Likewise.
370 * configure: Likewise.
371 * doc/Makefile.in: Likewise.
372
e04de5e3
L
3732015-03-27 H.J. Lu <hongjiu.lu@intel.com>
374
375 * config/tc-i386.c (cpu_flags_set): Removed.
376
bb383c6c
RL
3772015-03-25 Renlin Li <renlin.li@arm.com>
378
379 * config/tc-aarch64.c (mapping_state): Remove first MAP_DATA emitting
380 code.
381 (mapping_state_2): Emit first MAP_DATA symbol here.
382
b422eb49
L
3832015-03-24 H.J. Lu <hongjiu.lu@intel.com>
384
385 PR gas/18087
386 * write.c (compress_debug): Don't write the zlib header if
387 compression didn't make the section smaller.
388
823d2571
TG
3892015-03-24 Terry Guo <terry.guo@arm.com>
390
391 * config/tc-arm.c (no_cpu_selected): Use new macro to compare
392 features.
393 (parse_psr): Likewise.
394 (do_t_mrs): Likewise.
395 (do_t_msr): Likewise.
396 (static const arm_feature_set arm_ext_*): Defined with new macros.
397 (static const arm_feature_set arm_cext_*): Likewise.
398 (static const arm_feature_set fpu_fpa_ext_*): Likewise.
399 (static const arm_feature_set fpu_vfp_ext_*): Likewise.
400 (deprecated_coproc_regs): Likewise.
401 (UL_BARRIER): Likewise.
402 (barrier_opt_names): Likewise.
403 (arm_cpus): Likewise.
404 (arm_extensions): Likewise.
405
80b8656c
L
4062015-03-20 H.J. Lu <hongjiu.lu@intel.com>
407
408 * config/tc-i386.c (i386_align_code): Limit multi-byte nop
409 instructions to 10 bytes.
410
1740ba0c
NC
4112015-03-19 Nick Clifton <nickc@redhat.com>
412
413 * config/tc-rl78.c (enum options): Add G13 and G14.
414 (md_longopts): Add -mg13 and -mg14.
415 (md_parse_option): Handle -mg13 and -mg14.
416 (md_show_usage): List -mg13 and -mg14.
417 * doc/c-rl78.texi: Add description of -mg13 and -mg14 options.
418
273a4985
JT
4192015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
420 Nick Clifton <nickc@redhat.com>
421
422 PR binutils/18087
423 * doc/as.texinfo: Note that when gas compresses debug sections the
424 compression is only performed if it makes the section smaller.
425 * write.c (compress_debug): Do not compress a debug section if
426 doing so would make it larger.
427
029f3522
GG
4282015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
429
430 * config/tc-i386.c (cpu_arch): Add PROCESSOR_ZNVER flags.
431 (i386_align_code): Add PROCESSOR_ZNVER cases.
432 * config/tc-i386.h (processor_type): Add PROCESSOR_ZNVER.
433 * doc/c-i386.texi: Add znver1 and clzero.
434
b57dc16f
NC
4352015-03-16 Nick Clifton <nickc@redhat.com>
436
437 * dwarf2dbg.c (out_header): Remove spurious #if 1.
438
4bf8c6e8
JW
4392015-03-13 Jiong Wang <jiong.wang@arm.com>
440
441 * config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
442 number 31.
443
bc9706f8
JW
4442015-03-13 Jiong Wang <jiong.wang@arm.com>
445
446 * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
447
7ef0d297
AB
4482015-03-12 Andrew Bennett <andrew.bennett@imgtec.com>
449
450 * config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
451 * doc/c-mips.texi: Document i6400 -march option.
452
93ef582d
NC
4532015-03-12 Nick Clifton <nickc@redhat.com>
454
455 PR gas/17444
456 * config/tc-arm.h (MD_APPLY_SYM_VALUE): Pass the current segment
457 to arm_apply_sym_value. Update prototype.
458 * config/tc-arm.c (arm_apply_sym_value): Add segment argument.
459 Do not apply the value if the symbol is in a different segment to
460 the current segment.
461
f728387b
AM
4622015-03-11 Alan Modra <amodra@gmail.com>
463
464 * config/tc-ppc.c (md_assemble): Don't abort on 8 byte insn fixups.
465 (md_apply_fix): Report an error on data-only fixups used with insns.
466
c6837265
AK
4672015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
468
469 * config/tc-s390.c (md_gather_operands): Check for valid
470 length field operands.
471
5e0d7f77
MP
4722015-03-10 Michael Perkins <perkinsmg75@yahoo.co.uk>
473
474 * config/tc-arm.c (parse_operands): Fix bug setting writeback
475 values for '^' on OP_REGLSTs.
476 (do_push_pop): Add new writeback constraint.
477
4e9aaefb
SA
4782015-03-10 Renlin Li <renlin.li@arm.com>
479
480 * config/tc-arm.c (mapping_state): Remove first MAP_DATA emitting code.
481 (mapping_state_2): Emit first MAP_DATA symbol here.
482
a578ef7e
JW
4832015-03-10 Matthew Wahab <matthew.wahab@arm.com>
484
485 * config/tc-aarch64.c (mapping_state): Set minimum alignment for
486 code sections.
487
73f43896
NC
4882015-03-10 Nick Clifton <nickc@redhat.com>
489
490 PR gas/17852
491 * config/tc-arm.c (md_begin): Ensure that selected_cpu is
492 initialised when CPU_DEFAULT is defined.
493
a26de52c
NC
4942015-03-05 Nick Clifton <nickc@redhat.com>
495
496 * config/tc-v850.c (md_parse_option): Fix code to set or clear
497 EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the
498 -m8byte-align and -m4byte-align command line options.
499
e09ab7ac
RS
5002015-03-04 Richard Sandiford <richard.sandiford@arm.com>
501
502 PR gas/17843
503 * config/tc-aarch64.c (process_movw_reloc_info): Allow
504 R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
505 for MOVK.
506
9028d943
AM
5072015-02-28 Alan Modra <amodra@gmail.com>
508
509 * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
510 end to their alignment.
511
389b8029
MS
5122015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
513
514 * config/tc-aarch64.c (reloc_table_entry): Generate
515 BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
516 (md_apply_fix, aarch64_force_relocation): Handle
517 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
518
3c12b054
MS
5192015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
520
521 * config/tc-aarch64.c (reloc_table_entry): Generate
522 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
523 (md_apply_fix, aarch64_force_relocation): Handle
524 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
525
043bf05a
MS
5262015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
527
528 * config/tc-aarch64.c (reloc_table_entry): Generate
529 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
530 (md_apply_fix, aarch64_force_relocation): Handle
531 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
532
74ad790c
MS
5332015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
534
535 * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
536 (reloc_table): Likewise.
537 (parse_address_main): Use ld_literal_type.
538
6f4a313b
MS
5392015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
540
541 * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
542 (reloc_table): Likewise.
543 (parse_address_main): Use adr_type.
544
1db365dc
MS
5452015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
546
547 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
548
fdd410ac
AB
5492015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * config/tc-avr.c: Add elf32-avr.h include.
552 (struct avr_property_record_link): New structure.
553 (avr_output_property_section_header): New function.
554 (avr_record_size): New function.
555 (avr_output_property_record): New function.
556 (avr_create_property_section): New function.
557 (avr_handle_align): New function.
558 (exclude_section_from_property_tables): New function.
559 (create_record_for_frag): New function.
560 (append_records_for_section): New function.
561 (avr_create_and_fill_property_section): New function.
562 (avr_post_relax_hook): New function.
563 * config/tc-avr.h (md_post_relax_hook): Define.
564 (avr_post_relax_hook): Declare.
565 (HANDLE_ALIGN): Define.
566 (avr_handle_align): Declare.
567 (strut avr_frag_data): New structure.
568 (TC_FRAG_TYPE): Define.
569
4469186b
KT
5702015-02-25 Matthew Wahab <matthew.wahab@arm.com>
571
572 * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
573 cortex-a72.
574
685080f2
NC
5752015-02-24 Nick Clifton <nickc@redhat.com>
576
577 * config/tc-v850.c (soft_float): New variable.
578 (v850_data_8): New variable.
579 (md_show_usage): Add -msoft-float/-mhard-float.
580 (md_parse_option): Likewise.
581 (md_begin): Set the default value of soft_float.
582 (v850_md_end): New function. Creates a note section.
583 * config/tc-v850.h (md_end): Define.
584 * doc/c-v850.texi: Document -msoft-float/-mhard-float.
585
5518c738
YS
5862015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
587
588 * config/tc-h8300.c (line_separater_chars): Add a version for
589 h8300-linux that includes a separator.
590 (default_mach): New variable.
591 (md_main): Use it.
592 (md_longopts): Add '--march' option.
593 (md_parse_option): Parse the new option.
594 * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux.
595 * configure.tgt: Add h8300-*-linux
596 * doc/c-h8300.texi: Document --march.
597
0f8f0c57
NC
5982015-02-23 Nick Clifton <nickc@redhat.com>
599
600 PR 17940
601 * dwarf2dbg.c (out_header): When generating dwarf sections use
602 real symbols not temps for the start and end symbols.
603 * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent
604 adjustments to relocations in debug sections.
605 (TC_LINKRELAX_FIXUP): Likewise.
606
5c9352f3
AM
6072015-02-19 Alan Modra <amodra@gmail.com>
608
609 * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
610 * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
611
aa31c464
JW
6122015-02-11 Matthew Wahab <matthew.wahab@arm.com>
613
614 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
615
b19f47ad
JW
6162015-02-11 Matthew Wahab <matthew.wahab@arm.com>
617
618 * config/tc-arm.c: Add support for Cortex-A72.
619
5c3696f8
KT
6202015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
621
622 * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
623 of as_warn for deprecation messages.
624 (encode_arm_addr_mode_2): Likewise.
625 (check_obsolete): Likewise.
626 (do_rd_rm_rn): Likewise.
627 (do_co_reg): Likewise.
628 (do_setend): Likewise.
629 (do_t_mov_cmp): Likewise.
630 (do_neon_ldr_str): Likewise.
631 (opcode_lookup): Likewise.
632 (if_fsm_post_encode): Likewise.
633 (md_assemble): Likewise.
634
73e76108
JB
6352015-02-06 Jan Beulich <jbeulich@suse.com>
636
637 * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
638 (cfi_change_reg_numbers): Also do nothing for CFI_label.
639 (cfi_pseudo_table): Also handle .cfi_label when not supporting
640 CFI directives.
641
64a81db0
AM
6422015-02-05 Alan Modra <amodra@gmail.com>
643
644 * config/tc-msp430.c (md_assemble): Correct size passed to
645 extract_cmd. Remove index check.
646
2abdd192
JW
6472015-02-04 Matthew Wahab <matthew.wahab@arm.com>
648
649 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
650 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
651
3101e637
NC
6522015-02-04 Nick Clifton <nickc@redhat.com>
653
654 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
655 these instructions.
656
8e02d7f5
JW
6572015-02-03 Renlin Li <renlin.li@arm.com>
658
659 * doc/c-aarch64.texi (.arch): Document the directive.
660 (.arch_extension): Likewise.
661
6d012254
NC
6622015-02-03 Nick Clifton <nickc@redhat.com>
663
664 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
665
3f8107ab
AM
6662015-01-28 James Bowman <james.bowman@ftdichip.com>
667
668 * Makefile.am: Add FT32 files.
669 * config/tc-ft32.c: New file.
670 * config/tc-ft32.h: New file.
671 * configure.tgt: Add FT32 support.
672 * Makefile.in: Regenerate.
673 * po/POTFILES.in: Regenerate.
674
20d79870
KLC
6752015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
676
677 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
678 of instruction la to a symbol.
679
3bd3aeb4
KLC
6802015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
681
682 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
683 section name.
684
740bdc67
AM
6852015-01-19 Alan Modra <amodra@gmail.com>
686
687 * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
688 * write.c (get_frag_for_reloc): Allow match just past end of frag.
689
1e2e8c52
AK
6902015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
691
692 * config/tc-s390.c (struct pd_reg): Remove.
693 (pre_defined_registers): Remove.
694 (REG_NAME_CNT): Remove.
695 (reg_name_search): Calculate the register number instead of doing
696 a lookup.
697 (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
698 reg_name_search signature.
699 (s390_parse_cpu): Support the new arch string z13.
700 (s390_insert_operand): Support for vector registers with the extra
701 field for the fifth bit of each vector register operand.
702 (md_gather_operand): Adjust to the new handling of optional
703 parameters.
704
705 * doc/as.texinfo: Document the z13 cpu string.
706
0900a05b
JW
7072015-01-13 Matthew Wahab <matthew.wahab@arm.com>
708
709 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
710 #0, restoring previous behaviour.
711
69602580
JB
7122015-01-12 Jan Beulich <jbeulich@suse.com>
713
714 * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
715 (cfi_pseudo_table): Add "cfi_label".
716 (output_cfi_insn): Handle CFI_label.
717 (select_cie_for_fde): Als terminate CIE when encountering
718 CFI_label.
719 * dw2gencfi.h (cfi_add_label): Declare.
720 (struct cfi_insn_data): New member "sym_name".
721 (CFI_label): New.
722 * read.c (read_symbol_name): Drop "static".
723 * read.h (read_symbol_name): Declare.
724
cb3b1e65
JB
7252015-01-12 Jan Beulich <jbeulich@suse.com>
726
727 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
728 (do_neon_qshl_imm): Likewise.
729
b38ead21
AM
7302015-01-12 Alan Modra <amodra@gmail.com>
731
732 * read.c (s_altmacro, s_reloc): Make definition static.
733
491793b5
AB
7342015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
735
736 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
737 diff fixups.
738
ea0d6bb9
PT
7392015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
740
741 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
742 X-Gene 2.
743 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
744
5a70a223
JB
7452015-01-07 Jan Beulich <jbeulich@suse.com>
746
747 * config/tc-arm.c (struct arm_option_extension_value_table):
748 Split field "value" into fields "merge_value" and "clear_value".
749 (arm_extensions): Adjust initializer accordingly.
750
efd321f9
AM
7512015-01-01 Alan Modra <amodra@gmail.com>
752
753 * as.c (parse_args): Just print current year.
754
b90efa5b 7552015-01-01 Alan Modra <amodra@gmail.com>
bffb6004 756
b90efa5b 757 Update year range in copyright notice of all files.
bffb6004 758
b90efa5b 759For older changes see ChangeLog-2014
08d56133 760\f
b90efa5b 761Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
762
763Copying and distribution of this file, with or without modification,
764are permitted in any medium without royalty provided the copyright
765notice and this notice are preserved.
766
08d56133
NC
767Local Variables:
768mode: change-log
769left-margin: 8
770fill-column: 74
771version-control: never
772End:
This page took 0.651784 seconds and 4 git commands to generate.