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