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