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