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