]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
bfd: Add a bfd_boolean argument to bfd_get_symbol_version_string
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
1081065c
L
12020-03-24 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR binutils/25708
4 * elf-bfd.h (_bfd_elf_get_symbol_version_name): Renamed to ...
5 (_bfd_elf_get_symbol_version_string): This.
6 * elf.c (_bfd_elf_get_symbol_version_name): Renamed to ...
7 (_bfd_elf_get_symbol_version_string): This.
8 (bfd_elf_print_symbol): Pass TRUE to
9 _bfd_elf_get_symbol_version_string.
10 * libbfd-in.h (_bfd_nosymbols_get_symbol_version_string): Add a
11 bfd_boolean argument.
12 * syms.c (_bfd_nosymbols_get_symbol_version_string): Likewise.
13 * targets.c (_bfd_get_symbol_version_string): Likewise.
14 (bfd_get_symbol_version_string): Likewise.
15 * bfd-in2.h: Regenerated.
16
0b8448af 172020-03-24 Nick Clifton <nickc@redhat.com>
e11cd7c4 18 Jaydeep Chauhan <jaydeepchauhan1494@gmail.com>
0b8448af
NC
19
20 PR 25713
21 * bfdio.c (_bfd_real_fopen): Add code to handle long filenames on
22 Win32 systems.
23
ec2e748a
NC
242020-03-24 Nick Clifton <nickc@redhat.com>
25
26 PR 25681
27 * elf.c (_bfd_elf_map_sections_to_segments): When looking for a
28 segment to use for PT_GNU_RELRO, ignore empty sections in a
29 segment's current list.
30
cda7e560
L
312020-03-24 H.J. Lu <hongjiu.lu@intel.com>
32
33 PR binutils/25717
34 * elf-bfd.h (elf_obj_tdata): Change num_group to unsigned int.
35
7e6e972f
L
362020-03-24 H.J. Lu <hongjiu.lu@intel.com>
37
38 PR binutils/25708
39 * elf-bfd.h (_bfd_elf_get_symbol_version_name): New.
40 * elf.c (_bfd_elf_get_symbol_version_name): New function. Based
41 on the previous _bfd_elf_get_symbol_version_string.
42 (_bfd_elf_get_symbol_version_string): Use it.
43
65109548
AM
442020-03-24 Alan Modra <amodra@gmail.com>
45
46 * archive.c (_bfd_generic_read_ar_hdr_mag): Sanity check extended
47 name size. Use bfd_malloc rather than bfd_zmalloc, clearing just
48 struct areltdata.
49
fdde2fb6
SH
502020-03-23 Sebastian Huber <sebastian.huber@embedded-brains.de>
51
52 * elflink.c (_bfd_elf_tls_setup): Mention .tdata in comment.
53
cf28cfef
AM
542020-03-23 Alan Modra <amodra@gmail.com>
55
56 * ecoff.c (_bfd_ecoff_slurp_armap): Sanity check parsed_size and
57 symbol count. Allocate an extra byte to ensure name strings
58 are terminated. Sanity check name offsets. Release memory on
59 error return.
60
5e737279
AM
612020-03-23 Alan Modra <amodra@gmail.com>
62
63 * i386msdos.c (msdos_object_p): Don't access e_lfanew when that
64 field hasn't been read. Remove unnecessary casts.
65
c15a8f17
AM
662020-03-22 Alan Modra <amodra@gmail.com>
67
68 * coff64-rs6000.c (xcoff64_slurp_armap): Ensure size is large
69 enough to read number of symbols.
70
3d98c460
L
712020-03-20 H.J. Lu <hongjiu.lu@intel.com>
72
73 * configure.ac (HAVE_EXECUTABLE_SUFFIX): Removed.
74 (EXECUTABLE_SUFFIX): Likewise.
75 * config.in: Regenerated.
76 * configure: Likewise.
77 * plugin.c (bfd_plugin_close_and_cleanup): Defined as
78 _bfd_generic_close_and_cleanup.
79 (plugin_list_entry): Remove resolution_file, resolution_option,
80 real_bfd, real_nsyms, real_syms, lto_nsyms, lto_syms, gcc,
81 lto_wrapper, gcc_env and initialized,
82 (need_lto_wrapper_p): Removed.
83 (get_lto_wrapper): Likewise.
84 (setup_lto_wrapper_env): Likewise.
85 (register_all_symbols_read): Likewise.
86 (egister_cleanup): Likewise.
87 (get_symbols): Likewise.
88 (add_input_file): Likewise.
89 (bfd_plugin_set_program_name): Remove need_lto_wrapper.
90 (add_symbols): Updated.
91 (try_claim): Likewise.
92 (try_load_plugin): Likewise.
93 (bfd_plugin_canonicalize_symtab): Likewise.
94 * plugin.h (bfd_plugin_set_program_name): Remove int argument.
95 (plugin_data_struct): Remove real_bfd, real_nsyms and real_syms.
96
c3a1714c
L
972020-03-19 H.J. Lu <hongjiu.lu@intel.com>
98
99 PR binutils/25640
100 * plugin.c (plugin_list_entry): Add has_symbol_type.
101 (add_symbols_v2): New function.
102 (bfd_plugin_open_input): Don't invoke LTO wrapper if LTO plugin
103 provides symbol type.
104 (try_load_plugin): Add LDPT_ADD_SYMBOLS_V2.
105 (bfd_plugin_canonicalize_symtab): Use LTO plugin symbol type if
106 available.
107
67338173
AM
1082020-03-20 Alan Modra <amodra@gmail.com>
109
110 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Ensure size is large
111 enough to read number of symbols.
112
a859124d
AM
1132020-03-20 Alan Modra <amodra@gmail.com>
114
115 * elf.c (_bfd_elf_setup_sections): Don't test known non-NULL
116 backend functions for NULL before calling.
117 (copy_special_section_fields, _bfd_elf_copy_private_bfd_data),
118 (bfd_section_from_shdr, assign_section_numbers): Likewise.
119 * elfcode.h (elf_write_relocs, elf_slurp_reloc_table): Likewise.
120 * elfnn-ia64.c (ignore_errors): New function.
121 (elf_backend_link_order_error_handler): Redefine as ignore_errors.
122
f3a08f77
NC
1232020-03-19 Nick Clifton <nickc@redhat.com>
124
125 PR 25676
126 * dwarf2.c (struct varinfo): Add unit_offset field to record the
127 location of the varinfo in the unit's debug info data. Change the
128 type of the stack field to a boolean.
129 (lookup_var_by_offset): New function. Returns the varinfo
130 structure for the variable described at the given offset in the
131 unit's debug info.
132 (scan_unit_for_symbols): Add support for variables which have the
133 DW_AT_specification attribute.
134
6a541707
NC
1352020-03-19 Nick Clifton <nickc@redhat.com>
136
137 PR 25699
138 * elf.c (bfd_elf_set_group_contents): Replace assertion with an
139 error return.
140
effc14f5
SH
1412020-03-19 Sebastian Huber <sebastian.huber@embedded-brains.de>
142
143 * elfxx-riscv.c (riscv_parse_subset): Don't use C99.
144
ac4bf06c
NC
1452020-03-18 Nick Clifton <nickc@redhat.com>
146
147 PR 25673
148 * elf.c (_bfd_elf_write_secondary_reloc_section): Fix illegal
149 memory access when processing a corrupt secondary reloc section.
150
53215f21
CL
1512020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
152
153 * elf32-arm.c (arm_build_one_stub): Emit a fatal error message
154 instead of calling abort.
155 * elf32-csky.c (csky_build_one_stub): Likewise.
156 * elf32-hppa.c (hppa_build_one_stub): Likewise.
157 * elf32-m68hc11.c (m68hc11_elf_build_one_stub): Likewise.
158 * elf32-m68hc12.c (m68hc12_elf_build_one_stub): Likewise.
159 * elf32-metag.c (metag_build_one_stub): Likewise.
160 * elf32-nios2.c (nios2_build_one_stub): Likewise.
161 * elf64-ppc.c (ppc_build_one_stub): Likewise.
162 (ppc_size_one_stub): Likewise.
163 * elfnn-aarch64.c (aarch64_build_one_stub): Likewise.
164
327ef784
NC
1652020-03-17 Nick Clifton <nickc@redhat.com>
166
d3c3c542 167 PR 25688
327ef784
NC
168 * elf.c (_bfd_elf_copy_special_section_fields): Replace assertions
169 with error messages.
170
ecbbbdba
NC
1712020-03-17 Nick Clifton <nickc@redhat.com>
172
173 PR 25687
174 * elf.c (_bfd_elf_slurp_secondary_reloc_section): Remove redundant
175 free. Add free on another failure path.
176
4b3ecb3b
AM
1772020-03-16 Alan Modra <amodra@gmail.com>
178
179 PR 25675
180 * elf.c (elf_sort_segments): Don't call bfd_octets_per_byte unless
181 we have a non-zero section count. Do lma comparison in octets.
182
7bac4137
AM
1832020-03-16 Alan Modra <amodra@gmail.com>
184
185 * vms-alpha.c (dst_restore_location): Validate index into
186 dst_ptr_offsets array before accessing. Return status.
187 (dst_retrieve_location): Similarly, making "loc" parameter a
188 pointer to return value.
189 (_bfd_vms_slurp_etir): Update calls to above functions.
190
8b5d0a4f
KR
1912020-03-14 Kamil Rytarowski <n54@gmx.com>
192
193 * configure.ac: Include netbsd-core.lo for all NetBSD arm and mips
194 targets.
195 * configure: Regenerated.
196
48e81d7f
AM
1972020-03-14 Alan Modra <amodra@gmail.com>
198
199 * section.c (BFD_FAKE_SECTIONS): Formatting.
200 * bfd-in2.h: Regenerate.
201
06d949ec
KR
2022020-03-13 Kamil Rytarowski <n54@gmx.com>
203
204 * elf.c (elfcore_grok_netbsd_note): Add support for
205 NT_NETBSDCORE_LWPSTATUS notes.
206
abf874aa
CL
2072020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
208
209 * bfd-in2.h: Regenerate.
210 * section.c (asection): Add already_assigned field.
211 (BFD_FAKE_SECTION): Add default initializer for it.
212 * ecoff.c (bfd_debug_section): Initialize already_assigned field.
213 * elf32-arm.c (arm_build_one_stub): Add support for
214 non_contiguous_regions.
215 * elf32-csky.c (csky_build_one_stub): Likewise.
216 * elf32-hppa.c (hppa_build_one_stub): Likewise.
217 * elf32-m68hc11.c (m68hc11_elf_build_one_stub): Likewise.
218 * elf32-m68hc12.c (m68hc12_elf_build_one_stub): Likewise.
219 * elf32-metag.c (metag_build_one_stub): Likewise.
220 * elf32-nios2.c (nios2_build_one_stub): Likewise.
221 * elf64-ppc.c (ppc_build_one_stub): Likewise.
222 (ppc_size_one_stub): Likewise.
223 * elfnn-aarch64.c (aarch64_build_one_stub): Likewise.
224 * elflink.c (elf_link_input_bfd): Likewise.
225
74e10d17
L
2262020-03-13 H.J. Lu <hongjiu.lu@intel.com>
227
228 PR ld/24920
229 * elf-linker-x86.h (elf_linker_x86_params): Add
230 static_before_all_inputs and has_dynamic_linker.
231 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Report
232 dynamic input objects if -static is passed at command-line
233 before all input files without --dynamic-linker unless
234 --no-dynamic-linker is used.
235
015ec493
KR
2362020-03-13 Kamil Rytarowski <n54@gmx.com>
237
238 * elf.c (elfcore_grok_netbsd_note): Add support for aarch64.
239
66631823
CE
2402020-03-13 Christian Eggers <ceggers@gmx.de>
241
242 * bfd.c (bfd_record_phdr): New local "opb". Fix assignment of
243 "p_paddr" from "at".
244 * elfcode.h (bfd_from_remote_memory): Add units to several
245 parameters. New local "opb". Fix usage of p_align. Fix
246 calculation of "localbase" from "ehdr_vma" and "p_vaddr". Fix
247 call of target_read_memory.
248 * elflink.c (elf_fixup_link_order): Fix scope of "s" local. Fix
249 calculation of "offset" and "output_offset".
250 (bfd_elf_final_link): New local "opb". Fix calculation of "size"
251 from "offset" and fix calculation of "end" from "vma+size". Fix
252 comparison between "sh_addr" and "vma"/"output_offset".
253 (bfd_elf_discard_info): Fix calculation of "eh_alignment".
254 * elf-bfd.h (struct elf_link_hash_table): Add unit to tls_size
255 member.
256 * elf.c (_bfd_elf_map_sections_to_segments): Add unit (bytes/
257 octets) to "wrap_to2 and "phdr_size" locals. Fix calculation of
258 "wrap_to" value. Add unit (bytes) to phdr_lma variable. Fix
259 assignment of p_paddr from phdr_lma. Fix comparison between
260 "lma+size" and "next->lma".
261 (elf_sort_segments): Fix assignment from p_paddr to lma.
262 (assign_file_positions_for_load_sections): Add unit (bytes) to
263 local "align". Fix calculation of local "off_adjust". Fix
264 calculation of local "filehdr_vaddr".
265 (assign_file_positions_for_non_load_sections): New local "opb".
266 Fix calculation of "end" from "p_size". Fix comparison between
267 "vma+SECTION_SIZE" and "start". Fix calculation of "p_memsz"
268 from "end" and "p_vaddr".
269 (rewrite_elf_program_header): Fix comparison between p_vaddr and
270 vma. Fix assignment to p_paddr from lma. Fix comparison between
271 p_paddr and lma. Fix assignment to p_paddr from lma.
272 * merge.c (sec_merge_emit): New local "opb". Convert
273 "alignment_power" to octets.
274 (_bfd_add_merge_section): New locals "alignment_power" and
275 "opb". Fix comparison between "alignment_power" and
276 "sizeof(align)".
277 (_bfd_merge_sections): New local "opb". Divide size by opb
278 before checking align mask.
279
502794d4
CE
2802020-03-13 Christian Eggers <ceggers@gmx.de>
281
282 * elf.c (_bfd_elf_make_section_from_shdr): Introduce new temp
283 opb. Divide Elf_Internal_Shdr::sh_addr by opb when setting
284 section LMA/VMA.
285 (_bfd_elf_make_section_from_phdr): Similarly.
286 (elf_fake_sections): Fix calculation of
287 Elf_Internal_shdr::sh_addr from section VMA.
288 (_bfd_elf_map_sections_to_segments): Fix mixup between octets
289 and bytes.
290 (assign_file_positions_for_load_sections): Fix calculations of
291 Elf_Internal_shdr::p_vaddr and p_paddr from section LMA/VMA. Fix
292 comparison between program header address and section LMA.
293 (assign_file_positions_for_non_load_sections): Likewise.
294 (rewrite_elf_program_header): Likewise. Introduce new temp opb.
295 (IS_CONTAINED_BY_VMA): Add parameter opb.
296 (IS_CONTAINED_BY_LMA,IS_SECTION_IN_INPUT_SEGMENT,
297 INCLUDE_SECTION_IN_SEGMENT): Likewise.
298 (copy_elf_program_header): Update call to ELF_SECTION_IN_SEGMENT.
299 Fix calculations of p_addr_valid and p_vaddr_offset.
300 * elflink.c (elf_link_add_object_symbols): Multiply section VMA
301 with octets per byte when comparing against p_vaddr.
302
8248d21a
AM
3032020-03-11 Alan Modra <amodra@gmail.com>
304
305 * som.c (setup_sections): Sanity check subspace.name.
306
435edf0b
AM
3072020-03-11 Alan Modra <amodra@gmail.com>
308
309 * elf64-ppc.c (ppc64_elf_inline_plt): Do increment rel in for loop.
310
6b5e16ff
AM
3112020-03-10 Alan Modra <amodra@gmail.com>
312
313 PR 25648
314 * ihex.c (ihex_write_object_contents): Don't assume ordering of
315 addresses here.
316
2f57795b
AM
3172020-03-09 Alan Modra <amodra@gmail.com>
318
319 * wasm-module.c (wasm_scan): Sanity check file name length
320 before allocating memory. Move common section setup code. Do
321 without bfd_tell to calculate section size.
322
a0dcf297
NC
3232020-03-06 Nick Clifton <nickc@redhat.com>
324
325 * elf.c (_bfd_elf_set_section_contents): Replace call to abort
326 with error messages and failure return values.
327
e15a8da9
MF
3282020-03-05 Max Filippov <jcmvbkbc@gmail.com>
329
330 * elf32-xtensa.c (shrink_dynamic_reloc_sections): Shrink dynamic
331 relocation sections for any removed reference to a dynamic symbol.
332
a8e14f4c
NC
3332020-03-05 Nick Clifton <nickc@redhat.com>
334
335 * elf-bfd.h (struct elf_backend_data): Add new fields:
336 init_secondary_reloc_section, slurp_secondary_reloc_section,
337 write_secondary_reloc_section.
338 (_bfd_elf_init_secondary_reloc_section): Prototype.
339 (_bfd_elf_slurp_secondary_reloc_section): Prototype.
340 (_bfd_elf_write_secondary_reloc_section): Prototype.
341 * elf.c ( bfd_section_from_shdr): Invoke the new
342 init_secondary_reloc_section backend function, if defined, when a
343 second reloc section is encountered.
344 (swap_out_syms): Invoke the new symbol_section_index function, if
345 defined, when computing the section index of an OS/PROC specific
346 symbol.
347 (_bfd_elf_init_secondary_reloc_section): New function.
348 (_bfd_elf_slurp_secondary_reloc_section): New function.
349 (_bfd_elf_write_secondary_reloc_section): New function.
350 (_bfd_elf_copy_special_section_fields): New function.
351 * elfcode.h (elf_write_relocs): Invoke the new
352 write_secondary_relocs function, if defined, in order to emit
353 secondary relocs.
354 (elf_slurp_reloc_table): Invoke the new slurp_secondary_relocs
355 function, if defined, in order to read in secondary relocs.
356 * elfxx-target.h (elf_backend_copy_special_section_fields):
357 Provide a non-NULL default definition.
358 (elf_backend_init_secondary_reloc_section): Likewise.
359 (elf_backend_slurp_secondary_reloc_section): Likewise.
360 (elf_backend_write_secondary_reloc_section): Likewise.
361 (struct elf_backend_data elfNN_bed): Add initialisers for the new
362 fields.
363 * configure.ac (score_elf32_[bl]e_vec): Add elf64.lo
364 * configure: Regenerate.
365
6f8f95b4
AM
3662020-03-05 Alan Modra <amodra@gmail.com>
367
368 * archive64.c (_bfd_archive_64_bit_slurp_armap): Check parsed_size
369 against file size before allocating memory. Use bfd_alloc rather
370 than bfd_zalloc for carsym/strings memory.
371
233bf4f8
AM
3722020-03-04 Alan Modra <amodra@gmail.com>
373
374 * elf.c (elf_fake_sections): Ensure sh_addralign is such that
375 sh_addr mod sh_addalign is zero.
376
1039fd9a
AM
3772020-03-04 Alan Modra <amodra@gmail.com>
378
379 * format.c (bfd_check_format_matches): Call cleanup on error exit.
380
f5714099
AM
3812020-03-03 Alan Modra <amodra@gmail.com>
382
383 * format.c (struct bfd_preserve): Add cleanup field.
384 (bfd_preserve_save): Add cleanup param and save.
385 (bfd_preserve_restore): Return cleanup.
386 (bfd_preserve_finish): Call the cleanup for the discarded match.
387 (bfd_check_format_matches): Pass cleanup to bfd_preserve_save,
388 and clear when preserving a match. Restore cleanup too when
389 restoring that match.
390
40b35c78
AM
3912020-03-02 Alan Modra <amodra@gmail.com>
392
393 * cisco-core.c (cisco_core_file_p): Return bfd_cleanup.
394 * hpux-core.c (hpux_core_core_file_p): Update prototype.
395 * sco5-core.c (sco5_core_file_p): Return bfd_cleanup.
396 (core_sco5_vec): Correct initialisers.
397
601b73d5
AM
3982020-03-02 Alan Modra <amodra@gmail.com>
399
400 * aix386-core.c (aix386_core_file_p): Return bfd_cleanup.
401 * aix5ppc-core.c (xcoff64_core_p): Likewise.
402 * cisco-core.c (cisco_core_file_validate): Likewise.
403 * hppabsd-core.c (hppabsd_core_core_file_p): Likewise.
404 * hpux-core.c (hpux_core_core_file_p): Likewise.
405 * irix-core.c (irix_core_core_file_p): Likewise.
406 * lynx-core.c (lynx_core_file_p): Likewise.
407 * netbsd-core.c (netbsd_core_file_p): Likewise.
408 * osf-core.c (osf_core_core_file_p): Likewise.
409 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
410 * sco5-core.c (sco5_core_file_p): Likewise.
411
728d32c4
L
4122020-03-02 H.J. Lu <hongjiu.lu@intel.com>
413
414 * trad-core.c (trad_unix_core_file_p): Return bfd_cleanup.
415
cb001c0d
AM
4162020-03-02 Alan Modra <amodra@gmail.com>
417
418 * targets.c (bfd_cleanup): New typedef.
419 (struct bfd <_bfd_check_format>): Return a bfd_cleanup.
420 * libbfd-in.h (_bfd_no_cleanup): Define.
421 * format.c (bfd_reinit): Add cleanup parameter, call it.
422 (bfd_check_format_matches): Set cleanup from _bfd_check_format
423 call and pass to bfd_reinit. Delete temp, use abfd->xvec instead.
424 * aout-target.h (callback, object_p): Return bfd_cleanup.
425 * aout-tic30.c (tic30_aout_callback, tic30_aout_object_p): Likewise.
426 * archive.c (bfd_generic_archive_p): Likewise.
427 * binary.c (binary_object_p): Likewise.
428 * coff-alpha.c (alpha_ecoff_object_p): Likewise.
429 * coff-ia64.c (ia64coff_object_p): Likewise.
430 * coff-rs6000.c (_bfd_xcoff_archive_p, rs6000coff_core_p): Likewise.
431 * coff-sh.c (coff_small_object_p): Likewise.
432 * coff-stgo32.c (go32_check_format): Likewise.
433 * coff64-rs6000.c (xcoff64_archive_p, rs6000coff_core_p),
434 (xcoff64_core_p): Likewise.
435 * coffgen.c (coff_real_object_p, coff_object_p): Likewise.
436 * elf-bfd.h (bfd_elf32_object_p, bfd_elf32_core_file_p),
437 (bfd_elf64_object_p, bfd_elf64_core_file_p): Likewise.
438 * elfcode.h (elf_object_p): Likewise.
439 * elfcore.h (elf_core_file_p): Likewise.
440 * i386msdos.c (msdos_object_p): Likewise.
441 * ihex.c (ihex_object_p): Likewise.
442 * libaout.h (some_aout_object_p): Likewise.
443 * libbfd-in.h (bfd_generic_archive_p, _bfd_dummy_target),
444 (_bfd_vms_lib_alpha_archive_p, _bfd_vms_lib_ia64_archive_p): Likewise.
445 * libbfd.c (_bfd_dummy_target): Likewise.
446 * libcoff-in.h (coff_object_p): Likewise.
447 * mach-o-aarch64.c (bfd_mach_o_arm64_object_p),
448 (bfd_mach_o_arm64_core_p): Likewise.
449 * mach-o-arm.c (bfd_mach_o_arm_object_p),
450 (bfd_mach_o_arm_core_p): Likewise.
451 * mach-o-i386.c (bfd_mach_o_i386_object_p),
452 (bfd_mach_o_i386_core_p): Likewise.
453 * mach-o-x86-64.c (bfd_mach_o_x86_64_object_p),
454 (bfd_mach_o_x86_64_core_p): Likewise.
455 * mach-o.c (bfd_mach_o_header_p, bfd_mach_o_gen_object_p),
456 (bfd_mach_o_gen_core_p, bfd_mach_o_fat_archive_p): Likewise.
457 * mach-o.h (bfd_mach_o_object_p, bfd_mach_o_core_p),
458 (bfd_mach_o_fat_archive_p, bfd_mach_o_header_p): Likewise.
459 * mmo.c (mmo_object_p): Likewise.
460 * pef.c (bfd_pef_object_p, bfd_pef_xlib_object_p): Likewise.
461 * peicode.h (coff_real_object_p, pe_ILF_object_p),
462 (pe_bfd_object_p): Likewise.
463 * plugin.c (ld_plugin_object_p, bfd_plugin_object_p): Likewise.
464 * ppcboot.c (ppcboot_object_p): Likewise.
465 * rs6000-core.c (rs6000coff_core_p): Likewise.
466 * som.c (som_object_setup, som_object_p): Likewise.
467 * srec.c (srec_object_p, symbolsrec_object_p): Likewise.
468 * tekhex.c (tekhex_object_p): Likewise.
469 * vms-alpha.c (alpha_vms_object_p): Likewise.
470 * vms-lib.c (_bfd_vms_lib_archive_p, _bfd_vms_lib_alpha_archive_p),
471 (_bfd_vms_lib_ia64_archive_p, _bfd_vms_lib_txt_archive_p): Likewise.
472 * wasm-module.c (wasm_object_p): Likewise.
473 * xsym.c (bfd_sym_object_p): Likewise.
474 * xsym.h (bfd_sym_object_p): Likewise.
475 * aoutx.h (some_aout_object_p): Likewise, and callback parameter
476 return type.
477 * pdp11.c (some_aout_object_p): Likewise.
478 * plugin.c (register_ld_plugin_object_p): Update object_p
479 parameter type.
480 * plugin.h (register_ld_plugin_object_p): Likewise.
481 * bfd-in2.h: Regenerate.
482 * libbfd.h: Regenerate.
483 * libcoff.h: Regenerate.
484
a4dd6c97
AM
4852020-03-02 Alan Modra <amodra@gmail.com>
486
487 * coff-alpha.c (alpha_ecoff_le_vec): Add SEC_SMALL_DATA to
488 applicable section flags.
489 * coff-mips.c (mips_ecoff_le_vec, mips_ecoff_be_vec): Likewise.
490 (mips_ecoff_bele_vec): Likewise.
491 * coffcode.h (sec_to_styp_flags): Set SEC_SMALL_DATA for .sdata
492 and .sbss sections.
493 * ecoff.c (_bfd_ecoff_new_section_hook): Likewise.
494 (_bfd_ecoff_styp_to_sec_flags): Likewise.
495
bf577467
AM
4962020-03-02 Alan Modra <amodra@gmail.com>
497
498 * elf32-m32r.c (m32r_elf_section_flags): New function.
499 (elf_backend_section_flags): Define.
500 * elf32-nds32.c (nds32_elf_section_flags): New function.
501 (elf_backend_section_flags): Define.
502 * elf32-ppc.c (ppc_elf_section_from_shdr): Set SEC_SMALL_DATA for
503 .sbss and .sdata sections.
504 * elf32-v850.c (v850_elf_section_from_shdr): Set SEC_SMALL_DATA
505 for SHF_V850_GPREL sections.
506 * elf64-alpha.c (elf64_alpha_section_from_shdr): Delete outdated
507 FIXME.
508 * elf64-hppa.c (elf64_hppa_section_from_shdr): Set SEC_SMALL_DATA
509 for SHF_PARISC_SHORT sections.
510 * elf64-ppc.c (ppc64_elf_section_flags): New function.
511 (elf_backend_section_flags): Define.
512 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Set SEC_SMALL_DATA
513 for SHF_MIPS_GPREL sections. Delete FIXME.
514
8c803a2d
AM
5152020-03-02 Alan Modra <amodra@gmail.com>
516
517 * elf-bfd.h (elf_backend_section_flags): Remove flagword* param.
518 * elf.c (_bfd_elf_make_section_from_shdr): Set section flags before
519 calling elf_backend_section_flags with adjusted params. Use
520 newsect->flags past that point.
521 (_bfd_elf_new_section_hook): Always set sh_type and sh_flags for
522 special sections.
523 (_bfd_elf_init_private_section_data): Allow normal sh_type sections
524 to have their type overridden, and all sh_flags but processor and
525 os specific.
526 * elf32-arm.c (elf32_arm_section_flags): Adjust for changed params.
527 * elf32-mep.c (mep_elf_section_flags): Likewise.
528 * elf32-nios2.c (nios2_elf32_section_flags): Likewise.
529 * elf64-alpha.c (elf64_alpha_section_flags): Likewise.
530 * elf64-ia64-vms.c (elf64_ia64_section_flags): Likewise.
531 * elfnn-ia64.c (elfNN_ia64_section_flags): Likewise.
532 * elfnn-aarch64.c (elfNN_aarch64_size_stubs): Exclude the linker
533 stub BFD and non-aarch64 input files when scanning for stubs.
534
7d4b2d2d
AM
5352020-03-02 Alan Modra <amodra@gmail.com>
536
537 * coff-alpha.c (alpha_ecoff_get_elt_at_filepos): Provide an upper
538 limit to decompressed element size.
539
26f60d59
AM
5402020-03-02 Alan Modra <amodra@gmail.com>
541
542 * vms-lib.c (vms_traverse_index): Add recur_count param and
543 update calls. Fail on excessive recursion.
544
9cb56943
AM
5452020-03-02 Alan Modra <amodra@gmail.com>
546
547 * vms-alpha.c (vms_get_remaining_object_record): Use
548 bfd_realloc_or_free rather than bfd_realloc.
549 (add_symbol_entry, vector_grow1, alpha_vms_slurp_relocs): Likewise.
550 (dst_define_location, parse_module): Likewise, and check realloc
551 return status before using memory. Return status from function
552 adjusting all callers.
553
182ec670
AM
5542020-02-28 Alan Modra <amodra@gmail.com>
555
556 * vms-lib.c (_bfd_vms_lib_archive_p): Free memory on error paths.
557
1b088c82
AM
5582020-02-28 Alan Modra <amodra@gmail.com>
559
560 * vms-alpha.c (alpha_vms_object_p): Use _bfd_malloc_and_read.
561 Remove duplicate undersize check.
562
5f602802
AM
5632020-02-27 Alan Modra <amodra@gmail.com>
564
565 PR 24511
566 * mmo.c (mmo_scan): Set SEC_DATA for .data.
567
49d9fd42
AM
5682020-02-27 Alan Modra <amodra@gmail.com>
569
570 PR 24511
571 * syms.c (stt): Trim off all but 'e', 'i' and 'p' entries.
572 (coff_section_type): Adjust comment.
573 (decode_section_type): Likewise. Call coff_section_type before
574 decode_section_type.
575 (bfd_decode_symclass): Use 'c' for common sections other than
576 the standard one.
577
05f52dc2
AM
5782020-02-27 Alan Modra <amodra@gmail.com>
579
580 * coff-rs6000.c (_bfd_xcoff_read_ar_hdr): Put all data in one
581 malloc'd block.
582
ff69a894
AM
5832020-02-27 Alan Modra <amodra@gmail.com>
584
585 * bfd.c (bfd_stat_arch_elt): Use vector of containing archive,
586 if file is an archive element.
587 * bfd-in2.h: Regenerate.
588
02f7e7ee
AM
5892020-02-26 Alan Modra <amodra@gmail.com>
590
591 * archive.c (do_slurp_bsd_armap): Increase minimum parsed_size, and
592 bfd_set_error on failing test. Don't bother changing bfd_error on
593 file read error. Check symdef_count is multiple of BSD_SYMDEF_SIZE.
594 Check sym name is within string buffer. Use size_t for some vars.
595 (do_slurp_coff_armap): Use size_t for some variables, fix size of
596 int_buf. Don't change bfd_error on file read error. Use
597 _bfd_mul_overflow when calculating carsym buffer size. Reorder
598 calculations to catch overflows before they occur. malloc and
599 free raw armap rather than using bfd_alloc. Read raw armap before
600 allocating carsym+strings buffer.
601 (_bfd_slurp_extended_name_table): Localize variables. Check
602 name size against file size.
603
cc4c4f40
AM
6042020-02-26 Alan Modra <amodra@gmail.com>
605
606 * vms-lib.c (vms_lib_read_index): Release correct buffer.
607
e0b317de
AM
6082020-02-26 Alan Modra <amodra@gmail.com>
609
610 * elf32-rx.c (rx_elf_relocate_section): Use bfd_malloc rather than
611 malloc. Check for NULL return from bfd_malloc.
612 (rx_table_find, rx_table_map): Likewise.
613 (rx_set_section_contents): Check bfd_alloc return.
614 (rx_dump_symtab): Don't alloc internal_syms or external_syms.
615
dc1e8a47
AM
6162020-02-26 Alan Modra <amodra@gmail.com>
617
618 * aoutx.h: Indent labels correctly. Format error strings.
619 * archive.c: Likewise.
620 * archive64.c: Likewise.
621 * coff-arm.c: Likewise.
622 * coff-rs6000.c: Likewise.
623 * coff-stgo32.c: Likewise.
624 * cpu-arm.c: Likewise.
625 * dwarf2.c: Likewise.
626 * elf-ifunc.c: Likewise.
627 * elf-properties.c: Likewise.
628 * elf-s390-common.c: Likewise.
629 * elf-strtab.c: Likewise.
630 * elf.c: Likewise.
631 * elf32-arm.c: Likewise.
632 * elf32-bfin.c: Likewise.
633 * elf32-cr16.c: Likewise.
634 * elf32-csky.c: Likewise.
635 * elf32-i386.c: Likewise.
636 * elf32-m68k.c: Likewise.
637 * elf32-msp430.c: Likewise.
638 * elf32-nds32.c: Likewise.
639 * elf32-nios2.c: Likewise.
640 * elf32-pru.c: Likewise.
641 * elf32-xtensa.c: Likewise.
642 * elf64-ia64-vms.c: Likewise.
643 * elf64-x86-64.c: Likewise.
644 * elfcode.h: Likewise.
645 * elfcore.h: Likewise.
646 * elflink.c: Likewise.
647 * elfnn-aarch64.c: Likewise.
648 * elfnn-ia64.c: Likewise.
649 * elfnn-riscv.c: Likewise.
650 * elfxx-mips.c: Likewise.
651 * elfxx-sparc.c: Likewise.
652 * elfxx-x86.c: Likewise.
653 * i386lynx.c: Likewise.
654 * merge.c: Likewise.
655 * pdp11.c: Likewise.
656 * plugin.c: Likewise.
657 * reloc.c: Likewise.
658
e310298c
AM
6592020-02-26 Alan Modra <amodra@gmail.com>
660
661 PR 25593
662 * elf-bfd.h (struct elf_link_hash_table): Rename "loaded" to
663 "dyn_loaded".
664 (bfd_elf_add_dt_needed_tag): Declare.
665 * elf-strtab.c (_bfd_elf_strtab_restore): Handle NULL buf.
666 * elflink.c (bfd_elf_add_dt_needed_tag): Make global and rename
667 from elf_add_dt_needed_tag. Remove soname and doit param.
668 (elf_link_add_object_symbols): Don't use elf_add_dt_needed_tag
669 to see whether as-needed lib is already loaded, use dyn_loaded
670 list instead. When saving and restoring around as-needed lib
671 handle possibility that dynstr has not been initialised. Don't
672 add DT_NEEDED tags here. Limit dyn_loaded list to dynamic libs.
673 Mark libs loaded via DT_NEEDED entries of other libs with
674 DYN_NO_NEEDED if they should not be mentioned in DT_NEEDED of
675 the output.
676 (elf_link_check_versioned_symbol): Remove now unneccesary
677 DYNAMIC check when traversing dyn_loaded list.
678
b570b954
AM
6792020-02-26 Alan Modra <amodra@gmail.com>
680
681 * bfdio.c (bfd_get_file_size): Ignore bogus archive element sizes.
682
ecda9016
L
6832020-02-25 H.J. Lu <hongjiu.lu@intel.com>
684
685 PR binutils/25584
686 * plugin.c (need_lto_wrapper_p): New.
687 (bfd_plugin_set_program_name): Add an int argument to set
688 need_lto_wrapper_p.
689 (get_lto_wrapper): Return FALSE if need_lto_wrapper_p isn't
690 set.
691 * plugin.h (bfd_plugin_set_program_name): Add an int argument.
692
a98c743f
AM
6932020-02-24 Alan Modra <amodra@gmail.com>
694
695 * vms-lib.c (_bfd_vms_lib_archive_p): Correct overflow checks.
696
c893ce36
AM
6972020-02-24 Alan Modra <amodra@gmail.com>
698
699 * vms-lib.c (struct carsym_mem): Add limit.
700 (vms_add_index): Heed limit.
701 (vms_traverse_index): Catch buffer overflows. Remove outdated fixme.
702 (vms_lib_read_index): Set up limit. Catch 32-bit overflow.
703 Always return actual number read.
704 (_bfd_vms_lib_archive_p): Catch buffer overflows. Replace
705 assertion with error exit.
706
7b3c2715
AM
7072020-02-22 Alan Modra <amodra@gmail.com>
708
709 PR 25585
710 * elf.c (assign_file_positions_for_load_sections): Continue linking
711 on "PHDR segment not covered by LOAD segment" errors.
712
a4425a57
AM
7132020-02-21 Alan Modra <amodra@gmail.com>
714
715 * mach-o.c (bfd_mach_o_canonicalize_relocs): Fix ineffective
716 overflow check.
717 (bfd_mach_o_canonicalize_reloc): Likewise.
718 (bfd_mach_o_canonicalize_dynamic_reloc): Likewise. Sanity check
719 counts and offsets against file size.
720 (bfd_mach_o_build_dysymtab): Fix ineffective overflow check.
721 (bfd_mach_o_mangle_sections): Remove unnecessary overflow check.
722 (bfd_mach_o_read_symtab_symbols): Sanity check count and offset
723 against file size. Delete symbol table error message.
724 (bfd_mach_o_read_dysymtab): Sanity check counts and offsets
725 against file size.
726 (bfd_mach_o_read_symtab): Likewise.
727 (bfd_mach_o_read_command): Pass file size.
728 (bfd_mach_o_scan): Sanity check command count against file size.
729
dda2980f
AM
7302020-02-21 Alan Modra <amodra@gmail.com>
731
732 PR 25569
733 * aoutx.h (adjust_o_magic, adjust_z_magic, adjust_n_magic): Use
734 "text", "data" and "bss" section pointer vars. Don't update
735 section size, just exec header sizes.
736 (adjust_sizes_and_vmas): Don't update text section size. Set
737 initial exec header a_text. Print exec headers sizes.
738 * pdp11.c (adjust_o_magic, adjust_z_magic, adjust_n_magic),
739 (adjust_sizes_and_vmas): Similarly. Formatting.
740 (final_link): Correct final file extension.
741
00e49dff
NC
7422020-02-20 Nick Clifton <nickc@redhat.com>
743
744 * elf-bfd.h (struct elf_backend_data): Add symbol_section_index
745 callback.
746 * elfxx-target.h (elf_backend_symbol_section_index): Provide
747 default definition.
748 (elfNN_bed): Initialise the symbol_section_index field.
749 * elf.c (swap_out_syms): Call symbol_section_index, if defined, on
750 OS and PROC specific section indicies. Warn if converting other
751 reserved incidies to SHN_ABS.
752
fcaaac0a
SB
7532020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
754
755 PR 25537
756 * cpu-z80.c: Add machine type compatibility checking.
757
dcf06b89
L
7582020-02-19 H.J. Lu <hongjiu.lu@intel.com>
759
760 PR binutils/25355
761 * plugin.c (plugin_list_entry): Remove handle.
762 (try_load_plugin): Call dlclose before return.
763
2c7c5554
AM
7642020-02-19 Alan Modra <amodra@gmail.com>
765
766 * libbfd-in.h (_bfd_constant_p): Define.
767 (_bfd_alloc_and_read, _bfd_malloc_and_read): Check read size against
768 file size before allocating memory.
769 * coffgen.c (_bfd_coff_get_external_symbols): Remove file size check.
770 * elf.c (bfd_elf_get_str_section): Likewise.
771 (_bfd_elf_slurp_version_tables): Likewise.
772 * libbfd.h: Regenerate.
773
2bb3687b
AM
7742020-02-19 Alan Modra <amodra@gmail.com>
775
776 * libbfd-in.h (_bfd_alloc_and_read, _bfd_malloc_and_read): New.
777 * aoutx.h (aout_get_external_symbols): Replace calls to
778 bfd_[m]alloc and bfd_bread with call to _bfd_[m]alloc_and_read.
779 (slurp_reloc_table): Likewise.
780 * archive.c (do_slurp_bsd_armap): Likewise.
781 (do_slurp_coff_armap): Likewise.
782 * archive64.c (_bfd_archive_64_bit_slurp_armap): Likewise.
783 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Likewise.
784 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
785 * coffcode.h (coff_set_arch_mach_hook, buy_and_read): Likewise.
786 * coffgen.c (coff_real_object_p, coff_object_p, build_debug_section),
787 (_bfd_coff_get_external_symbols): Likewise.
788 * ecoff.c (ecoff_slurp_symbolic_header),
789 (_bfd_ecoff_slurp_symbolic_info, ecoff_slurp_reloc_table),
790 (_bfd_ecoff_slurp_armap, ecoff_link_add_object_symbols, READ),
791 (ecoff_indirect_link_order): Likewise.
792 * elf.c (bfd_elf_get_str_section, setup_group, elf_read_notes),
793 (_bfd_elf_slurp_version_tables): Likewise.
794 * elf32-m32c.c (m32c_elf_relax_section): Likewise.
795 * elf32-rl78.c (rl78_elf_relax_section): Likewise.
796 * elf32-rx.c (elf32_rx_relax_section): Likewise.
797 * elf64-alpha.c (READ): Likewise.
798 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Likewise.
799 * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Likewise.
800 * elfcode.h (elf_slurp_symbol_table),
801 (elf_slurp_reloc_table_from_section): Likewise.
802 * elflink.c (elf_link_add_object_symbols),
803 (elf_link_check_versioned_symbol): Likewise.
804 * elfxx-mips.c (READ): Likewise.
805 * i386lynx.c (slurp_reloc_table): Likewise.
806 * lynx-core.c (lynx_core_file_p): Likewise.
807 * mach-o.c (bfd_mach_o_canonicalize_relocs),
808 (bfd_mach_o_read_symtab_strtab, bfd_mach_o_alloc_and_read),
809 (bfd_mach_o_read_prebound_dylib, bfd_mach_o_read_dyld_content
810 * pdp11.c (aout_get_external_symbols, slurp_reloc_table
811 * pef.c (bfd_pef_print_loader_section, bfd_pef_scan_start_address),
812 (bfd_pef_parse_symbols): Likewise.
813 * peicode.h (pe_ILF_object_p, pe_bfd_object_p
814 * som.c (setup_sections, som_slurp_string_table),
815 (som_slurp_reloc_table, som_bfd_count_ar_symbols),
816 (som_bfd_fill_in_ar_symbols): Likewise.
817 * vms-alpha.c (module_find_nearest_line, evax_bfd_print_dst),
818 (evax_bfd_print_image): Likewise.
819 * vms-lib.c (_bfd_vms_lib_archive_p): Likewise.
820 * wasm-module.c (wasm_scan): Likewise.
821 * xcofflink.c (xcoff_link_add_symbols): Likewise.
822 * xsym.c (bfd_sym_read_name_table),
823 (bfd_sym_print_type_information_table_entry): Likewise.
824 * libbfd.h: Regenerate.
825
806470a2
AM
8262020-02-19 Alan Modra <amodra@gmail.com>
827
828 * aoutx.h (slurp_reloc_table): Allocate reloc_cache after
829 reading external relocs.
830 * ecoff.c (ecoff_slurp_reloc_table): Likewise.
831 * archive.c (_bfd_write_archive_contents): Don't twiddle bfd_error
832 after bfd_bread.
833 * archive64.c (_bfd_archive_64_bit_slurp_armap): Remove unnecessary
834 bfd_release.
835 * elf32-m32c.c (m32c_offset_for_reloc): Make shndx_buf a bfd_byte*.
836 (m32c_elf_relax_section): Likewise.
837 * elf32-rl78.c (rl78_offset_for_reloc): Likewise.
838 (rl78_elf_relax_section): Likewise.
839 * elf32-rx.c (rx_offset_for_reloc): Likewise.
840 (elf32_rx_relax_section): Likewise.
841 * mach-o.c (bfd_mach_o_alloc_and_read): Move earlier with better
842 parameter types and use..
843 (bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib),
844 (bfd_mach_o_read_fvmlib, bfd_mach_o_read_str): ..in these functions.
845 * peicode.h (pe_bfd_object_p): Don't zero the part of opthdr
846 being read from file, just the extra.
847 * som.c (som_slurp_symbol_table): Allocate internal symbol buffer
848 after reading external syms. Free on failure.
849
1f4361a7
AM
8502020-02-19 Alan Modra <amodra@gmail.com>
851
852 * coffcode.h (buy_and_read, coff_slurp_line_table),
853 (coff_slurp_symbol_table, coff_slurp_reloc_table): Replace
854 bfd_[z][m]alloc2 calls with _bfd_mul_overflow followed by the
855 corresponding bfd_alloc call. Adjust variables to suit.
856 * coffgen.c (_bfd_coff_get_external_symbols): Likewise.
857 * ecoff.c (_bfd_ecoff_slurp_symbolic_info),
858 (_bfd_ecoff_slurp_symbol_table, READ): Likewise.
859 * elf.c (bfd_elf_get_elf_syms, setup_group, bfd_section_from_shdr),
860 (swap_out_syms, _bfd_elf_slurp_version_tables): Likewise.
861 * elf32-m32c.c (m32c_elf_relax_section): Likewise.
862 * elf32-rl78.c (rl78_elf_relax_section): Likewise.
863 * elf32-rx.c (elf32_rx_relax_section): Likewise.
864 * elf64-alpha.c (READ): Likewise.
865 * elfcode.h (elf_object_p, elf_write_relocs, elf_write_shdrs_and_ehdr),
866 (elf_slurp_symbol_table, elf_slurp_reloc_table),
867 (bfd_from_remote_memory): Likewise.
868 * elfcore.h (core_find_build_id): Likewise.
869 * elfxx-mips.c (READ): Likewise.
870 * mach-o.c (bfd_mach_o_mangle_sections),
871 (bfd_mach_o_read_symtab_symbols, bfd_mach_o_read_thread),
872 (bfd_mach_o_read_dysymtab, bfd_mach_o_flatten_sections),
873 (bfd_mach_o_scan, bfd_mach_o_fat_archive_p): Likewise.
874 * som.c (setup_sections, som_prep_for_fixups)
875 (som_build_and_write_symbol_table, som_slurp_symbol_table),
876 (som_slurp_reloc_table, som_bfd_count_ar_symbols),
877 (som_bfd_fill_in_ar_symbols, som_slurp_armap),
878 (som_bfd_ar_write_symbol_stuff): Likewise.
879 * vms-alpha.c (vector_grow1): Likewise.
880 * vms-lib.c (vms_add_index): Likewise.
881 * wasm-module.c (wasm_scan_name_function_section): Likewise.
882 * libbfd.c (bfd_malloc2, bfd_realloc2, bfd_zmalloc2): Delete.
883 * opncls.c (bfd_alloc2, bfd_zalloc2): Delete.
884 * libbfd-in.h (bfd_malloc2, bfd_realloc2, bfd_zmalloc2),
885 (bfd_alloc2, bfd_zalloc2): Delete.
886 (_bfd_mul_overflow): Define.
887 * libbfd.h: Regenerate.
888
446f7ed5
AM
8892020-02-19 Alan Modra <amodra@gmail.com>
890
891 * elf.c (bfd_section_from_shdr): Use bfd_zalloc rather than
892 bfd_zalloc2.
893 (assign_section_numbers): Likewise.
894 (elf_map_symbols): Likewise, and bfd_alloc rather than bfd_alloc2.
895 (_bfd_elf_map_sections_to_segments): Use bfd_malloc rather than
896 bfd_malloc2, size_t amt, and unsigned tls_count.
897 (rewrite_elf_program_header): Use bfd_malloc and size_t amt.
898 * elflink.c (elf_create_symbuf): Use bfd_malloc.
899 (elf_output_implib): Use bfd_alloc.
900
b03202e3
AM
9012020-02-19 Alan Modra <amodra@gmail.com>
902
903 * bfd.c (struct bfd): Move format and direction to other
904 bitfields. Add "size".
905 * bfdio.c (bfd_get_size): Cache size when not writing file.
906 * opncls.c (bfd_get_debug_link_info_1): Allow for bfd_get_size
907 returning zero, ie. unknown.
908 (bfd_get_alt_debug_link_info): Likewise.
909 * bfd-in2.h: Regenerate.
910
7c5fa58e
AM
9112020-02-19 Alan Modra <amodra@gmail.com>
912
913 * coffgen.c (_bfd_coff_get_external_symbols): Don't call
914 bfd_get_file_size twice.
915 (_bfd_coff_read_string_table): Allow for bfd_get_file_size
916 zero, ie. unknown, return.
917 * elf-attrs.c (_bfd_elf_parse_attributes): Likewise.
918 * elfcode.h (elf_swap_shdr_in): Likewise.
919 (elf_object_p): Don't call bfd_get_file_size twice and correct
920 file size check.
921
96d3b80f
AM
9222020-02-19 Alan Modra <amodra@gmail.com>
923
924 * mach-o.c (bfd_mach_o_flatten_sections): Return a bfd_boolean,
925 FALSE if memory alloc fails. Adjust calls.
926 * som.c (som_prep_for_fixups): Likewise.
927 * vms-alpha.c (alpha_vms_add_fixup_lp, alpha_vms_add_fixup_ca),
928 (alpha_vms_add_fixup_qr, alpha_vms_add_fixup_lr),
929 (alpha_vms_add_lw_reloc, alpha_vms_add_qw_reloc): Likewise.
930 * som.c (som_build_and_write_symbol_table): Return via error_return
931 on seek failure.
932 * vms-alpha.c (VEC_APPEND): Adjust for vector_grow1 changes.
933 (VEC_APPEND_EL): Delete.
934 (vector_grow1): Return pointer to element. Catch overflow.
935 Return NULL on memory allocation failure.
936 (alpha_vms_add_fixup_lp): Replace VEC_APPEND_EL with VEC_APPEND.
937 (alpha_vms_add_fixup_ca): Likewise.
938 (alpha_vms_link_add_object_symbols): Check VEC_APPEND result
939 before using.
940 * elf.c (bfd_section_from_shdr): Check bfd_zalloc2 result.
941
986f0783
AM
9422020-02-19 Alan Modra <amodra@gmail.com>
943
944 * aix386-core.c (aix386_core_file_p): Use size_t for "amt".
945 * aout-target.h (object_p): Likewise.
946 * aout-tic30.c (tic30_aout_object_p): Likewise.
947 * aoutx.h (some_aout_object_p, mkobject, make_empty_symbol),
948 (emit_stringtab, write_syms, link_hash_table_create),
949 (aout_link_write_other_symbol): Likewise.
950 * archive.c (_bfd_generic_mkarchive, bfd_generic_archive_p),
951 (bfd_ar_hdr_from_filesystem, _bfd_write_archive_contents),
952 (_bfd_compute_and_write_armap): Likewise.
953 * archures.c (bfd_arch_list): Likewise.
954 * bfd.c (bfd_record_phdr): Likewise.
955 * binary.c (binary_canonicalize_symtab): Likewise.
956 * cisco-core.c (cisco_core_file_validate): Likewise.
957 * coff-arm.c (coff_arm_link_hash_table_create, find_thumb_glue),
958 (find_arm_glue, record_arm_to_thumb_glue),
959 (record_thumb_to_arm_glue): Likewise.
960 * coff-ppc.c (ppc_coff_link_hash_table_create, record_toc),
961 (ppc_allocate_toc_section): Likewise.
962 * coff-rs6000.c (_bfd_xcoff_mkobject, _bfd_xcoff_archive_p): Likewise.
963 * coff-sh.c (sh_relax_section): Likewise.
964 * coff64-rs6000.c (xcoff64_archive_p): Likewise.
965 * coffcode.h (handle_COMDAT, coff_new_section_hook),
966 (coff_set_alignment_hook, coff_mkobject),
967 (coff_compute_section_file_positions): Likewise.
968 * coffgen.c (coff_make_empty_symbol, coff_bfd_make_debug_symbol),
969 (coff_find_nearest_line_with_names),
970 ( bfd_coff_set_symbol_class): Likewise.
971 * cofflink.c (_bfd_coff_link_hash_table_create),
972 (_bfd_coff_link_input_bfd): Likewise.
973 * dwarf1.c (alloc_dwarf1_unit, alloc_dwarf1_func): Likewise.
974 * dwarf2.c (read_abbrevs, read_attribute_value, add_line_info),
975 (build_line_info_table, sort_line_sequences),
976 (line_info_add_include_dir, line_info_add_file_name),
977 (decode_line_info, scan_unit_for_symbols, parse_comp_unit),
978 (place_sections, _bfd_dwarf2_slurp_debug_info): Likewise.
979 * ecoff.c (_bfd_ecoff_mkobject, _bfd_ecoff_make_empty_symbol),
980 (_bfd_ecoff_find_nearest_line),
981 (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
982 * ecofflink.c (bfd_ecoff_debug_init): Likewise.
983 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Likewise.
984 * elf-m10300.c (mn10300_elf_relax_section),
985 (elf32_mn10300_link_hash_table_create): Likewise.
986 * elf-strtab.c (_bfd_elf_strtab_init): Likewise.
987 * elf.c (make_mapping, copy_elf_program_header): Likewise.
988 * elf32-arm.c (elf32_arm_link_hash_table_create),
989 (elf32_arm_setup_section_lists, elf32_arm_check_relocs),
990 (elf32_arm_new_section_hook): Likewise.
991 * elf32-avr.c (elf_avr_new_section_hook),
992 (elf32_avr_link_hash_table_create, get_local_syms),
993 (elf32_avr_setup_section_lists): Likewise.
994 * elf32-bfin.c (bfinfdpic_elf_link_hash_table_create),
995 (bfin_link_hash_table_create): Likewise.
996 * elf32-cr16.c (elf32_cr16_link_hash_table_create): Likewise.
997 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
998 * elf32-csky.c (csky_elf_link_hash_table_create),
999 (csky_elf_check_relocs, elf32_csky_setup_section_lists): Likewise.
1000 * elf32-frv.c (frvfdpic_elf_link_hash_table_create): Likewise.
1001 * elf32-hppa.c (elf32_hppa_link_hash_table_create),
1002 (elf32_hppa_setup_section_lists, get_local_syms): Likewise.
1003 * elf32-i386.c (elf_i386_check_relocs): Likewise.
1004 * elf32-lm32.c (lm32_elf_link_hash_table_create): Likewise.
1005 * elf32-m32r.c (m32r_elf_link_hash_table_create),
1006 (m32r_elf_check_relocs): Likewise.
1007 * elf32-m68hc1x.c (m68hc11_elf_hash_table_create),
1008 (elf32_m68hc11_setup_section_lists),
1009 (elf32_m68hc11_size_stubs): Likewise.
1010 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
1011 * elf32-metag.c (elf_metag_link_hash_table_create),
1012 (elf_metag_setup_section_lists): Likewise.
1013 * elf32-microblaze.c (microblaze_elf_link_hash_table_create),
1014 (microblaze_elf_check_relocs): Likewise.
1015 * elf32-nds32.c (nds32_elf_link_hash_table_create),
1016 (nds32_elf_check_relocs): Likewise.
1017 * elf32-nios2.c (nios2_elf32_setup_section_lists),
1018 (get_local_syms, nios2_elf32_check_relocs),
1019 (nios2_elf32_link_hash_table_create): Likewise.
1020 * elf32-or1k.c (or1k_elf_link_hash_table_create),
1021 (or1k_elf_check_relocs): Likewise.
1022 * elf32-ppc.c (ppc_elf_modify_segment_map, update_plt_info): Likewise.
1023 * elf32-pru.c (pru_elf32_link_hash_table_create): Likewise.
1024 * elf32-s390.c (elf_s390_link_hash_table_create),
1025 (elf_s390_check_relocs): Likewise.
1026 * elf32-score.c (score_elf_create_got_section),
1027 (s3_elf32_score_new_section_hook),
1028 (elf32_score_link_hash_table_create): Likewise.
1029 * elf32-score7.c (score_elf_create_got_section),
1030 (s7_elf32_score_new_section_hook): Likewise.
1031 * elf32-sh.c (sh_elf_link_hash_table_create),
1032 (sh_elf_check_relocs): Likewise.
1033 * elf32-tic6x.c (elf32_tic6x_link_hash_table_create),
1034 (elf32_tic6x_new_section_hook, elf32_tic6x_check_relocs): Likewise.
1035 * elf32-tilepro.c (tilepro_elf_link_hash_table_create),
1036 (tilepro_elf_check_relocs): Likewise.
1037 * elf32-v850.c (remember_hi16s_reloc): Likewise.
1038 * elf32-vax.c (elf_vax_link_hash_table_create): Likewise.
1039 * elf32-xtensa.c (elf_xtensa_link_hash_table_create),
1040 (elf_xtensa_new_section_hook): Likewise.
1041 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create),
1042 (get_got_entry, elf64_alpha_check_relocs): Likewise.
1043 * elf64-hppa.c (elf64_hppa_hash_table_create): Likewise.
1044 * elf64-ia64-vms.c (elf64_ia64_object_p): Likewise.
1045 * elf64-mmix.c (mmix_elf_new_section_hook): Likewise.
1046 * elf64-ppc.c (ppc64_elf_new_section_hook),
1047 (ppc64_elf_link_hash_table_create, update_local_sym_info),
1048 (update_plt_info, ppc64_elf_check_relocs): Likewise.
1049 * elf64-s390.c (elf_s390_link_hash_table_create),
1050 (elf_s390_check_relocs): Likewise.
1051 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
1052 * elflink.c (bfd_elf_link_record_local_dynamic_symbol),
1053 (_bfd_elf_link_find_version_dependencies, elf_link_add_object_symbols),
1054 (elf_link_add_archive_symbols, compute_bucket_count),
1055 (bfd_elf_size_dynsym_hash_dynstr, _bfd_elf_link_hash_table_create),
1056 (bfd_elf_get_bfd_needed_list, elf_link_swap_symbols_out),
1057 (bfd_elf_final_link): Likewise.
1058 * elfnn-aarch64.c (elfNN_aarch64_link_hash_table_create),
1059 (elfNN_aarch64_setup_section_lists, elfNN_aarch64_check_relocs),
1060 (elfNN_aarch64_new_section_hook): Likewise.
1061 * elfnn-ia64.c (elfNN_ia64_object_p): Likewise.
1062 * elfnn-riscv.c (riscv_elf_link_hash_table_create),
1063 (riscv_elf_check_relocs): Likewise.
1064 * elfxx-mips.c (_bfd_mips_elf_new_section_hook),
1065 (_bfd_mips_elf_add_symbol_hook, _bfd_mips_elf_check_relocs),
1066 (_bfd_mips_elf_modify_segment_map, _bfd_mips_elf_set_section_contents),
1067 (_bfd_mips_elf_link_hash_table_create): Likewise.
1068 * elfxx-sparc.c (_bfd_sparc_elf_link_hash_table_create),
1069 (_bfd_sparc_elf_check_relocs),
1070 (_bfd_sparc_elf_new_section_hook): Likewise.
1071 * elfxx-tilegx.c (tilegx_elf_link_hash_table_create),
1072 (tilegx_elf_check_relocs): Likewise.
1073 * elfxx-x86.c (_bfd_x86_elf_link_hash_table_create): Likewise.
1074 * format.c (bfd_check_format_matches): Likewise.
1075 * hash.c (_bfd_stringtab_init): Likewise.
1076 * ihex.c (ihex_scan): Likewise.
1077 * irix-core.c (irix_core_core_file_p): Likewise.
1078 * linker.c (bfd_wrapped_link_hash_lookup),
1079 (_bfd_generic_link_hash_table_create),
1080 (_bfd_generic_reloc_link_order): Likewise.
1081 * lynx-core.c (lynx_core_file_p): Likewise.
1082 * netbsd-core.c (netbsd_core_file_p): Likewise.
1083 * osf-core.c (osf_core_core_file_p): Likewise.
1084 * pdp11.c (some_aout_object_p, mkobject, make_empty_symbol),
1085 (link_hash_table_create, aout_link_write_other_symbol): Likewise.
1086 * peXXigen.c (_bfd_XX_bfd_copy_private_section_data): Likewise.
1087 * peicode.h (pe_mkobject): Likewise.
1088 * ppcboot.c (ppcboot_mkobject, ppcboot_canonicalize_symtab): Likewise.
1089 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
1090 * sco5-core.c (read_uarea): Likewise.
1091 * som.c (hppa_som_gen_reloc_type, som_object_p, som_prep_headers),
1092 (som_write_fixups, som_write_space_strings, som_write_symbol_strings),
1093 (som_finish_writing, som_canonicalize_symtab, som_new_section_hook),
1094 (som_bfd_copy_private_section_data, bfd_som_set_section_attributes),
1095 (bfd_som_attach_aux_hdr, som_write_armap): Likewise.
1096 * srec.c (srec_scan): Likewise.
1097 * syms.c (_bfd_generic_make_empty_symbol): Likewise.
1098 * targets.c (bfd_target_list): Likewise.
1099 * tekhex.c (first_phase, tekhex_sizeof_headers): Likewise.
1100 * trad-core.c (trad_unix_core_file_p): Likewise.
1101 * vms-alpha.c (vms_initialize, alpha_vms_bfd_link_hash_table_create),
1102 (vms_new_section_hook): Likewise.
1103 * wasm-module.c (wasm_make_empty_symbol): Likewise.
1104 * xcofflink.c (xcoff_get_section_contents),
1105 (_bfd_xcoff_bfd_link_hash_table_create, xcoff_set_import_path),
1106 (xcoff_find_function, bfd_xcoff_link_record_set, xcoff_build_ldsym),
1107 (bfd_xcoff_size_dynamic_sections, xcoff_link_input_bfd): Likewise.
1108
2d0e1217
AM
11092020-02-19 Alan Modra <amodra@gmail.com>
1110
1111 * elfxx-riscv.c (riscv_multi_letter_ext_valid_p): Don't use C99.
1112
99845b3b
L
11132020-02-13 H.J. Lu <hongjiu.lu@intel.com>
1114
1115 * plugin.c (try_load_plugin): Make plugin_list_iter an argument
1116 and use it if it isn't NULL. Remove has_plugin_p argument. Add
1117 a build_list_p argument. Don't search plugin_list. Short circuit
1118 when building the plugin list.
1119 (has_plugin): Renamed to has_plugin_list.
1120 (bfd_plugin_set_plugin): Don't set has_plugin.
1121 (bfd_plugin_specified_p): Check plugin_list instead.
1122 (build_plugin_list): New function.
1123 (load_plugin): Call build_plugin_list and use plugin_list.
1124
22fe7df8
L
11252020-02-11 H.J. Lu <hongjiu.lu@intel.com>
1126
1127 PR binutils/25355
1128 * plugin.c (try_claim): Always clean up for LTO wrapper.
1129 (try_load_plugin): Treat each object as independent. Create a
1130 copy for plugin name.
1131
c675ec1e
NC
11322020-02-11 Nick Clifton <nickc@redhat.com>
1133
1134 * elf32-msp430.c (msp430_final_link_relocate): Always use longs
1135 for addresses in print statements.
1136 (msp430_elf_relax_delete_bytes): Likewise.
1137 (msp430_elf_relax_add_words): Likewise.
1138 (msp430_elf_relax_section): Likewise.
1139
1d07a805
L
11402020-02-11 H.J. Lu <hongjiu.lu@intel.com>
1141
1142 * plugin.c (add_symbols): Clear plugin_data memory.
1143
0aa99dcd
L
11442020-02-10 H.J. Lu <hongjiu.lu@intel.com>
1145
1146 PR binutils/25355
1147 * configure.ac (HAVE_EXECUTABLE_SUFFIX): New AC_DEFINE.
1148 (EXECUTABLE_SUFFIX): Likewise.
1149 * config.in: Regenerated.
1150 * configure: Likewise.
1151 * plugin.c (bfd_plugin_close_and_cleanup): Removed.
1152 (plugin_list_entry): Add all_symbols_read, cleanup_handler,
1153 gcc, lto_wrapper, resolution_file, resolution_option, gcc_env,
1154 real_bfd, real_nsyms, real_syms, lto_nsyms and lto_syms.
1155 (get_lto_wrapper): New.
1156 (setup_lto_wrapper_env): Likewise.
1157 (current_plugin): Likewise.
1158 (register_all_symbols_read): Likewise.
1159 (register_cleanup): Likewise.
1160 (get_symbols): Likewise.
1161 (add_input_file): Likewise.
1162 (bfd_plugin_close_and_cleanup): Likewise.
1163 (claim_file): Removed.
1164 (register_claim_file): Set current_plugin->claim_file.
1165 (add_symbols): Make a copy of LTO symbols. Set lto_nsyms and
1166 lto_syms in current_plugin.
1167 (try_claim): Use current_plugin->claim_file. Call LTO plugin
1168 all_symbols_read handler. Copy real symbols to plugin_data.
1169 Call LTO plugin cleanup handler. Clean up for LTO wrapper.
1170 (try_load_plugin): Don't reuse the previous plugin for LTO
1171 wrapper. Set up GCC LTO wrapper if possible. Don't set
1172 plugin_list_iter->claim_file.
1173 (bfd_plugin_canonicalize_symtab): Use real LTO symbols if
1174 possible.
1175 * plugin.h (plugin_data_struct): Add real_bfd, real_nsyms and
1176 real_syms.
1177
ac4280da
JL
11782020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1179
1180 * elf32-msp430.c (msp430_elf_relax_section): Before relaxing a branch,
1181 check if previous instruction matches a conditional jump inserted
1182 earlier. Invert conditional jump and delete branch in this case.
1183
8d6cb116
JL
11842020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1185
1186 * elf32-msp430.c (msp430_elf_relax_add_two_words): Rename to
1187 msp430_elf_relax_add_words. Support insertion of either one or two
1188 words.
1189 (msp430_elf_relax_section): Catch opcode of 0x3c00 when relocation
1190 needs to be grown. Handle insertion of branch instruction to replace
1191 jump.
1192
d60f5448
JL
11932020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1194
1195 * elf32-msp430.c (msp430_final_link_relocate): Add printf statements for
1196 debugging relocations.
1197 (msp430_elf_relax_delete_bytes): Likewise.
1198 (msp430_elf_relax_add_two_words): Likewise.
1199 (msp430_elf_relax_section): Likewise.
1200
e1f85e11
AM
12012020-02-10 Alan Modra <amodra@gmail.com>
1202
1203 * archures.c: Wrap overlong z80 comments.
1204 * bfd-in2.h: Regenerate.
1205
9fc0b501
SB
12062020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1207
1208 PR 25469
1209 * archures.c: Add GBZ80 and Z80N machine values.
1210 * reloc.c: Add BFD_RELOC_Z80_16_BE.
1211 * coff-z80.c: Add support for new reloc.
1212 * coffcode.h: Add support for new machine values.
1213 * cpu-z80.c: Add support for new machine names.
1214 * elf32-z80.c: Add support for new reloc.
1215 * bfd-in2.h: Regenerate.
1216 * libbfd.h: Regenerate.
1217
9984857c
NC
12182020-02-07 Nick Clifton <nickc@redhat.com>
1219
1220 PR 23932
1221 * elf.c (rewrite_elf_program_header): Do not complain if no
1222 sections are mapped to a segment.
1223
5242a0a0
L
12242020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1225
1226 PR ld/25490
1227 * elflink.c (_bfd_elf_gc_mark_extra_sections): Issue an error
1228 for garbage collection on __patchable_function_entries section
1229 without linked-to section.
1230
b7d07216
L
12312020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1232
1233 PR gas/25381
1234 * bfd-in2.h: Regenerated.
1235 * elflink.c (_bfd_elf_gc_mark_extra_sections): Call mark_hook
1236 on section if gc_mark of any of its linked-to sections is set
1237 and don't set gc_mark again.
1238 * section.c (asection): Add linked_to_symbol_name to map_head
1239 union.
1240
b93a662b
MR
12412020-02-06 Maciej W. Rozycki <macro@wdc.com>
1242
1243 * elf32-v850.c (v850_elf_relax_section): Fix the index used for
1244 reporting an unrecognized instruction with R_V850_LONGJUMP.
1245
6df4c9c2
AM
12462020-02-05 Alan Modra <amodra@gmail.com>
1247
1248 * elf64-ppc.c (ppc_stub_plt_branch): Match comment with reality.
1249
24872cb3
AM
12502020-02-04 Alan Modra <amodra@gmail.com>
1251
1252 * elf32-ppc.c (ppc_elf_relocate_section): After applying
1253 R_PPC_VLE_ADDR20, goto copy_reloc.
1254
ef4627fa
L
12552020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1256
1257 * bfd-in2.h: Regenerated.
1258 * section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.
1259
a8c4d40b
L
12602020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1261
1262 PR gas/25380
1263 * bfd-in2.h: Regenerated.
1264 * ecoff.c (bfd_debug_section): Add section_id.
1265 * section.c (bfd_section): Add section_id.
1266 (SEC_ASSEMBLER_SECTION_ID): New.
1267 (BFD_FAKE_SECTION): Add section_id.
1268
5a9212a1
NC
12692020-02-01 Nick Clifton <nickc@redhat.com>
1270
1271 * config.bfd: Move the c30-aout and tic30-aout targets onto the
1272 obsolete list.
1273
e7cbe0c4
SL
12742020-01-31 Sandra Loosemore <sandra@codesourcery.com>
1275
1276 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): DW_EH_PE_datarel
1277 encodings are relative to the GOT on nios2, too.
1278
72ebe8c5
AM
12792020-01-31 Alan Modra <amodra@gmail.com>
1280
1281 * Makefile.am (elf32-target.h, elf64-target.h): Don't use a temp
1282 file. Use $< and $@ in rules.
1283 (elf32-aarch64.c, elf64-aarch64.c): Likewise.
1284 (elf32-ia64.c, elf64-ia64.c): Likewise.
1285 (elf32-riscv.c, elf64-riscv.c): Likewise.
1286 (peigen.c, pepigen.c, pex64igen.c): Likewise.
1287 (elf32-aarch64.c, elf64-aarch64.c): Don't emit $srcdir on #line.
1288 (elf32-riscv.c, elf64-riscv.c): Likewise, and use $(SED).
1289 (elf32-ia64.c, elf64-ia64.c): Do emit #line.
1290 (peigen.c, pepigen.c, pex64igen.c): Likewise.
1291 * Makefile.in: Regenerate.
1292
327301a4
AM
12932020-01-31 Alan Modra <amodra@gmail.com>
1294
1295 PR 4110
1296 * elf.c (setup_group): Don't clear entire section contents,
1297 just the padding after group flags. Release alloc'd memory
1298 after a seek or read failure.
1299
b5d36aaa
JT
13002020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
1301
1302 * peXXigen.c (pe_is_repro): New function.
1303 (_bfd_XX_print_private_bfd_data_common): Note timestamp is
1304 actually a build hash if PE_IMAGE_DEBUG_TYPE_REPRO is present.
1305
1957ab10
JT
13062020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
1307
1308 * peXXigen.c (debug_type_names): Add names for new debug data type
1309 values.
1310
87b2920f
JT
13112020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
1312
1313 * peXXigen.c (pe_print_debugdata): Fix the iteration variable for
1314 inner loop. Fix a memory leak.
1315
72913831
AM
13162020-01-30 Alan Modra <amodra@gmail.com>
1317
1318 * coffgen.c (coff_real_object_p): Don't clear obj_coff_keep_syms
1319 or obj_coff_keep_strings here.
1320 (coff_get_normalized_symtab): Free external syms directly.
1321 * xcofflink.c (xcoff_link_input_bfd): Restore obj_coff_keep_syms
1322 on error exit path.
1323
c35d018b
JW
13242020-01-27 Jim Wilson <jimw@sifive.com>
1325
1326 * cpu-riscv.c (riscv_scan): New.
1327 (N): Change bfd_default_scan to riscv_scan.
1328
086b06f3
AS
13292020-01-27 Andreas Schwab <schwab@suse.de>
1330
1331 * Makefile.am (ALL_MACHINES): Remove cpu-plugin.lo.
1332 (ALL_MACHINES_CFILES): Remove cpu-plugin.c.
1333 * Makefile.in: Regenerate.
1334 * cpu-plugin.c: Remove.
1335 * archures.c (enum bfd_architecture): Remove bfd_arch_plugin.
1336 (bfd_plugin_arch): Remove declaration.
1337 * bfd-in2.h: Regenerate.
1338 * po/SRC-POTFILES.in: Regenerate.
1339
3024a17a
AM
13402020-01-27 H.J. Lu <hongjiu.lu@intel.com>
1341 Alan Modra <amodra@gmail.com>
1342
1343 PR ld/25458
1344 * elflink.c (_bfd_elf_gc_mark_rsec): Mark all weak aliases.
1345
b5f998b2
JW
13462020-01-24 Jim Wilson <jimw@sifive.com>
1347
1348 * elfxx-riscv.c (riscv_get_prefix_class): Format s case like others.
1349 (riscv_parse_prefixed_ext): Fix s extension comment and reword to
1350 avoid over long line.
1351
caa31cfa
NC
13522020-01-24 Nick Clifton <nickc@redhat.com>
1353
1354 PR 25447
1355 * coffgen.c (_bfd_coff_close_and_cleanup): Do not clear the keep
1356 syms and keep strings flags as these may have been set in order to
1357 prevent a bogus call to free.
1358
24e648d4
NC
13592020-01-23 Nick Clifton <nickc@redhat.com>
1360
1361 * po/fr.po: Updated French translation.
1362
67641dd3
AM
13632020-01-23 Alan Modra <amodra@gmail.com>
1364
1365 PR 25444
1366 * elf.c (assign_file_positions_for_load_sections): Avoid divide
1367 by zero when p_align is zero.
1368
403d1bd9
JW
13692020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
1370
1371 * bfd/elfnn-riscv.c (riscv_skip_prefix): New.
1372 (riscv_prefix_cmp): Likewise.
1373 (riscv_non_std_ext_p): Deleted.
1374 (riscv_std_sv_ext_p): Likewise.
1375 (riscv_non_std_sv_ext_p): Likewise.
1376 (riscv_merge_non_std_and_sv_ext): Rename to...
1377 (riscv_merge_multi_letter_ext): and modified to use riscv_prefix_cmp.
1378 (riscv_merge_arch_attr_info): Replace 3 calls to
1379 riscv_merge_non_std_and_sv_ext with single call to
1380 riscv_merge_multi_letter_ext.
1381 * bfd/elfxx-riscv.c (riscv_parse_std_ext): Break if we
1382 encounter a 'z' prefix.
1383 (riscv_get_prefix_class): New function, return prefix class based
1384 on first few characters of input string.
1385 (riscv_parse_config): New structure to factor out minor differences
1386 in extension class parsing behaviour.
1387 (riscv_parse_sv_or_non_std_ext): Rename to...
1388 (riscv_parse_prefixed_ext): and parameterise with
1389 riscv_parse_config.
1390 (riscv_std_z_ext_strtab, riscv_std_s_ext_strtab): New.
1391 (riscv_multi_letter_ext_valid_p): New.
1392 (riscv_ext_x_valid_p, riscv_ext_z_valid_p, riscv_ext_s_valid_p): New.
1393 (riscv_parse_subset): Delegate all non-single-letter parsing work
1394 to riscv_parse_prefixed_ext.
1395 * bfd/elfxx-riscv.h (riscv_isa_ext_class): New type.
1396 (riscv_get_prefix_class): Declare.
1397
a804e476
AM
13982020-01-22 Alan Modra <amodra@gmail.com>
1399
1400 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_group.
1401 (ppc64_elf_archive_symbol_lookup): Extract __tls_get_addr_opt for
1402 __tls_get_addr_desc.
1403 (ppc64_elf_size_stubs): Add section for linker generated
1404 __tls_get_addr_desc wrapper function. Loop at least once if
1405 generating this function.
1406 (emit_tga_desc, emit_tga_desc_eh_frame): New functions.
1407 (ppc64_elf_build_stubs): Generate __tls_get_addr_desc.
1408
9e7028aa
AM
14092020-01-22 Alan Modra <amodra@gmail.com>
1410
1411 * elf64-ppc.h (struct ppc64_elf_params): Add no_tls_get_addr_regsave.
1412 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_desc and
1413 tga_desc_fd.
1414 (is_tls_get_addr): Match tga_desc and tga_desc_df too.
1415 (STDU_R1_0R1, ADDI_R1_R1): Define.
1416 (tls_get_addr_prologue, tls_get_addr_epilogue): New functions.
1417 (ppc64_elf_tls_setup): Set up tga_desc and tga_desc_fd. Indirect
1418 tga_desc_fd to opt_fd, and tga_desc to opt. Set
1419 no_tls_get_addr_regsave.
1420 (branch_reloc_hash_match): Add hash3 and hash4.
1421 (ppc64_elf_tls_optimize): Handle tga_desc_fd and tga_desc too.
1422 (ppc64_elf_size_dynamic_sections): Likewise.
1423 (ppc64_elf_relocate_section): Likewise.
1424 (plt_stub_size, build_plt_stub): Likewise. Size regsave
1425 __tls_get_addr stub.
1426 (build_tls_get_addr_stub): Build regsave __tls_get_addr stub and
1427 eh_frame.
1428 (ppc_size_one_stub): Handle tga_desc_fd and tga_desc too. Size
1429 eh_frame for regsave __tls_get_addr.
1430
abc489c6
AM
14312020-01-22 Alan Modra <amodra@gmail.com>
1432
1433 * elf64-ppc.c (ppc64_elf_size_stubs): Correct condition under
1434 which __tls_get_addr calls will be eliminated.
1435
26916852
NC
14362020-01-20 Nick Clifton <nickc@redhat.com>
1437
1438 * po/pt.po: Updates Portuguese translation.
1439 * po/ru.po: Updated Russian translation.
1440 * po/uk.po: Updated Ukranian translation.
1441
14470f07
L
14422020-01-20 H.J. Lu <hongjiu.lu@intel.com>
1443
1444 PR ld/25416
1445 * elf64-x86-64.c (elf_x86_64_check_tls_transition): Support
1446 "rex leal x@tlsdesc(%rip), %reg" and "call *x@tlsdesc(%eax)" in
1447 X32 mode.
1448 (elf_x86_64_relocate_section): In x32 mode, for GDesc -> LE
1449 transition, relax "rex leal x@tlsdesc(%rip), %reg" to
1450 "rex movl $x@tpoff, %reg", for GDesc -> IE transition, relax
1451 "rex leal x@tlsdesc(%rip), %reg" to
1452 "rex movl x@gottpoff(%rip), %eax". For both transitions, relax
1453 "call *(%eax)" to "nopl (%rax)".
1454
b9ca1af6
AM
14552020-01-20 Alan Modra <amodra@gmail.com>
1456
1457 * elf64-ppc.c (LD_R11_0R3, CMPDI_R11_0, STD_R11_0R1, LD_R11_0R1),
1458 (MTLR_R11): Don't define.
1459 (LD_R0_0R3, CMPDI_R0_0): Define.
1460 (build_tls_get_addr_stub): Don't use r11 in stub.
1461
ed7007c1
AM
14622020-01-20 Alan Modra <amodra@gmail.com>
1463
1464 * elf64-ppc.c (ppc_elf_hash_entry): New function, use throughout file.
1465 (defined_sym_val, is_tls_get_addr): Likewise.
1466
1b1bb2c6
NC
14672020-01-18 Nick Clifton <nickc@redhat.com>
1468
1469 * version.m4 (BFD_VERSION): Set to 2.34.50.
1470 * configure: Regenerate.
1471 * po/bfd.pot: Regenerate.
1472
ae774686
NC
14732020-01-18 Nick Clifton <nickc@redhat.com>
1474
1475 Binutils 2.34 branch created.
1476
07f1f3aa
CB
14772020-01-17 Christian Biesinger <cbiesinger@google.com>
1478
1479 * coff-arm.c: Fix spelling error (seperate).
1480 * elfxx-riscv.c (riscv_parse_sv_or_non_std_ext): Fix spelling
1481 error (seperate).
1482 * sysdep.h (strnlen): Fix spelling error (seperate).
1483
0d1cc75d
LB
14842020-01-15 Lars Brinkhoff <lars@nocrew.org>
1485
1486 PR 20694
1487 * pdp11.c (TARGET_PAGE_SIZE): Set to 8192.
1488
e1c6cf61
AM
14892020-01-15 Alan Modra <amodra@gmail.com>
1490
1491 PR 25384
1492 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Update comment.
1493 (ppc64_elf_adjust_dynamic_symbol): Don't allow .dynbss copies
1494 of function symbols unless dot symbols are present. Do warn
1495 whenever one is created, regardles of whether a PLT entry is
1496 also emitted for the function symbol.
1497
ef4e5ba5
AM
14982020-01-14 Alan Modra <amodra@gmail.com>
1499
1500 * som.c (som_bfd_count_ar_symbols): Error when file position
1501 of symbols on chains is not strictly increasing.
1502
8ab484c2
AM
15032020-01-14 Alan Modra <amodra@gmail.com>
1504
1505 * vms.h (VMS_DEBUG): Define as 0.
1506 * vms-alpha.c (image_write): Move debug output after bounds check.
1507 Tidy bounds check.
1508 (_bfd_vms_slurp_eihd): Warning fix.
1509 (_bfd_vms_slurp_etir): Init variables to avoid bogus warnings.
1510
b50ef514
AM
15112020-01-13 Alan Modra <amodra@gmail.com>
1512
1513 * vms-alpha.c (_bfd_vms_slurp_egsd): Ensure minimum size even
1514 for "ignored" records.
1515
0c0adcc5
AM
15162020-01-13 Alan Modra <amodra@gmail.com>
1517
1518 * wasm-module.c (wasm_scan_name_function_section): Formatting.
1519 Delete asect name check. Move asect NULL check to wasm_object_p.
1520 Correct bounds check of sizes against end. Replace uses of
1521 bfd_zalloc with bfd_alloc, zeroing only necessary bytes. Use
1522 just one bfd_release.
1523 (wasm_scan): Don't use malloc/strdup for section names,
1524 bfd_alloc instead. Simplify code prefixing section name.
1525 Formatting. Don't attempt to free memory here..
1526 (wasm_object_p): ..do so here.
1527
7f026732
SN
15282020-01-10 Szabolcs Nagy <szabolcs.nagy@arm.com>
1529
1530 PR ld/22269
1531 * elf32-arm.c (elf32_arm_final_link_relocate): Use
1532 UNDEFWEAK_NO_DYNAMIC_RELOC.
1533 (allocate_dynrelocs_for_symbol): Likewise.
1534
8cd0e5e9
TC
15352020-01-10 Tamar Christina <tamar.christina@arm.com>
1536
1537 PR 25210
1538 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Remove elfclass.
1539
71780f45
AM
15402020-01-10 Alan Modra <amodra@gmail.com>
1541
1542 * coff-alpha.c (alpha_ecoff_object_p): Calculate size in bfd_size_type.
1543
b899eb3b
NC
15442020-01-09 Nick Clifton <nickc@redhat.com>
1545
1546 PR 25221
1547 * bfd.c (bfd_convert_section_contents): Check for a compress
1548 header size that is larger than the actual section size.
1549
4c6ee646
AM
15502020-01-08 Alan Modra <amodra@gmail.com>
1551
1552 PR 25351
1553 * elflink.c (bfd_elf_final_link): Call _bfd_fix_excluded_sec_syms
1554 after removing sections.
1555
85f78364
JW
15562020-01-06 Jim Wilson <jimw@sifive.com>
1557
1558 PR 25205
1559 * elfnn-riscv.c (riscv_elf_relocate_section) <R_RISCV_CALL>: Add
1560 check for !bfd_link_pic (info).
1561 <R_RISCV_CALL_PLT>: Move next to R_RISCV_CALL.
1562 <R_RISCV_JAL>: Add comment.
1563 (_bfd_riscv_relax_section): For plt.offset check, add check for
1564 bfd_link_pic (info). Add comment.
1565
49078ece
AM
15662020-01-06 Alan Modra <amodra@gmail.com>
1567
1568 * format.c (bfd_check_format_matches): Ignore bfd_error on target
1569 match failures. Don't init to bfd_error_wrong_format before
1570 calling _bfd_check_format.
1571
ab356be7
AM
15722020-01-06 Alan Modra <amodra@gmail.com>
1573
1574 * vms-alpha.c (_bfd_vms_push, _bfd_vms_pop): Return pass/fail
1575 status rather than exiting on stack overflow or underflow.
1576 (_bfd_vms_slurp_etir): Adjust to suit.
1577
85d86817
AM
15782020-01-06 Alan Modra <amodra@gmail.com>
1579
1580 * som.c (som_bfd_fill_in_ar_symbols): Bounds check som_dict index.
1581
3e6aa775
AM
15822020-01-06 Alan Modra <amodra@gmail.com>
1583
1584 * mach-o.c (bfd_mach_o_read_dylinker): Don't read past end of
1585 command. Check name offset is within command.
1586 (bfd_mach_o_read_dylib, bfd_mach_o_read_prebound_dylib),
1587 (bfd_mach_o_read_prebind_cksum, bfd_mach_o_read_twolevel_hints),
1588 (bfd_mach_o_read_fvmlib, bfd_mach_o_read_dysymtab),
1589 (bfd_mach_o_read_symtab, bfd_mach_o_read_uuid),
1590 (bfd_mach_o_read_linkedit, bfd_mach_o_read_str),
1591 (bfd_mach_o_read_dyld_info, bfd_mach_o_read_version_min),
1592 (bfd_mach_o_read_encryption_info, bfd_mach_o_read_source_version),
1593 (bfd_mach_o_read_encryption_info_64, bfd_mach_o_read_main),
1594 (bfd_mach_o_read_note, bfd_mach_o_read_build_version),
1595 (bfd_mach_o_read_segment): Similarly.
1596 (bfd_mach_o_read_thread): Properly bound check thread struct.
1597 Don't repeat checks on second loop.
1598 (bfd_mach_o_read_command): Fail on invalid command length.
1599
ea933f17
AM
16002020-01-04 Alan Modra <amodra@gmail.com>
1601
1602 * format.c (bfd_check_format_matches): Add preserve_match.
1603 Save initial bfd state in "preserve", matched bfd state in
1604 "preserve_match". Save just the first match. Release
1605 bfd_alloc memory. Restore and finish preserved state as
1606 appropriate on all function exit paths.
1607
f24bdec4
AM
16082020-01-04 Alan Modra <amodra@gmail.com>
1609
1610 * mmo.c (mmo_mkobject): Allocate tdata with bfd_zalloc.
1611
991fb595
AM
16122020-01-04 Alan Modra <amodra@gmail.com>
1613
1614 * coffgen.c (coff_real_object_p): Free malloc'd memory on target
1615 match too.
1616
f2a3559d
NC
16172020-01-03 Nick Clifton <nickc@redhat.com>
1618
1619 PR 25307
1620 (bfd_pef_parse_function_stubs): Correct the test that ensures that
1621 there is enough data remaining in the code buffer before
1622 attempting to read a function stub.
1623
7a0fb7be
NC
16242020-01-03 Nick Clifton <nickc@redhat.com>
1625
1626 PR 25308
1627 * elf-properties.c (_bfd_elf_convert_gnu_properties): Check the
1628 return value from bfd_malloc.
1629 * elf32-arm.c (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
1630 (bfd_elf32_arm_stm32l4xx_fix_veneer_locations): Likewise.
1631 (elf32_arm_filter_cmse_symbols): Likewise.
1632 (elf32_arm_write_section): Likewise.
1633 * mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
1634 (bfd_mach_o_follow_dsym): Likewise.
1635 * pef.c (bfd_pef_print_loader_section): Likewise.
1636 (bfd_pef_scan_start_address): Likewise.
1637 (bfd_pef_parse_function_stubs): Likewise.
1638 (bfd_pef_parse_symbols): Likewise.
1639
b26a3d58
ST
16402020-01-03 Sergei Trofimovich <siarheit@google.com>
1641
1642 * elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): don't fail
1643 on binary inputs ld/PR25316.
1644 (is_ia64_elf): new helper to filter on ia64 objects.
1645
4bb7a87e
JB
16462020-01-03 Jan Beulich <jbeulich@suse.com>
1647
1648 * mach-o.c (cpusubtype, bfd_mach_o_header_p): Insert underscore
1649 in parameter names.
1650 (bfd_mach_o_scan): Insert underscore in two variable names.
1651
6655dba2
SB
16522020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1653
1654 * Makefile.am: Add z80-elf target support.
1655 * configure.ac: Likewise.
1656 * targets.c: Likewise.
1657 * Makefile.in: Regenerate.
1658 * configure: Regenerate.
1659 * config.bfd: Add z80-elf target support and new arches: ez80 and
1660 z180.
1661 * elf32-z80.c: New file.
1662 * archures.c: Add new z80 architectures: eZ80 and Z180.
1663 * coffcode.h: Likewise.
1664 * cpu-z80.c: Likewise.
1665 * coff-z80.c: Add new relocations for Z80 target and local label
1666 check.
1667 * reloc.c: Add new relocs.
1668 * bfd-in2.h: Regenerate.
1669 * libbfd.h: Regenerate.
1670
0db131fb
TC
16712020-01-02 Tamar Christina <tamar.christina@arm.com>
1672
1673 PR 25210
1674 PR 24753
1675 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Set ELF class.
1676
b14ce8bf
AM
16772020-01-01 Alan Modra <amodra@gmail.com>
1678
1679 Update year range in copyright notice of all files.
1680
0b114740 1681For older changes see ChangeLog-2019
3499769a 1682\f
0b114740 1683Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
1684
1685Copying and distribution of this file, with or without modification,
1686are permitted in any medium without royalty provided the copyright
1687notice and this notice are preserved.
1688
1689Local Variables:
1690mode: change-log
1691left-margin: 8
1692fill-column: 74
1693version-control: never
1694End: