1 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
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.
8 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
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.
15 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
17 * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
18 (reloc_table): Likewise.
19 (parse_address_main): Use ld_literal_type.
21 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
23 * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
24 (reloc_table): Likewise.
25 (parse_address_main): Use adr_type.
27 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
29 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
31 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
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.
52 2015-02-25 Matthew Wahab <matthew.wahab@arm.com>
54 * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
57 2015-02-24 Nick Clifton <nickc@redhat.com>
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.
68 2015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
70 * config/tc-h8300.c (line_separater_chars): Add a version for
71 h8300-linux that includes a separator.
72 (default_mach): New variable.
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.
80 2015-02-23 Nick Clifton <nickc@redhat.com>
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.
89 2015-02-19 Alan Modra <amodra@gmail.com>
91 * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
92 * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
94 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
96 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
98 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
100 * config/tc-arm.c: Add support for Cortex-A72.
102 2015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
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.
117 2015-02-06 Jan Beulich <jbeulich@suse.com>
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
124 2015-02-05 Alan Modra <amodra@gmail.com>
126 * config/tc-msp430.c (md_assemble): Correct size passed to
127 extract_cmd. Remove index check.
129 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
131 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
132 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
134 2015-02-04 Nick Clifton <nickc@redhat.com>
136 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
139 2015-02-03 Renlin Li <renlin.li@arm.com>
141 * doc/c-aarch64.texi (.arch): Document the directive.
142 (.arch_extension): Likewise.
144 2015-02-03 Nick Clifton <nickc@redhat.com>
146 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
148 2015-01-28 James Bowman <james.bowman@ftdichip.com>
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.
157 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
159 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
160 of instruction la to a symbol.
162 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
164 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
167 2015-01-19 Alan Modra <amodra@gmail.com>
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.
172 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
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
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
187 * doc/as.texinfo: Document the z13 cpu string.
189 2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
191 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
192 #0, restoring previous behaviour.
194 2015-01-12 Jan Beulich <jbeulich@suse.com>
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
201 * dw2gencfi.h (cfi_add_label): Declare.
202 (struct cfi_insn_data): New member "sym_name".
204 * read.c (read_symbol_name): Drop "static".
205 * read.h (read_symbol_name): Declare.
207 2015-01-12 Jan Beulich <jbeulich@suse.com>
209 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
210 (do_neon_qshl_imm): Likewise.
212 2015-01-12 Alan Modra <amodra@gmail.com>
214 * read.c (s_altmacro, s_reloc): Make definition static.
216 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
218 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
221 2015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
223 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
225 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
227 2015-01-07 Jan Beulich <jbeulich@suse.com>
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.
233 2015-01-01 Alan Modra <amodra@gmail.com>
235 * as.c (parse_args): Just print current year.
237 2015-01-01 Alan Modra <amodra@gmail.com>
239 Update year range in copyright notice of all files.
241 For older changes see ChangeLog-2014
243 Copyright (C) 2015 Free Software Foundation, Inc.
245 Copying and distribution of this file, with or without modification,
246 are permitted in any medium without royalty provided the copyright
247 notice and this notice are preserved.
253 version-control: never