1 2015-03-10 Matthew Wahab <matthew.wahab@arm.com>
3 * config/tc-aarch64.c (mapping_state): Set minimum alignment for
6 2015-03-10 Nick Clifton <nickc@redhat.com>
9 * config/tc-arm.c (md_begin): Ensure that selected_cpu is
10 initialised when CPU_DEFAULT is defined.
12 2015-03-05 Nick Clifton <nickc@redhat.com>
14 * config/tc-v850.c (md_parse_option): Fix code to set or clear
15 EF_RH850_DATA_ALIGN8 bit in ELF header, based upon the use of the
16 -m8byte-align and -m4byte-align command line options.
18 2015-03-04 Richard Sandiford <richard.sandiford@arm.com>
21 * config/tc-aarch64.c (process_movw_reloc_info): Allow
22 R_AARCH64_TLSLE_MOVW_TPREL_G0_NC and R_AARCH64_TLSLE_MOVW_TPREL_G1_NC
25 2015-02-28 Alan Modra <amodra@gmail.com>
27 * write.c (SUB_SEGMENT_ALIGN): Don't pad non-code sections at
28 end to their alignment.
30 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
32 * config/tc-aarch64.c (reloc_table_entry): Generate
33 BFD_RELOC_AARCH64_TLSDESC_ADR_PREL21.
34 (md_apply_fix, aarch64_force_relocation): Handle
35 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
37 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
39 * config/tc-aarch64.c (reloc_table_entry): Generate
40 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
41 (md_apply_fix, aarch64_force_relocation): Handle
42 BFD_RELOC_AARCH64_TLSGD_ADR_PREL21.
44 2015-02-19 Marcus Shawcroft <marcus.shawcroft@arm.com>
46 * config/tc-aarch64.c (reloc_table_entry): Generate
47 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
48 (md_apply_fix, aarch64_force_relocation): Handle
49 BFD_RELOC_AARCH64_TLSIE_LD_GOTTPREL_PREL19.
51 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
53 * config/tc-aarch64.c (reloc_table_entry): Add ld_literal_type.
54 (reloc_table): Likewise.
55 (parse_address_main): Use ld_literal_type.
57 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
59 * config/tc-aarch64.c (reloc_table_entry): Add adr_type.
60 (reloc_table): Likewise.
61 (parse_address_main): Use adr_type.
63 2015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
65 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
67 2015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
69 * config/tc-avr.c: Add elf32-avr.h include.
70 (struct avr_property_record_link): New structure.
71 (avr_output_property_section_header): New function.
72 (avr_record_size): New function.
73 (avr_output_property_record): New function.
74 (avr_create_property_section): New function.
75 (avr_handle_align): New function.
76 (exclude_section_from_property_tables): New function.
77 (create_record_for_frag): New function.
78 (append_records_for_section): New function.
79 (avr_create_and_fill_property_section): New function.
80 (avr_post_relax_hook): New function.
81 * config/tc-avr.h (md_post_relax_hook): Define.
82 (avr_post_relax_hook): Declare.
83 (HANDLE_ALIGN): Define.
84 (avr_handle_align): Declare.
85 (strut avr_frag_data): New structure.
86 (TC_FRAG_TYPE): Define.
88 2015-02-25 Matthew Wahab <matthew.wahab@arm.com>
90 * doc/c-arm.texi (-mcpu=): Add cortex-a53, cortex-a57 and
93 2015-02-24 Nick Clifton <nickc@redhat.com>
95 * config/tc-v850.c (soft_float): New variable.
96 (v850_data_8): New variable.
97 (md_show_usage): Add -msoft-float/-mhard-float.
98 (md_parse_option): Likewise.
99 (md_begin): Set the default value of soft_float.
100 (v850_md_end): New function. Creates a note section.
101 * config/tc-v850.h (md_end): Define.
102 * doc/c-v850.texi: Document -msoft-float/-mhard-float.
104 2015-02-23 Yoshinori Sato <ysato@users.sourceforge.jp>
106 * config/tc-h8300.c (line_separater_chars): Add a version for
107 h8300-linux that includes a separator.
108 (default_mach): New variable.
110 (md_longopts): Add '--march' option.
111 (md_parse_option): Parse the new option.
112 * config/tc-h8300.h (TARGET_FORMAT): Add elf32-h8300-linux.
113 * configure.tgt: Add h8300-*-linux
114 * doc/c-h8300.texi: Document --march.
116 2015-02-23 Nick Clifton <nickc@redhat.com>
119 * dwarf2dbg.c (out_header): When generating dwarf sections use
120 real symbols not temps for the start and end symbols.
121 * config/tc-msp430.h (TC_FORCE_RELOCATION_SUB_SAME): Also prevent
122 adjustments to relocations in debug sections.
123 (TC_LINKRELAX_FIXUP): Likewise.
125 2015-02-19 Alan Modra <amodra@gmail.com>
127 * doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
128 * doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
130 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
132 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
134 2015-02-11 Matthew Wahab <matthew.wahab@arm.com>
136 * config/tc-arm.c: Add support for Cortex-A72.
138 2015-02-09 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
140 * config/tc-arm.c (warn_deprecated_sp): Use as_tsktsk instead
141 of as_warn for deprecation messages.
142 (encode_arm_addr_mode_2): Likewise.
143 (check_obsolete): Likewise.
144 (do_rd_rm_rn): Likewise.
145 (do_co_reg): Likewise.
146 (do_setend): Likewise.
147 (do_t_mov_cmp): Likewise.
148 (do_neon_ldr_str): Likewise.
149 (opcode_lookup): Likewise.
150 (if_fsm_post_encode): Likewise.
151 (md_assemble): Likewise.
153 2015-02-06 Jan Beulich <jbeulich@suse.com>
155 * dw2gencfi.c (select_cie_for_fde): Also bail on CFI_label.
156 (cfi_change_reg_numbers): Also do nothing for CFI_label.
157 (cfi_pseudo_table): Also handle .cfi_label when not supporting
160 2015-02-05 Alan Modra <amodra@gmail.com>
162 * config/tc-msp430.c (md_assemble): Correct size passed to
163 extract_cmd. Remove index check.
165 2015-02-04 Matthew Wahab <matthew.wahab@arm.com>
167 * config/tc-aarch64.c (aarch64_cpus): Add support for Cortex-A72.
168 * doc/c-aarch64.texi (-mcpu=): Add "cortex-a72".
170 2015-02-04 Nick Clifton <nickc@redhat.com>
172 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
175 2015-02-03 Renlin Li <renlin.li@arm.com>
177 * doc/c-aarch64.texi (.arch): Document the directive.
178 (.arch_extension): Likewise.
180 2015-02-03 Nick Clifton <nickc@redhat.com>
182 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
184 2015-01-28 James Bowman <james.bowman@ftdichip.com>
186 * Makefile.am: Add FT32 files.
187 * config/tc-ft32.c: New file.
188 * config/tc-ft32.h: New file.
189 * configure.tgt: Add FT32 support.
190 * Makefile.in: Regenerate.
191 * po/POTFILES.in: Regenerate.
193 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
195 * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
196 of instruction la to a symbol.
198 2015-01-27 Kuan-Lin Chen <kuanlinchentw@gmail.com>
200 * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
203 2015-01-19 Alan Modra <amodra@gmail.com>
205 * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
206 * write.c (get_frag_for_reloc): Allow match just past end of frag.
208 2015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
210 * config/tc-s390.c (struct pd_reg): Remove.
211 (pre_defined_registers): Remove.
212 (REG_NAME_CNT): Remove.
213 (reg_name_search): Calculate the register number instead of doing
215 (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
216 reg_name_search signature.
217 (s390_parse_cpu): Support the new arch string z13.
218 (s390_insert_operand): Support for vector registers with the extra
219 field for the fifth bit of each vector register operand.
220 (md_gather_operand): Adjust to the new handling of optional
223 * doc/as.texinfo: Document the z13 cpu string.
225 2015-01-13 Matthew Wahab <matthew.wahab@arm.com>
227 * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
228 #0, restoring previous behaviour.
230 2015-01-12 Jan Beulich <jbeulich@suse.com>
232 * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
233 (cfi_pseudo_table): Add "cfi_label".
234 (output_cfi_insn): Handle CFI_label.
235 (select_cie_for_fde): Als terminate CIE when encountering
237 * dw2gencfi.h (cfi_add_label): Declare.
238 (struct cfi_insn_data): New member "sym_name".
240 * read.c (read_symbol_name): Drop "static".
241 * read.h (read_symbol_name): Declare.
243 2015-01-12 Jan Beulich <jbeulich@suse.com>
245 * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
246 (do_neon_qshl_imm): Likewise.
248 2015-01-12 Alan Modra <amodra@gmail.com>
250 * read.c (s_altmacro, s_reloc): Make definition static.
252 2015-01-10 Andrew Burgess <andrew.burgess@embecosm.com>
254 * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
257 2015-01-09 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
259 * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
261 * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
263 2015-01-07 Jan Beulich <jbeulich@suse.com>
265 * config/tc-arm.c (struct arm_option_extension_value_table):
266 Split field "value" into fields "merge_value" and "clear_value".
267 (arm_extensions): Adjust initializer accordingly.
269 2015-01-01 Alan Modra <amodra@gmail.com>
271 * as.c (parse_args): Just print current year.
273 2015-01-01 Alan Modra <amodra@gmail.com>
275 Update year range in copyright notice of all files.
277 For older changes see ChangeLog-2014
279 Copyright (C) 2015 Free Software Foundation, Inc.
281 Copying and distribution of this file, with or without modification,
282 are permitted in any medium without royalty provided the copyright
283 notice and this notice are preserved.
289 version-control: never