69b5bb9fa7613cddd44f092b9cd8e715deb20b5f
[external/binutils.git] / gas / ChangeLog
1 2015-03-13  Jiong Wang  <jiong.wang@arm.com>
2
3         * config/tc-aarch64.h (SUB_SEGMENT_ALIGN): Define to be zero.
4
5 2015-03-12  Andrew Bennett  <andrew.bennett@imgtec.com>
6
7         * config/tc-mips.c (mips_cpu_info_table): Add i6400 entry.
8         * doc/c-mips.texi: Document i6400 -march option.
9
10 2015-03-12  Nick Clifton  <nickc@redhat.com>
11
12         PR gas/17444
13         * config/tc-arm.h (MD_APPLY_SYM_VALUE): Pass the current segment
14         to arm_apply_sym_value.  Update prototype.
15         * config/tc-arm.c (arm_apply_sym_value): Add segment argument.
16         Do not apply the value if the symbol is in a different segment to
17         the current segment.
18
19 2015-03-11  Alan Modra  <amodra@gmail.com>
20
21         * config/tc-ppc.c (md_assemble): Don't abort on 8 byte insn fixups.
22         (md_apply_fix): Report an error on data-only fixups used with insns.
23
24 2015-03-10  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
25
26         * config/tc-s390.c (md_gather_operands): Check for valid
27         length field operands.
28
29 2015-03-10  Michael Perkins  <perkinsmg75@yahoo.co.uk>
30
31         * config/tc-arm.c (parse_operands): Fix bug setting writeback
32         values for '^' on OP_REGLSTs.
33         (do_push_pop): Add new writeback constraint.
34
35 2015-03-10  Renlin Li  <renlin.li@arm.com>
36
37         * config/tc-arm.c (mapping_state): Remove first MAP_DATA emitting code.
38         (mapping_state_2): Emit first MAP_DATA symbol here.
39
40 2015-03-10  Matthew Wahab  <matthew.wahab@arm.com>
41
42         * config/tc-aarch64.c (mapping_state): Set minimum alignment for
43         code sections.
44
45 2015-03-10  Nick Clifton  <nickc@redhat.com>
46
47         PR gas/17852
48         * config/tc-arm.c (md_begin): Ensure that selected_cpu is
49         initialised when CPU_DEFAULT is defined.
50
51 2015-03-05  Nick Clifton  <nickc@redhat.com>
52
53         * config/tc-v850.c (md_parse_option): Fix code to set or clear
54         EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the
55         -m8byte-align and -m4byte-align command line options.
56
57 2015-03-04  Richard Sandiford  <richard.sandiford@arm.com>
58
59         PR gas/17843
60         * config/tc-aarch64.c (process_movw_reloc_info): Allow
61         R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
62         for MOVK.
63
64 2015-02-28  Alan Modra  <amodra@gmail.com>
65
66         * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
67         end to their alignment.
68
69 2015-02-19  Marcus Shawcroft  <marcus.shawcroft@arm.com>
70
71         * config/tc-aarch64.c (reloc_table_entry): Generate
72         BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
73         (md_apply_fix, aarch64_force_relocation): Handle
74         BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
75
76 2015-02-19  Marcus Shawcroft  <marcus.shawcroft@arm.com>
77
78         * config/tc-aarch64.c (reloc_table_entry): Generate
79         BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
80         (md_apply_fix, aarch64_force_relocation): Handle
81         BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
82
83 2015-02-19  Marcus Shawcroft  <marcus.shawcroft@arm.com>
84
85         * config/tc-aarch64.c (reloc_table_entry): Generate
86         BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
87         (md_apply_fix, aarch64_force_relocation): Handle
88         BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
89
90 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
91
92         * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
93         (reloc_table): Likewise.
94         (parse_address_main): Use ld_literal_type.
95
96 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
97
98         * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
99         (reloc_table): Likewise.
100         (parse_address_main): Use adr_type.
101
102 2015-02-26  Marcus Shawcroft  <marcus.shawcroft@arm.com>
103
104         * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
105
106 2015-02-25  Andrew Burgess  <andrew.burgess@embecosm.com>
107
108         * config/tc-avr.c: Add elf32-avr.h include.
109         (struct avr_property_record_link): New structure.
110         (avr_output_property_section_header): New function.
111         (avr_record_size): New function.
112         (avr_output_property_record): New function.
113         (avr_create_property_section): New function.
114         (avr_handle_align): New function.
115         (exclude_section_from_property_tables): New function.
116         (create_record_for_frag): New function.
117         (append_records_for_section): New function.
118         (avr_create_and_fill_property_section): New function.
119         (avr_post_relax_hook): New function.
120         * config/tc-avr.h (md_post_relax_hook): Define.
121         (avr_post_relax_hook): Declare.
122         (HANDLE_ALIGN): Define.
123         (avr_handle_align): Declare.
124         (strut avr_frag_data): New structure.
125         (TC_FRAG_TYPE): Define.
126
127 2015-02-25  Matthew Wahab  <matthew.wahab@arm.com>
128
129         * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
130         cortex-a72.
131
132 2015-02-24  Nick Clifton  <nickc@redhat.com>
133
134         * config/tc-v850.c (soft_float): New variable.
135         (v850_data_8): New variable.
136         (md_show_usage): Add -msoft-float/-mhard-float.
137         (md_parse_option): Likewise.
138         (md_begin): Set the default value of soft_float.
139         (v850_md_end): New function.  Creates a note section.
140         * config/tc-v850.h (md_end): Define.
141         * doc/c-v850.texi: Document -msoft-float/-mhard-float.
142
143 2015-02-23  Yoshinori Sato  <ysato@users.sourceforge.jp>
144
145         * config/tc-h8300.c (line_separater_chars): Add a version for
146         h8300-linux that includes a separator.
147         (default_mach): New variable.
148         (md_main): Use it.
149         (md_longopts): Add '--march' option.
150         (md_parse_option): Parse the new option.
151         * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux.
152         * configure.tgt: Add h8300-*-linux
153         * doc/c-h8300.texi: Document --march.
154
155 2015-02-23  Nick Clifton  <nickc@redhat.com>
156
157         PR 17940
158         * dwarf2dbg.c (out_header): When generating dwarf sections use
159         real symbols not temps for the start and end symbols.
160         * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent
161         adjustments to relocations in debug sections.
162         (TC_LINKRELAX_FIXUP): Likewise.
163
164 2015-02-19  Alan Modra  <amodra@gmail.com>
165
166         * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
167         * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
168
169 2015-02-11  Matthew Wahab  <matthew.wahab@arm.com>
170
171         * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
172
173 2015-02-11  Matthew Wahab  <matthew.wahab@arm.com>
174
175         * config/tc-arm.c: Add support for Cortex-A72.
176
177 2015-02-09  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
178
179         * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
180         of as_warn for deprecation messages.
181         (encode_arm_addr_mode_2): Likewise.
182         (check_obsolete): Likewise.
183         (do_rd_rm_rn): Likewise.
184         (do_co_reg): Likewise.
185         (do_setend): Likewise.
186         (do_t_mov_cmp): Likewise.
187         (do_neon_ldr_str): Likewise.
188         (opcode_lookup): Likewise.
189         (if_fsm_post_encode): Likewise.
190         (md_assemble): Likewise.
191
192 2015-02-06  Jan Beulich  <jbeulich@suse.com>
193
194         * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
195         (cfi_change_reg_numbers): Also do nothing for CFI_label.
196         (cfi_pseudo_table): Also handle .cfi_label when not supporting
197         CFI directives.
198
199 2015-02-05  Alan Modra  <amodra@gmail.com>
200
201         * config/tc-msp430.c (md_assemble): Correct size passed to
202         extract_cmd.  Remove index check.
203
204 2015-02-04  Matthew Wahab  <matthew.wahab@arm.com>
205
206         * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
207         * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
208
209 2015-02-04  Nick Clifton  <nickc@redhat.com>
210
211         * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
212         these instructions.
213
214 2015-02-03  Renlin Li  <renlin.li@arm.com>
215
216         * doc/c-aarch64.texi (.arch): Document the directive.
217         (.arch_extension): Likewise.
218
219 2015-02-03  Nick Clifton  <nickc@redhat.com>
220
221         * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
222
223 2015-01-28  James Bowman  <james.bowman@ftdichip.com>
224
225         * Makefile.am: Add FT32 files.
226         * config/tc-ft32.c: New file.
227         * config/tc-ft32.h: New file.
228         * configure.tgt: Add FT32 support.
229         * Makefile.in: Regenerate.
230         * po/POTFILES.in: Regenerate.
231
232 2015-01-27  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
233
234         * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
235         of instruction la to a symbol.
236
237 2015-01-27  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
238
239         * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
240         section name.
241
242 2015-01-19  Alan Modra  <amodra@gmail.com>
243
244         * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
245         * write.c (get_frag_for_reloc): Allow match just past end of frag.
246
247 2015-01-16  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
248
249         * config/tc-s390.c (struct pd_reg): Remove.
250         (pre_defined_registers): Remove.
251         (REG_NAME_CNT): Remove.
252         (reg_name_search): Calculate the register number instead of doing
253         a lookup.
254         (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
255         reg_name_search signature.
256         (s390_parse_cpu): Support the new arch string z13.
257         (s390_insert_operand): Support for vector registers with the extra
258         field for the fifth bit of each vector register operand.
259         (md_gather_operand): Adjust to the new handling of optional
260         parameters.
261
262         * doc/as.texinfo: Document the z13 cpu string.
263
264 2015-01-13  Matthew Wahab  <matthew.wahab@arm.com>
265
266         * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
267         #0, restoring previous behaviour.
268
269 2015-01-12  Jan Beulich  <jbeulich@suse.com>
270
271         * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
272         (cfi_pseudo_table): Add "cfi_label".
273         (output_cfi_insn): Handle CFI_label.
274         (select_cie_for_fde): Als terminate CIE when encountering
275         CFI_label.
276         * dw2gencfi.h (cfi_add_label): Declare.
277         (struct cfi_insn_data): New member "sym_name".
278         (CFI_label): New.
279         * read.c (read_symbol_name): Drop "static".
280         * read.h (read_symbol_name): Declare.
281
282 2015-01-12  Jan Beulich  <jbeulich@suse.com>
283
284         * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
285         (do_neon_qshl_imm): Likewise.
286
287 2015-01-12  Alan Modra  <amodra@gmail.com>
288
289         * read.c (s_altmacro, s_reloc): Make definition static.
290
291 2015-01-10  Andrew Burgess  <andrew.burgess@embecosm.com>
292
293         * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
294         diff fixups.
295
296 2015-01-09  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
297
298         * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
299         X-Gene 2.
300         * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
301
302 2015-01-07  Jan Beulich <jbeulich@suse.com>
303
304         * config/tc-arm.c (struct arm_option_extension_value_table):
305         Split field "value" into fields "merge_value" and "clear_value".
306         (arm_extensions): Adjust initializer accordingly.
307
308 2015-01-01  Alan Modra  <amodra@gmail.com>
309
310         * as.c (parse_args): Just print current year.
311
312 2015-01-01  Alan Modra  <amodra@gmail.com>
313
314         Update year range in copyright notice of all files.
315
316 For older changes see ChangeLog-2014
317 \f
318 Copyright (C) 2015 Free Software Foundation, Inc.
319
320 Copying and distribution of this file, with or without modification,
321 are permitted in any medium without royalty provided the copyright
322 notice and this notice are preserved.
323
324 Local Variables:
325 mode: change-log
326 left-margin: 8
327 fill-column: 74
328 version-control: never
329 End: