1 2015-03-04 Richard Sandiford <richard.sandiford@arm.com>
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
8 2015-02-28 Alan Modra <amodra@gmail.com>
10 * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
11 end to their alignment.
13 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
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.
20 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
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.
27 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
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.
34 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
36 * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
37 (reloc_table): Likewise.
38 (parse_address_main): Use ld_literal_type.
40 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
42 * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
43 (reloc_table): Likewise.
44 (parse_address_main): Use adr_type.
46 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
48 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
50 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
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.
71 2015-02-25 Matthew Wahab <matthew.wahab@arm.com>
73 * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
76 2015-02-24 Nick Clifton <nickc@redhat.com>
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.
87 2015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
89 * config/tc-h8300.c (line_separater_chars): Add a version for
90 h8300-linux that includes a separator.
91 (default_mach): New variable.
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.
99 2015-02-23 Nick Clifton <nickc@redhat.com>
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.
108 2015-02-19 Alan Modra <amodra@gmail.com>
110 * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
111 * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
113 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
115 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
117 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
119 * config/tc-arm.c: Add support for Cortex-A72.
121 2015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
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.
136 2015-02-06 Jan Beulich <jbeulich@suse.com>
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
143 2015-02-05 Alan Modra <amodra@gmail.com>
145 * config/tc-msp430.c (md_assemble): Correct size passed to
146 extract_cmd. Remove index check.
148 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
150 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
151 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
153 2015-02-04 Nick Clifton <nickc@redhat.com>
155 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
158 2015-02-03 Renlin Li <renlin.li@arm.com>
160 * doc/c-aarch64.texi (.arch): Document the directive.
161 (.arch_extension): Likewise.
163 2015-02-03 Nick Clifton <nickc@redhat.com>
165 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
167 2015-01-28 James Bowman <james.bowman@ftdichip.com>
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.
176 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
178 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
179 of instruction la to a symbol.
181 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
183 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
186 2015-01-19 Alan Modra <amodra@gmail.com>
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.
191 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
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
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
206 * doc/as.texinfo: Document the z13 cpu string.
208 2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
210 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
211 #0, restoring previous behaviour.
213 2015-01-12 Jan Beulich <jbeulich@suse.com>
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
220 * dw2gencfi.h (cfi_add_label): Declare.
221 (struct cfi_insn_data): New member "sym_name".
223 * read.c (read_symbol_name): Drop "static".
224 * read.h (read_symbol_name): Declare.
226 2015-01-12 Jan Beulich <jbeulich@suse.com>
228 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
229 (do_neon_qshl_imm): Likewise.
231 2015-01-12 Alan Modra <amodra@gmail.com>
233 * read.c (s_altmacro, s_reloc): Make definition static.
235 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
237 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
240 2015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
242 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
244 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
246 2015-01-07 Jan Beulich <jbeulich@suse.com>
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.
252 2015-01-01 Alan Modra <amodra@gmail.com>
254 * as.c (parse_args): Just print current year.
256 2015-01-01 Alan Modra <amodra@gmail.com>
258 Update year range in copyright notice of all files.
260 For older changes see ChangeLog-2014
262 Copyright (C) 2015 Free Software Foundation, Inc.
264 Copying and distribution of this file, with or without modification,
265 are permitted in any medium without royalty provided the copyright
266 notice and this notice are preserved.
272 version-control: never