]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
Adds support for generating notes in V850 binaries.
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
685080f2
NC
12015-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
5518c738
YS
122015-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
0f8f0c57
NC
242015-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
5c9352f3
AM
332015-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
aa31c464
JW
382015-02-11 Matthew Wahab <matthew.wahab@arm.com>
39
40 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
41
b19f47ad
JW
422015-02-11 Matthew Wahab <matthew.wahab@arm.com>
43
44 * config/tc-arm.c: Add support for Cortex-A72.
45
5c3696f8
KT
462015-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
73e76108
JB
612015-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
64a81db0
AM
682015-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
2abdd192
JW
732015-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
3101e637
NC
782015-02-04 Nick Clifton <nickc@redhat.com>
79
80 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
81 these instructions.
82
8e02d7f5
JW
832015-02-03 Renlin Li <renlin.li@arm.com>
84
85 * doc/c-aarch64.texi (.arch): Document the directive.
86 (.arch_extension): Likewise.
87
6d012254
NC
882015-02-03 Nick Clifton <nickc@redhat.com>
89
90 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
91
3f8107ab
AM
922015-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
20d79870
KLC
1012015-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
3bd3aeb4
KLC
1062015-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
740bdc67
AM
1112015-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
1e2e8c52
AK
1162015-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
0900a05b
JW
1332015-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
69602580
JB
1382015-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
cb3b1e65
JB
1512015-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
b38ead21
AM
1562015-01-12 Alan Modra <amodra@gmail.com>
157
158 * read.c (s_altmacro, s_reloc): Make definition static.
159
491793b5
AB
1602015-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
ea0d6bb9
PT
1652015-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
5a70a223
JB
1712015-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
efd321f9
AM
1772015-01-01 Alan Modra <amodra@gmail.com>
178
179 * as.c (parse_args): Just print current year.
180
b90efa5b 1812015-01-01 Alan Modra <amodra@gmail.com>
bffb6004 182
b90efa5b 183 Update year range in copyright notice of all files.
bffb6004 184
b90efa5b 185For older changes see ChangeLog-2014
08d56133 186\f
b90efa5b 187Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
188
189Copying and distribution of this file, with or without modification,
190are permitted in any medium without royalty provided the copyright
191notice and this notice are preserved.
192
08d56133
NC
193Local Variables:
194mode: change-log
195left-margin: 8
196fill-column: 74
197version-control: never
198End: