Use or1k-darwin host SHARED_LIBADD for *-darwin.
[external/binutils.git] / bfd / ChangeLog
1 2019-02-20  Michael Roitzsch  <reactorcontrol@icloud.com>
2
3         * configure.ac (SHARED_LIBADD): Add -liberty -lintl for all
4         Darwin hosts, not just or1k.
5         * configure: Regenerate.
6
7 2019-02-20  Alan Modra  <amodra@gmail.com>
8
9         PR 24236
10         * archive64.c (_bfd_archive_64_bit_slurp_armap): Move code adding
11         sentinel NUL to string buffer nearer to loop where it is used.
12         Don't go past sentinel when scanning strings, and don't write
13         NUL again.
14         * archive.c (do_slurp_coff_armap): Simplify string handling to
15         archive64.c style.
16
17 2019-02-19  Alan Modra  <amodra@gmail.com>
18
19         PR 24235
20         * pei-x86_64.c (pex64_bfd_print_pdata_section): Correct checks
21         attempting to prevent read past end of section.
22
23 2019-02-18  Alan Modra  <amodra@gmail.com>
24
25         PR 24225
26         * elf32-nios2.c (nios2_elf32_relocate_section): Use asprintf and
27         PRIx64 to generate warning messages.  Print local sym names too.
28
29 2019-02-09  Vineet Gupta  <vgupta@synopsys.com>
30
31         * elf32-arc (INIT_SYM_STRING): Delete.
32         (FINI_SYM_STRING): Likewise.
33         (init_str): Likewise.
34         (fini_str): Likewise.
35
36 2019-02-08  Alan Modra  <amodra@gmail.com>
37
38         * elf32-ppc.c (ppc_elf_relocate_section): Add %X to "unsupported
39         for bss-plt" warning to make it an error.
40
41 2019-02-07  Eric Botcazou  <ebotcazou@adacore.com>
42
43         PR ld/18841
44         * elf32-sparc.c (elf32_sparc_reloc_type_class): Return
45         reloc_class_ifunc for ifunc symbols.
46         * elf64-sparc.c (elf64_sparc_reloc_type_class): Likewise.
47
48 2019-02-07  Eric Botcazou  <ebotcazou@adacore.com>
49
50         * elf32-visium.c (visium_elf_howto_parity_reloc): Minor tweak.
51         <R_VISIUM_PC16>: Use explicit range test to detect an overflow.
52
53 2019-02-07  Nick Clifton  <nickc@redhat.com>
54
55         * config.bfd: Move the powerpc-lynxos and powerpc-windiss targets
56         into the definitely obsolete list.
57
58 2019-02-05  H.J. Lu  <hongjiu.lu@intel.com>
59
60         PR ld/24151
61         * elf64-x86-64.c (elf_x86_64_need_pic): Check
62         SYMBOL_DEFINED_NON_SHARED_P instead of def_regular.
63         (elf_x86_64_relocate_section): Move PIC check for PC-relative
64         relocations to ...
65         (elf_x86_64_check_relocs): Here.
66         (elf_x86_64_finish_dynamic_symbol): Use SYMBOL_DEFINED_NON_SHARED_P
67         to check if a symbol is defined in a non-shared object.
68         * elfxx-x86.h (SYMBOL_DEFINED_NON_SHARED_P): New.
69
70 2019-01-21  Sergio Durigan Junior  <sergiodj@redhat.com>
71
72         * elf32-arm.c (elf32_arm_final_link_relocate): Use 'llabs' instead
73         of 'labs' (and fix GCC warning).
74
75 2019-01-25  Nick Clifton  <nickc@redhat.com>
76
77         * po/ru.po: Updated Russian translation.
78
79 2019-01-23  Nick Clifton  <nickc@redhat.com>
80
81         * po/fr.po: Updated French translation.
82
83 2019-01-21  Nick Clifton  <nickc@redhat.com>
84
85         * po/pt.po: Updated Portuguese translation.
86         * po/uk.po: Updated Ukranian translation.
87
88 2019-01-21  Yuri Chornoivan  <yurchor@ukr.net>
89
90         PR 24108
91         * elf32-nds32.c (nds32_relocate_section): Add space between words
92         in error message.
93         * elfnn-riscv.c (riscv_version_mismatch): Fix spelling mistake in
94         error message.
95         (riscv_i_or_e_p): Likewise.
96         (riscv_merge_arch_attr_info): Likewise.
97
98 2019-01-19  Nick Clifton  <nickc@redhat.com>
99
100         * version.m4: Reset to 2.32.51
101         * configure: Regenerate.
102         * po/bfd.pot: Regenerate.
103
104 2018-06-24  Nick Clifton  <nickc@redhat.com>
105
106         2.32 branch created.
107
108 2019-01-16  Kito Cheng  <kito@andestech.com>
109
110         * elf-attrs.c (vendor_obj_attr_size): Return 0 if size is 0 even
111         for OBJ_ATTR_PROC.
112
113 2019-01-16  Kito Cheng  <kito@andestech.com>
114             Nelson Chu  <nelson@andestech.com>
115
116         * elfnn-riscv.c (in_subsets): New.
117         (out_subsets): Likewise.
118         (merged_subsets): Likewise.
119         (riscv_std_ext_p): Likewise.
120         (riscv_non_std_ext_p): Likewise.
121         (riscv_std_sv_ext_p): Likewise.
122         (riscv_non_std_sv_ext_p): Likewise.
123         (riscv_version_mismatch): Likewise.
124         (riscv_i_or_e_p): Likewise.
125         (riscv_merge_std_ext): Likewise.
126         (riscv_merge_non_std_and_sv_ext): Likewise.
127         (riscv_merge_arch_attr_info): Likewise.
128         (riscv_merge_attributes): Likewise.
129         (_bfd_riscv_elf_merge_private_bfd_data): Merge attribute.
130
131         * elfnn-riscv.c (riscv_elf_obj_attrs_arg_type): New.
132         (elf_backend_obj_attrs_vendor): Define.
133         (elf_backend_obj_attrs_section_type): Likewise.
134         (elf_backend_obj_attrs_section): Likewise.
135         (elf_backend_obj_attrs_arg_type): Define as
136         riscv_elf_obj_attrs_arg_type.
137         * elfxx-riscv.c (riscv_estimate_digit): New.
138         (riscv_estimate_arch_strlen1): Likewise.
139         (riscv_estimate_arch_strlen): Likewise.
140         (riscv_arch_str1): Likewise.
141         (riscv_arch_str): Likewise.
142         * elfxx-riscv.h (riscv_arch_str): Declare.
143
144 2019-01-14  John Darrington <john@darrington.wattle.id.au>
145
146         * bfd-in2.h [BFD_RELOC_S12Z_OPR]: New reloc.
147         * libbfd.h: regen.
148         * elf32-s12z.c (eld_s12z_howto_table): R_S12Z_OPR takes non zero
149         source field.  (md_apply_fix): Apply final fix
150         to BFD_RELOC_S12Z_OPR.
151         * reloc.c[BFD_RELOC_S12Z_OPR]: New reloc.
152
153 2019-01-14  Maamoun Tarsha  <maamountk@hotmail.com>
154
155         PR 20113
156         * elf32-s390.c (allocate_dynrelocs): Update comment.
157
158 2019-01-09  Andrew Paprocki  <andrew@ishiboo.com>
159
160         * warning.m4: Adjust egrep pattern for non-GNU compilers.
161         * configure: Regenerate.
162
163 2019-01-08  Alan Modra  <amodra@gmail.com>
164
165         PR 23699
166         PR 24065
167         * ihex.c (ihex_write_object_contents): Properly check 32-bit
168         address range.
169
170 2019-01-05  Yoshinori Sato <ysato@users.sourceforge.jp>
171
172         * bfd/archures.c: Add bfd_mach_rx_v2 and bfd_mach_rx_v3.
173         * bfd/bfd-in2.h: Regenerate.
174         * bfd/cpu-rx.c (arch_info_struct): Add RXv2 and RXv3 entry.
175         * bfd/elf32-rx.c (elf32_rx_machine): Add RXv2 and RXv3 support.
176
177 2019-01-04  Lifang Xia  <lifang_xia@c-sky.com>
178
179         * config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky
180         default target, little endian target is more suitable.
181
182 2019-01-04  Alan Modra  <amodra@gmail.com>
183
184         PR 24061
185         PR 21786
186         * coff-rs6000.c (GET_VALUE_IN_FIELD): Add base parameter and
187         adjust all callers.
188         (EQ_VALUE_IN_FIELD): Likewise.
189         * coff64-rs6000.c (GET_VALUE_IN_FIELD): Likewise.
190
191 2019-01-01  Alan Modra  <amodra@gmail.com>
192
193         Update year range in copyright notice of all files.
194
195 For older changes see ChangeLog-2018
196 \f
197 Copyright (C) 2019 Free Software Foundation, Inc.
198
199 Copying and distribution of this file, with or without modification,
200 are permitted in any medium without royalty provided the copyright
201 notice and this notice are preserved.
202
203 Local Variables:
204 mode: change-log
205 left-margin: 8
206 fill-column: 74
207 version-control: never
208 End: