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