gas doc warning fixes
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
5c9352f3
AM
12015-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
aa31c464
JW
62015-02-11 Matthew Wahab <matthew.wahab@arm.com>
7
8 * config/tc-aarch64.c (aarch64_cpus): Fix code formatting.
9
b19f47ad
JW
102015-02-11 Matthew Wahab <matthew.wahab@arm.com>
11
12 * config/tc-arm.c: Add support for Cortex-A72.
13
5c3696f8
KT
142015-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
73e76108
JB
292015-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
64a81db0
AM
362015-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
2abdd192
JW
412015-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
3101e637
NC
462015-02-04 Nick Clifton <nickc@redhat.com>
47
48 * config/rl78-parse.y (addsubw): Fix encoding of [HL] variant of
49 these instructions.
50
8e02d7f5
JW
512015-02-03 Renlin Li <renlin.li@arm.com>
52
53 * doc/c-aarch64.texi (.arch): Document the directive.
54 (.arch_extension): Likewise.
55
6d012254
NC
562015-02-03 Nick Clifton <nickc@redhat.com>
57
58 * config/tc-rl78.h (TC_PARSE_CONS_EXPRESSION): Define.
59
3f8107ab
AM
602015-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
20d79870
KLC
692015-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
3bd3aeb4
KLC
742015-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
740bdc67
AM
792015-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
1e2e8c52
AK
842015-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
0900a05b
JW
1012015-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
69602580
JB
1062015-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
cb3b1e65
JB
1192015-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
b38ead21
AM
1242015-01-12 Alan Modra <amodra@gmail.com>
125
126 * read.c (s_altmacro, s_reloc): Make definition static.
127
491793b5
AB
1282015-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
ea0d6bb9
PT
1332015-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
5a70a223
JB
1392015-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
efd321f9
AM
1452015-01-01 Alan Modra <amodra@gmail.com>
146
147 * as.c (parse_args): Just print current year.
148
b90efa5b 1492015-01-01 Alan Modra <amodra@gmail.com>
bffb6004 150
b90efa5b 151 Update year range in copyright notice of all files.
bffb6004 152
b90efa5b 153For older changes see ChangeLog-2014
08d56133 154\f
b90efa5b 155Copyright (C) 2015 Free Software Foundation, Inc.
752937aa
NC
156
157Copying and distribution of this file, with or without modification,
158are permitted in any medium without royalty provided the copyright
159notice and this notice are preserved.
160
08d56133
NC
161Local Variables:
162mode: change-log
163left-margin: 8
164fill-column: 74
165version-control: never
166End:
This page took 0.654857 seconds and 4 git commands to generate.