]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
Handle \r\n in gdbreplay
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
f616c36b
AM
12019-02-24 Alan Modra <amodra@gmail.com>
2
3 PR 24144
4 * pdp11.c (set_section_contents): Revert 2015-02-24 change.
5
eed62915
MF
62019-02-20 Eric Tsai <erictsai@cadence.com>
7
8 * elf32-xtensa.c (is_resolvable_asm_expansion): Scan output
9 sections between the call site and call destination and adjust
10 call distance by the largest alignment.
11
e6c3b5bf
AH
122019-02-20 Alan Hayward <alan.hayward@arm.com>
13
14 * elf-bfd.h (elfcore_write_aarch_pauth): Add declaration.
15 * elf.c (elfcore_grok_aarch_pauth): New function.
16 (elfcore_grok_note): Check for NT_ARM_PAC_MASK.
17 (elfcore_write_aarch_pauth): New function.
18 (elfcore_write_register_note): Check for AArch64 pauth section.
19
34d75fb5
AM
202019-02-20 Alan Modra <amodra@gmail.com>
21
22 PR 24225
23 * elf32-nios2.c (nios2_elf32_relocate_section): Check asprintf
24 return value.
25
edd01d07
MR
262019-02-20 Michael Roitzsch <reactorcontrol@icloud.com>
27
28 * configure.ac (SHARED_LIBADD): Add -liberty -lintl for all
29 Darwin hosts, not just or1k.
30 * configure: Regenerate.
31
8abac803
AM
322019-02-20 Alan Modra <amodra@gmail.com>
33
34 PR 24236
35 * archive64.c (_bfd_archive_64_bit_slurp_armap): Move code adding
36 sentinel NUL to string buffer nearer to loop where it is used.
37 Don't go past sentinel when scanning strings, and don't write
38 NUL again.
39 * archive.c (do_slurp_coff_armap): Simplify string handling to
40 archive64.c style.
41
179f2db0
AM
422019-02-19 Alan Modra <amodra@gmail.com>
43
44 PR 24235
45 * pei-x86_64.c (pex64_bfd_print_pdata_section): Correct checks
46 attempting to prevent read past end of section.
47
a31b8bd9
AM
482019-02-18 Alan Modra <amodra@gmail.com>
49
50 PR 24225
51 * elf32-nios2.c (nios2_elf32_relocate_section): Use asprintf and
52 PRIx64 to generate warning messages. Print local sym names too.
53
a0e90a73
CZ
542019-02-09 Vineet Gupta <vgupta@synopsys.com>
55
56 * elf32-arc (INIT_SYM_STRING): Delete.
57 (FINI_SYM_STRING): Likewise.
58 (init_str): Likewise.
59 (fini_str): Likewise.
60
482f3505
AM
612019-02-08 Alan Modra <amodra@gmail.com>
62
63 * elf32-ppc.c (ppc_elf_relocate_section): Add %X to "unsupported
64 for bss-plt" warning to make it an error.
65
b2abe1bd
EB
662019-02-07 Eric Botcazou <ebotcazou@adacore.com>
67
68 PR ld/18841
69 * elf32-sparc.c (elf32_sparc_reloc_type_class): Return
70 reloc_class_ifunc for ifunc symbols.
71 * elf64-sparc.c (elf64_sparc_reloc_type_class): Likewise.
72
68a09132
EB
732019-02-07 Eric Botcazou <ebotcazou@adacore.com>
74
75 * elf32-visium.c (visium_elf_howto_parity_reloc): Minor tweak.
76 <R_VISIUM_PC16>: Use explicit range test to detect an overflow.
77
2012bf01
NC
782019-02-07 Nick Clifton <nickc@redhat.com>
79
80 * config.bfd: Move the powerpc-lynxos and powerpc-windiss targets
81 into the definitely obsolete list.
82
83924b38
L
832019-02-05 H.J. Lu <hongjiu.lu@intel.com>
84
85 PR ld/24151
86 * elf64-x86-64.c (elf_x86_64_need_pic): Check
87 SYMBOL_DEFINED_NON_SHARED_P instead of def_regular.
88 (elf_x86_64_relocate_section): Move PIC check for PC-relative
89 relocations to ...
90 (elf_x86_64_check_relocs): Here.
91 (elf_x86_64_finish_dynamic_symbol): Use SYMBOL_DEFINED_NON_SHARED_P
92 to check if a symbol is defined in a non-shared object.
93 * elfxx-x86.h (SYMBOL_DEFINED_NON_SHARED_P): New.
94
453f8e1e
SDJ
952019-01-21 Sergio Durigan Junior <sergiodj@redhat.com>
96
97 * elf32-arm.c (elf32_arm_final_link_relocate): Use 'llabs' instead
98 of 'labs' (and fix GCC warning).
99
9ed1348c
NC
1002019-01-25 Nick Clifton <nickc@redhat.com>
101
102 * po/ru.po: Updated Russian translation.
103
d9938630
NC
1042019-01-23 Nick Clifton <nickc@redhat.com>
105
106 * po/fr.po: Updated French translation.
107
375cd423
NC
1082019-01-21 Nick Clifton <nickc@redhat.com>
109
110 * po/pt.po: Updated Portuguese translation.
111 * po/uk.po: Updated Ukranian translation.
112
acef8081
YC
1132019-01-21 Yuri Chornoivan <yurchor@ukr.net>
114
115 PR 24108
116 * elf32-nds32.c (nds32_relocate_section): Add space between words
117 in error message.
118 * elfnn-riscv.c (riscv_version_mismatch): Fix spelling mistake in
119 error message.
120 (riscv_i_or_e_p): Likewise.
121 (riscv_merge_arch_attr_info): Likewise.
122
f48dfe41
NC
1232019-01-19 Nick Clifton <nickc@redhat.com>
124
125 * version.m4: Reset to 2.32.51
126 * configure: Regenerate.
127 * po/bfd.pot: Regenerate.
128
f974f26c
NC
1292018-06-24 Nick Clifton <nickc@redhat.com>
130
131 2.32 branch created.
132
a4bf3d07
JW
1332019-01-16 Kito Cheng <kito@andestech.com>
134
135 * elf-attrs.c (vendor_obj_attr_size): Return 0 if size is 0 even
136 for OBJ_ATTR_PROC.
137
2dc8dd17
JW
1382019-01-16 Kito Cheng <kito@andestech.com>
139 Nelson Chu <nelson@andestech.com>
140
7d7a7d7c
JW
141 * elfnn-riscv.c (in_subsets): New.
142 (out_subsets): Likewise.
143 (merged_subsets): Likewise.
144 (riscv_std_ext_p): Likewise.
145 (riscv_non_std_ext_p): Likewise.
146 (riscv_std_sv_ext_p): Likewise.
147 (riscv_non_std_sv_ext_p): Likewise.
148 (riscv_version_mismatch): Likewise.
149 (riscv_i_or_e_p): Likewise.
150 (riscv_merge_std_ext): Likewise.
151 (riscv_merge_non_std_and_sv_ext): Likewise.
152 (riscv_merge_arch_attr_info): Likewise.
153 (riscv_merge_attributes): Likewise.
154 (_bfd_riscv_elf_merge_private_bfd_data): Merge attribute.
155
2dc8dd17
JW
156 * elfnn-riscv.c (riscv_elf_obj_attrs_arg_type): New.
157 (elf_backend_obj_attrs_vendor): Define.
158 (elf_backend_obj_attrs_section_type): Likewise.
159 (elf_backend_obj_attrs_section): Likewise.
160 (elf_backend_obj_attrs_arg_type): Define as
161 riscv_elf_obj_attrs_arg_type.
162 * elfxx-riscv.c (riscv_estimate_digit): New.
163 (riscv_estimate_arch_strlen1): Likewise.
164 (riscv_estimate_arch_strlen): Likewise.
165 (riscv_arch_str1): Likewise.
166 (riscv_arch_str): Likewise.
167 * elfxx-riscv.h (riscv_arch_str): Declare.
168
d5dcaf1b
JD
1692019-01-14 John Darrington <john@darrington.wattle.id.au>
170
171 * bfd-in2.h [BFD_RELOC_S12Z_OPR]: New reloc.
172 * libbfd.h: regen.
173 * elf32-s12z.c (eld_s12z_howto_table): R_S12Z_OPR takes non zero
174 source field. (md_apply_fix): Apply final fix
175 to BFD_RELOC_S12Z_OPR.
176 * reloc.c[BFD_RELOC_S12Z_OPR]: New reloc.
177
5a12586d
MT
1782019-01-14 Maamoun Tarsha <maamountk@hotmail.com>
179
f466c305 180 PR 20113
5a12586d
MT
181 * elf32-s390.c (allocate_dynrelocs): Update comment.
182
3107326d
AP
1832019-01-09 Andrew Paprocki <andrew@ishiboo.com>
184
185 * warning.m4: Adjust egrep pattern for non-GNU compilers.
186 * configure: Regenerate.
187
a9859e01
AM
1882019-01-08 Alan Modra <amodra@gmail.com>
189
190 PR 23699
191 PR 24065
192 * ihex.c (ihex_write_object_contents): Properly check 32-bit
193 address range.
194
c8c89dac
YS
1952019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
196
197 * bfd/archures.c: Add bfd_mach_rx_v2 and bfd_mach_rx_v3.
198 * bfd/bfd-in2.h: Regenerate.
199 * bfd/cpu-rx.c (arch_info_struct): Add RXv2 and RXv3 entry.
200 * bfd/elf32-rx.c (elf32_rx_machine): Add RXv2 and RXv3 support.
201
d9858c37
LX
2022019-01-04 Lifang Xia <lifang_xia@c-sky.com>
203
204 * config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky
205 default target, little endian target is more suitable.
206
677bd4c6
AM
2072019-01-04 Alan Modra <amodra@gmail.com>
208
209 PR 24061
210 PR 21786
211 * coff-rs6000.c (GET_VALUE_IN_FIELD): Add base parameter and
212 adjust all callers.
213 (EQ_VALUE_IN_FIELD): Likewise.
214 * coff64-rs6000.c (GET_VALUE_IN_FIELD): Likewise.
215
82704155
AM
2162019-01-01 Alan Modra <amodra@gmail.com>
217
218 Update year range in copyright notice of all files.
219
d5c04e1b 220For older changes see ChangeLog-2018
3499769a 221\f
d5c04e1b 222Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
223
224Copying and distribution of this file, with or without modification,
225are permitted in any medium without royalty provided the copyright
226notice and this notice are preserved.
227
228Local Variables:
229mode: change-log
230left-margin: 8
231fill-column: 74
232version-control: never
233End: