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