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