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