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