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