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