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