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