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