7aab9470dddd0089f91d9183edacf1ebc1d88ec4
[external/binutils.git] / bfd / ChangeLog
1 2019-01-23  Nick Clifton  <nickc@redhat.com>
2
3         * po/fr.po: Updated French translation.
4
5 2019-01-21  Nick Clifton  <nickc@redhat.com>
6
7         * po/pt.po: Updated Portuguese translation.
8         * po/uk.po: Updated Ukranian translation.
9
10 2019-01-21  Yuri Chornoivan  <yurchor@ukr.net>
11
12         PR 24108
13         * elf32-nds32.c (nds32_relocate_section): Add space between words
14         in error message.
15         * elfnn-riscv.c (riscv_version_mismatch): Fix spelling mistake in
16         error message.
17         (riscv_i_or_e_p): Likewise.
18         (riscv_merge_arch_attr_info): Likewise.
19
20 2019-01-19  Nick Clifton  <nickc@redhat.com>
21
22         * version.m4: Reset to 2.32.51
23         * configure: Regenerate.
24         * po/bfd.pot: Regenerate.
25
26 2018-06-24  Nick Clifton  <nickc@redhat.com>
27
28         2.32 branch created.
29
30 2019-01-16  Kito Cheng  <kito@andestech.com>
31
32         * elf-attrs.c (vendor_obj_attr_size): Return 0 if size is 0 even
33         for OBJ_ATTR_PROC.
34
35 2019-01-16  Kito Cheng  <kito@andestech.com>
36             Nelson Chu  <nelson@andestech.com>
37
38         * elfnn-riscv.c (in_subsets): New.
39         (out_subsets): Likewise.
40         (merged_subsets): Likewise.
41         (riscv_std_ext_p): Likewise.
42         (riscv_non_std_ext_p): Likewise.
43         (riscv_std_sv_ext_p): Likewise.
44         (riscv_non_std_sv_ext_p): Likewise.
45         (riscv_version_mismatch): Likewise.
46         (riscv_i_or_e_p): Likewise.
47         (riscv_merge_std_ext): Likewise.
48         (riscv_merge_non_std_and_sv_ext): Likewise.
49         (riscv_merge_arch_attr_info): Likewise.
50         (riscv_merge_attributes): Likewise.
51         (_bfd_riscv_elf_merge_private_bfd_data): Merge attribute.
52
53         * elfnn-riscv.c (riscv_elf_obj_attrs_arg_type): New.
54         (elf_backend_obj_attrs_vendor): Define.
55         (elf_backend_obj_attrs_section_type): Likewise.
56         (elf_backend_obj_attrs_section): Likewise.
57         (elf_backend_obj_attrs_arg_type): Define as
58         riscv_elf_obj_attrs_arg_type.
59         * elfxx-riscv.c (riscv_estimate_digit): New.
60         (riscv_estimate_arch_strlen1): Likewise.
61         (riscv_estimate_arch_strlen): Likewise.
62         (riscv_arch_str1): Likewise.
63         (riscv_arch_str): Likewise.
64         * elfxx-riscv.h (riscv_arch_str): Declare.
65
66 2019-01-14  John Darrington <john@darrington.wattle.id.au>
67
68         * bfd-in2.h [BFD_RELOC_S12Z_OPR]: New reloc.
69         * libbfd.h: regen.
70         * elf32-s12z.c (eld_s12z_howto_table): R_S12Z_OPR takes non zero
71         source field.  (md_apply_fix): Apply final fix
72         to BFD_RELOC_S12Z_OPR.
73         * reloc.c[BFD_RELOC_S12Z_OPR]: New reloc.
74
75 2019-01-14  Maamoun Tarsha  <maamountk@hotmail.com>
76
77         PR 20113
78         * elf32-s390.c (allocate_dynrelocs): Update comment.
79
80 2019-01-09  Andrew Paprocki  <andrew@ishiboo.com>
81
82         * warning.m4: Adjust egrep pattern for non-GNU compilers.
83         * configure: Regenerate.
84
85 2019-01-08  Alan Modra  <amodra@gmail.com>
86
87         PR 23699
88         PR 24065
89         * ihex.c (ihex_write_object_contents): Properly check 32-bit
90         address range.
91
92 2019-01-05  Yoshinori Sato <ysato@users.sourceforge.jp>
93
94         * bfd/archures.c: Add bfd_mach_rx_v2 and bfd_mach_rx_v3.
95         * bfd/bfd-in2.h: Regenerate.
96         * bfd/cpu-rx.c (arch_info_struct): Add RXv2 and RXv3 entry.
97         * bfd/elf32-rx.c (elf32_rx_machine): Add RXv2 and RXv3 support.
98
99 2019-01-04  Lifang Xia  <lifang_xia@c-sky.com>
100
101         * config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky
102         default target, little endian target is more suitable.
103
104 2019-01-04  Alan Modra  <amodra@gmail.com>
105
106         PR 24061
107         PR 21786
108         * coff-rs6000.c (GET_VALUE_IN_FIELD): Add base parameter and
109         adjust all callers.
110         (EQ_VALUE_IN_FIELD): Likewise.
111         * coff64-rs6000.c (GET_VALUE_IN_FIELD): Likewise.
112
113 2019-01-01  Alan Modra  <amodra@gmail.com>
114
115         Update year range in copyright notice of all files.
116
117 For older changes see ChangeLog-2018
118 \f
119 Copyright (C) 2019 Free Software Foundation, Inc.
120
121 Copying and distribution of this file, with or without modification,
122 are permitted in any medium without royalty provided the copyright
123 notice and this notice are preserved.
124
125 Local Variables:
126 mode: change-log
127 left-margin: 8
128 fill-column: 74
129 version-control: never
130 End: