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