]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
Fix py-parameter.exp and scm-parameter.exp path matching
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
eb9d6cc9
RL
12015-04-27 Renlin Li <renlin.li@arm.com>
2
3 * config/tc-aarch64.c (s_aarch64_inst): Don't align code for non-text
4 section.
5 (md_assemble): Likewise, move the align code outside the loop.
6
faade851
JW
72015-04-24 Jim Wilson <jim.wilson@linaro.org>
8
9 * config/tc-aarch64.c (aarch64_cpus): Add CRC and CRYPTO features
10 for thunderx.
11
122015-04-24 Richard Earnshaw <rearnsha@arm.com>
7a5c933c
RE
13
14 * config/tc-arm.h (arm_min): New function.
15 (SUB_SEGMENT_ALIGN): Define.
16
ece794d9
MF
172015-04-23 Matthew Fortune <matthew.fortune@imgtec.com>
18
19 * config/tc-mips.c (macro): State the recommended way of creating
20 32-bit or 64-bit addresses.
21
af508cb9
JB
222015-04-23 Jan Beulich <jbeulich@suse.com>
23
24 * config/tc-i386.c (match_mem_size): Also allow no size
25 specification when broadcasting.
26
d3b47e2b
L
272015-04-20 H.J. Lu <hongjiu.lu@intel.com>
28
29 * doc/as.texinfo (Bundle directives): Shorten menu entry and
30 use @subsection.
31 (CFI directives): Use @subsection.
32 (SH-Dependent, SH64-Dependent): Moved after SCORE-Dependent.
33 * doc/c-i386.texi (i386-Mnemonics): Use @subsection.
34
ef7a9369
SKS
352015-04-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
36
37 * config/tc-avr.c (create_record_for_frag): Rename link to
38 prop_rec_link.
39
ea556d25
L
402015-04-15 H.J. Lu <hongjiu.lu@intel.com>
41
42 * NEWS: Mention
43 --compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi].
44
0ce398f1
L
452015-04-14 H.J. Lu <hongjiu.lu@intel.com>
46
47 * as.h (compressed_debug_section_type): Removed.
48
6ff71e76
NC
492015-04-14 Nick Clifton <nickc@redhat.com>
50
51 * config/tc-rl78.h (TC_LINKRELAX_FIXUP): Define.
52 (TC_FORCE_RELOCATION_SUB_SAME): Define.
53 (DWARF2_USE_FIXED_ADVANCE_PC): Define.
54
080bb7bb
NC
552015-04-10 Nick Clifton <nickc@redhat.com>
56
57 PR binutils/18198
58 * doc/c-arm.texi (ARM Options): Add a note about the interaction of
59 the -EB option with the linker's --be8 option.
60
4b5708f5
HPN
612015-04-09 Hans-Peter Nilsson <hp@axis.com>
62
63 * doc/c-rx.texi: Fix markup typos in last change.
64
3525236c
NC
652015-04-09 Nick Clifton <nickc@redhat.com>
66
67 * config/tc-rx.c (enum options): Add OPTION_DISALLOW_STRING_INSNS.
68 (md_longopts): Add -mno-allow-string-insns.
69 (md_parse_option): Handle -mno-allow-string-insns.
70 (md_show_usage): Mention -mno-allow-string-insns.
71 (rx_note_string_insn_use): New function. Produces an error
72 message if a string insn is used when it is not allowed.
73 * config/rx-parse.y (SCMPU): Call rx_note_string_insn_use.
74 (SMOVU, SMOVB, SMOVF, SUNTIL, SWHILE, RMPA): Likewise.
75 * config/rx-defs.h (rx_note_string_insn_use): Prototype.
76 * doc/c-rx.texi: Document -mno-allow-string-insns.
77
151411f8
L
782015-04-08 H.J. Lu <hongjiu.lu@intel.com>
79
80 * as.c (show_usage): Update --compress-debug-sections.
81 (std_longopts): Use optional_argument on compress-debug-sections.
82 (parse_args): Handle
83 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
84 * as.h (compressed_debug_section_type): New.
85 (flag_compress_debug): Change type to compressed_debug_section_type.
86 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
87 * write.c (compress_debug): Set BFD_COMPRESS_GABI for
88 --compress-debug-sections=zlib-gabi. Call
89 bfd_get_compression_header_size to get compression header size.
90 Don't rename section name for --compress-debug-sections=zlib-gabi.
91 * config/tc-i386.c (compressed_debug_section_type): Set to
92 COMPRESS_DEBUG_ZLIB.
93 * doc/as.texinfo: Document
94 --compress-debug-sections={none|zlib|zlib-gnu|zlib-gabi}.
95
a97902de
RL
962015-04-07 Renlin Li <renlin.li@arm.com>
97
98 * config/tc-aarch64.c (mapping_state): Use subseg_text_p.
99 (s_aarch64_inst): Likewise.
100 (md_assemble): Likewise.
101
4aa90cc0
L
1022015-04-06 H.J. Lu <hongjiu.lu@intel.com>
103
104 * write.c (compress_debug): Use bfd_putb64 to write uncompressed
105 section size.
106
317974f6
L
1072015-04-05 H.J. Lu <hongjiu.lu@intel.com>
108
109 * write.c (compress_debug): Don't write the zlib header if
110 compressed section size is the same as before compression.
111
03e08038
NC
1122015-04-02 Nick Clifton <nickc@redhat.com>
113
114 PR gas/18189
115 * config/tc-microblaze.c (parse_imm): Use offsetT as the type for
f66adc4e 116 min and max parameters. Sign extend values before testing.
03e08038 117
c1baaddf
RL
1182015-04-02 Renlin Li <renlin.li@arm.com>
119
120 * config/tc-aarch64.c (mapping_state): Emit MAP_DATA within text section in order.
121 (mapping_state_2): Don't emit MAP_DATA here.
122 (s_aarch64_inst): Align frag during state transition.
123 (md_assemble): Likewise.
124
726e626a
EM
1252015-04-02 Ed Maste <emaste@freebsd.org>
126
127 * config/tc-aarch64.c (set_error_kind): Delete.
128 (set_error_message): Delete.
129
39f3de7c
L
1302015-04-02 H.J. Lu <hongjiu.lu@intel.com>
131
132 * configure: Regenerated.
133
2412d878
EM
1342015-04-01 Evandro Menezes <e.menezes@samsung.com>
135
136 * config/tc-aarch64.c: Add support for Samsung Exynos M1.
137 * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
138
246496bb
EM
1392015-04-01 Evandro Menezes <e.menezes@samsung.com>
140
141 * config/tc-arm.c: Add support for Samsung Exynos M1.
142 * doc/c-arm.texi (-mcpu=): Add "exynos-m1".
143
afa59b79
L
1442015-04-01 H.J. Lu <hongjiu.lu@intel.com>
145
146 * configure: Regenerated.
147
6036f486
ES
1482015-03-31 Ed Schouten <ed@nuxi.nl>
149
150 * configure.tgt (fmt): Set to elf for *-*-cloudabi*.
151
543b7933
L
1522015-03-31 H.J. Lu <hongjiu.lu@intel.com>
153
154 * configure.ac: Revert the AM_ZLIB change.
155 * Makefile.in: Regenerated.
156 * aclocal.m4: Likewise.
157 * configure: Likewise.
158
0138187e
L
1592015-03-31 H.J. Lu <hongjiu.lu@intel.com>
160
161 * Makefile.am (ZLIBINC): New.
162 (AM_CFLAGS): Add $(ZLIBINC).
163 * as.c: (show_usage): Don't check HAVE_ZLIB_H.
164 (parse_args): Likewise.
165 * compress-debug.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
166 (compress_init): Don't check HAVE_ZLIB_H.
167 (compress_data): Likewise.
168 (compress_finish): Likewise.
169 * configure.ac (AM_ZLIB): Removed.
170 (zlibinc): New. AC_SUBST.
171 Add --with-system-zlib.
172 * Makefile.in: Regenerated.
173 * config.in: Likewise.
174 * configure: Likewise.
175 * doc/Makefile.in: Likewise.
176
e04de5e3
L
1772015-03-27 H.J. Lu <hongjiu.lu@intel.com>
178
179 * config/tc-i386.c (cpu_flags_set): Removed.
180
bb383c6c
RL
1812015-03-25 Renlin Li <renlin.li@arm.com>
182
183 * config/tc-aarch64.c (mapping_state): Remove first MAP_DATA emitting
184 code.
185 (mapping_state_2): Emit first MAP_DATA symbol here.
186
b422eb49
L
1872015-03-24 H.J. Lu <hongjiu.lu@intel.com>
188
189 PR gas/18087
190 * write.c (compress_debug): Don't write the zlib header if
191 compression didn't make the section smaller.
192
823d2571
TG
1932015-03-24 Terry Guo <terry.guo@arm.com>
194
195 * config/tc-arm.c (no_cpu_selected): Use new macro to compare
196 features.
197 (parse_psr): Likewise.
198 (do_t_mrs): Likewise.
199 (do_t_msr): Likewise.
200 (static const arm_feature_set arm_ext_*): Defined with new macros.
201 (static const arm_feature_set arm_cext_*): Likewise.
202 (static const arm_feature_set fpu_fpa_ext_*): Likewise.
203 (static const arm_feature_set fpu_vfp_ext_*): Likewise.
204 (deprecated_coproc_regs): Likewise.
205 (UL_BARRIER): Likewise.
206 (barrier_opt_names): Likewise.
207 (arm_cpus): Likewise.
208 (arm_extensions): Likewise.
209
80b8656c
L
2102015-03-20 H.J. Lu <hongjiu.lu@intel.com>
211
212 * config/tc-i386.c (i386_align_code): Limit multi-byte nop
213 instructions to 10 bytes.
214
1740ba0c
NC
2152015-03-19 Nick Clifton <nickc@redhat.com>
216
217 * config/tc-rl78.c (enum options): Add G13 and G14.
218 (md_longopts): Add -mg13 and -mg14.
219 (md_parse_option): Handle -mg13 and -mg14.
220 (md_show_usage): List -mg13 and -mg14.
221 * doc/c-rl78.texi: Add description of -mg13 and -mg14 options.
222
273a4985
JT
2232015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
224 Nick Clifton <nickc@redhat.com>
225
226 PR binutils/18087
227 * doc/as.texinfo: Note that when gas compresses debug sections the
228 compression is only performed if it makes the section smaller.
229 * write.c (compress_debug): Do not compress a debug section if
230 doing so would make it larger.
231
029f3522
GG
2322015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
233
234 * config/tc-i386.c (cpu_arch): Add PROCESSOR_ZNVER flags.
235 (i386_align_code): Add PROCESSOR_ZNVER cases.
236 * config/tc-i386.h (processor_type): Add PROCESSOR_ZNVER.
237 * doc/c-i386.texi: Add znver1 and clzero.
238
b57dc16f
NC
2392015-03-16 Nick Clifton <nickc@redhat.com>
240
241 * dwarf2dbg.c (out_header): Remove spurious #if 1.
242
4bf8c6e8
JW
2432015-03-13 Jiong Wang <jiong.wang@arm.com>
244
245 * config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
246 number 31.
247
bc9706f8
JW
2482015-03-13 Jiong Wang <jiong.wang@arm.com>
249
250 * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
251
7ef0d297
AB
2522015-03-12 Andrew Bennett <andrew.bennett@imgtec.com>
253
254 * config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
255 * doc/c-mips.texi: Document i6400 -march option.
256
93ef582d
NC
2572015-03-12 Nick Clifton <nickc@redhat.com>
258
259 PR gas/17444
260 * config/tc-arm.h (MD_APPLY_SYM_VALUE): Pass the current segment
261 to arm_apply_sym_value. Update prototype.
262 * config/tc-arm.c (arm_apply_sym_value): Add segment argument.
263 Do not apply the value if the symbol is in a different segment to
264 the current segment.
265
f728387b
AM
2662015-03-11 Alan Modra <amodra@gmail.com>
267
268 * config/tc-ppc.c (md_assemble): Don't abort on 8 byte insn fixups.
269 (md_apply_fix): Report an error on data-only fixups used with insns.
270
c6837265
AK
2712015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
272
273 * config/tc-s390.c (md_gather_operands): Check for valid
274 length field operands.
275
5e0d7f77
MP
2762015-03-10 Michael Perkins <perkinsmg75@yahoo.co.uk>
277
278 * config/tc-arm.c (parse_operands): Fix bug setting writeback
279 values for '^' on OP_REGLSTs.
280 (do_push_pop): Add new writeback constraint.
281
4e9aaefb
SA
2822015-03-10 Renlin Li <renlin.li@arm.com>
283
284 * config/tc-arm.c (mapping_state): Remove first MAP_DATA emitting code.
285 (mapping_state_2): Emit first MAP_DATA symbol here.
286
a578ef7e
JW
2872015-03-10 Matthew Wahab <matthew.wahab@arm.com>
288
289 * config/tc-aarch64.c (mapping_state): Set minimum alignment for
290 code sections.
291
73f43896
NC
2922015-03-10 Nick Clifton <nickc@redhat.com>
293
294 PR gas/17852
295 * config/tc-arm.c (md_begin): Ensure that selected_cpu is
296 initialised when CPU_DEFAULT is defined.
297
a26de52c
NC
2982015-03-05 Nick Clifton <nickc@redhat.com>
299
300 * config/tc-v850.c (md_parse_option): Fix code to set or clear
301 EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the
302 -m8byte-align and -m4byte-align command line options.
303
e09ab7ac
RS
3042015-03-04 Richard Sandiford <richard.sandiford@arm.com>
305
306 PR gas/17843
307 * config/tc-aarch64.c (process_movw_reloc_info): Allow
308 R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
309 for MOVK.
310
9028d943
AM
3112015-02-28 Alan Modra <amodra@gmail.com>
312
313 * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
314 end to their alignment.
315
389b8029
MS
3162015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
317
318 * config/tc-aarch64.c (reloc_table_entry): Generate
319 BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
320 (md_apply_fix, aarch64_force_relocation): Handle
321 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
322
3c12b054
MS
3232015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
324
325 * config/tc-aarch64.c (reloc_table_entry): Generate
326 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
327 (md_apply_fix, aarch64_force_relocation): Handle
328 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
329
043bf05a
MS
3302015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
331
332 * config/tc-aarch64.c (reloc_table_entry): Generate
333 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
334 (md_apply_fix, aarch64_force_relocation): Handle
335 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
336
74ad790c
MS
3372015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
338
339 * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
340 (reloc_table): Likewise.
341 (parse_address_main): Use ld_literal_type.
342
6f4a313b
MS
3432015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
344
345 * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
346 (reloc_table): Likewise.
347 (parse_address_main): Use adr_type.
348
1db365dc
MS
3492015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
350
351 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
352
fdd410ac
AB
3532015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
354
355 * config/tc-avr.c: Add elf32-avr.h include.
356 (struct avr_property_record_link): New structure.
357 (avr_output_property_section_header): New function.
358 (avr_record_size): New function.
359 (avr_output_property_record): New function.
360 (avr_create_property_section): New function.
361 (avr_handle_align): New function.
362 (exclude_section_from_property_tables): New function.
363 (create_record_for_frag): New function.
364 (append_records_for_section): New function.
365 (avr_create_and_fill_property_section): New function.
366 (avr_post_relax_hook): New function.
367 * config/tc-avr.h (md_post_relax_hook): Define.
368 (avr_post_relax_hook): Declare.
369 (HANDLE_ALIGN): Define.
370 (avr_handle_align): Declare.
371 (strut avr_frag_data): New structure.
372 (TC_FRAG_TYPE): Define.
373
4469186b
KT
3742015-02-25 Matthew Wahab <matthew.wahab@arm.com>
375
376 * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
377 cortex-a72.
378
685080f2
NC
3792015-02-24 Nick Clifton <nickc@redhat.com>
380
381 * config/tc-v850.c (soft_float): New variable.
382 (v850_data_8): New variable.
383 (md_show_usage): Add -msoft-float/-mhard-float.
384 (md_parse_option): Likewise.
385 (md_begin): Set the default value of soft_float.
386 (v850_md_end): New function. Creates a note section.
387 * config/tc-v850.h (md_end): Define.
388 * doc/c-v850.texi: Document -msoft-float/-mhard-float.
389
5518c738
YS
3902015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
391
392 * config/tc-h8300.c (line_separater_chars): Add a version for
393 h8300-linux that includes a separator.
394 (default_mach): New variable.
395 (md_main): Use it.
396 (md_longopts): Add '--march' option.
397 (md_parse_option): Parse the new option.
398 * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux.
399 * configure.tgt: Add h8300-*-linux
400 * doc/c-h8300.texi: Document --march.
401
0f8f0c57
NC
4022015-02-23 Nick Clifton <nickc@redhat.com>
403
404 PR 17940
405 * dwarf2dbg.c (out_header): When generating dwarf sections use
406 real symbols not temps for the start and end symbols.
407 * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent
408 adjustments to relocations in debug sections.
409 (TC_LINKRELAX_FIXUP): Likewise.
410
5c9352f3
AM
4112015-02-19 Alan Modra <amodra@gmail.com>
412
413 * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
414 * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
415
aa31c464
JW
4162015-02-11 Matthew Wahab <matthew.wahab@arm.com>
417
418 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
419
b19f47ad
JW
4202015-02-11 Matthew Wahab <matthew.wahab@arm.com>
421
422 * config/tc-arm.c: Add support for Cortex-A72.
423
5c3696f8
KT
4242015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
425
426 * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
427 of as_warn for deprecation messages.
428 (encode_arm_addr_mode_2): Likewise.
429 (check_obsolete): Likewise.
430 (do_rd_rm_rn): Likewise.
431 (do_co_reg): Likewise.
432 (do_setend): Likewise.
433 (do_t_mov_cmp): Likewise.
434 (do_neon_ldr_str): Likewise.
435 (opcode_lookup): Likewise.
436 (if_fsm_post_encode): Likewise.
437 (md_assemble): Likewise.
438
73e76108
JB
4392015-02-06 Jan Beulich <jbeulich@suse.com>
440
441 * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
442 (cfi_change_reg_numbers): Also do nothing for CFI_label.
443 (cfi_pseudo_table): Also handle .cfi_label when not supporting
444 CFI directives.
445
64a81db0
AM
4462015-02-05 Alan Modra <amodra@gmail.com>
447
448 * config/tc-msp430.c (md_assemble): Correct size passed to
449 extract_cmd. Remove index check.
450
2abdd192
JW
4512015-02-04 Matthew Wahab <matthew.wahab@arm.com>
452
453 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
454 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
455
3101e637
NC
4562015-02-04 Nick Clifton <nickc@redhat.com>
457
458 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
459 these instructions.
460
8e02d7f5
JW
4612015-02-03 Renlin Li <renlin.li@arm.com>
462
463 * doc/c-aarch64.texi (.arch): Document the directive.
464 (.arch_extension): Likewise.
465
6d012254
NC
4662015-02-03 Nick Clifton <nickc@redhat.com>
467
468 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
469
3f8107ab
AM
4702015-01-28 James Bowman <james.bowman@ftdichip.com>
471
472 * Makefile.am: Add FT32 files.
473 * config/tc-ft32.c: New file.
474 * config/tc-ft32.h: New file.
475 * configure.tgt: Add FT32 support.
476 * Makefile.in: Regenerate.
477 * po/POTFILES.in: Regenerate.
478
20d79870
KLC
4792015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
480
481 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
482 of instruction la to a symbol.
483
3bd3aeb4
KLC
4842015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
485
486 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
487 section name.
488
740bdc67
AM
4892015-01-19 Alan Modra <amodra@gmail.com>
490
491 * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
492 * write.c (get_frag_for_reloc): Allow match just past end of frag.
493
1e2e8c52
AK
4942015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
495
496 * config/tc-s390.c (struct pd_reg): Remove.
497 (pre_defined_registers): Remove.
498 (REG_NAME_CNT): Remove.
499 (reg_name_search): Calculate the register number instead of doing
500 a lookup.
501 (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
502 reg_name_search signature.
503 (s390_parse_cpu): Support the new arch string z13.
504 (s390_insert_operand): Support for vector registers with the extra
505 field for the fifth bit of each vector register operand.
506 (md_gather_operand): Adjust to the new handling of optional
507 parameters.
508
509 * doc/as.texinfo: Document the z13 cpu string.
510
0900a05b
JW
5112015-01-13 Matthew Wahab <matthew.wahab@arm.com>
512
513 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
514 #0, restoring previous behaviour.
515
69602580
JB
5162015-01-12 Jan Beulich <jbeulich@suse.com>
517
518 * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
519 (cfi_pseudo_table): Add "cfi_label".
520 (output_cfi_insn): Handle CFI_label.
521 (select_cie_for_fde): Als terminate CIE when encountering
522 CFI_label.
523 * dw2gencfi.h (cfi_add_label): Declare.
524 (struct cfi_insn_data): New member "sym_name".
525 (CFI_label): New.
526 * read.c (read_symbol_name): Drop "static".
527 * read.h (read_symbol_name): Declare.
528
cb3b1e65
JB
5292015-01-12 Jan Beulich <jbeulich@suse.com>
530
531 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
532 (do_neon_qshl_imm): Likewise.
533
b38ead21
AM
5342015-01-12 Alan Modra <amodra@gmail.com>
535
536 * read.c (s_altmacro, s_reloc): Make definition static.
537
491793b5
AB
5382015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
539
540 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
541 diff fixups.
542
ea0d6bb9
PT
5432015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
544
545 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
546 X-Gene 2.
547 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
548
5a70a223
JB
5492015-01-07 Jan Beulich <jbeulich@suse.com>
550
551 * config/tc-arm.c (struct arm_option_extension_value_table):
552 Split field "value" into fields "merge_value" and "clear_value".
553 (arm_extensions): Adjust initializer accordingly.
554
efd321f9
AM
5552015-01-01 Alan Modra <amodra@gmail.com>
556
557 * as.c (parse_args): Just print current year.
558
b90efa5b 5592015-01-01 Alan Modra <amodra@gmail.com>
bffb6004 560
b90efa5b 561 Update year range in copyright notice of all files.
bffb6004 562
b90efa5b 563For older changes see ChangeLog-2014
08d56133 564\f
b90efa5b 565Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
566
567Copying and distribution of this file, with or without modification,
568are permitted in any medium without royalty provided the copyright
569notice and this notice are preserved.
570
08d56133
NC
571Local Variables:
572mode: change-log
573left-margin: 8
574fill-column: 74
575version-control: never
576End: