]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
[gdb/testsuite] Fix gdb.mi/gdb2549.exp with check-read1
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
40b35c78
AM
12020-03-02 Alan Modra <amodra@gmail.com>
2
3 * cisco-core.c (cisco_core_file_p): Return bfd_cleanup.
4 * hpux-core.c (hpux_core_core_file_p): Update prototype.
5 * sco5-core.c (sco5_core_file_p): Return bfd_cleanup.
6 (core_sco5_vec): Correct initialisers.
7
601b73d5
AM
82020-03-02 Alan Modra <amodra@gmail.com>
9
10 * aix386-core.c (aix386_core_file_p): Return bfd_cleanup.
11 * aix5ppc-core.c (xcoff64_core_p): Likewise.
12 * cisco-core.c (cisco_core_file_validate): Likewise.
13 * hppabsd-core.c (hppabsd_core_core_file_p): Likewise.
14 * hpux-core.c (hpux_core_core_file_p): Likewise.
15 * irix-core.c (irix_core_core_file_p): Likewise.
16 * lynx-core.c (lynx_core_file_p): Likewise.
17 * netbsd-core.c (netbsd_core_file_p): Likewise.
18 * osf-core.c (osf_core_core_file_p): Likewise.
19 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
20 * sco5-core.c (sco5_core_file_p): Likewise.
21
728d32c4
L
222020-03-02 H.J. Lu <hongjiu.lu@intel.com>
23
24 * trad-core.c (trad_unix_core_file_p): Return bfd_cleanup.
25
cb001c0d
AM
262020-03-02 Alan Modra <amodra@gmail.com>
27
28 * targets.c (bfd_cleanup): New typedef.
29 (struct bfd <_bfd_check_format>): Return a bfd_cleanup.
30 * libbfd-in.h (_bfd_no_cleanup): Define.
31 * format.c (bfd_reinit): Add cleanup parameter, call it.
32 (bfd_check_format_matches): Set cleanup from _bfd_check_format
33 call and pass to bfd_reinit. Delete temp, use abfd->xvec instead.
34 * aout-target.h (callback, object_p): Return bfd_cleanup.
35 * aout-tic30.c (tic30_aout_callback, tic30_aout_object_p): Likewise.
36 * archive.c (bfd_generic_archive_p): Likewise.
37 * binary.c (binary_object_p): Likewise.
38 * coff-alpha.c (alpha_ecoff_object_p): Likewise.
39 * coff-ia64.c (ia64coff_object_p): Likewise.
40 * coff-rs6000.c (_bfd_xcoff_archive_p, rs6000coff_core_p): Likewise.
41 * coff-sh.c (coff_small_object_p): Likewise.
42 * coff-stgo32.c (go32_check_format): Likewise.
43 * coff64-rs6000.c (xcoff64_archive_p, rs6000coff_core_p),
44 (xcoff64_core_p): Likewise.
45 * coffgen.c (coff_real_object_p, coff_object_p): Likewise.
46 * elf-bfd.h (bfd_elf32_object_p, bfd_elf32_core_file_p),
47 (bfd_elf64_object_p, bfd_elf64_core_file_p): Likewise.
48 * elfcode.h (elf_object_p): Likewise.
49 * elfcore.h (elf_core_file_p): Likewise.
50 * i386msdos.c (msdos_object_p): Likewise.
51 * ihex.c (ihex_object_p): Likewise.
52 * libaout.h (some_aout_object_p): Likewise.
53 * libbfd-in.h (bfd_generic_archive_p, _bfd_dummy_target),
54 (_bfd_vms_lib_alpha_archive_p, _bfd_vms_lib_ia64_archive_p): Likewise.
55 * libbfd.c (_bfd_dummy_target): Likewise.
56 * libcoff-in.h (coff_object_p): Likewise.
57 * mach-o-aarch64.c (bfd_mach_o_arm64_object_p),
58 (bfd_mach_o_arm64_core_p): Likewise.
59 * mach-o-arm.c (bfd_mach_o_arm_object_p),
60 (bfd_mach_o_arm_core_p): Likewise.
61 * mach-o-i386.c (bfd_mach_o_i386_object_p),
62 (bfd_mach_o_i386_core_p): Likewise.
63 * mach-o-x86-64.c (bfd_mach_o_x86_64_object_p),
64 (bfd_mach_o_x86_64_core_p): Likewise.
65 * mach-o.c (bfd_mach_o_header_p, bfd_mach_o_gen_object_p),
66 (bfd_mach_o_gen_core_p, bfd_mach_o_fat_archive_p): Likewise.
67 * mach-o.h (bfd_mach_o_object_p, bfd_mach_o_core_p),
68 (bfd_mach_o_fat_archive_p, bfd_mach_o_header_p): Likewise.
69 * mmo.c (mmo_object_p): Likewise.
70 * pef.c (bfd_pef_object_p, bfd_pef_xlib_object_p): Likewise.
71 * peicode.h (coff_real_object_p, pe_ILF_object_p),
72 (pe_bfd_object_p): Likewise.
73 * plugin.c (ld_plugin_object_p, bfd_plugin_object_p): Likewise.
74 * ppcboot.c (ppcboot_object_p): Likewise.
75 * rs6000-core.c (rs6000coff_core_p): Likewise.
76 * som.c (som_object_setup, som_object_p): Likewise.
77 * srec.c (srec_object_p, symbolsrec_object_p): Likewise.
78 * tekhex.c (tekhex_object_p): Likewise.
79 * vms-alpha.c (alpha_vms_object_p): Likewise.
80 * vms-lib.c (_bfd_vms_lib_archive_p, _bfd_vms_lib_alpha_archive_p),
81 (_bfd_vms_lib_ia64_archive_p, _bfd_vms_lib_txt_archive_p): Likewise.
82 * wasm-module.c (wasm_object_p): Likewise.
83 * xsym.c (bfd_sym_object_p): Likewise.
84 * xsym.h (bfd_sym_object_p): Likewise.
85 * aoutx.h (some_aout_object_p): Likewise, and callback parameter
86 return type.
87 * pdp11.c (some_aout_object_p): Likewise.
88 * plugin.c (register_ld_plugin_object_p): Update object_p
89 parameter type.
90 * plugin.h (register_ld_plugin_object_p): Likewise.
91 * bfd-in2.h: Regenerate.
92 * libbfd.h: Regenerate.
93 * libcoff.h: Regenerate.
94
a4dd6c97
AM
952020-03-02 Alan Modra <amodra@gmail.com>
96
97 * coff-alpha.c (alpha_ecoff_le_vec): Add SEC_SMALL_DATA to
98 applicable section flags.
99 * coff-mips.c (mips_ecoff_le_vec, mips_ecoff_be_vec): Likewise.
100 (mips_ecoff_bele_vec): Likewise.
101 * coffcode.h (sec_to_styp_flags): Set SEC_SMALL_DATA for .sdata
102 and .sbss sections.
103 * ecoff.c (_bfd_ecoff_new_section_hook): Likewise.
104 (_bfd_ecoff_styp_to_sec_flags): Likewise.
105
bf577467
AM
1062020-03-02 Alan Modra <amodra@gmail.com>
107
108 * elf32-m32r.c (m32r_elf_section_flags): New function.
109 (elf_backend_section_flags): Define.
110 * elf32-nds32.c (nds32_elf_section_flags): New function.
111 (elf_backend_section_flags): Define.
112 * elf32-ppc.c (ppc_elf_section_from_shdr): Set SEC_SMALL_DATA for
113 .sbss and .sdata sections.
114 * elf32-v850.c (v850_elf_section_from_shdr): Set SEC_SMALL_DATA
115 for SHF_V850_GPREL sections.
116 * elf64-alpha.c (elf64_alpha_section_from_shdr): Delete outdated
117 FIXME.
118 * elf64-hppa.c (elf64_hppa_section_from_shdr): Set SEC_SMALL_DATA
119 for SHF_PARISC_SHORT sections.
120 * elf64-ppc.c (ppc64_elf_section_flags): New function.
121 (elf_backend_section_flags): Define.
122 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Set SEC_SMALL_DATA
123 for SHF_MIPS_GPREL sections. Delete FIXME.
124
8c803a2d
AM
1252020-03-02 Alan Modra <amodra@gmail.com>
126
127 * elf-bfd.h (elf_backend_section_flags): Remove flagword* param.
128 * elf.c (_bfd_elf_make_section_from_shdr): Set section flags before
129 calling elf_backend_section_flags with adjusted params. Use
130 newsect->flags past that point.
131 (_bfd_elf_new_section_hook): Always set sh_type and sh_flags for
132 special sections.
133 (_bfd_elf_init_private_section_data): Allow normal sh_type sections
134 to have their type overridden, and all sh_flags but processor and
135 os specific.
136 * elf32-arm.c (elf32_arm_section_flags): Adjust for changed params.
137 * elf32-mep.c (mep_elf_section_flags): Likewise.
138 * elf32-nios2.c (nios2_elf32_section_flags): Likewise.
139 * elf64-alpha.c (elf64_alpha_section_flags): Likewise.
140 * elf64-ia64-vms.c (elf64_ia64_section_flags): Likewise.
141 * elfnn-ia64.c (elfNN_ia64_section_flags): Likewise.
142 * elfnn-aarch64.c (elfNN_aarch64_size_stubs): Exclude the linker
143 stub BFD and non-aarch64 input files when scanning for stubs.
144
7d4b2d2d
AM
1452020-03-02 Alan Modra <amodra@gmail.com>
146
147 * coff-alpha.c (alpha_ecoff_get_elt_at_filepos): Provide an upper
148 limit to decompressed element size.
149
26f60d59
AM
1502020-03-02 Alan Modra <amodra@gmail.com>
151
152 * vms-lib.c (vms_traverse_index): Add recur_count param and
153 update calls. Fail on excessive recursion.
154
9cb56943
AM
1552020-03-02 Alan Modra <amodra@gmail.com>
156
157 * vms-alpha.c (vms_get_remaining_object_record): Use
158 bfd_realloc_or_free rather than bfd_realloc.
159 (add_symbol_entry, vector_grow1, alpha_vms_slurp_relocs): Likewise.
160 (dst_define_location, parse_module): Likewise, and check realloc
161 return status before using memory. Return status from function
162 adjusting all callers.
163
182ec670
AM
1642020-02-28 Alan Modra <amodra@gmail.com>
165
166 * vms-lib.c (_bfd_vms_lib_archive_p): Free memory on error paths.
167
1b088c82
AM
1682020-02-28 Alan Modra <amodra@gmail.com>
169
170 * vms-alpha.c (alpha_vms_object_p): Use _bfd_malloc_and_read.
171 Remove duplicate undersize check.
172
5f602802
AM
1732020-02-27 Alan Modra <amodra@gmail.com>
174
175 PR 24511
176 * mmo.c (mmo_scan): Set SEC_DATA for .data.
177
49d9fd42
AM
1782020-02-27 Alan Modra <amodra@gmail.com>
179
180 PR 24511
181 * syms.c (stt): Trim off all but 'e', 'i' and 'p' entries.
182 (coff_section_type): Adjust comment.
183 (decode_section_type): Likewise. Call coff_section_type before
184 decode_section_type.
185 (bfd_decode_symclass): Use 'c' for common sections other than
186 the standard one.
187
05f52dc2
AM
1882020-02-27 Alan Modra <amodra@gmail.com>
189
190 * coff-rs6000.c (_bfd_xcoff_read_ar_hdr): Put all data in one
191 malloc'd block.
192
ff69a894
AM
1932020-02-27 Alan Modra <amodra@gmail.com>
194
195 * bfd.c (bfd_stat_arch_elt): Use vector of containing archive,
196 if file is an archive element.
197 * bfd-in2.h: Regenerate.
198
02f7e7ee
AM
1992020-02-26 Alan Modra <amodra@gmail.com>
200
201 * archive.c (do_slurp_bsd_armap): Increase minimum parsed_size, and
202 bfd_set_error on failing test. Don't bother changing bfd_error on
203 file read error. Check symdef_count is multiple of BSD_SYMDEF_SIZE.
204 Check sym name is within string buffer. Use size_t for some vars.
205 (do_slurp_coff_armap): Use size_t for some variables, fix size of
206 int_buf. Don't change bfd_error on file read error. Use
207 _bfd_mul_overflow when calculating carsym buffer size. Reorder
208 calculations to catch overflows before they occur. malloc and
209 free raw armap rather than using bfd_alloc. Read raw armap before
210 allocating carsym+strings buffer.
211 (_bfd_slurp_extended_name_table): Localize variables. Check
212 name size against file size.
213
cc4c4f40
AM
2142020-02-26 Alan Modra <amodra@gmail.com>
215
216 * vms-lib.c (vms_lib_read_index): Release correct buffer.
217
e0b317de
AM
2182020-02-26 Alan Modra <amodra@gmail.com>
219
220 * elf32-rx.c (rx_elf_relocate_section): Use bfd_malloc rather than
221 malloc. Check for NULL return from bfd_malloc.
222 (rx_table_find, rx_table_map): Likewise.
223 (rx_set_section_contents): Check bfd_alloc return.
224 (rx_dump_symtab): Don't alloc internal_syms or external_syms.
225
dc1e8a47
AM
2262020-02-26 Alan Modra <amodra@gmail.com>
227
228 * aoutx.h: Indent labels correctly. Format error strings.
229 * archive.c: Likewise.
230 * archive64.c: Likewise.
231 * coff-arm.c: Likewise.
232 * coff-rs6000.c: Likewise.
233 * coff-stgo32.c: Likewise.
234 * cpu-arm.c: Likewise.
235 * dwarf2.c: Likewise.
236 * elf-ifunc.c: Likewise.
237 * elf-properties.c: Likewise.
238 * elf-s390-common.c: Likewise.
239 * elf-strtab.c: Likewise.
240 * elf.c: Likewise.
241 * elf32-arm.c: Likewise.
242 * elf32-bfin.c: Likewise.
243 * elf32-cr16.c: Likewise.
244 * elf32-csky.c: Likewise.
245 * elf32-i386.c: Likewise.
246 * elf32-m68k.c: Likewise.
247 * elf32-msp430.c: Likewise.
248 * elf32-nds32.c: Likewise.
249 * elf32-nios2.c: Likewise.
250 * elf32-pru.c: Likewise.
251 * elf32-xtensa.c: Likewise.
252 * elf64-ia64-vms.c: Likewise.
253 * elf64-x86-64.c: Likewise.
254 * elfcode.h: Likewise.
255 * elfcore.h: Likewise.
256 * elflink.c: Likewise.
257 * elfnn-aarch64.c: Likewise.
258 * elfnn-ia64.c: Likewise.
259 * elfnn-riscv.c: Likewise.
260 * elfxx-mips.c: Likewise.
261 * elfxx-sparc.c: Likewise.
262 * elfxx-x86.c: Likewise.
263 * i386lynx.c: Likewise.
264 * merge.c: Likewise.
265 * pdp11.c: Likewise.
266 * plugin.c: Likewise.
267 * reloc.c: Likewise.
268
e310298c
AM
2692020-02-26 Alan Modra <amodra@gmail.com>
270
271 PR 25593
272 * elf-bfd.h (struct elf_link_hash_table): Rename "loaded" to
273 "dyn_loaded".
274 (bfd_elf_add_dt_needed_tag): Declare.
275 * elf-strtab.c (_bfd_elf_strtab_restore): Handle NULL buf.
276 * elflink.c (bfd_elf_add_dt_needed_tag): Make global and rename
277 from elf_add_dt_needed_tag. Remove soname and doit param.
278 (elf_link_add_object_symbols): Don't use elf_add_dt_needed_tag
279 to see whether as-needed lib is already loaded, use dyn_loaded
280 list instead. When saving and restoring around as-needed lib
281 handle possibility that dynstr has not been initialised. Don't
282 add DT_NEEDED tags here. Limit dyn_loaded list to dynamic libs.
283 Mark libs loaded via DT_NEEDED entries of other libs with
284 DYN_NO_NEEDED if they should not be mentioned in DT_NEEDED of
285 the output.
286 (elf_link_check_versioned_symbol): Remove now unneccesary
287 DYNAMIC check when traversing dyn_loaded list.
288
b570b954
AM
2892020-02-26 Alan Modra <amodra@gmail.com>
290
291 * bfdio.c (bfd_get_file_size): Ignore bogus archive element sizes.
292
ecda9016
L
2932020-02-25 H.J. Lu <hongjiu.lu@intel.com>
294
295 PR binutils/25584
296 * plugin.c (need_lto_wrapper_p): New.
297 (bfd_plugin_set_program_name): Add an int argument to set
298 need_lto_wrapper_p.
299 (get_lto_wrapper): Return FALSE if need_lto_wrapper_p isn't
300 set.
301 * plugin.h (bfd_plugin_set_program_name): Add an int argument.
302
a98c743f
AM
3032020-02-24 Alan Modra <amodra@gmail.com>
304
305 * vms-lib.c (_bfd_vms_lib_archive_p): Correct overflow checks.
306
c893ce36
AM
3072020-02-24 Alan Modra <amodra@gmail.com>
308
309 * vms-lib.c (struct carsym_mem): Add limit.
310 (vms_add_index): Heed limit.
311 (vms_traverse_index): Catch buffer overflows. Remove outdated fixme.
312 (vms_lib_read_index): Set up limit. Catch 32-bit overflow.
313 Always return actual number read.
314 (_bfd_vms_lib_archive_p): Catch buffer overflows. Replace
315 assertion with error exit.
316
7b3c2715
AM
3172020-02-22 Alan Modra <amodra@gmail.com>
318
319 PR 25585
320 * elf.c (assign_file_positions_for_load_sections): Continue linking
321 on "PHDR segment not covered by LOAD segment" errors.
322
a4425a57
AM
3232020-02-21 Alan Modra <amodra@gmail.com>
324
325 * mach-o.c (bfd_mach_o_canonicalize_relocs): Fix ineffective
326 overflow check.
327 (bfd_mach_o_canonicalize_reloc): Likewise.
328 (bfd_mach_o_canonicalize_dynamic_reloc): Likewise. Sanity check
329 counts and offsets against file size.
330 (bfd_mach_o_build_dysymtab): Fix ineffective overflow check.
331 (bfd_mach_o_mangle_sections): Remove unnecessary overflow check.
332 (bfd_mach_o_read_symtab_symbols): Sanity check count and offset
333 against file size. Delete symbol table error message.
334 (bfd_mach_o_read_dysymtab): Sanity check counts and offsets
335 against file size.
336 (bfd_mach_o_read_symtab): Likewise.
337 (bfd_mach_o_read_command): Pass file size.
338 (bfd_mach_o_scan): Sanity check command count against file size.
339
dda2980f
AM
3402020-02-21 Alan Modra <amodra@gmail.com>
341
342 PR 25569
343 * aoutx.h (adjust_o_magic, adjust_z_magic, adjust_n_magic): Use
344 "text", "data" and "bss" section pointer vars. Don't update
345 section size, just exec header sizes.
346 (adjust_sizes_and_vmas): Don't update text section size. Set
347 initial exec header a_text. Print exec headers sizes.
348 * pdp11.c (adjust_o_magic, adjust_z_magic, adjust_n_magic),
349 (adjust_sizes_and_vmas): Similarly. Formatting.
350 (final_link): Correct final file extension.
351
00e49dff
NC
3522020-02-20 Nick Clifton <nickc@redhat.com>
353
354 * elf-bfd.h (struct elf_backend_data): Add symbol_section_index
355 callback.
356 * elfxx-target.h (elf_backend_symbol_section_index): Provide
357 default definition.
358 (elfNN_bed): Initialise the symbol_section_index field.
359 * elf.c (swap_out_syms): Call symbol_section_index, if defined, on
360 OS and PROC specific section indicies. Warn if converting other
361 reserved incidies to SHN_ABS.
362
fcaaac0a
SB
3632020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
364
365 PR 25537
366 * cpu-z80.c: Add machine type compatibility checking.
367
dcf06b89
L
3682020-02-19 H.J. Lu <hongjiu.lu@intel.com>
369
370 PR binutils/25355
371 * plugin.c (plugin_list_entry): Remove handle.
372 (try_load_plugin): Call dlclose before return.
373
2c7c5554
AM
3742020-02-19 Alan Modra <amodra@gmail.com>
375
376 * libbfd-in.h (_bfd_constant_p): Define.
377 (_bfd_alloc_and_read, _bfd_malloc_and_read): Check read size against
378 file size before allocating memory.
379 * coffgen.c (_bfd_coff_get_external_symbols): Remove file size check.
380 * elf.c (bfd_elf_get_str_section): Likewise.
381 (_bfd_elf_slurp_version_tables): Likewise.
382 * libbfd.h: Regenerate.
383
2bb3687b
AM
3842020-02-19 Alan Modra <amodra@gmail.com>
385
386 * libbfd-in.h (_bfd_alloc_and_read, _bfd_malloc_and_read): New.
387 * aoutx.h (aout_get_external_symbols): Replace calls to
388 bfd_[m]alloc and bfd_bread with call to _bfd_[m]alloc_and_read.
389 (slurp_reloc_table): Likewise.
390 * archive.c (do_slurp_bsd_armap): Likewise.
391 (do_slurp_coff_armap): Likewise.
392 * archive64.c (_bfd_archive_64_bit_slurp_armap): Likewise.
393 * coff-rs6000.c (_bfd_xcoff_slurp_armap): Likewise.
394 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
395 * coffcode.h (coff_set_arch_mach_hook, buy_and_read): Likewise.
396 * coffgen.c (coff_real_object_p, coff_object_p, build_debug_section),
397 (_bfd_coff_get_external_symbols): Likewise.
398 * ecoff.c (ecoff_slurp_symbolic_header),
399 (_bfd_ecoff_slurp_symbolic_info, ecoff_slurp_reloc_table),
400 (_bfd_ecoff_slurp_armap, ecoff_link_add_object_symbols, READ),
401 (ecoff_indirect_link_order): Likewise.
402 * elf.c (bfd_elf_get_str_section, setup_group, elf_read_notes),
403 (_bfd_elf_slurp_version_tables): Likewise.
404 * elf32-m32c.c (m32c_elf_relax_section): Likewise.
405 * elf32-rl78.c (rl78_elf_relax_section): Likewise.
406 * elf32-rx.c (elf32_rx_relax_section): Likewise.
407 * elf64-alpha.c (READ): Likewise.
408 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Likewise.
409 * elf64-sparc.c (elf64_sparc_slurp_one_reloc_table): Likewise.
410 * elfcode.h (elf_slurp_symbol_table),
411 (elf_slurp_reloc_table_from_section): Likewise.
412 * elflink.c (elf_link_add_object_symbols),
413 (elf_link_check_versioned_symbol): Likewise.
414 * elfxx-mips.c (READ): Likewise.
415 * i386lynx.c (slurp_reloc_table): Likewise.
416 * lynx-core.c (lynx_core_file_p): Likewise.
417 * mach-o.c (bfd_mach_o_canonicalize_relocs),
418 (bfd_mach_o_read_symtab_strtab, bfd_mach_o_alloc_and_read),
419 (bfd_mach_o_read_prebound_dylib, bfd_mach_o_read_dyld_content
420 * pdp11.c (aout_get_external_symbols, slurp_reloc_table
421 * pef.c (bfd_pef_print_loader_section, bfd_pef_scan_start_address),
422 (bfd_pef_parse_symbols): Likewise.
423 * peicode.h (pe_ILF_object_p, pe_bfd_object_p
424 * som.c (setup_sections, som_slurp_string_table),
425 (som_slurp_reloc_table, som_bfd_count_ar_symbols),
426 (som_bfd_fill_in_ar_symbols): Likewise.
427 * vms-alpha.c (module_find_nearest_line, evax_bfd_print_dst),
428 (evax_bfd_print_image): Likewise.
429 * vms-lib.c (_bfd_vms_lib_archive_p): Likewise.
430 * wasm-module.c (wasm_scan): Likewise.
431 * xcofflink.c (xcoff_link_add_symbols): Likewise.
432 * xsym.c (bfd_sym_read_name_table),
433 (bfd_sym_print_type_information_table_entry): Likewise.
434 * libbfd.h: Regenerate.
435
806470a2
AM
4362020-02-19 Alan Modra <amodra@gmail.com>
437
438 * aoutx.h (slurp_reloc_table): Allocate reloc_cache after
439 reading external relocs.
440 * ecoff.c (ecoff_slurp_reloc_table): Likewise.
441 * archive.c (_bfd_write_archive_contents): Don't twiddle bfd_error
442 after bfd_bread.
443 * archive64.c (_bfd_archive_64_bit_slurp_armap): Remove unnecessary
444 bfd_release.
445 * elf32-m32c.c (m32c_offset_for_reloc): Make shndx_buf a bfd_byte*.
446 (m32c_elf_relax_section): Likewise.
447 * elf32-rl78.c (rl78_offset_for_reloc): Likewise.
448 (rl78_elf_relax_section): Likewise.
449 * elf32-rx.c (rx_offset_for_reloc): Likewise.
450 (elf32_rx_relax_section): Likewise.
451 * mach-o.c (bfd_mach_o_alloc_and_read): Move earlier with better
452 parameter types and use..
453 (bfd_mach_o_read_dylinker, bfd_mach_o_read_dylib),
454 (bfd_mach_o_read_fvmlib, bfd_mach_o_read_str): ..in these functions.
455 * peicode.h (pe_bfd_object_p): Don't zero the part of opthdr
456 being read from file, just the extra.
457 * som.c (som_slurp_symbol_table): Allocate internal symbol buffer
458 after reading external syms. Free on failure.
459
1f4361a7
AM
4602020-02-19 Alan Modra <amodra@gmail.com>
461
462 * coffcode.h (buy_and_read, coff_slurp_line_table),
463 (coff_slurp_symbol_table, coff_slurp_reloc_table): Replace
464 bfd_[z][m]alloc2 calls with _bfd_mul_overflow followed by the
465 corresponding bfd_alloc call. Adjust variables to suit.
466 * coffgen.c (_bfd_coff_get_external_symbols): Likewise.
467 * ecoff.c (_bfd_ecoff_slurp_symbolic_info),
468 (_bfd_ecoff_slurp_symbol_table, READ): Likewise.
469 * elf.c (bfd_elf_get_elf_syms, setup_group, bfd_section_from_shdr),
470 (swap_out_syms, _bfd_elf_slurp_version_tables): Likewise.
471 * elf32-m32c.c (m32c_elf_relax_section): Likewise.
472 * elf32-rl78.c (rl78_elf_relax_section): Likewise.
473 * elf32-rx.c (elf32_rx_relax_section): Likewise.
474 * elf64-alpha.c (READ): Likewise.
475 * elfcode.h (elf_object_p, elf_write_relocs, elf_write_shdrs_and_ehdr),
476 (elf_slurp_symbol_table, elf_slurp_reloc_table),
477 (bfd_from_remote_memory): Likewise.
478 * elfcore.h (core_find_build_id): Likewise.
479 * elfxx-mips.c (READ): Likewise.
480 * mach-o.c (bfd_mach_o_mangle_sections),
481 (bfd_mach_o_read_symtab_symbols, bfd_mach_o_read_thread),
482 (bfd_mach_o_read_dysymtab, bfd_mach_o_flatten_sections),
483 (bfd_mach_o_scan, bfd_mach_o_fat_archive_p): Likewise.
484 * som.c (setup_sections, som_prep_for_fixups)
485 (som_build_and_write_symbol_table, som_slurp_symbol_table),
486 (som_slurp_reloc_table, som_bfd_count_ar_symbols),
487 (som_bfd_fill_in_ar_symbols, som_slurp_armap),
488 (som_bfd_ar_write_symbol_stuff): Likewise.
489 * vms-alpha.c (vector_grow1): Likewise.
490 * vms-lib.c (vms_add_index): Likewise.
491 * wasm-module.c (wasm_scan_name_function_section): Likewise.
492 * libbfd.c (bfd_malloc2, bfd_realloc2, bfd_zmalloc2): Delete.
493 * opncls.c (bfd_alloc2, bfd_zalloc2): Delete.
494 * libbfd-in.h (bfd_malloc2, bfd_realloc2, bfd_zmalloc2),
495 (bfd_alloc2, bfd_zalloc2): Delete.
496 (_bfd_mul_overflow): Define.
497 * libbfd.h: Regenerate.
498
446f7ed5
AM
4992020-02-19 Alan Modra <amodra@gmail.com>
500
501 * elf.c (bfd_section_from_shdr): Use bfd_zalloc rather than
502 bfd_zalloc2.
503 (assign_section_numbers): Likewise.
504 (elf_map_symbols): Likewise, and bfd_alloc rather than bfd_alloc2.
505 (_bfd_elf_map_sections_to_segments): Use bfd_malloc rather than
506 bfd_malloc2, size_t amt, and unsigned tls_count.
507 (rewrite_elf_program_header): Use bfd_malloc and size_t amt.
508 * elflink.c (elf_create_symbuf): Use bfd_malloc.
509 (elf_output_implib): Use bfd_alloc.
510
b03202e3
AM
5112020-02-19 Alan Modra <amodra@gmail.com>
512
513 * bfd.c (struct bfd): Move format and direction to other
514 bitfields. Add "size".
515 * bfdio.c (bfd_get_size): Cache size when not writing file.
516 * opncls.c (bfd_get_debug_link_info_1): Allow for bfd_get_size
517 returning zero, ie. unknown.
518 (bfd_get_alt_debug_link_info): Likewise.
519 * bfd-in2.h: Regenerate.
520
7c5fa58e
AM
5212020-02-19 Alan Modra <amodra@gmail.com>
522
523 * coffgen.c (_bfd_coff_get_external_symbols): Don't call
524 bfd_get_file_size twice.
525 (_bfd_coff_read_string_table): Allow for bfd_get_file_size
526 zero, ie. unknown, return.
527 * elf-attrs.c (_bfd_elf_parse_attributes): Likewise.
528 * elfcode.h (elf_swap_shdr_in): Likewise.
529 (elf_object_p): Don't call bfd_get_file_size twice and correct
530 file size check.
531
96d3b80f
AM
5322020-02-19 Alan Modra <amodra@gmail.com>
533
534 * mach-o.c (bfd_mach_o_flatten_sections): Return a bfd_boolean,
535 FALSE if memory alloc fails. Adjust calls.
536 * som.c (som_prep_for_fixups): Likewise.
537 * vms-alpha.c (alpha_vms_add_fixup_lp, alpha_vms_add_fixup_ca),
538 (alpha_vms_add_fixup_qr, alpha_vms_add_fixup_lr),
539 (alpha_vms_add_lw_reloc, alpha_vms_add_qw_reloc): Likewise.
540 * som.c (som_build_and_write_symbol_table): Return via error_return
541 on seek failure.
542 * vms-alpha.c (VEC_APPEND): Adjust for vector_grow1 changes.
543 (VEC_APPEND_EL): Delete.
544 (vector_grow1): Return pointer to element. Catch overflow.
545 Return NULL on memory allocation failure.
546 (alpha_vms_add_fixup_lp): Replace VEC_APPEND_EL with VEC_APPEND.
547 (alpha_vms_add_fixup_ca): Likewise.
548 (alpha_vms_link_add_object_symbols): Check VEC_APPEND result
549 before using.
550 * elf.c (bfd_section_from_shdr): Check bfd_zalloc2 result.
551
986f0783
AM
5522020-02-19 Alan Modra <amodra@gmail.com>
553
554 * aix386-core.c (aix386_core_file_p): Use size_t for "amt".
555 * aout-target.h (object_p): Likewise.
556 * aout-tic30.c (tic30_aout_object_p): Likewise.
557 * aoutx.h (some_aout_object_p, mkobject, make_empty_symbol),
558 (emit_stringtab, write_syms, link_hash_table_create),
559 (aout_link_write_other_symbol): Likewise.
560 * archive.c (_bfd_generic_mkarchive, bfd_generic_archive_p),
561 (bfd_ar_hdr_from_filesystem, _bfd_write_archive_contents),
562 (_bfd_compute_and_write_armap): Likewise.
563 * archures.c (bfd_arch_list): Likewise.
564 * bfd.c (bfd_record_phdr): Likewise.
565 * binary.c (binary_canonicalize_symtab): Likewise.
566 * cisco-core.c (cisco_core_file_validate): Likewise.
567 * coff-arm.c (coff_arm_link_hash_table_create, find_thumb_glue),
568 (find_arm_glue, record_arm_to_thumb_glue),
569 (record_thumb_to_arm_glue): Likewise.
570 * coff-ppc.c (ppc_coff_link_hash_table_create, record_toc),
571 (ppc_allocate_toc_section): Likewise.
572 * coff-rs6000.c (_bfd_xcoff_mkobject, _bfd_xcoff_archive_p): Likewise.
573 * coff-sh.c (sh_relax_section): Likewise.
574 * coff64-rs6000.c (xcoff64_archive_p): Likewise.
575 * coffcode.h (handle_COMDAT, coff_new_section_hook),
576 (coff_set_alignment_hook, coff_mkobject),
577 (coff_compute_section_file_positions): Likewise.
578 * coffgen.c (coff_make_empty_symbol, coff_bfd_make_debug_symbol),
579 (coff_find_nearest_line_with_names),
580 ( bfd_coff_set_symbol_class): Likewise.
581 * cofflink.c (_bfd_coff_link_hash_table_create),
582 (_bfd_coff_link_input_bfd): Likewise.
583 * dwarf1.c (alloc_dwarf1_unit, alloc_dwarf1_func): Likewise.
584 * dwarf2.c (read_abbrevs, read_attribute_value, add_line_info),
585 (build_line_info_table, sort_line_sequences),
586 (line_info_add_include_dir, line_info_add_file_name),
587 (decode_line_info, scan_unit_for_symbols, parse_comp_unit),
588 (place_sections, _bfd_dwarf2_slurp_debug_info): Likewise.
589 * ecoff.c (_bfd_ecoff_mkobject, _bfd_ecoff_make_empty_symbol),
590 (_bfd_ecoff_find_nearest_line),
591 (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
592 * ecofflink.c (bfd_ecoff_debug_init): Likewise.
593 * elf-hppa.h (_bfd_elf_hppa_gen_reloc_type): Likewise.
594 * elf-m10300.c (mn10300_elf_relax_section),
595 (elf32_mn10300_link_hash_table_create): Likewise.
596 * elf-strtab.c (_bfd_elf_strtab_init): Likewise.
597 * elf.c (make_mapping, copy_elf_program_header): Likewise.
598 * elf32-arm.c (elf32_arm_link_hash_table_create),
599 (elf32_arm_setup_section_lists, elf32_arm_check_relocs),
600 (elf32_arm_new_section_hook): Likewise.
601 * elf32-avr.c (elf_avr_new_section_hook),
602 (elf32_avr_link_hash_table_create, get_local_syms),
603 (elf32_avr_setup_section_lists): Likewise.
604 * elf32-bfin.c (bfinfdpic_elf_link_hash_table_create),
605 (bfin_link_hash_table_create): Likewise.
606 * elf32-cr16.c (elf32_cr16_link_hash_table_create): Likewise.
607 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
608 * elf32-csky.c (csky_elf_link_hash_table_create),
609 (csky_elf_check_relocs, elf32_csky_setup_section_lists): Likewise.
610 * elf32-frv.c (frvfdpic_elf_link_hash_table_create): Likewise.
611 * elf32-hppa.c (elf32_hppa_link_hash_table_create),
612 (elf32_hppa_setup_section_lists, get_local_syms): Likewise.
613 * elf32-i386.c (elf_i386_check_relocs): Likewise.
614 * elf32-lm32.c (lm32_elf_link_hash_table_create): Likewise.
615 * elf32-m32r.c (m32r_elf_link_hash_table_create),
616 (m32r_elf_check_relocs): Likewise.
617 * elf32-m68hc1x.c (m68hc11_elf_hash_table_create),
618 (elf32_m68hc11_setup_section_lists),
619 (elf32_m68hc11_size_stubs): Likewise.
620 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
621 * elf32-metag.c (elf_metag_link_hash_table_create),
622 (elf_metag_setup_section_lists): Likewise.
623 * elf32-microblaze.c (microblaze_elf_link_hash_table_create),
624 (microblaze_elf_check_relocs): Likewise.
625 * elf32-nds32.c (nds32_elf_link_hash_table_create),
626 (nds32_elf_check_relocs): Likewise.
627 * elf32-nios2.c (nios2_elf32_setup_section_lists),
628 (get_local_syms, nios2_elf32_check_relocs),
629 (nios2_elf32_link_hash_table_create): Likewise.
630 * elf32-or1k.c (or1k_elf_link_hash_table_create),
631 (or1k_elf_check_relocs): Likewise.
632 * elf32-ppc.c (ppc_elf_modify_segment_map, update_plt_info): Likewise.
633 * elf32-pru.c (pru_elf32_link_hash_table_create): Likewise.
634 * elf32-s390.c (elf_s390_link_hash_table_create),
635 (elf_s390_check_relocs): Likewise.
636 * elf32-score.c (score_elf_create_got_section),
637 (s3_elf32_score_new_section_hook),
638 (elf32_score_link_hash_table_create): Likewise.
639 * elf32-score7.c (score_elf_create_got_section),
640 (s7_elf32_score_new_section_hook): Likewise.
641 * elf32-sh.c (sh_elf_link_hash_table_create),
642 (sh_elf_check_relocs): Likewise.
643 * elf32-tic6x.c (elf32_tic6x_link_hash_table_create),
644 (elf32_tic6x_new_section_hook, elf32_tic6x_check_relocs): Likewise.
645 * elf32-tilepro.c (tilepro_elf_link_hash_table_create),
646 (tilepro_elf_check_relocs): Likewise.
647 * elf32-v850.c (remember_hi16s_reloc): Likewise.
648 * elf32-vax.c (elf_vax_link_hash_table_create): Likewise.
649 * elf32-xtensa.c (elf_xtensa_link_hash_table_create),
650 (elf_xtensa_new_section_hook): Likewise.
651 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create),
652 (get_got_entry, elf64_alpha_check_relocs): Likewise.
653 * elf64-hppa.c (elf64_hppa_hash_table_create): Likewise.
654 * elf64-ia64-vms.c (elf64_ia64_object_p): Likewise.
655 * elf64-mmix.c (mmix_elf_new_section_hook): Likewise.
656 * elf64-ppc.c (ppc64_elf_new_section_hook),
657 (ppc64_elf_link_hash_table_create, update_local_sym_info),
658 (update_plt_info, ppc64_elf_check_relocs): Likewise.
659 * elf64-s390.c (elf_s390_link_hash_table_create),
660 (elf_s390_check_relocs): Likewise.
661 * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise.
662 * elflink.c (bfd_elf_link_record_local_dynamic_symbol),
663 (_bfd_elf_link_find_version_dependencies, elf_link_add_object_symbols),
664 (elf_link_add_archive_symbols, compute_bucket_count),
665 (bfd_elf_size_dynsym_hash_dynstr, _bfd_elf_link_hash_table_create),
666 (bfd_elf_get_bfd_needed_list, elf_link_swap_symbols_out),
667 (bfd_elf_final_link): Likewise.
668 * elfnn-aarch64.c (elfNN_aarch64_link_hash_table_create),
669 (elfNN_aarch64_setup_section_lists, elfNN_aarch64_check_relocs),
670 (elfNN_aarch64_new_section_hook): Likewise.
671 * elfnn-ia64.c (elfNN_ia64_object_p): Likewise.
672 * elfnn-riscv.c (riscv_elf_link_hash_table_create),
673 (riscv_elf_check_relocs): Likewise.
674 * elfxx-mips.c (_bfd_mips_elf_new_section_hook),
675 (_bfd_mips_elf_add_symbol_hook, _bfd_mips_elf_check_relocs),
676 (_bfd_mips_elf_modify_segment_map, _bfd_mips_elf_set_section_contents),
677 (_bfd_mips_elf_link_hash_table_create): Likewise.
678 * elfxx-sparc.c (_bfd_sparc_elf_link_hash_table_create),
679 (_bfd_sparc_elf_check_relocs),
680 (_bfd_sparc_elf_new_section_hook): Likewise.
681 * elfxx-tilegx.c (tilegx_elf_link_hash_table_create),
682 (tilegx_elf_check_relocs): Likewise.
683 * elfxx-x86.c (_bfd_x86_elf_link_hash_table_create): Likewise.
684 * format.c (bfd_check_format_matches): Likewise.
685 * hash.c (_bfd_stringtab_init): Likewise.
686 * ihex.c (ihex_scan): Likewise.
687 * irix-core.c (irix_core_core_file_p): Likewise.
688 * linker.c (bfd_wrapped_link_hash_lookup),
689 (_bfd_generic_link_hash_table_create),
690 (_bfd_generic_reloc_link_order): Likewise.
691 * lynx-core.c (lynx_core_file_p): Likewise.
692 * netbsd-core.c (netbsd_core_file_p): Likewise.
693 * osf-core.c (osf_core_core_file_p): Likewise.
694 * pdp11.c (some_aout_object_p, mkobject, make_empty_symbol),
695 (link_hash_table_create, aout_link_write_other_symbol): Likewise.
696 * peXXigen.c (_bfd_XX_bfd_copy_private_section_data): Likewise.
697 * peicode.h (pe_mkobject): Likewise.
698 * ppcboot.c (ppcboot_mkobject, ppcboot_canonicalize_symtab): Likewise.
699 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
700 * sco5-core.c (read_uarea): Likewise.
701 * som.c (hppa_som_gen_reloc_type, som_object_p, som_prep_headers),
702 (som_write_fixups, som_write_space_strings, som_write_symbol_strings),
703 (som_finish_writing, som_canonicalize_symtab, som_new_section_hook),
704 (som_bfd_copy_private_section_data, bfd_som_set_section_attributes),
705 (bfd_som_attach_aux_hdr, som_write_armap): Likewise.
706 * srec.c (srec_scan): Likewise.
707 * syms.c (_bfd_generic_make_empty_symbol): Likewise.
708 * targets.c (bfd_target_list): Likewise.
709 * tekhex.c (first_phase, tekhex_sizeof_headers): Likewise.
710 * trad-core.c (trad_unix_core_file_p): Likewise.
711 * vms-alpha.c (vms_initialize, alpha_vms_bfd_link_hash_table_create),
712 (vms_new_section_hook): Likewise.
713 * wasm-module.c (wasm_make_empty_symbol): Likewise.
714 * xcofflink.c (xcoff_get_section_contents),
715 (_bfd_xcoff_bfd_link_hash_table_create, xcoff_set_import_path),
716 (xcoff_find_function, bfd_xcoff_link_record_set, xcoff_build_ldsym),
717 (bfd_xcoff_size_dynamic_sections, xcoff_link_input_bfd): Likewise.
718
2d0e1217
AM
7192020-02-19 Alan Modra <amodra@gmail.com>
720
721 * elfxx-riscv.c (riscv_multi_letter_ext_valid_p): Don't use C99.
722
99845b3b
L
7232020-02-13 H.J. Lu <hongjiu.lu@intel.com>
724
725 * plugin.c (try_load_plugin): Make plugin_list_iter an argument
726 and use it if it isn't NULL. Remove has_plugin_p argument. Add
727 a build_list_p argument. Don't search plugin_list. Short circuit
728 when building the plugin list.
729 (has_plugin): Renamed to has_plugin_list.
730 (bfd_plugin_set_plugin): Don't set has_plugin.
731 (bfd_plugin_specified_p): Check plugin_list instead.
732 (build_plugin_list): New function.
733 (load_plugin): Call build_plugin_list and use plugin_list.
734
22fe7df8
L
7352020-02-11 H.J. Lu <hongjiu.lu@intel.com>
736
737 PR binutils/25355
738 * plugin.c (try_claim): Always clean up for LTO wrapper.
739 (try_load_plugin): Treat each object as independent. Create a
740 copy for plugin name.
741
c675ec1e
NC
7422020-02-11 Nick Clifton <nickc@redhat.com>
743
744 * elf32-msp430.c (msp430_final_link_relocate): Always use longs
745 for addresses in print statements.
746 (msp430_elf_relax_delete_bytes): Likewise.
747 (msp430_elf_relax_add_words): Likewise.
748 (msp430_elf_relax_section): Likewise.
749
1d07a805
L
7502020-02-11 H.J. Lu <hongjiu.lu@intel.com>
751
752 * plugin.c (add_symbols): Clear plugin_data memory.
753
0aa99dcd
L
7542020-02-10 H.J. Lu <hongjiu.lu@intel.com>
755
756 PR binutils/25355
757 * configure.ac (HAVE_EXECUTABLE_SUFFIX): New AC_DEFINE.
758 (EXECUTABLE_SUFFIX): Likewise.
759 * config.in: Regenerated.
760 * configure: Likewise.
761 * plugin.c (bfd_plugin_close_and_cleanup): Removed.
762 (plugin_list_entry): Add all_symbols_read, cleanup_handler,
763 gcc, lto_wrapper, resolution_file, resolution_option, gcc_env,
764 real_bfd, real_nsyms, real_syms, lto_nsyms and lto_syms.
765 (get_lto_wrapper): New.
766 (setup_lto_wrapper_env): Likewise.
767 (current_plugin): Likewise.
768 (register_all_symbols_read): Likewise.
769 (register_cleanup): Likewise.
770 (get_symbols): Likewise.
771 (add_input_file): Likewise.
772 (bfd_plugin_close_and_cleanup): Likewise.
773 (claim_file): Removed.
774 (register_claim_file): Set current_plugin->claim_file.
775 (add_symbols): Make a copy of LTO symbols. Set lto_nsyms and
776 lto_syms in current_plugin.
777 (try_claim): Use current_plugin->claim_file. Call LTO plugin
778 all_symbols_read handler. Copy real symbols to plugin_data.
779 Call LTO plugin cleanup handler. Clean up for LTO wrapper.
780 (try_load_plugin): Don't reuse the previous plugin for LTO
781 wrapper. Set up GCC LTO wrapper if possible. Don't set
782 plugin_list_iter->claim_file.
783 (bfd_plugin_canonicalize_symtab): Use real LTO symbols if
784 possible.
785 * plugin.h (plugin_data_struct): Add real_bfd, real_nsyms and
786 real_syms.
787
ac4280da
JL
7882020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
789
790 * elf32-msp430.c (msp430_elf_relax_section): Before relaxing a branch,
791 check if previous instruction matches a conditional jump inserted
792 earlier. Invert conditional jump and delete branch in this case.
793
8d6cb116
JL
7942020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
795
796 * elf32-msp430.c (msp430_elf_relax_add_two_words): Rename to
797 msp430_elf_relax_add_words. Support insertion of either one or two
798 words.
799 (msp430_elf_relax_section): Catch opcode of 0x3c00 when relocation
800 needs to be grown. Handle insertion of branch instruction to replace
801 jump.
802
d60f5448
JL
8032020-02-10 Jozef Lawrynowicz <jozef.l@mittosystems.com>
804
805 * elf32-msp430.c (msp430_final_link_relocate): Add printf statements for
806 debugging relocations.
807 (msp430_elf_relax_delete_bytes): Likewise.
808 (msp430_elf_relax_add_two_words): Likewise.
809 (msp430_elf_relax_section): Likewise.
810
e1f85e11
AM
8112020-02-10 Alan Modra <amodra@gmail.com>
812
813 * archures.c: Wrap overlong z80 comments.
814 * bfd-in2.h: Regenerate.
815
9fc0b501
SB
8162020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
817
818 PR 25469
819 * archures.c: Add GBZ80 and Z80N machine values.
820 * reloc.c: Add BFD_RELOC_Z80_16_BE.
821 * coff-z80.c: Add support for new reloc.
822 * coffcode.h: Add support for new machine values.
823 * cpu-z80.c: Add support for new machine names.
824 * elf32-z80.c: Add support for new reloc.
825 * bfd-in2.h: Regenerate.
826 * libbfd.h: Regenerate.
827
9984857c
NC
8282020-02-07 Nick Clifton <nickc@redhat.com>
829
830 PR 23932
831 * elf.c (rewrite_elf_program_header): Do not complain if no
832 sections are mapped to a segment.
833
5242a0a0
L
8342020-02-06 H.J. Lu <hongjiu.lu@intel.com>
835
836 PR ld/25490
837 * elflink.c (_bfd_elf_gc_mark_extra_sections): Issue an error
838 for garbage collection on __patchable_function_entries section
839 without linked-to section.
840
b7d07216
L
8412020-02-06 H.J. Lu <hongjiu.lu@intel.com>
842
843 PR gas/25381
844 * bfd-in2.h: Regenerated.
845 * elflink.c (_bfd_elf_gc_mark_extra_sections): Call mark_hook
846 on section if gc_mark of any of its linked-to sections is set
847 and don't set gc_mark again.
848 * section.c (asection): Add linked_to_symbol_name to map_head
849 union.
850
b93a662b
MR
8512020-02-06 Maciej W. Rozycki <macro@wdc.com>
852
853 * elf32-v850.c (v850_elf_relax_section): Fix the index used for
854 reporting an unrecognized instruction with R_V850_LONGJUMP.
855
6df4c9c2
AM
8562020-02-05 Alan Modra <amodra@gmail.com>
857
858 * elf64-ppc.c (ppc_stub_plt_branch): Match comment with reality.
859
24872cb3
AM
8602020-02-04 Alan Modra <amodra@gmail.com>
861
862 * elf32-ppc.c (ppc_elf_relocate_section): After applying
863 R_PPC_VLE_ADDR20, goto copy_reloc.
864
ef4627fa
L
8652020-02-02 H.J. Lu <hongjiu.lu@intel.com>
866
867 * bfd-in2.h: Regenerated.
868 * section.c (SEC_ASSEMBLER_SECTION_ID): Fix a typo in comments.
869
a8c4d40b
L
8702020-02-02 H.J. Lu <hongjiu.lu@intel.com>
871
872 PR gas/25380
873 * bfd-in2.h: Regenerated.
874 * ecoff.c (bfd_debug_section): Add section_id.
875 * section.c (bfd_section): Add section_id.
876 (SEC_ASSEMBLER_SECTION_ID): New.
877 (BFD_FAKE_SECTION): Add section_id.
878
5a9212a1
NC
8792020-02-01 Nick Clifton <nickc@redhat.com>
880
881 * config.bfd: Move the c30-aout and tic30-aout targets onto the
882 obsolete list.
883
e7cbe0c4
SL
8842020-01-31 Sandra Loosemore <sandra@codesourcery.com>
885
886 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): DW_EH_PE_datarel
887 encodings are relative to the GOT on nios2, too.
888
72ebe8c5
AM
8892020-01-31 Alan Modra <amodra@gmail.com>
890
891 * Makefile.am (elf32-target.h, elf64-target.h): Don't use a temp
892 file. Use $< and $@ in rules.
893 (elf32-aarch64.c, elf64-aarch64.c): Likewise.
894 (elf32-ia64.c, elf64-ia64.c): Likewise.
895 (elf32-riscv.c, elf64-riscv.c): Likewise.
896 (peigen.c, pepigen.c, pex64igen.c): Likewise.
897 (elf32-aarch64.c, elf64-aarch64.c): Don't emit $srcdir on #line.
898 (elf32-riscv.c, elf64-riscv.c): Likewise, and use $(SED).
899 (elf32-ia64.c, elf64-ia64.c): Do emit #line.
900 (peigen.c, pepigen.c, pex64igen.c): Likewise.
901 * Makefile.in: Regenerate.
902
327301a4
AM
9032020-01-31 Alan Modra <amodra@gmail.com>
904
905 PR 4110
906 * elf.c (setup_group): Don't clear entire section contents,
907 just the padding after group flags. Release alloc'd memory
908 after a seek or read failure.
909
b5d36aaa
JT
9102020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
911
912 * peXXigen.c (pe_is_repro): New function.
913 (_bfd_XX_print_private_bfd_data_common): Note timestamp is
914 actually a build hash if PE_IMAGE_DEBUG_TYPE_REPRO is present.
915
1957ab10
JT
9162020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
917
918 * peXXigen.c (debug_type_names): Add names for new debug data type
919 values.
920
87b2920f
JT
9212020-01-16 Jon Turney <jon.turney@dronecode.org.uk>
922
923 * peXXigen.c (pe_print_debugdata): Fix the iteration variable for
924 inner loop. Fix a memory leak.
925
72913831
AM
9262020-01-30 Alan Modra <amodra@gmail.com>
927
928 * coffgen.c (coff_real_object_p): Don't clear obj_coff_keep_syms
929 or obj_coff_keep_strings here.
930 (coff_get_normalized_symtab): Free external syms directly.
931 * xcofflink.c (xcoff_link_input_bfd): Restore obj_coff_keep_syms
932 on error exit path.
933
c35d018b
JW
9342020-01-27 Jim Wilson <jimw@sifive.com>
935
936 * cpu-riscv.c (riscv_scan): New.
937 (N): Change bfd_default_scan to riscv_scan.
938
086b06f3
AS
9392020-01-27 Andreas Schwab <schwab@suse.de>
940
941 * Makefile.am (ALL_MACHINES): Remove cpu-plugin.lo.
942 (ALL_MACHINES_CFILES): Remove cpu-plugin.c.
943 * Makefile.in: Regenerate.
944 * cpu-plugin.c: Remove.
945 * archures.c (enum bfd_architecture): Remove bfd_arch_plugin.
946 (bfd_plugin_arch): Remove declaration.
947 * bfd-in2.h: Regenerate.
948 * po/SRC-POTFILES.in: Regenerate.
949
3024a17a
AM
9502020-01-27 H.J. Lu <hongjiu.lu@intel.com>
951 Alan Modra <amodra@gmail.com>
952
953 PR ld/25458
954 * elflink.c (_bfd_elf_gc_mark_rsec): Mark all weak aliases.
955
b5f998b2
JW
9562020-01-24 Jim Wilson <jimw@sifive.com>
957
958 * elfxx-riscv.c (riscv_get_prefix_class): Format s case like others.
959 (riscv_parse_prefixed_ext): Fix s extension comment and reword to
960 avoid over long line.
961
caa31cfa
NC
9622020-01-24 Nick Clifton <nickc@redhat.com>
963
964 PR 25447
965 * coffgen.c (_bfd_coff_close_and_cleanup): Do not clear the keep
966 syms and keep strings flags as these may have been set in order to
967 prevent a bogus call to free.
968
24e648d4
NC
9692020-01-23 Nick Clifton <nickc@redhat.com>
970
971 * po/fr.po: Updated French translation.
972
67641dd3
AM
9732020-01-23 Alan Modra <amodra@gmail.com>
974
975 PR 25444
976 * elf.c (assign_file_positions_for_load_sections): Avoid divide
977 by zero when p_align is zero.
978
403d1bd9
JW
9792020-01-22 Maxim Blinov <maxim.blinov@embecosm.com>
980
981 * bfd/elfnn-riscv.c (riscv_skip_prefix): New.
982 (riscv_prefix_cmp): Likewise.
983 (riscv_non_std_ext_p): Deleted.
984 (riscv_std_sv_ext_p): Likewise.
985 (riscv_non_std_sv_ext_p): Likewise.
986 (riscv_merge_non_std_and_sv_ext): Rename to...
987 (riscv_merge_multi_letter_ext): and modified to use riscv_prefix_cmp.
988 (riscv_merge_arch_attr_info): Replace 3 calls to
989 riscv_merge_non_std_and_sv_ext with single call to
990 riscv_merge_multi_letter_ext.
991 * bfd/elfxx-riscv.c (riscv_parse_std_ext): Break if we
992 encounter a 'z' prefix.
993 (riscv_get_prefix_class): New function, return prefix class based
994 on first few characters of input string.
995 (riscv_parse_config): New structure to factor out minor differences
996 in extension class parsing behaviour.
997 (riscv_parse_sv_or_non_std_ext): Rename to...
998 (riscv_parse_prefixed_ext): and parameterise with
999 riscv_parse_config.
1000 (riscv_std_z_ext_strtab, riscv_std_s_ext_strtab): New.
1001 (riscv_multi_letter_ext_valid_p): New.
1002 (riscv_ext_x_valid_p, riscv_ext_z_valid_p, riscv_ext_s_valid_p): New.
1003 (riscv_parse_subset): Delegate all non-single-letter parsing work
1004 to riscv_parse_prefixed_ext.
1005 * bfd/elfxx-riscv.h (riscv_isa_ext_class): New type.
1006 (riscv_get_prefix_class): Declare.
1007
a804e476
AM
10082020-01-22 Alan Modra <amodra@gmail.com>
1009
1010 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_group.
1011 (ppc64_elf_archive_symbol_lookup): Extract __tls_get_addr_opt for
1012 __tls_get_addr_desc.
1013 (ppc64_elf_size_stubs): Add section for linker generated
1014 __tls_get_addr_desc wrapper function. Loop at least once if
1015 generating this function.
1016 (emit_tga_desc, emit_tga_desc_eh_frame): New functions.
1017 (ppc64_elf_build_stubs): Generate __tls_get_addr_desc.
1018
9e7028aa
AM
10192020-01-22 Alan Modra <amodra@gmail.com>
1020
1021 * elf64-ppc.h (struct ppc64_elf_params): Add no_tls_get_addr_regsave.
1022 * elf64-ppc.c (struct ppc_link_hash_table): Add tga_desc and
1023 tga_desc_fd.
1024 (is_tls_get_addr): Match tga_desc and tga_desc_df too.
1025 (STDU_R1_0R1, ADDI_R1_R1): Define.
1026 (tls_get_addr_prologue, tls_get_addr_epilogue): New functions.
1027 (ppc64_elf_tls_setup): Set up tga_desc and tga_desc_fd. Indirect
1028 tga_desc_fd to opt_fd, and tga_desc to opt. Set
1029 no_tls_get_addr_regsave.
1030 (branch_reloc_hash_match): Add hash3 and hash4.
1031 (ppc64_elf_tls_optimize): Handle tga_desc_fd and tga_desc too.
1032 (ppc64_elf_size_dynamic_sections): Likewise.
1033 (ppc64_elf_relocate_section): Likewise.
1034 (plt_stub_size, build_plt_stub): Likewise. Size regsave
1035 __tls_get_addr stub.
1036 (build_tls_get_addr_stub): Build regsave __tls_get_addr stub and
1037 eh_frame.
1038 (ppc_size_one_stub): Handle tga_desc_fd and tga_desc too. Size
1039 eh_frame for regsave __tls_get_addr.
1040
abc489c6
AM
10412020-01-22 Alan Modra <amodra@gmail.com>
1042
1043 * elf64-ppc.c (ppc64_elf_size_stubs): Correct condition under
1044 which __tls_get_addr calls will be eliminated.
1045
26916852
NC
10462020-01-20 Nick Clifton <nickc@redhat.com>
1047
1048 * po/pt.po: Updates Portuguese translation.
1049 * po/ru.po: Updated Russian translation.
1050 * po/uk.po: Updated Ukranian translation.
1051
14470f07
L
10522020-01-20 H.J. Lu <hongjiu.lu@intel.com>
1053
1054 PR ld/25416
1055 * elf64-x86-64.c (elf_x86_64_check_tls_transition): Support
1056 "rex leal x@tlsdesc(%rip), %reg" and "call *x@tlsdesc(%eax)" in
1057 X32 mode.
1058 (elf_x86_64_relocate_section): In x32 mode, for GDesc -> LE
1059 transition, relax "rex leal x@tlsdesc(%rip), %reg" to
1060 "rex movl $x@tpoff, %reg", for GDesc -> IE transition, relax
1061 "rex leal x@tlsdesc(%rip), %reg" to
1062 "rex movl x@gottpoff(%rip), %eax". For both transitions, relax
1063 "call *(%eax)" to "nopl (%rax)".
1064
b9ca1af6
AM
10652020-01-20 Alan Modra <amodra@gmail.com>
1066
1067 * elf64-ppc.c (LD_R11_0R3, CMPDI_R11_0, STD_R11_0R1, LD_R11_0R1),
1068 (MTLR_R11): Don't define.
1069 (LD_R0_0R3, CMPDI_R0_0): Define.
1070 (build_tls_get_addr_stub): Don't use r11 in stub.
1071
ed7007c1
AM
10722020-01-20 Alan Modra <amodra@gmail.com>
1073
1074 * elf64-ppc.c (ppc_elf_hash_entry): New function, use throughout file.
1075 (defined_sym_val, is_tls_get_addr): Likewise.
1076
1b1bb2c6
NC
10772020-01-18 Nick Clifton <nickc@redhat.com>
1078
1079 * version.m4 (BFD_VERSION): Set to 2.34.50.
1080 * configure: Regenerate.
1081 * po/bfd.pot: Regenerate.
1082
ae774686
NC
10832020-01-18 Nick Clifton <nickc@redhat.com>
1084
1085 Binutils 2.34 branch created.
1086
07f1f3aa
CB
10872020-01-17 Christian Biesinger <cbiesinger@google.com>
1088
1089 * coff-arm.c: Fix spelling error (seperate).
1090 * elfxx-riscv.c (riscv_parse_sv_or_non_std_ext): Fix spelling
1091 error (seperate).
1092 * sysdep.h (strnlen): Fix spelling error (seperate).
1093
0d1cc75d
LB
10942020-01-15 Lars Brinkhoff <lars@nocrew.org>
1095
1096 PR 20694
1097 * pdp11.c (TARGET_PAGE_SIZE): Set to 8192.
1098
e1c6cf61
AM
10992020-01-15 Alan Modra <amodra@gmail.com>
1100
1101 PR 25384
1102 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Update comment.
1103 (ppc64_elf_adjust_dynamic_symbol): Don't allow .dynbss copies
1104 of function symbols unless dot symbols are present. Do warn
1105 whenever one is created, regardles of whether a PLT entry is
1106 also emitted for the function symbol.
1107
ef4e5ba5
AM
11082020-01-14 Alan Modra <amodra@gmail.com>
1109
1110 * som.c (som_bfd_count_ar_symbols): Error when file position
1111 of symbols on chains is not strictly increasing.
1112
8ab484c2
AM
11132020-01-14 Alan Modra <amodra@gmail.com>
1114
1115 * vms.h (VMS_DEBUG): Define as 0.
1116 * vms-alpha.c (image_write): Move debug output after bounds check.
1117 Tidy bounds check.
1118 (_bfd_vms_slurp_eihd): Warning fix.
1119 (_bfd_vms_slurp_etir): Init variables to avoid bogus warnings.
1120
b50ef514
AM
11212020-01-13 Alan Modra <amodra@gmail.com>
1122
1123 * vms-alpha.c (_bfd_vms_slurp_egsd): Ensure minimum size even
1124 for "ignored" records.
1125
0c0adcc5
AM
11262020-01-13 Alan Modra <amodra@gmail.com>
1127
1128 * wasm-module.c (wasm_scan_name_function_section): Formatting.
1129 Delete asect name check. Move asect NULL check to wasm_object_p.
1130 Correct bounds check of sizes against end. Replace uses of
1131 bfd_zalloc with bfd_alloc, zeroing only necessary bytes. Use
1132 just one bfd_release.
1133 (wasm_scan): Don't use malloc/strdup for section names,
1134 bfd_alloc instead. Simplify code prefixing section name.
1135 Formatting. Don't attempt to free memory here..
1136 (wasm_object_p): ..do so here.
1137
7f026732
SN
11382020-01-10 Szabolcs Nagy <szabolcs.nagy@arm.com>
1139
1140 PR ld/22269
1141 * elf32-arm.c (elf32_arm_final_link_relocate): Use
1142 UNDEFWEAK_NO_DYNAMIC_RELOC.
1143 (allocate_dynrelocs_for_symbol): Likewise.
1144
8cd0e5e9
TC
11452020-01-10 Tamar Christina <tamar.christina@arm.com>
1146
1147 PR 25210
1148 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Remove elfclass.
1149
71780f45
AM
11502020-01-10 Alan Modra <amodra@gmail.com>
1151
1152 * coff-alpha.c (alpha_ecoff_object_p): Calculate size in bfd_size_type.
1153
b899eb3b
NC
11542020-01-09 Nick Clifton <nickc@redhat.com>
1155
1156 PR 25221
1157 * bfd.c (bfd_convert_section_contents): Check for a compress
1158 header size that is larger than the actual section size.
1159
4c6ee646
AM
11602020-01-08 Alan Modra <amodra@gmail.com>
1161
1162 PR 25351
1163 * elflink.c (bfd_elf_final_link): Call _bfd_fix_excluded_sec_syms
1164 after removing sections.
1165
85f78364
JW
11662020-01-06 Jim Wilson <jimw@sifive.com>
1167
1168 PR 25205
1169 * elfnn-riscv.c (riscv_elf_relocate_section) <R_RISCV_CALL>: Add
1170 check for !bfd_link_pic (info).
1171 <R_RISCV_CALL_PLT>: Move next to R_RISCV_CALL.
1172 <R_RISCV_JAL>: Add comment.
1173 (_bfd_riscv_relax_section): For plt.offset check, add check for
1174 bfd_link_pic (info). Add comment.
1175
49078ece
AM
11762020-01-06 Alan Modra <amodra@gmail.com>
1177
1178 * format.c (bfd_check_format_matches): Ignore bfd_error on target
1179 match failures. Don't init to bfd_error_wrong_format before
1180 calling _bfd_check_format.
1181
ab356be7
AM
11822020-01-06 Alan Modra <amodra@gmail.com>
1183
1184 * vms-alpha.c (_bfd_vms_push, _bfd_vms_pop): Return pass/fail
1185 status rather than exiting on stack overflow or underflow.
1186 (_bfd_vms_slurp_etir): Adjust to suit.
1187
85d86817
AM
11882020-01-06 Alan Modra <amodra@gmail.com>
1189
1190 * som.c (som_bfd_fill_in_ar_symbols): Bounds check som_dict index.
1191
3e6aa775
AM
11922020-01-06 Alan Modra <amodra@gmail.com>
1193
1194 * mach-o.c (bfd_mach_o_read_dylinker): Don't read past end of
1195 command. Check name offset is within command.
1196 (bfd_mach_o_read_dylib, bfd_mach_o_read_prebound_dylib),
1197 (bfd_mach_o_read_prebind_cksum, bfd_mach_o_read_twolevel_hints),
1198 (bfd_mach_o_read_fvmlib, bfd_mach_o_read_dysymtab),
1199 (bfd_mach_o_read_symtab, bfd_mach_o_read_uuid),
1200 (bfd_mach_o_read_linkedit, bfd_mach_o_read_str),
1201 (bfd_mach_o_read_dyld_info, bfd_mach_o_read_version_min),
1202 (bfd_mach_o_read_encryption_info, bfd_mach_o_read_source_version),
1203 (bfd_mach_o_read_encryption_info_64, bfd_mach_o_read_main),
1204 (bfd_mach_o_read_note, bfd_mach_o_read_build_version),
1205 (bfd_mach_o_read_segment): Similarly.
1206 (bfd_mach_o_read_thread): Properly bound check thread struct.
1207 Don't repeat checks on second loop.
1208 (bfd_mach_o_read_command): Fail on invalid command length.
1209
ea933f17
AM
12102020-01-04 Alan Modra <amodra@gmail.com>
1211
1212 * format.c (bfd_check_format_matches): Add preserve_match.
1213 Save initial bfd state in "preserve", matched bfd state in
1214 "preserve_match". Save just the first match. Release
1215 bfd_alloc memory. Restore and finish preserved state as
1216 appropriate on all function exit paths.
1217
f24bdec4
AM
12182020-01-04 Alan Modra <amodra@gmail.com>
1219
1220 * mmo.c (mmo_mkobject): Allocate tdata with bfd_zalloc.
1221
991fb595
AM
12222020-01-04 Alan Modra <amodra@gmail.com>
1223
1224 * coffgen.c (coff_real_object_p): Free malloc'd memory on target
1225 match too.
1226
f2a3559d
NC
12272020-01-03 Nick Clifton <nickc@redhat.com>
1228
1229 PR 25307
1230 (bfd_pef_parse_function_stubs): Correct the test that ensures that
1231 there is enough data remaining in the code buffer before
1232 attempting to read a function stub.
1233
7a0fb7be
NC
12342020-01-03 Nick Clifton <nickc@redhat.com>
1235
1236 PR 25308
1237 * elf-properties.c (_bfd_elf_convert_gnu_properties): Check the
1238 return value from bfd_malloc.
1239 * elf32-arm.c (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
1240 (bfd_elf32_arm_stm32l4xx_fix_veneer_locations): Likewise.
1241 (elf32_arm_filter_cmse_symbols): Likewise.
1242 (elf32_arm_write_section): Likewise.
1243 * mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
1244 (bfd_mach_o_follow_dsym): Likewise.
1245 * pef.c (bfd_pef_print_loader_section): Likewise.
1246 (bfd_pef_scan_start_address): Likewise.
1247 (bfd_pef_parse_function_stubs): Likewise.
1248 (bfd_pef_parse_symbols): Likewise.
1249
b26a3d58
ST
12502020-01-03 Sergei Trofimovich <siarheit@google.com>
1251
1252 * elfnn-ia64.c (elfNN_ia64_merge_private_bfd_data): don't fail
1253 on binary inputs ld/PR25316.
1254 (is_ia64_elf): new helper to filter on ia64 objects.
1255
4bb7a87e
JB
12562020-01-03 Jan Beulich <jbeulich@suse.com>
1257
1258 * mach-o.c (cpusubtype, bfd_mach_o_header_p): Insert underscore
1259 in parameter names.
1260 (bfd_mach_o_scan): Insert underscore in two variable names.
1261
6655dba2
SB
12622020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1263
1264 * Makefile.am: Add z80-elf target support.
1265 * configure.ac: Likewise.
1266 * targets.c: Likewise.
1267 * Makefile.in: Regenerate.
1268 * configure: Regenerate.
1269 * config.bfd: Add z80-elf target support and new arches: ez80 and
1270 z180.
1271 * elf32-z80.c: New file.
1272 * archures.c: Add new z80 architectures: eZ80 and Z180.
1273 * coffcode.h: Likewise.
1274 * cpu-z80.c: Likewise.
1275 * coff-z80.c: Add new relocations for Z80 target and local label
1276 check.
1277 * reloc.c: Add new relocs.
1278 * bfd-in2.h: Regenerate.
1279 * libbfd.h: Regenerate.
1280
0db131fb
TC
12812020-01-02 Tamar Christina <tamar.christina@arm.com>
1282
1283 PR 25210
1284 PR 24753
1285 * elfnn-aarch64.c (_bfd_aarch64_create_stub_section): Set ELF class.
1286
b14ce8bf
AM
12872020-01-01 Alan Modra <amodra@gmail.com>
1288
1289 Update year range in copyright notice of all files.
1290
0b114740 1291For older changes see ChangeLog-2019
3499769a 1292\f
0b114740 1293Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
1294
1295Copying and distribution of this file, with or without modification,
1296are permitted in any medium without royalty provided the copyright
1297notice and this notice are preserved.
1298
1299Local Variables:
1300mode: change-log
1301left-margin: 8
1302fill-column: 74
1303version-control: never
1304End: