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