FT32 initial support
[external/binutils.git] / gas / ChangeLog
1 2015-01-28  James Bowman  <james.bowman@ftdichip.com>
2
3         * Makefile.am: Add FT32 files.
4         * config/tc-ft32.c: New file.
5         * config/tc-ft32.h: New file.
6         * configure.tgt: Add FT32 support.
7         * Makefile.in: Regenerate.
8         * po/POTFILES.in: Regenerate.
9
10 2015-01-27  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
11
12         * config/tc-nds32.c (do_pseudo_la_internal): Limit the second argument
13         of instruction la to a symbol.
14
15 2015-01-27  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
16
17         * config/tc-nds32.c (nds32_parse_name): Ignore when the input is
18         section name.
19
20 2015-01-19  Alan Modra  <amodra@gmail.com>
21
22         * read.c (s_reloc): Match BFD_RELOC_NONE, BFD_RELOC{8,16,32,64}.
23         * write.c (get_frag_for_reloc): Allow match just past end of frag.
24
25 2015-01-16  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>
26
27         * config/tc-s390.c (struct pd_reg): Remove.
28         (pre_defined_registers): Remove.
29         (REG_NAME_CNT): Remove.
30         (reg_name_search): Calculate the register number instead of doing
31         a lookup.
32         (register_name, tc_s390_regname_to_dw2regnum): Adopt to the new
33         reg_name_search signature.
34         (s390_parse_cpu): Support the new arch string z13.
35         (s390_insert_operand): Support for vector registers with the extra
36         field for the fifth bit of each vector register operand.
37         (md_gather_operand): Adjust to the new handling of optional
38         parameters.
39
40         * doc/as.texinfo: Document the z13 cpu string.
41
42 2015-01-13  Matthew Wahab  <matthew.wahab@arm.com>
43
44         * config/tc-arm.c (parse_ifimm_zero): Accept #0x0 as a synonym for
45         #0, restoring previous behaviour.
46
47 2015-01-12  Jan Beulich  <jbeulich@suse.com>
48
49         * gas/dw2gencfi.c (cfi_add_label, dot_cfi_label): New.
50         (cfi_pseudo_table): Add "cfi_label".
51         (output_cfi_insn): Handle CFI_label.
52         (select_cie_for_fde): Als terminate CIE when encountering
53         CFI_label.
54         * dw2gencfi.h (cfi_add_label): Declare.
55         (struct cfi_insn_data): New member "sym_name".
56         (CFI_label): New.
57         * read.c (read_symbol_name): Drop "static".
58         * read.h (read_symbol_name): Declare.
59
60 2015-01-12  Jan Beulich  <jbeulich@suse.com>
61
62         * gas/config/tc-arm.c (do_neon_shl_imm): Check immediate range.
63         (do_neon_qshl_imm): Likewise.
64
65 2015-01-12  Alan Modra  <amodra@gmail.com>
66
67         * read.c (s_altmacro, s_reloc): Make definition static.
68
69 2015-01-10  Andrew Burgess  <andrew.burgess@embecosm.com>
70
71         * config/tc-avr.c (md_apply_fix): Update the contents of VALP for
72         diff fixups.
73
74 2015-01-09  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
75
76         * config/tc-arm.c (arm_cpus): Add support for APM X-Gene 1 and
77         X-Gene 2.
78         * doc/c-arm.texi (ARM Options): Mention xgene1 and xgene2.
79
80 2015-01-07  Jan Beulich <jbeulich@suse.com>
81
82         * config/tc-arm.c (struct arm_option_extension_value_table):
83         Split field "value" into fields "merge_value" and "clear_value".
84         (arm_extensions): Adjust initializer accordingly.
85
86 2015-01-01  Alan Modra  <amodra@gmail.com>
87
88         * as.c (parse_args): Just print current year.
89
90 2015-01-01  Alan Modra  <amodra@gmail.com>
91
92         Update year range in copyright notice of all files.
93
94 For older changes see ChangeLog-2014
95 \f
96 Copyright (C) 2015 Free Software Foundation, Inc.
97
98 Copying and distribution of this file, with or without modification,
99 are permitted in any medium without royalty provided the copyright
100 notice and this notice are preserved.
101
102 Local Variables:
103 mode: change-log
104 left-margin: 8
105 fill-column: 74
106 version-control: never
107 End: