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