Revert "Add support to GNU ld to separate got related plt entries"
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
24801b15
AK
12019-03-01 Andreas Krebbel <krebbel@linux.ibm.com>
2
3 This reverts commit 5a12586d44fa8d5dfc74cbca4f2f36a273a16335.
4 2019-01-14 Maamoun Tarsha <maamountk@hotmail.com>
5
6 PR 20113
7 * elf32-s390.c (allocate_dynrelocs): Update comment.
8
4ffd2909
TC
92019-02-28 Tamar Christina <tamar.christina@arm.com>
10
11 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Correct CIE parse.
12
eed5def8
NC
132019-02-28 Nick Clifton <nickc@redhat.com>
14
15 PR 24273
16 * elf.c (bfd_elf_string_from_elf_section): Check for a string
17 section that is not NUL terminated.
18
5cfe428c
L
192019-02-27 H.J. Lu <hongjiu.lu@intel.com>
20
21 PR ld/24276
22 * elf64-x86-64.c (elf_x86_64_check_relocs): Skip symbol defined
23 by linker when checking copy reloc on protected symbol.
24
f616c36b
AM
252019-02-24 Alan Modra <amodra@gmail.com>
26
27 PR 24144
28 * pdp11.c (set_section_contents): Revert 2015-02-24 change.
29
eed62915
MF
302019-02-20 Eric Tsai <erictsai@cadence.com>
31
32 * elf32-xtensa.c (is_resolvable_asm_expansion): Scan output
33 sections between the call site and call destination and adjust
34 call distance by the largest alignment.
35
e6c3b5bf
AH
362019-02-20 Alan Hayward <alan.hayward@arm.com>
37
38 * elf-bfd.h (elfcore_write_aarch_pauth): Add declaration.
39 * elf.c (elfcore_grok_aarch_pauth): New function.
40 (elfcore_grok_note): Check for NT_ARM_PAC_MASK.
41 (elfcore_write_aarch_pauth): New function.
42 (elfcore_write_register_note): Check for AArch64 pauth section.
43
34d75fb5
AM
442019-02-20 Alan Modra <amodra@gmail.com>
45
46 PR 24225
47 * elf32-nios2.c (nios2_elf32_relocate_section): Check asprintf
48 return value.
49
edd01d07
MR
502019-02-20 Michael Roitzsch <reactorcontrol@icloud.com>
51
52 * configure.ac (SHARED_LIBADD): Add -liberty -lintl for all
53 Darwin hosts, not just or1k.
54 * configure: Regenerate.
55
8abac803
AM
562019-02-20 Alan Modra <amodra@gmail.com>
57
58 PR 24236
59 * archive64.c (_bfd_archive_64_bit_slurp_armap): Move code adding
60 sentinel NUL to string buffer nearer to loop where it is used.
61 Don't go past sentinel when scanning strings, and don't write
62 NUL again.
63 * archive.c (do_slurp_coff_armap): Simplify string handling to
64 archive64.c style.
65
179f2db0
AM
662019-02-19 Alan Modra <amodra@gmail.com>
67
68 PR 24235
69 * pei-x86_64.c (pex64_bfd_print_pdata_section): Correct checks
70 attempting to prevent read past end of section.
71
a31b8bd9
AM
722019-02-18 Alan Modra <amodra@gmail.com>
73
74 PR 24225
75 * elf32-nios2.c (nios2_elf32_relocate_section): Use asprintf and
76 PRIx64 to generate warning messages. Print local sym names too.
77
a0e90a73
CZ
782019-02-09 Vineet Gupta <vgupta@synopsys.com>
79
80 * elf32-arc (INIT_SYM_STRING): Delete.
81 (FINI_SYM_STRING): Likewise.
82 (init_str): Likewise.
83 (fini_str): Likewise.
84
482f3505
AM
852019-02-08 Alan Modra <amodra@gmail.com>
86
87 * elf32-ppc.c (ppc_elf_relocate_section): Add %X to "unsupported
88 for bss-plt" warning to make it an error.
89
b2abe1bd
EB
902019-02-07 Eric Botcazou <ebotcazou@adacore.com>
91
92 PR ld/18841
93 * elf32-sparc.c (elf32_sparc_reloc_type_class): Return
94 reloc_class_ifunc for ifunc symbols.
95 * elf64-sparc.c (elf64_sparc_reloc_type_class): Likewise.
96
68a09132
EB
972019-02-07 Eric Botcazou <ebotcazou@adacore.com>
98
99 * elf32-visium.c (visium_elf_howto_parity_reloc): Minor tweak.
100 <R_VISIUM_PC16>: Use explicit range test to detect an overflow.
101
2012bf01
NC
1022019-02-07 Nick Clifton <nickc@redhat.com>
103
104 * config.bfd: Move the powerpc-lynxos and powerpc-windiss targets
105 into the definitely obsolete list.
106
83924b38
L
1072019-02-05 H.J. Lu <hongjiu.lu@intel.com>
108
109 PR ld/24151
110 * elf64-x86-64.c (elf_x86_64_need_pic): Check
111 SYMBOL_DEFINED_NON_SHARED_P instead of def_regular.
112 (elf_x86_64_relocate_section): Move PIC check for PC-relative
113 relocations to ...
114 (elf_x86_64_check_relocs): Here.
115 (elf_x86_64_finish_dynamic_symbol): Use SYMBOL_DEFINED_NON_SHARED_P
116 to check if a symbol is defined in a non-shared object.
117 * elfxx-x86.h (SYMBOL_DEFINED_NON_SHARED_P): New.
118
453f8e1e
SDJ
1192019-01-21 Sergio Durigan Junior <sergiodj@redhat.com>
120
121 * elf32-arm.c (elf32_arm_final_link_relocate): Use 'llabs' instead
122 of 'labs' (and fix GCC warning).
123
9ed1348c
NC
1242019-01-25 Nick Clifton <nickc@redhat.com>
125
126 * po/ru.po: Updated Russian translation.
127
d9938630
NC
1282019-01-23 Nick Clifton <nickc@redhat.com>
129
130 * po/fr.po: Updated French translation.
131
375cd423
NC
1322019-01-21 Nick Clifton <nickc@redhat.com>
133
134 * po/pt.po: Updated Portuguese translation.
135 * po/uk.po: Updated Ukranian translation.
136
acef8081
YC
1372019-01-21 Yuri Chornoivan <yurchor@ukr.net>
138
139 PR 24108
140 * elf32-nds32.c (nds32_relocate_section): Add space between words
141 in error message.
142 * elfnn-riscv.c (riscv_version_mismatch): Fix spelling mistake in
143 error message.
144 (riscv_i_or_e_p): Likewise.
145 (riscv_merge_arch_attr_info): Likewise.
146
f48dfe41
NC
1472019-01-19 Nick Clifton <nickc@redhat.com>
148
149 * version.m4: Reset to 2.32.51
150 * configure: Regenerate.
151 * po/bfd.pot: Regenerate.
152
f974f26c
NC
1532018-06-24 Nick Clifton <nickc@redhat.com>
154
155 2.32 branch created.
156
a4bf3d07
JW
1572019-01-16 Kito Cheng <kito@andestech.com>
158
159 * elf-attrs.c (vendor_obj_attr_size): Return 0 if size is 0 even
160 for OBJ_ATTR_PROC.
161
2dc8dd17
JW
1622019-01-16 Kito Cheng <kito@andestech.com>
163 Nelson Chu <nelson@andestech.com>
164
7d7a7d7c
JW
165 * elfnn-riscv.c (in_subsets): New.
166 (out_subsets): Likewise.
167 (merged_subsets): Likewise.
168 (riscv_std_ext_p): Likewise.
169 (riscv_non_std_ext_p): Likewise.
170 (riscv_std_sv_ext_p): Likewise.
171 (riscv_non_std_sv_ext_p): Likewise.
172 (riscv_version_mismatch): Likewise.
173 (riscv_i_or_e_p): Likewise.
174 (riscv_merge_std_ext): Likewise.
175 (riscv_merge_non_std_and_sv_ext): Likewise.
176 (riscv_merge_arch_attr_info): Likewise.
177 (riscv_merge_attributes): Likewise.
178 (_bfd_riscv_elf_merge_private_bfd_data): Merge attribute.
179
2dc8dd17
JW
180 * elfnn-riscv.c (riscv_elf_obj_attrs_arg_type): New.
181 (elf_backend_obj_attrs_vendor): Define.
182 (elf_backend_obj_attrs_section_type): Likewise.
183 (elf_backend_obj_attrs_section): Likewise.
184 (elf_backend_obj_attrs_arg_type): Define as
185 riscv_elf_obj_attrs_arg_type.
186 * elfxx-riscv.c (riscv_estimate_digit): New.
187 (riscv_estimate_arch_strlen1): Likewise.
188 (riscv_estimate_arch_strlen): Likewise.
189 (riscv_arch_str1): Likewise.
190 (riscv_arch_str): Likewise.
191 * elfxx-riscv.h (riscv_arch_str): Declare.
192
d5dcaf1b
JD
1932019-01-14 John Darrington <john@darrington.wattle.id.au>
194
195 * bfd-in2.h [BFD_RELOC_S12Z_OPR]: New reloc.
196 * libbfd.h: regen.
197 * elf32-s12z.c (eld_s12z_howto_table): R_S12Z_OPR takes non zero
198 source field. (md_apply_fix): Apply final fix
199 to BFD_RELOC_S12Z_OPR.
200 * reloc.c[BFD_RELOC_S12Z_OPR]: New reloc.
201
5a12586d
MT
2022019-01-14 Maamoun Tarsha <maamountk@hotmail.com>
203
f466c305 204 PR 20113
5a12586d
MT
205 * elf32-s390.c (allocate_dynrelocs): Update comment.
206
3107326d
AP
2072019-01-09 Andrew Paprocki <andrew@ishiboo.com>
208
209 * warning.m4: Adjust egrep pattern for non-GNU compilers.
210 * configure: Regenerate.
211
a9859e01
AM
2122019-01-08 Alan Modra <amodra@gmail.com>
213
214 PR 23699
215 PR 24065
216 * ihex.c (ihex_write_object_contents): Properly check 32-bit
217 address range.
218
c8c89dac
YS
2192019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
220
221 * bfd/archures.c: Add bfd_mach_rx_v2 and bfd_mach_rx_v3.
222 * bfd/bfd-in2.h: Regenerate.
223 * bfd/cpu-rx.c (arch_info_struct): Add RXv2 and RXv3 entry.
224 * bfd/elf32-rx.c (elf32_rx_machine): Add RXv2 and RXv3 support.
225
d9858c37
LX
2262019-01-04 Lifang Xia <lifang_xia@c-sky.com>
227
228 * config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky
229 default target, little endian target is more suitable.
230
677bd4c6
AM
2312019-01-04 Alan Modra <amodra@gmail.com>
232
233 PR 24061
234 PR 21786
235 * coff-rs6000.c (GET_VALUE_IN_FIELD): Add base parameter and
236 adjust all callers.
237 (EQ_VALUE_IN_FIELD): Likewise.
238 * coff64-rs6000.c (GET_VALUE_IN_FIELD): Likewise.
239
82704155
AM
2402019-01-01 Alan Modra <amodra@gmail.com>
241
242 Update year range in copyright notice of all files.
243
d5c04e1b 244For older changes see ChangeLog-2018
3499769a 245\f
d5c04e1b 246Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
247
248Copying and distribution of this file, with or without modification,
249are permitted in any medium without royalty provided the copyright
250notice and this notice are preserved.
251
252Local Variables:
253mode: change-log
254left-margin: 8
255fill-column: 74
256version-control: never
257End:
This page took 0.205612 seconds and 4 git commands to generate.