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