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