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