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