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