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