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