]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/ChangeLog
Regenerate configure in bfd/binutils/gas/gdb/gold
[thirdparty/binutils-gdb.git] / gas / ChangeLog
1 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
2
3 * configure: Regenerated.
4
5 2015-04-01 Evandro Menezes <e.menezes@samsung.com>
6
7 * config/tc-aarch64.c: Add support for Samsung Exynos M1.
8 * doc/c-aarch64.texi (-mcpu=): Add "exynos-m1".
9
10 2015-04-01 Evandro Menezes <e.menezes@samsung.com>
11
12 * config/tc-arm.c: Add support for Samsung Exynos M1.
13 * doc/c-arm.texi (-mcpu=): Add "exynos-m1".
14
15 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
16
17 * configure: Regenerated.
18
19 2015-03-31 Ed Schouten <ed@nuxi.nl>
20
21 * configure.tgt (fmt): Set to elf for *-*-cloudabi*.
22
23 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
24
25 * configure.ac: Revert the AM_ZLIB change.
26 * Makefile.in: Regenerated.
27 * aclocal.m4: Likewise.
28 * configure: Likewise.
29
30 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
31
32 * Makefile.am (ZLIBINC): New.
33 (AM_CFLAGS): Add $(ZLIBINC).
34 * as.c: (show_usage): Don't check HAVE_ZLIB_H.
35 (parse_args): Likewise.
36 * compress-debug.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
37 (compress_init): Don't check HAVE_ZLIB_H.
38 (compress_data): Likewise.
39 (compress_finish): Likewise.
40 * configure.ac (AM_ZLIB): Removed.
41 (zlibinc): New. AC_SUBST.
42 Add --with-system-zlib.
43 * Makefile.in: Regenerated.
44 * config.in: Likewise.
45 * configure: Likewise.
46 * doc/Makefile.in: Likewise.
47
48 2015-03-27 H.J. Lu <hongjiu.lu@intel.com>
49
50 * config/tc-i386.c (cpu_flags_set): Removed.
51
52 2015-03-25 Renlin Li <renlin.li@arm.com>
53
54 * config/tc-aarch64.c (mapping_state): Remove first MAP_DATA emitting
55 code.
56 (mapping_state_2): Emit first MAP_DATA symbol here.
57
58 2015-03-24 H.J. Lu <hongjiu.lu@intel.com>
59
60 PR gas/18087
61 * write.c (compress_debug): Don't write the zlib header if
62 compression didn't make the section smaller.
63
64 2015-03-24 Terry Guo <terry.guo@arm.com>
65
66 * config/tc-arm.c (no_cpu_selected): Use new macro to compare
67 features.
68 (parse_psr): Likewise.
69 (do_t_mrs): Likewise.
70 (do_t_msr): Likewise.
71 (static const arm_feature_set arm_ext_*): Defined with new macros.
72 (static const arm_feature_set arm_cext_*): Likewise.
73 (static const arm_feature_set fpu_fpa_ext_*): Likewise.
74 (static const arm_feature_set fpu_vfp_ext_*): Likewise.
75 (deprecated_coproc_regs): Likewise.
76 (UL_BARRIER): Likewise.
77 (barrier_opt_names): Likewise.
78 (arm_cpus): Likewise.
79 (arm_extensions): Likewise.
80
81 2015-03-20 H.J. Lu <hongjiu.lu@intel.com>
82
83 * config/tc-i386.c (i386_align_code): Limit multi-byte nop
84 instructions to 10 bytes.
85
86 2015-03-19 Nick Clifton <nickc@redhat.com>
87
88 * config/tc-rl78.c (enum options): Add G13 and G14.
89 (md_longopts): Add -mg13 and -mg14.
90 (md_parse_option): Handle -mg13 and -mg14.
91 (md_show_usage): List -mg13 and -mg14.
92 * doc/c-rl78.texi: Add description of -mg13 and -mg14 options.
93
94 2015-03-18 Jon Turney <jon.turney@dronecode.org.uk>
95 Nick Clifton <nickc@redhat.com>
96
97 PR binutils/18087
98 * doc/as.texinfo: Note that when gas compresses debug sections the
99 compression is only performed if it makes the section smaller.
100 * write.c (compress_debug): Do not compress a debug section if
101 doing so would make it larger.
102
103 2015-03-17 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
104
105 * config/tc-i386.c (cpu_arch): Add PROCESSOR_ZNVER flags.
106 (i386_align_code): Add PROCESSOR_ZNVER cases.
107 * config/tc-i386.h (processor_type): Add PROCESSOR_ZNVER.
108 * doc/c-i386.texi: Add znver1 and clzero.
109
110 2015-03-16 Nick Clifton <nickc@redhat.com>
111
112 * dwarf2dbg.c (out_header): Remove spurious #if 1.
113
114 2015-03-13 Jiong Wang <jiong.wang@arm.com>
115
116 * config/tc-aarch64.c (warn_unpredictable_ldst): Don't warn on reg
117 number 31.
118
119 2015-03-13 Jiong Wang <jiong.wang@arm.com>
120
121 * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
122
123 2015-03-12 Andrew Bennett <andrew.bennett@imgtec.com>
124
125 * config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
126 * doc/c-mips.texi: Document i6400 -march option.
127
128 2015-03-12 Nick Clifton <nickc@redhat.com>
129
130 PR gas/17444
131 * config/tc-arm.h (MD_APPLY_SYM_VALUE): Pass the current segment
132 to arm_apply_sym_value. Update prototype.
133 * config/tc-arm.c (arm_apply_sym_value): Add segment argument.
134 Do not apply the value if the symbol is in a different segment to
135 the current segment.
136
137 2015-03-11 Alan Modra <amodra@gmail.com>
138
139 * config/tc-ppc.c (md_assemble): Don't abort on 8 byte insn fixups.
140 (md_apply_fix): Report an error on data-only fixups used with insns.
141
142 2015-03-10 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
143
144 * config/tc-s390.c (md_gather_operands): Check for valid
145 length field operands.
146
147 2015-03-10 Michael Perkins <perkinsmg75@yahoo.co.uk>
148
149 * config/tc-arm.c (parse_operands): Fix bug setting writeback
150 values for '^' on OP_REGLSTs.
151 (do_push_pop): Add new writeback constraint.
152
153 2015-03-10 Renlin Li <renlin.li@arm.com>
154
155 * config/tc-arm.c (mapping_state): Remove first MAP_DATA emitting code.
156 (mapping_state_2): Emit first MAP_DATA symbol here.
157
158 2015-03-10 Matthew Wahab <matthew.wahab@arm.com>
159
160 * config/tc-aarch64.c (mapping_state): Set minimum alignment for
161 code sections.
162
163 2015-03-10 Nick Clifton <nickc@redhat.com>
164
165 PR gas/17852
166 * config/tc-arm.c (md_begin): Ensure that selected_cpu is
167 initialised when CPU_DEFAULT is defined.
168
169 2015-03-05 Nick Clifton <nickc@redhat.com>
170
171 * config/tc-v850.c (md_parse_option): Fix code to set or clear
172 EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the
173 -m8byte-align and -m4byte-align command line options.
174
175 2015-03-04 Richard Sandiford <richard.sandiford@arm.com>
176
177 PR gas/17843
178 * config/tc-aarch64.c (process_movw_reloc_info): Allow
179 R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
180 for MOVK.
181
182 2015-02-28 Alan Modra <amodra@gmail.com>
183
184 * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
185 end to their alignment.
186
187 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
188
189 * config/tc-aarch64.c (reloc_table_entry): Generate
190 BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
191 (md_apply_fix, aarch64_force_relocation): Handle
192 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
193
194 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
195
196 * config/tc-aarch64.c (reloc_table_entry): Generate
197 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
198 (md_apply_fix, aarch64_force_relocation): Handle
199 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
200
201 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
202
203 * config/tc-aarch64.c (reloc_table_entry): Generate
204 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
205 (md_apply_fix, aarch64_force_relocation): Handle
206 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
207
208 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
209
210 * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
211 (reloc_table): Likewise.
212 (parse_address_main): Use ld_literal_type.
213
214 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
215
216 * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
217 (reloc_table): Likewise.
218 (parse_address_main): Use adr_type.
219
220 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
221
222 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
223
224 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * config/tc-avr.c: Add elf32-avr.h include.
227 (struct avr_property_record_link): New structure.
228 (avr_output_property_section_header): New function.
229 (avr_record_size): New function.
230 (avr_output_property_record): New function.
231 (avr_create_property_section): New function.
232 (avr_handle_align): New function.
233 (exclude_section_from_property_tables): New function.
234 (create_record_for_frag): New function.
235 (append_records_for_section): New function.
236 (avr_create_and_fill_property_section): New function.
237 (avr_post_relax_hook): New function.
238 * config/tc-avr.h (md_post_relax_hook): Define.
239 (avr_post_relax_hook): Declare.
240 (HANDLE_ALIGN): Define.
241 (avr_handle_align): Declare.
242 (strut avr_frag_data): New structure.
243 (TC_FRAG_TYPE): Define.
244
245 2015-02-25 Matthew Wahab <matthew.wahab@arm.com>
246
247 * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
248 cortex-a72.
249
250 2015-02-24 Nick Clifton <nickc@redhat.com>
251
252 * config/tc-v850.c (soft_float): New variable.
253 (v850_data_8): New variable.
254 (md_show_usage): Add -msoft-float/-mhard-float.
255 (md_parse_option): Likewise.
256 (md_begin): Set the default value of soft_float.
257 (v850_md_end): New function. Creates a note section.
258 * config/tc-v850.h (md_end): Define.
259 * doc/c-v850.texi: Document -msoft-float/-mhard-float.
260
261 2015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
262
263 * config/tc-h8300.c (line_separater_chars): Add a version for
264 h8300-linux that includes a separator.
265 (default_mach): New variable.
266 (md_main): Use it.
267 (md_longopts): Add '--march' option.
268 (md_parse_option): Parse the new option.
269 * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux.
270 * configure.tgt: Add h8300-*-linux
271 * doc/c-h8300.texi: Document --march.
272
273 2015-02-23 Nick Clifton <nickc@redhat.com>
274
275 PR 17940
276 * dwarf2dbg.c (out_header): When generating dwarf sections use
277 real symbols not temps for the start and end symbols.
278 * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent
279 adjustments to relocations in debug sections.
280 (TC_LINKRELAX_FIXUP): Likewise.
281
282 2015-02-19 Alan Modra <amodra@gmail.com>
283
284 * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
285 * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
286
287 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
288
289 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
290
291 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
292
293 * config/tc-arm.c: Add support for Cortex-A72.
294
295 2015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
296
297 * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
298 of as_warn for deprecation messages.
299 (encode_arm_addr_mode_2): Likewise.
300 (check_obsolete): Likewise.
301 (do_rd_rm_rn): Likewise.
302 (do_co_reg): Likewise.
303 (do_setend): Likewise.
304 (do_t_mov_cmp): Likewise.
305 (do_neon_ldr_str): Likewise.
306 (opcode_lookup): Likewise.
307 (if_fsm_post_encode): Likewise.
308 (md_assemble): Likewise.
309
310 2015-02-06 Jan Beulich <jbeulich@suse.com>
311
312 * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
313 (cfi_change_reg_numbers): Also do nothing for CFI_label.
314 (cfi_pseudo_table): Also handle .cfi_label when not supporting
315 CFI directives.
316
317 2015-02-05 Alan Modra <amodra@gmail.com>
318
319 * config/tc-msp430.c (md_assemble): Correct size passed to
320 extract_cmd. Remove index check.
321
322 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
323
324 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
325 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
326
327 2015-02-04 Nick Clifton <nickc@redhat.com>
328
329 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
330 these instructions.
331
332 2015-02-03 Renlin Li <renlin.li@arm.com>
333
334 * doc/c-aarch64.texi (.arch): Document the directive.
335 (.arch_extension): Likewise.
336
337 2015-02-03 Nick Clifton <nickc@redhat.com>
338
339 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
340
341 2015-01-28 James Bowman <james.bowman@ftdichip.com>
342
343 * Makefile.am: Add FT32 files.
344 * config/tc-ft32.c: New file.
345 * config/tc-ft32.h: New file.
346 * configure.tgt: Add FT32 support.
347 * Makefile.in: Regenerate.
348 * po/POTFILES.in: Regenerate.
349
350 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
351
352 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
353 of instruction la to a symbol.
354
355 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
356
357 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
358 section name.
359
360 2015-01-19 Alan Modra <amodra@gmail.com>
361
362 * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
363 * write.c (get_frag_for_reloc): Allow match just past end of frag.
364
365 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
366
367 * config/tc-s390.c (struct pd_reg): Remove.
368 (pre_defined_registers): Remove.
369 (REG_NAME_CNT): Remove.
370 (reg_name_search): Calculate the register number instead of doing
371 a lookup.
372 (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
373 reg_name_search signature.
374 (s390_parse_cpu): Support the new arch string z13.
375 (s390_insert_operand): Support for vector registers with the extra
376 field for the fifth bit of each vector register operand.
377 (md_gather_operand): Adjust to the new handling of optional
378 parameters.
379
380 * doc/as.texinfo: Document the z13 cpu string.
381
382 2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
383
384 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
385 #0, restoring previous behaviour.
386
387 2015-01-12 Jan Beulich <jbeulich@suse.com>
388
389 * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
390 (cfi_pseudo_table): Add "cfi_label".
391 (output_cfi_insn): Handle CFI_label.
392 (select_cie_for_fde): Als terminate CIE when encountering
393 CFI_label.
394 * dw2gencfi.h (cfi_add_label): Declare.
395 (struct cfi_insn_data): New member "sym_name".
396 (CFI_label): New.
397 * read.c (read_symbol_name): Drop "static".
398 * read.h (read_symbol_name): Declare.
399
400 2015-01-12 Jan Beulich <jbeulich@suse.com>
401
402 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
403 (do_neon_qshl_imm): Likewise.
404
405 2015-01-12 Alan Modra <amodra@gmail.com>
406
407 * read.c (s_altmacro, s_reloc): Make definition static.
408
409 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
410
411 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
412 diff fixups.
413
414 2015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
415
416 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
417 X-Gene 2.
418 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
419
420 2015-01-07 Jan Beulich <jbeulich@suse.com>
421
422 * config/tc-arm.c (struct arm_option_extension_value_table):
423 Split field "value" into fields "merge_value" and "clear_value".
424 (arm_extensions): Adjust initializer accordingly.
425
426 2015-01-01 Alan Modra <amodra@gmail.com>
427
428 * as.c (parse_args): Just print current year.
429
430 2015-01-01 Alan Modra <amodra@gmail.com>
431
432 Update year range in copyright notice of all files.
433
434 For older changes see ChangeLog-2014
435 \f
436 Copyright (C) 2015 Free Software Foundation, Inc.
437
438 Copying and distribution of this file, with or without modification,
439 are permitted in any medium without royalty provided the copyright
440 notice and this notice are preserved.
441
442 Local Variables:
443 mode: change-log
444 left-margin: 8
445 fill-column: 74
446 version-control: never
447 End: