]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
S/390: Add check for length field operand
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
c6837265
AK
12015-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
5e0d7f77
MP
62015-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
4e9aaefb
SA
122015-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
a578ef7e
JW
172015-03-10 Matthew Wahab <matthew.wahab@arm.com>
18
19 * config/tc-aarch64.c (mapping_state): Set minimum alignment for
20 code sections.
21
73f43896
NC
222015-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
a26de52c
NC
282015-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
e09ab7ac
RS
342015-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
9028d943
AM
412015-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
389b8029
MS
462015-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
3c12b054
MS
532015-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
043bf05a
MS
602015-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
74ad790c
MS
672015-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
6f4a313b
MS
732015-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
1db365dc
MS
792015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
80
81 * config/tc-aarch64.c (aarch64_arch_any, aarch64_arch_node): Remove.
82
fdd410ac
AB
832015-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
4469186b
KT
1042015-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
685080f2
NC
1092015-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
5518c738
YS
1202015-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
0f8f0c57
NC
1322015-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
5c9352f3
AM
1412015-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
aa31c464
JW
1462015-02-11 Matthew Wahab <matthew.wahab@arm.com>
147
148 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
149
b19f47ad
JW
1502015-02-11 Matthew Wahab <matthew.wahab@arm.com>
151
152 * config/tc-arm.c: Add support for Cortex-A72.
153
5c3696f8
KT
1542015-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
73e76108
JB
1692015-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
64a81db0
AM
1762015-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
2abdd192
JW
1812015-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
3101e637
NC
1862015-02-04 Nick Clifton <nickc@redhat.com>
187
188 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
189 these instructions.
190
8e02d7f5
JW
1912015-02-03 Renlin Li <renlin.li@arm.com>
192
193 * doc/c-aarch64.texi (.arch): Document the directive.
194 (.arch_extension): Likewise.
195
6d012254
NC
1962015-02-03 Nick Clifton <nickc@redhat.com>
197
198 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
199
3f8107ab
AM
2002015-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
20d79870
KLC
2092015-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
3bd3aeb4
KLC
2142015-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
740bdc67
AM
2192015-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
1e2e8c52
AK
2242015-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
0900a05b
JW
2412015-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
69602580
JB
2462015-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
cb3b1e65
JB
2592015-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
b38ead21
AM
2642015-01-12 Alan Modra <amodra@gmail.com>
265
266 * read.c (s_altmacro, s_reloc): Make definition static.
267
491793b5
AB
2682015-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
ea0d6bb9
PT
2732015-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
5a70a223
JB
2792015-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
efd321f9
AM
2852015-01-01 Alan Modra <amodra@gmail.com>
286
287 * as.c (parse_args): Just print current year.
288
b90efa5b 2892015-01-01 Alan Modra <amodra@gmail.com>
bffb6004 290
b90efa5b 291 Update year range in copyright notice of all files.
bffb6004 292
b90efa5b 293For older changes see ChangeLog-2014
08d56133 294\f
b90efa5b 295Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
296
297Copying and distribution of this file, with or without modification,
298are permitted in any medium without royalty provided the copyright
299notice and this notice are preserved.
300
08d56133
NC
301Local Variables:
302mode: change-log
303left-margin: 8
304fill-column: 74
305version-control: never
306End: