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