1 2023-10-06 Nick Clifton <nickc@redhat.com>
4 * elf64-alpha.c (elf64_alpha_check_relocs): Correct error message.
6 2023-10-05 Nick Clifton <nickc@redhat.com>
9 * elf.c (_bfd_elf_get_dynamic_symbols): Fix typo when checking to
10 see if the gnuchains array has been successfully created.
12 2023-10-02 Nick Clifton <nickc@redhat.com>
14 * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): Use
15 bfd_get_current_time when filing in the timestamp.
17 2023-09-29 Nick Clifton <nickc@redhat.com>
20 * elf.c (_bfd_elf_slurp_version_tables): Test that the verref
21 section header has been initialised before using it.
23 2023-09-28 Nick Clifton <nickc@redhat.com>
26 * elf-bfd.h (struct elf_obj_tdata): Add dt_strsz field.
27 * elf.c (_bfd_elf_get_dynamic_symbols): Add a NUL byte at the end
29 Initialise the dt_strsz field.
30 (_bfd_elf_slurp_version_tables): Only free the contents if they
32 Add checks before setting string pointers in the dt_strtab buffer.
34 2023-09-27 Nick Clifton <nickc@redhat.com>
37 * elfcode.h (elf_slurp_symbol_table): Compute the symcount for non
38 dynamic symbols in the same way as _bfd_elf_get_symtab_upper_bound.
40 2023-09-13 Jacob Navia <jacob@jacob.remcomp.fr>
42 * elf.c (_bfd_elf_init_reloc_shdr): Don't segfault on alloc fail.
44 2023-09-13 Alan Modra <amodra@gmail.com>
46 * elf-strtab.c (_bfd_elf_strtab_init): In the event of memory
47 allocation failure, make sure that the hash table is freed.
49 2023-08-30 Tom Tromey <tom@tromey.com>
52 * doc/webassembly.texi, doc/bfd.texi: Revert 8bb23cdb, adding
53 parameters back to @node.
55 2023-08-04 Nick Clifton <nickc@redhat.com>
58 * cache.c (bfd_cache_close_all): Extend description to note that
59 all files will be closed, even those that are not cacheable.
60 Add code to prevent a possible infinite loop.
62 2023-08-02 Tom Tromey <tromey@adacore.com>
64 * pei-x86_64.c (PEI_HEADERS): Do not define.
65 * pei-loongarch64.c (PEI_HEADERS): Do not define.
66 * pei-aarch64.c (PEI_HEADERS): Do not define.
67 * pe-x86_64.c (PEI_HEADERS): Do not define.
68 * pe-aarch64.c (PEI_HEADERS): Do not define.
69 * libpei.h (_LIBPEI_H): Add include guard.
70 * coff-x86_64.c (PEI_HEADERS): Do not check.
71 * coff-loongarch64.c (PEI_HEADERS): Do not check.
72 * coff-aarch64.c (PEI_HEADERS): Do not check.
74 2023-07-24 Johannes Schauer Marin Rodrigues <josch@debian.org>
76 * peXXigen.c (_bfd_XXi_only_swap_filehdr_out): If inserting a
77 timestamp, use the value held in the SOURCE_DATE_EPOCH environment
78 variable, if it is defined.
80 2023-07-24 Jose E. Marchesi <jose.marchesi@oracle.com>
82 * reloc.c: New reloc BFD_RELOC_BPF_DISPCALL32.
83 * elf64-bpf.c (bpf_reloc_type_lookup): Handle the new reloc.
84 * libbfd.h (bfd_reloc_code_real_names): Regenerate.
86 2023-07-09 Fangrui Song <maskray@google.com>
89 * section.c: Define SEC_ELF_LARGE.
90 * bfd-in2.h: Regenerate.
91 * elf64-x86-64.c (elf_x86_64_section_flags, elf_x86_64_fake_sections,
92 elf_x86_64_copy_private_section_data): New.
94 2023-07-03 Nick Clifton <nickc@redhat.com>
96 * version.m4: Update version number to 2.41.50.
97 * configure: Regenerate.
98 * bfd/po/bfd.pot: Regenerate.
100 2023-07-03 Nick Clifton <nickc@redhat.com>
104 2023-06-19 Nick Clifton <nickc@redhat.com>
107 * elf64-x86-64.c (elf_x86_64_relocate_section): Add more checks
108 for a valid relocation offset.
110 2023-06-07 Nick Clifton <nickc@redhat.com>
113 * elflink.c (elf_link_add_object_symbols): Add a message
114 indicating that alignment and size discrepancies between the
115 definition of common symbols and normal symbols are serious and
116 should be investigated.
118 2023-05-31 Tristan Gingold <tgingold@free.fr>
121 * coffcode.h (coff_write_object_contents): Handle base64 encoding
122 on PE. Also check for too large string table.
123 * coffgen.c (extract_long_section_name): New function extracted
125 (make_a_section_from_file): ... here. Add support for base64
127 (decode_base64): New function.
129 2023-05-17 Luca Bacci <luca.bacci@outlook.com>
132 * cofflink.c (_decoration_hash_newfunc): New function.
133 (_bfd_coff_link_hash_table_init): Call it.
134 * libcoff-in.h (struct coff_link_hash_table): Add decoration_hash
136 (struct decoration_hash_entry): Declare.
137 (_decoration_hash_newfunc): Prototype.
138 * libcoff.h: Regenerate.
140 2023-05-16 Oleg Tolmatcev <oleg.tolmatcev@gmail.com>
142 * libcoff-in.h (struct coff_tdata): Add section_by_index and
143 section_by_target_index hash tables.
144 * libcoff.h: Regenerate.
145 * coffcode.h (htab_hash_section_index): New function.
146 (htab_eq_section_index): New function.
147 (htab_hash_section_target_index): New function.
148 (htab_eq_section_target_index): New function.
149 (coff_mkobject_hool): Create the hash tables.
150 * peicode.h: Add the same new functions.
151 (pe_mkobject_hook): Create the hash tables.
152 * coff-x86_64.c (coff_amd64_rtype_to_howto): Use the new tables to
154 * coffgen.c (coff_section_from_bfd_index): Likewise.
155 (_bfd_coff_close_and_cleanup): Delete the hash tables.
157 2023-05-10 Luca Bonissi <gcc@scarsita.it>
160 * elf32-or1k.c (or1k_elf_relocate_section): Prescan for
161 R_OR1K_GOT_AHI16 relocs as they may occur after R_OR1K_GOT16
164 2023-05-05 Nick Clifton <nickc@redhat.com>
167 * elf32-arm.c (elf32_arm_gc_mark_extra_sections): If any debug
168 sections are marked then rerun the extra marking in order to pick
171 2023-05-03 Oleg Tolmatcev <oleg.tolmatcev@gmail.com>
173 * archive.c (_bfd_write_archive_contents): Use a larger buffer in
174 order to improve efficiency.
176 2023-05-03 Oleg Tolmatcev <oleg.tolmatcev@gmail.com>
178 * coffcode.h (coff_read_word_from_buffer): New function.
179 * coffcode.h (COFF_CHECKSUM_BUFFER_SIZE): New constant.
180 * coffcode.h (coff_compute_checksum): Improve speed by reducing
181 the number of seeks and reads used.
183 2023-04-24 Nick Clifton <nickc@redhat.com>
185 * po/la.po: New Georgian translation.
187 2023-04-17 Nick Clifton <nickc@redhat.com>
190 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Do not force the .rsrc
191 section to be writeable.
193 2023-03-30 Nick Clifton <nickc@redhat.com>
196 * elf.c (_bfd_elf_slurp_version_tables): Fail if no version
197 definitions are allocated.
199 2023-02-27 Felix Willgerodt <felix.willgerodt@intel.com>
201 * elf64-x86-64.c (elf_x86_64_grok_psinfo): Check for
202 elf_external_linux_prpsinfo32_ugid32.
204 2023-02-23 Fangrui Song <i@maskray.me>
206 * elfnn-riscv.c (struct riscv_elf_link_hash_table): Add params.
207 (riscv_elfNN_set_options): New.
208 (riscv_info_to_howto_rela): Check relax_gp.
209 (_bfd_riscv_relax_section): Likewise.
210 * elfxx-riscv.h (struct riscv_elf_params): New.
211 (riscv_elf32_set_options): New.
212 (riscv_elf64_set_options): New.
214 2023-02-23 Nick Clifton <nickc@redhat.com>
215 Alan Modra <amodra@gmail.com>
218 * dwarf2.c (comp_unit_contains_address): Renamed to ...
219 (comp_unit_may_contain_address): this, and added code to return
220 true if the CU's ranges have not yet been computed.
221 (_bfd_dwarf2_find_nearest_line_with_alt): Use the renamed
222 function, simplifying code in the process.
224 2023-02-21 Nick Clifton <nickc@redhat.com>
226 * opncls.c (bfd_fill_in_gnu_debuglink_section): Update
229 2023-02-17 Tom Tromey <tom@tromey.com>
231 * doc/doc.str (FUNCTION): Call func.
233 2023-02-17 Tom Tromey <tom@tromey.com>
235 * opncls.c: Hoist the SECTION comment.
237 2023-02-17 Tom Tromey <tom@tromey.com>
239 * opncls.c (bfd_get_debug_link_info_1, separate_debug_file_exists)
240 (separate_alt_debug_file_exists, find_separate_debug_file)
241 (get_build_id, get_build_id_name, check_build_id_file): Don't use
244 2023-02-17 Tom Tromey <tom@tromey.com>
246 * doc/doc.str (SYNOPSIS): Use collapse_whitespace.
247 * doc/chew.c (collapse_whitespace): New function.
248 (main): Register collapse_whitespace.
250 2023-02-07 Tom Tromey <tom@tromey.com>
252 * bfd.c, cache.c, compress.c, opncls.c: Remove RETURNS from
253 documentation comments.
254 * doc/doc.str, doc/proto.str (RETURNS): Remove.
256 2023-02-07 Tom Tromey <tom@tromey.com>
258 * syms.c (bfd_decode_symclass, bfd_is_undefined_symclass)
259 (bfd_symbol_info): Reorder documentation comment.
260 * doc/doc.str (synopsis_seen): New variable.
261 (SYNOPSIS): Set synopsis_seen. Emit @deftypefn.
262 (DESCRIPTION): Use synopsis_seen.
263 * doc/chew.c (catstrif): New function.
264 (main): Add catstrif intrinsic.
265 (compile): Recognize "variable" command.
267 2023-02-07 Tom Tromey <tom@tromey.com>
269 * doc/proto.str (external, internal, ifinternal, ENUMEQ, ENUMDOC):
271 * doc/chew.c (internalmode): Remove.
272 (add_intrinsic_variable): New function.
273 (main): Add internalmode as intrinsic.
274 (internal_mode): Remove global.
275 (maybecatstr): Update.
276 (free_words): Free variables.
278 2023-02-07 Tom Tromey <tom@tromey.com>
280 * doc/chew.c (pcu) <l>: Now intptr_t.
281 (internal_mode, istack, isp): Likewise.
282 (bang, atsign): Use intptr_t.
284 2023-02-07 Tom Tromey <tom@tromey.com>
286 * doc/proto.str (SYNOPSIS): Don't use paramstuff.
287 * doc/chew.c (paramstuff): Remove.
288 (main): Don't add paramstuff intrinsic.
290 2023-02-07 Tom Tromey <tom@tromey.com>
292 * doc/doc.str, doc/proto.str: Add copyright header.
294 2023-02-07 Tom Tromey <tom@tromey.com>
296 * doc/webassembly.texi (File layout): Remove second argument from
298 * doc/bfd.texi: Use single-argument @node everywhere.
300 2023-02-07 Tom Tromey <tom@tromey.com>
302 * Makefile.in: Rebuild.
303 * doc/local.mk (%D%/chew.stamp): Don't use H_CFLAGS.
305 2023-01-24 Nick Clifton <nickc@redhat.com>
308 * cofflink.c (_bfd_coff_generic_relocate_section): Add an
309 assertion that the output section is set for defined, global
312 2023-01-17 Xianmiao Qu <cooper.qu@linux.alibaba.com>
314 * elf32-csky.c (elf32_csky_merge_attributes): Don't save
315 and restore the ARCH attribute, it will actually clear
317 (csky_elf_merge_private_bfd_data): Store the machine flag
320 2023-01-13 Nick Clifton <nickc@redhat.com>
322 * po/ro.po: Updated Romainian translation.
324 2023-01-11 Nick Clifton <nickc@redhat.com>
327 * dwarf2.c (read_indexed_address): Fix check for an out of range
330 2023-01-06 Nick Clifton <nickc@redhat.com>
332 * po/ru.po: Updated Russian translation.
334 2023-01-03 Himal <himalr@proton.me>
337 * bfdio.c (_bfd_real_fopen): Do not add a prefix to the Windows'
340 2023-01-03 Nick Clifton <nickc@redhat.com>
342 * po/fr.po: Updated French trabslation.
343 * po/uk.po: Updated Ukrainian trabslation.
345 2022-12-31 Nick Clifton <nickc@redhat.com>
347 * 2.40 branch created.
349 2022-12-23 Nick Clifton <nickc@redhat.com>
352 * dwarf2.c (concat_filename): Fix check for a directory index off
353 the end of the directory table.
355 2022-12-21 Nick Clifton <nickc@redhat.com>
357 * po/ro.po: Updated Romanian translation.
359 2022-12-06 Nick Clifton <nickc@redhat.com>
362 * elf32-arm.c (cmse_scan): Check for NULL entries in the
364 (elf32_arm_gc_mark_extra_sections): Likewise.
366 2022-12-05 Nick Clifton <nickc@redhat.com>
369 * vms-alpha.c (parse_module): Fix potential out of bounds memory
372 2022-12-01 Nick Clifton <nickc@redhat.com>
375 * bfd.c (VerilogDataEndianness): New variable.
376 (verilog_write_record): Use VerilogDataEndianness, if set, to
377 choose the endianness of the output.
378 (verilog_write_section): Adjust the address by the data width.
380 2022-11-21 Nick Clifton <nickc@redhat.com>
383 * cpu-arm.c (scan): Accept machine names prefixed with "arm:".
384 * cpu-aarch64.c (scan): Accept machine names prefixed with "aarch64:".
386 2022-10-19 Nick Clifton <nickc@redhat.com>
389 * elf.c (_bfd_elf_slurp_version_tables): Fail if the sh_info field
390 of the section header is zero.
392 2022-09-09 Nick Clifton <nickc@redhat.com>
395 * elf.c (setup_group): Do not return false if there is no group
396 information available.
398 2022-09-02 Aaron Merey <amerey@redhat.com>
400 * aout-target.h (MY_find_nearest_line_with_alt): New macro.
401 * bfd-in2.h: Regenerate.
402 * bfd.c (bfd_find_nearest_line_with_alt): New macro.
403 * binary.c (binary_find_nearest_line_with_alt): New macro.
404 * coff-rs6000.c (_bfd_xcoff_find_nearest_line_with_alt): New macro.
405 (rs6000_xcoff64_vec): Add coff_find_nearest_line_with_alt.
406 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Calls
407 _bfd_dwarf2_find_nearest_line_with_alt.
408 (_bfd_dwarf2_find_nearest_line_with_alt): New function. Implements the
409 former _bfd_dwarf2_find_nearest_line. Adds parameter alt_filename.
410 Attempt to open alt_filename and use it as the .dwz file if not NULL.
411 * elf-bfd.h (_bfd_elf_find_nearest_line_with_alt): New declaration.
412 * elf.c (_bfd_elf_find_nearest_line): Calls
413 _bfd_elf_find_nearest_line_with_alt.
414 (_bfd_elf_find_nearest_line_with_alt): New function. Implements the
415 former _bfd_elf_find_nearest_line. Adds parameter alt_filename.
416 * elf32-mips.c (bfd_elf32_find_nearest_line_with_alt): New macro.
417 * elf64-mips.c (bfd_elf64_find_nearest_line_with_alt): New macro.
418 * elfn32-mips.c (bfd_elf32_find_nearest_line_with_alt): New macro.
419 * elfxx-mips.h (_bfd_mips_elf_find_nearest_line_with_alt): New macro.
420 * elfxx-target.h (bfd_elfNN_find_nearest_line_with_alt): New macro.
421 * i386mdos.c (msdos_find_nearest_line_with_alt): New macro.
422 * ihex.c (ihex_find_nearest_line_with_alt): New macro.
423 * libbfd-in.h (_bfd_nosymbols_find_nearest_line_with_alt): New
425 (_bfd_dwarf2_find_nearest_line_with_alt): New declaration.
426 * libbfd.h: Regenerate.
427 * libcoff-in.h (coff_find_nearest_line_with_alt): New macro.
428 * libcoff.h: Regenerate.
429 * libecoff.h (_bfd_ecoff_find_nearest_line_with_alt): New macro.
430 * mach-o.h (bfd_mach_o_find_nearest_line_with_alt): New macro.
431 * mmo.c (mmo_find_nearest_line_with_alt): New macro.
432 * pef.c (bfd_pef_find_nearest_line_with_alt): New macro.
433 * plugin.c (bfd_plugin_find_nearest_line_with_alt): New macro.
434 * ppcboot.c (ppcboot_find_nearest_line_with_alt): New macro.
435 * som.h (som_find_nearest_line_with_alt): New macro.
436 * srec.c (srec_find_nearest_line_with_alt): New macro.
437 * syms.c (_bfd_nosymbols_find_nearest_line_with_alt): New function.
438 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Add symbol for
439 NAME##_find_nearest_line_with_alt.
440 (_bfd_find_nearest_line_with_alt): Add declaration.
441 * tekhex.c (tekhex_find_nearest_line_with_alt): New macro.
442 * verilog.c (verilog_find_nearest_line_with_alt): New macro.
443 * vms-alpha.c (_bfd_vms_find_nearest_line_with_alt): New macro.
444 * wasm-module.c (wasm_find_nearest_line_with_alt): New macro.
445 * xsym.c (bfd_sym_find_nearest_line_with_alt): New macro.
447 2022-09-02 Frederic Cambus <fred@statdns.com>
449 * config.bfd (arm-*-openbsd*): Restore target.
451 2022-08-30 Nick Clifton <nickc@redhat.com>
454 * dwarf2.c (struct line_info_table): Add new field:
456 (concat_filename): Use new field to help select the correct table
458 (read_formatted_entries): Do not skip entry 0.
459 (decode_line_info): Set new field depending upon the version of
460 DWARF being parsed. Initialise filename based upon the setting of
463 2022-08-22 Frederic Cambus <fred@statdns.com>
465 * config.bfd (aarch64-*-openbsd*): Add target.
467 2022-08-03 Nick Clifton <nickc@redhat.com>
470 * bfd.c (BFD_CLOSED_BY_CACHE): New bfd flag.
471 * cache.c (bfd_cache_delete): Set BFD_CLOSED_BY_DELETE on the
473 (bfd_cache_lookup_worker): Clear BFD_CLOSED_BY_DELETE on the newly
475 * opncls.c (bfd_set_filename): Refuse to change the name of a bfd
476 that has been closed by bfd_cache_delete. Mark changed bfds as
478 * bfd-in2.h: Regenerate.
480 2022-07-29 Nick Clifton <nickc@redhat.com>
483 * dwarf2.c (read_attribute_value): Handle DW_FORM_rnglistx and
486 2022-07-26 Nick Clifton <nickc@redhat.com>
488 * elfnn-loongarch.c (loongarch_elf_relocate_section): Fix
491 2022-07-08 Nick Clifton <nickc@redhat.com>
493 * 2.39 branch created.
495 2022-05-19 Yvan Roux <yvan.roux@foss.st.com>
498 * bfdio.c (_bfd_real_fopen): Delete ccs string.
500 2022-04-27 John Baldwin <jhb@FreeBSD.org>
502 * elf.c (elfcore_grok_freebsd_note): Handle NT_ARM_TLS notes.
504 2022-04-25 Nick Clifton <nickc@redhat.com>
507 * elflink.c (bfd_elf_size_dynamic_sections): Display a note to the
508 user that the current ehaviour of creating an executable stack
509 because of a missing .note.GNU-stack section is deprecated and
510 will be changed in a future release.
512 2022-04-20 Clément Chigot <clement.chigot@atos.net>
514 * coff-rs6000.c (xcoff_reloc_type_noop): Add info argument.
515 (xcoff_reloc_type_fail): Likewise.
516 (xcoff_reloc_type_pos): Likewise.
517 (xcoff_reloc_type_neg): Likewise.
518 (xcoff_reloc_type_rel): Likewise.
519 (xcoff_reloc_type_toc): Likewise.
520 (xcoff_reloc_type_ba): Likewise.
521 (xcoff_reloc_type_crel): Likewise.
522 (xcoff_reloc_type_tls): Likewise.
523 (xcoff_reloc_type_br): Add stub handler.
524 (xcoff_ppc_relocate_section): Add info to
525 xcoff_calculate_relocation.
526 (xcoff_stub_indirect_call_code): New constant.
527 (xcoff_stub_shared_call_code): Likewise.
528 (bfd_xcoff_backend_data): Add stub code fields.
529 (bfd_pmac_xcoff_backend_data): Likewise.
530 * coff64-rs6000.c (xcoff64_reloc_type_br): Add stub handler.
531 (xcoff64_ppc_relocate_section): Add info to
532 xcoff64_calculate_relocation.
533 (xcoff64_stub_indirect_call_code): New constant.
534 (xcoff64_stub_shared_call_code): Likewise.
535 (bfd_xcoff_backend_data): Add stub code fields.
536 (bfd_xcoff_aix5_backend_data): Likewise.
537 * libxcoff.h (struct xcoff_backend_data_rec): Add stub fields.
538 (bfd_xcoff_stub_indirect_call_code): New define.
539 (bfd_xcoff_stub_indirect_call_size): New define.
540 (bfd_xcoff_stub_shared_call_code): New define.
541 (bfd_xcoff_stub_shared_call_size): New define.
542 (xcoff_reloc_function): Add info argument.
543 (enum xcoff_stub_type): New enum.
544 (struct xcoff_stub_hash_entry): New structure.
545 * xcofflink.c (struct xcoff_link_hash_table): Add stub hash
546 table and params fields.
547 (xcoff_stub_hash_entry): New define.
548 (xcoff_stub_hash_lookup): New define.
549 (stub_hash_newfunc): New function.
550 (_bfd_xcoff_bfd_link_hash_table_free): Free the new stub hash
552 (_bfd_xcoff_bfd_link_hash_table_create): Create the new stub
554 (xcoff_link_add_symbols): Save rawsize for XTY_SD.
555 (bfd_xcoff_link_init): New function.
556 (xcoff_stub_csect_name): New function.
557 (xcoff_stub_get_csect_in_range): New function.
558 (xcoff_stub_name): New function.
559 (bfd_xcoff_get_stub_entry): New function.
560 (bfd_xcoff_type_of_stub): New function.
561 (xcoff_add_stub): New function.
562 (xcoff_build_one_stub): New function.
563 (bfd_xcoff_size_stubs): New function.
564 (bfd_xcoff_build_stubs): New function.
565 (xcoff_stub_create_relocations): New function.
566 (xcoff_link_input_bfd): Adapt relocations to stub.
567 (xcoff_write_global_symbol): Adapt to new TOC entries generated
569 (_bfd_xcoff_bfd_final_link): Handle stub file.
570 * xcofflink.h (struct bfd_xcoff_link_params): New structure.
572 2022-04-20 Clément Chigot <clement.chigot@atos.net>
574 * coff-rs6000.c (_bfd_xcoff_put_ldsymbol_name): Write len in
575 ldinfo->strings instead of directly in the output_bfd.
576 * coff64-rs6000.c (_bfd_xcoff64_put_ldsymbol_name): Likewise.
577 * xcofflink.c (struct xcoff_link_hash_table): Remove ldrel_count
578 field. Add ldinfo field.
579 (xcoff_mark_symbol): Adjust to new ldinfo field.
580 (xcoff_mark): Likewise.
581 (bfd_xcoff_link_count_reloc): Likewise.
582 (xcoff_build_loader_section): Split into two functions: one that
583 build the loader section (this function) and one that only size
585 (xcoff_size_loader_section): ... (this function).
586 (bfd_xcoff_size_dynamic_sections): Adapt to new ldinfo field.
587 Move the part where the dynamic sections are build to ...
588 (bfd_xcoff_build_dynamic_sections): ... this function.
589 * xcofflink.h: Add bfd_xcoff_build_dynamic_sections prototype.
591 2022-04-13 Alexander von Gluck IV <kallisti5@unixzen.com>
593 * config.bfd (x86-haiku): Add i386_pei_vec as a selectable format.
595 2022-04-08 Nick Clifton <nickc@redhat.com>
598 * coffgen.c (coff_find_nearest_line_with_names): Fix typo
599 retrieving saved bias.
601 2022-04-07 Mark Harmstone <mark@harmstone.com>
603 * coff-i386.c (in_reloc_p): Add R_SECTION.
604 (howto_table): Add R_SECTION.
605 (coff_pe_i386_relocation_section): Add support for R_SECTION.
606 (coff_i386_reloc_type_lookup): Add support for
607 BFD_RELOC_16_SECCIDX.
608 * coff-x86_64.c (in_reloc_p): Add R_SECTION.
609 (howto_table): Add R_SECTION.
610 (coff_pe_amd64_relocation_section): Add support for R_SECTION.
611 (coff_amd64_reloc_type_lookup): Add support for
612 BFD_RELOC_16_SECCIDX.
613 * reloc.c: Add BFD_RELOC_16_SECIDX.
614 * bfd-in2.h: Regenerate.
615 * libbfd.h: Regenerate.
617 2022-04-01 John Baldwin <jhb@FreeBSD.org>
619 * elf-bfd.h (elfcore_write_x86_segbases): New.
620 * elf.c (elfcore_grok_freebsd_note): Add pseudosections for
621 NT_FREEBSD_X86_SEGBASES register notes.
622 (elfcore_write_x86_segbases): New.
623 (elfcore_write_register_note): Write NT_FREEBSD_X86_SEGBASES
626 2022-04-01 John Baldwin <jhb@FreeBSD.org>
628 * elf.c (elfcore_grok_freebsd_note): Remove checks for namesz.
630 2022-03-22 Steiner H Gunderson <steinar+sourceware@gunderson.no>
632 * dwarf2.c (_bfd_dwarf2_find_nearest_line): if a function name is
633 found, but no line number info, then return a result of 2.
635 2022-03-21 Steiner H Gunderson <steinar+sourceware@gunderson.no>
638 * dwarf2.c (scan_unit_for_symbols): When performing second pass,
639 check to see if the function or variable being processed is the
640 same as the previous one.
642 2022-03-18 Viorel Preoteasa <viorel.preoteasa@gmail.com>
645 * elf32-arm.c (THM_MAX_FWD_BRANCH_OFFSET): Fix definition.
646 (THM2_MAX_FWD_BRANCH_OFFSET): Likewise.
648 2022-03-16 Simon Marchi <simon.marchi@efficios.com>
650 * Makefile.am (ALL_MACHINES, ALL_MACHINES_CFILES):
652 (BFD64_BACKENDS): Add elf64-amdgcn.lo.
653 (BFD64_BACKENDS_CFILES): Add elf64-amdgcn.c.
654 * Makefile.in: Re-generate.
656 * elf64-amdgcn.c: New.
657 * archures.c (bfd_architecture): Add bfd_arch_amdgcn and related
659 (bfd_amdgcn_arch): New.
660 (bfd_archures_list): Add bfd_amdgcn_arch.
661 * bfd-in2.h: Re-generate.
662 * config.bfd: Handle amdgcn* target.
663 * configure.ac: Handle amdgcn_elf64_le_vec.
664 * configure: Re-generate.
665 * elf-bfd.h (elf_target_id): Add AMDGCN_ELF_DATA.
666 * targets.c (amdgcn_elf64_le_vec): New.
667 (_bfd_target_vector): Add amdgcn_elf64_le_vec.
669 2022-03-01 Torbjörn Svensson <torbjorn.svensson@st.com>
670 Fred Eisele <fredrick.eisele@gmail.com>
673 * bfdio.c (_bfd_real_fopen): Fix typo.
675 2022-03-01 Nick Clifton <nickc@redhat.com>
678 * elf32-arm.c (elf32_arm_merge_eabi_attributes): If the first
679 input bfd has a Tag_ABI_HardFP_use set to 3 but does not also have
680 TAG_FP_arch set then reset the TAG_ABI_HardFP_use.
682 2022-02-28 Torbjörn Svensson <torbjorn.svensson@st.com>
683 Fred Eisele <fredrick.eisele@gmail.com>
686 * bfdio.c (_bfd_real_fopen): Fix handling of paths longer than 260
687 characters on Windows hosts.
689 2022-02-28 Nick Clifton <nickc@redhat.com>
692 * config.bfd: Update error message for obsolete configurations.
694 2022-02-17 Nick Clifton <nickc@redhat.com>
696 * po/sr.po: Updated Serbian translation.
698 2022-02-16 Fangrui Song <maskray@google.com>
699 Nick Clifton <nickc@redhat.com>
702 * bfd-in2.h (struct bfd_section): Add type.
703 (discarded_section): Add field.
704 * elf.c (elf_fake_sections): Handle bfd_section::type.
705 * section.c (BFD_FAKE_SECTION): Add field.
706 * mri.c (mri_draw_tree): Update function call.
708 2022-02-11 Michael Forney <mforney@mforney.org>
710 * bfd.c (bfd_set_gp_value): Remove return with expression
713 2022-02-09 Nick Clifton <nickc@redhat.com>
715 * config.bfd: Move pending obsolesence targets into the definitely
718 2022-02-02 Nick Clifton <nickc@redhat.com>
721 * dwarf2.c (read_section): Change the heuristic that checks for
722 overlarge dwarf debug info sections.
724 2022-02-02 Stafford Horne <shorne@gmail.com>
727 * elf32-or1k.c (or1k_elf_got16_no_overflow_howto): Define.
728 (or1k_elf_relocate_section): Use new howto instead of trying to
729 mask out relocation bits.
731 2022-01-24 Roland McGrath <mcgrathr@google.com>
733 * doc/local.mk (%D%/bfdver.texi): Add mkdir command.
735 2022-01-24 Nick Clifton <nickc@redhat.com>
737 * po/fr.po: Updated French translation.
738 * po/ro.po: Updated Romanian translation.
739 * po/uk.po: Updated Ukranian translation.
741 2022-01-22 Nick Clifton <nickc@redhat.com>
743 * version.m4: Change to 2.38.50.
744 * configure: Regenerate.
745 * po/bfd.pot: Regenerate.
747 2022-01-22 Nick Clifton <nickc@redhat.com>
749 * 2.38 release branch created.
751 2022-01-17 Nick Clifton <nickc@redhat.com>
753 * Makefile.in: Regenerate.
754 * configure: Regenerate.
755 * doc/Makefile.in: Regenerate.
756 * po/bfd.pot: Regenerate.
758 2021-12-15 Nikita Popov <npv1310@gmail.com>
761 * dwarf1.c (parse_die): Fix undefined behaviour in range tests.
763 2021-11-17 Nick Clifton <nickc@redhat.com>
766 * elf.c (assign_file_positions_for_non_load_sections): Replace
767 assertion with a warning message.
769 2021-10-19 Nick Clifton <nickc@redhat.com>
771 * linker.c (_bfd_generic_link_add_one_symbol): Test for a NULL
772 name before checking to see if the symbol is __gnu_lto_slim.
773 * archive.c (_bfd_compute_and_write_armap): Likewise.
775 2021-09-27 Nick Alcock <nick.alcock@oracle.com>
777 * configure: Regenerate.
779 2021-09-15 Andrew Burgess <andrew.burgess@embecosm.com>
781 * archures.c (bfd_arch_list): Use 'char *' instead of 'char **'
782 when calculating space for a string list.
784 2021-09-014 Cupertino Miranda <cmiranda@synopsys.com>
785 Claudiu Zissulescu <claziss@synopsys.com>
787 * arc-got.h (arc_static_sym_data): New structure.
788 (get_static_sym_data): New function.
789 (relocate_fix_got_relocs_for_got_info): Move the computation fo
790 symbol value and section to above introduced function, and use
793 2021-09-07 Luis Machado <luis.machado@linaro.org>
795 Revert: [AArch64] MTE corefile support
797 2021-05-21 Luis Machado <luis.machado@linaro.org>
799 * elf.c (elfcore_make_memtag_note_section): New function.
800 (elfcore_grok_note): Handle NT_MEMTAG note types.
802 2021-09-07 Nick Clifton <nickc@redhat.com>
805 * elf32-xtensa.c (elf_xtensa_do_reloc): Add check for put of range
809 * elfxx-riscv.c (riscv_elf_add_sub_reloc): Add check for out of
812 2021-08-10 Nick Clifton <nickc@redhat.com>
814 * po/sr.po: Updated Serbian translation.
816 2021-07-18 Nick Clifton <nickc@redhat.com>
818 * config.bfd: Move pending obsoletion targets to obsolete list.
820 2021-07-16 Giulio Benetti <giulio.benetti@benettiengineering.com>
822 * elf32-or1k.c (or1k_elf_relocate_section): Use a separate entry
823 in switch case R_OR1K_INSN_REL_26 where we need to check for
824 !SYMBOL_CALLS_LOCAL() instead of !SYMBOL_REFERENCES_LOCAL().
826 2021-07-14 Clément Chigot <clement.chigot@atos.net>
828 * libxcoff.h (struct xcoff_dwsect_name): Add DWARF name.
829 * coff-rs6000.c (xcoff_dwsect_names): Update.
830 * coffcode.h (sec_to_styp_flags): Likewise.
831 (coff_new_section_hook): Likewise.
833 2021-07-10 Alan Modra <amodra@gmail.com>
835 * dwarf2.c (read_address): Remove accidental commit.
836 (read_ranges): Compare offset rather than pointers.
838 2021-07-08 Nick Clifton <nickc@redhat.com>
840 * po/pt.po: Updated Portuguese translation.
842 2021-07-07 Nick Clifton <nickc@redhat.com>
844 * elfcode.h (elf_swap_symbol_out): Revert accidental change that
845 removed an abort if the shndx pointer is NULL.
847 2021-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
849 * sysdep.h [!ENABLE_NLS]: Prevent inclusion of <libintl.h> on
852 2021-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
854 * configure.ac: Check for strnlen declaration.
855 * configure, config.in: Regenerate.
857 2021-07-07 Nick Clifton <nickc@redhat.com>
860 * coff-rs6000.c (xcoff_reloc_type_tls): Reformat error messages in
861 order to fix problems when translating.
862 * cofflink.c (_bfd_coff_write_global_sym): Likewise.
863 * elfnn-aarch64.c (_bfd_aarch64_erratum_843419_branch_to_stub):
865 * po/bfd.pot: Regenerate.
867 2021-07-06 Michael Matz <matz@suse.de>
870 * elfnn-riscv.c (riscv_relax_delete_bytes): Check for any
873 2021-07-06 Alan Modra <amodra@gmail.com>
876 * elf64-bpf.c (bpf_elf_generic_reloc): Add missing ATTRIBUTE_UNUSED.
878 2021-07-05 Alan Modra <amodra@gmail.com>
881 * elf64-bpf.c (bpf_elf_generic_reloc): Use correct bfd for bfd_put
882 and bfd_put_32 calls. Correct section limit checks.
884 2021-07-03 Nick Clifton <nickc@redhat.com>
886 * version.m4: Update version number.
887 * configure: Regenerate.
888 * po/opcodes.pot: Regenerate.
890 2021-07-03 Nick Clifton <nickc@redhat.com>
892 * 2.37 release branch created.
894 2021-07-02 Nick Clifton <nickc@redhat.com>
897 * dwarf2.c (read_ranges): Check that range_ptr does not exceed
900 2021-06-30 YunQiang Su <yunqiang.su@cipunited.com>
903 * bfd/elfxx-mips.c (_bfd_mips_elf_section_from_shdr,
904 _bfd_mips_elf_fake_sections): Mark LTO debug info as
907 2021-06-29 Nick Clifton <nickc@redhat.com>
909 * config.bfd (obsolete configurations): Add netbsdpe.
911 2021-06-22 Nelson Chu <nelson.chu@sifive.com>
913 * elfnn-riscv.c (riscv_pcrel_hi_reloc): Added field to store
914 the original relocation type, in case the type is converted to
916 (riscv_pcrel_lo_reloc): Removed unused name field.
917 (riscv_pcrel_relocs): Added comments.
918 (riscv_zero_pcrel_hi_reloc): Removed unused input_bfd.
919 (riscv_record_pcrel_hi_reloc): Updated.
920 (riscv_record_pcrel_lo_reloc): Likewise.
921 (riscv_resolve_pcrel_lo_relocs): Likewise. Check the original
922 type of auipc, to make sure the %pcrel_lo without any addends.
923 Otherwise, report dangerous relocation error.
924 (riscv_elf_relocate_section): Updated above functions are changed.
925 For R_RISCV_GOT_HI20, report dangerous relocation error when addend
928 2021-06-19 H.J. Lu <hongjiu.lu@intel.com>
931 * elfxx-x86.c (elf_x86_allocate_dynrelocs): Count PLT for GOTOFF
932 relocation against IFUNC symbols.
933 (_bfd_x86_elf_adjust_dynamic_symbol): Likewise.
935 2021-06-19 H.J. Lu <hongjiu.lu@intel.com>
937 * elflink.c (bfd_elf_final_link): Correct DT_TEXTREL warning in
940 2021-06-18 H.J. Lu <hongjiu.lu@intel.com>
942 * elf-properties.c (_bfd_elf_parse_gnu_properties): Handle
943 GNU_PROPERTY_UINT32_AND_LO, GNU_PROPERTY_UINT32_AND_HI,
944 GNU_PROPERTY_UINT32_OR_LO and GNU_PROPERTY_UINT32_OR_HI.
945 (elf_merge_gnu_properties): Likewise.
947 2021-06-11 Alan Modra <amodra@gmail.com>
950 * elf-bfd.h (struct elf_obj_tdata): Add is_pie.
951 * elflink.c (elf_link_add_object_symbols): Set is_pie.
953 2021-06-09 Nick Clifton <nickc@redhat.com>
956 * config.bfd: Do not add the sparc_elf32_vec or sparc_elf64_vec
957 vectors to Sparc Solaris2 targets.
959 2021-06-08 Michael Matz <matz@suse.de>
961 * elf.c (bfd_section_from_shdr): Set has_secondary_relocs flag.
962 (_bfd_elf_slurp_secondary_reloc_section): Use it for early-out.
964 2021-06-07 Jan Beulich <jbeulich@suse.com>
966 * dwarf2.c (read_ranges, read_rnglists): Add u suffix to constant.
968 2021-06-02 Alan Modra <amodra@gmail.com>
970 * elf-attrs.c (_bfd_elf_parse_attributes): Break out of loop if
971 subsection length is too small to cover tag and length field.
973 2021-05-31 Nelson Chu <nelson.chu@sifive.com>
974 Lifang Xia <lifang_xia@c-sky.com>
977 * elfnn-riscv.c (struct riscv_elf_link_hash_table): New integer pointer
978 to monitor the data segment phase.
979 (bfd_elfNN_riscv_set_data_segment_info): New function called by
980 after_allocation, to set the data_segment_phase from expld.dataseg.
981 (_bfd_riscv_relax_section): Don't relax when data_segment_phase is
982 exp_seg_relro_adjust (0x4).
983 * elfxx-riscv.h (bfd_elf32_riscv_set_data_segment_info): New extern.
984 (bfd_elf64_riscv_set_data_segment_info): Likewise
986 2021-05-28 H.J. Lu <hongjiu.lu@intel.com>
989 * elf32-i386.c: Don't include "libiberty.h".
990 (elf_howto_table): Revert commits a7664973b24 and 50c95a739c9.
991 (elf_i386_rtype_to_howto): Revert commit 50c95a739c9.
992 (elf_i386_info_to_howto_rel): Likewise.
993 (elf_i386_tls_transition): Likewise.
994 (elf_i386_relocate_section): Likewise.
995 * elf64-x86-64.c (x86_64_elf_howto_table): Revert commits
996 a7664973b24 and 50c95a739c9.
997 (elf_x86_64_rtype_to_howto): Revert commit 50c95a739c9.
998 * elfxx-x86.c (_bfd_x86_elf_parse_gnu_properties): Likewise.
999 * elfxx-x86.h (elf_x86_obj_tdata): Likewise.
1000 (elf_x86_has_code16): Likewise.
1002 2021-05-26 H.J. Lu <hongjiu.lu@intel.com>
1005 * elf32-i386.c: Include "libiberty.h".
1006 (elf_howto_table): Add 16-bit R_386_PC16 entry.
1007 (elf_i386_rtype_to_howto): Add a BFD argument. Use 16-bit
1008 R_386_PC16 if input has 16-bit mode instructions.
1009 (elf_i386_info_to_howto_rel): Update elf_i386_rtype_to_howto
1011 (elf_i386_tls_transition): Likewise.
1012 (elf_i386_relocate_section): Likewise.
1013 * elf64-x86-64.c (x86_64_elf_howto_table): Add 16-bit
1014 R_X86_64_PC16 entry.
1015 (elf_x86_64_rtype_to_howto): Use 16-bit R_X86_64_PC16 if input
1016 has 16-bit mode instructions.
1017 * elfxx-x86.c (_bfd_x86_elf_parse_gnu_properties): Set
1018 elf_x86_has_code16 if relocatable input is marked with
1019 GNU_PROPERTY_X86_FEATURE_2_CODE16.
1020 * elfxx-x86.h (elf_x86_obj_tdata): Add has_code16.
1021 (elf_x86_has_code16): New.
1023 2021-05-26 Nelson Chu <nelson.chu@sifive.com>
1025 * elfxx-riscv.h (check_unknown_prefixed_ext): New bool.
1026 * elfxx-riscv.c (riscv_parse_prefixed_ext): Do not check the
1027 prefixed extension name if check_unknown_prefixed_ext is false.
1028 * elfnn-riscv.c (riscv_merge_arch_attr_info): Set
1029 check_unknown_prefixed_ext to false for linker.
1031 2021-05-25 Nick Clifton <nickc@redhat.com>
1033 * elf32-arn.c (struct elf_arm_obj_tdata): Add num_entries field.
1034 (elf32_arm_num_entries): New macro.
1035 (elf32_arm_allocate_local_sym_info): Initialise the new field.
1036 Allocate arrays individually so that buffer overruns can be
1037 detected by memory checkers.
1038 (elf32_arm_create_local_iplt): Check num_entries.
1039 (elf32_arm_get_plt_info): Likewise.
1040 (elf32_arm_final_link_relocate): Likewise.
1041 (elf32_arm_check_relocs): Likewise.
1042 (elf32_arm_size_dynamic_sections): Likewise.
1043 (elf32_arm_output_arch_local_syms): Likewise.
1045 2021-05-25 Nick Clifton <nickc@redhat.com>
1047 * elf32-arm.c: Fix formatting.
1049 2021-05-25 Alan Modra <amodra@gmail.com>
1051 * elf-attrs.c (elf_attr_strdup): New function.
1052 (_bfd_elf_attr_strdup): Use it here.
1053 (elf_add_obj_attr_string): New function, extracted from..
1054 (bfd_elf_add_obj_attr_string): ..here.
1055 (elf_add_obj_attr_int_string): New function, extracted from..
1056 (bfd_elf_add_obj_attr_int_string): ..here.
1057 (_bfd_elf_parse_attributes): Don't allocate an extra byte for a
1058 string terminator. Instead ensure parsing doesn't go past
1059 end of sub-section. Use size_t variables for lengths.
1061 2021-05-22 Alan Modra <amodra@gmail.com>
1063 * libbfd.c (_bfd_safe_read_leb128): Remove length_return parameter.
1064 Replace data pointer with pointer to pointer. Increment pointer
1066 * libbfd-in.h (_bfd_safe_read_leb128): Update prototype.
1067 * elf-attrs.c (_bfd_elf_parse_attributes): Adjust to suit. Be
1068 careful not to increment data pointer past end. Remove now
1069 redundant pr17512 check.
1070 * wasm-module.c (READ_LEB128): Adjust to suit changes to
1071 _bfd_safe_read_leb128.
1072 * dwarf2.c (read_n_bytes): New inline function, old one renamed to..
1073 (read_blk): ..this. Allocate and return block. Increment bfd_byte**
1075 (read_3_bytes): New function.
1076 (read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes),
1077 (read_8_bytes, read_string, read_indirect_string),
1078 (read_indirect_line_string, read_alt_indirect_string): Take a
1079 byte_byte** arg which is incremented over bytes read. Remove any
1080 bytes_read return. Rewrite limit checks to compare lengths
1081 rather than pointers.
1082 (read_abbrevs, read_attribute_value, read_formatted_entries),
1083 (decode_line_info, find_abstract_instance, read_ranges),
1084 (read_rnglists, scan_unit_for_symbols, parse_comp_unit),
1085 (stash_comp_unit): Adjust to suit. Rewrite limit checks to
1086 compare lengths rather than pointers.
1087 * libbfd.h: Regenerate.
1089 2021-05-21 Luis Machado <luis.machado@linaro.org>
1091 * elf.c (elfcore_make_memtag_note_section): New function.
1092 (elfcore_grok_note): Handle NT_MEMTAG note types.
1094 2021-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
1096 * section.c (bfd_get_section_by_name): Return NULL if name is
1098 (bfd_get_section_by_name_if): Likewise.
1099 * dwarf2.c (read_section): Remove unneeded NULL check.
1100 (find_debug_info): Likewise.
1102 2021-05-19 Nick Clifton <nickc@redhat.com>
1104 * plugin.c (bfd_plugin_open_input): Inform the user if the limit
1105 on the number of open files is reached. If possible, try to
1106 increase this limit before failing.
1108 2021-05-14 Nelson Chu <nelson.chu@sifive.com>
1110 * elfnn-riscv.c (riscv_resolve_pcrel_lo_relocs): Check the values
1111 of %pcrel_hi, before and after adding the addend. Make sure the
1112 value won't be changed, otherwise, report dangerous error.
1114 2021-05-13 Nelson Chu <nelson.chu@sifive.com>
1116 * elfxx-riscv.c (check_implicit_always): The check_func, always add
1117 the implicit subset without checking.
1118 (check_implicit_for_i): The check_func for i, only add zicsr and
1119 zifencei when the version of i less than 2.1.
1120 (struct riscv_implicit_subset): Record the subsets and their
1121 corresponding implicit subsets.
1122 (riscv_implicit_subsets): Table records all implicit informations.
1123 (riscv_parse_add_implicit_subsets): Updated and add implicit subsets
1124 according to riscv_implicit_subsets. Remove the redundant codes.
1126 2021-05-13 Alan Modra <amodra@gmail.com>
1129 * elf32-sh.c (sh_elf_info_to_howto): Correct check for last valid
1132 2021-05-12 Luis Machado <luis.machado@linaro.org>
1134 * elf-bfd.h (elfcore_write_aarch_mte): New prototype.
1135 * elf.c (elfcore_grok_aarch_mte, elfcore_write_aarch_mte): New
1137 (elfcore_grok_note): Handle notes of type NT_ARM_TAGGED_ADDR_CTRL.
1138 (elfcore_write_register_note): Handle MTE notes.
1140 2021-05-11 Alan Modra <amodra@gmail.com>
1143 * pdp11.c (aout_get_external_symbols): Clear first four bytes of
1144 strings array, not just the first byte.
1145 * aoutx.h (aout_get_external_symbols): Likewise.
1147 2021-05-10 H.J. Lu <hongjiu.lu@intel.com>
1150 * simple.c (bfd_simple_get_relocated_section_contents): Remove
1153 2021-05-10 Nick Clifton <nickc@redhat.com>
1156 * simple.c (simple_dummy_add_to_set): New function.
1157 (simple_dummy_constructor): New function.
1158 (simple_dummy_multiple_common): New function.
1159 (bfd_simple_get_relocated_section_contents): Zero out the
1160 callbacks structure, and then set the add_to_set, constructor and
1161 multiple_common fields.
1163 2021-05-10 Dimitar Dimitrov <dimitar@dinux.eu>
1165 * elf32-pru.c (elf_backend_can_gc_sections): Define as 1.
1167 2021-05-08 Mike Frysinger <vapier@gentoo.org>
1169 * doc/Makefile.am (html-local, bfd/index.html): New targets.
1170 * doc/Makefile.in: Regenerate.
1172 2021-05-08 Mike Frysinger <vapier@gentoo.org>
1174 * doc/Makefile.am (AM_MAKEINFOFLAGS): Define.
1175 * doc/Makefile.in: Regenerate.
1177 2021-05-07 Clément Chigot <clement.chigot@atos.net>
1179 * coff-rs6000.c (xcoff_dwsect_names): Add new DWARF
1181 * coffgen.c (coff_pointerize_aux): Handle C_DWARF.
1182 (coff_print_symbol): Likewise.
1183 * libxcoff.h (XCOFF_DWSECT_NBR_NAMES): Update.
1185 2021-05-07 Jan Beulich <jbeulich@suse.com>
1187 * elf64-x86-64.c (x86_64_elf_howto_table): Set src_mask fields
1190 2021-05-07 Alan Modra <amodra@gmail.com>
1192 * bfd-in2.h: Regenerate.
1193 * libbfd.h: Regenerate.
1195 2021-05-06 Stafford Horne <shorne@gmail.com>
1198 * elf32-or1k.c (PLT_ENTRY_SIZE_LARGE, PLT_MAX_INSN_COUNT,
1199 OR1K_ADD, OR1K_ORI): New macros to help with plt creation.
1200 (elf_or1k_link_hash_table): New field plt_count.
1201 (elf_or1k_link_hash_entry): New field plt_index.
1202 (elf_or1k_plt_entry_size): New function.
1203 (or1k_write_plt_entry): Update to support variable size PLTs.
1204 (or1k_elf_finish_dynamic_sections): Use new or1k_write_plt_entry
1206 (or1k_elf_finish_dynamic_symbol): Update to write large PLTs
1208 (allocate_dynrelocs): Use elf_or1k_plt_entry_size to account for
1211 2021-05-06 Stafford Horne <shorne@gmail.com>
1214 * elf32-or1k.c (or1k_elf_relocate_section): Relax R_OR1K_GOT16
1215 overflow check if we have R_OR1K_GOT_AHI16 followed by
1218 2021-05-06 Stafford Horne <shorne@gmail.com>
1221 * bfd-in2.h: Add BFD_RELOC_OR1K_GOT_AHI16 relocation.
1222 * elf32-or1k.c (or1k_elf_howto_table, or1k_reloc_map): Likewise.
1223 (or1k_final_link_relocate, or1k_elf_relocate_section,
1224 or1k_elf_check_relocs): Likewise.
1225 * libbfd.h (bfd_reloc_code_real_names): Likewise.
1226 * reloc.c: Likewise.
1228 2021-05-06 Stafford Horne <shorne@gmail.com>
1231 * elf32-or1k.c (or1k_elf_adjust_dynamic_symbol): Change
1232 condition used to cleanup plt entries to cleanup forced local
1235 2021-05-05 H.J. Lu <hongjiu.lu@intel.com>
1238 * elflink.c (elf_link_output_symstrtab): Always append ".COUNT"
1241 2021-05-05 Alan Modra <amodra@gmail.com>
1243 * vms-lib.c (vms_traverse_index): Account for vms_kbn size when
1244 sanity checking keylen.
1246 2021-05-04 Nick Clifton <nickc@redhat.com>
1248 * libbfd.c (bfd_malloc): Provide some documenation. Treat a size
1250 (bfd_realloc): Likewise.
1251 (bfd_zmalloc): Likewise.
1252 (bfd_realloc_or_free): Provide some documentation. Treat a size
1253 of 0 as a request to free.
1254 * libbfd-in.h (bfd_realloc): Remove prototype.
1255 (bfd_realloc_or_free): Remove prototype.
1256 (bfd_zmalloc): Remove prototype.
1257 * libbfd.h: Regenerate.
1259 2021-05-03 Jan Beulich <jbeulich@suse.com>
1261 * elf32-i386.c (elf_howto_table): Switch all 32-bit relocs to
1262 complain_overflow_dont.
1263 * elf64-x86-64.c (x86_64_elf_howto_table): Switch all 64-bit
1264 relocs to complain_overflow_dont.
1266 2021-05-03 Alan Modra <amodra@gmail.com>
1268 * elf32-ppc.c (allocate_dynrelocs): Keep dyn_relocs for undefweak
1269 symbols when -z dynamic-undefined-weak or when there are no
1270 dynamic relocs in read-only sections and -z nodynamic-undefined-weak
1272 * elf64-ppc.c (allocate_dynrelocs): Likewise.
1274 2021-05-03 Alan Modra <amodra@gmail.com>
1276 * elf32-ppc.c (allocate_dynrelocs): Call ensure_undef_dynamic for
1277 weak undefined symols that only appear on PLT relocs.
1278 * elf64-ppc.c (allocate_dynrelocs): Likewise.
1280 2021-05-03 Alan Modra <amodra@gmail.com>
1283 * elf32-ppc.c (ppc_elf_inline_plt): Do increment rel in loop.
1285 2021-05-03 Alan Modra <amodra@gmail.com>
1287 * elf32-csky.c (is_mapping_symbol_name): New function.
1288 (csky_elf_is_target_special_symbol): Likewise.
1289 (csky_elf_maybe_function_sym): Likewise.
1290 (bfd_elf32_bfd_is_target_special_symbol): Define.
1291 (elf_backend_maybe_function_sym): Define.
1293 2021-04-30 Nick Clifton <nickc@redhat.com>
1296 * mach-o.c (bfd_mach_o_core_fetch_environment): Use bfd_get_32 to
1299 2021-04-30 Nick Clifton <nickc@redhat.com>
1302 * elf32-xtensa.c (elf_xtensa_grok_prstatus): Check for core notes
1305 2021-04-30 Nick Clifton <nickc@redhat.com>
1308 * libbfd.c (bfd_realloc_or_free): Do not free a pointer than has
1309 been realloc'ed to size 0.
1311 2021-04-30 Nick Clifton <nickc@redhat.com>
1314 * coff-rs6000.c (_bfd_xcoff_read_ar_hdr): Check for invalid name
1317 2021-04-29 Nick Clifton <nickc@redhat.com>
1320 * som.c (som_slurp_symbol_table): Assign symbols without any scope
1321 to the undefined section.
1322 (som_decode_symclass): Check for a missing symbol section.
1323 * syms.c (bfd_decode_symclass): Likewise.
1325 2021-04-29 Nick Clifton <nickc@redhat.com>
1328 * som.c (som_slurp_string_table): Place a terminating NUL byte at
1329 the end of the table.
1330 (som_slurp_symbol_table): Check for an over-large offset into the
1331 string string table.
1333 2021-04-28 Nick Clifton <nickc@redhat.com>
1335 * elf.c (_bfd_elf_maybe_function_sym): Do not accept annobin
1336 symbols as potential function symbols.
1337 * elfnn-aarch64.c (elfNN_aarch64_maybe_function_sym): Likewise.
1338 * elf64-ppc.c (ppc64_elf_maybe_function_sym): Likewise.
1339 * elf32-arm.c (elf32_arm_maybe_function_sym): Likewise.
1341 2021-04-26 Mike Frysinger <vapier@gentoo.org>
1343 * elf-bfd.h: Include stdlib.h.
1345 2021-04-26 Jan Beulich <jbeulich@suse.com>
1347 * elf32-i386.c (elf_howto_table): Switch R_386_PC16 to
1348 complain_overflow_signed.
1349 * elf64-x86-64.c (x86_64_elf_howto_table): Switch R_X86_64_PC16
1350 to complain_overflow_signed.
1352 2021-04-23 Eric Botcazou <ebotcazou@adacore.com>
1354 * elf.c (special_sections_p): Add .persistent.bss.
1356 2021-04-23 Jan Beulich <jbeulich@suse.com>
1358 * elf32-i386.c (elf_howto_table): R_386_TLS_DESC_CALL has zero
1360 * elf64-x86-64.c (x86_64_elf_howto_table): R_X86_64_TLSDESC_CALL
1361 has zero size field.
1363 2021-04-22 Clément Chigot <clement.chigot@atos.net>
1365 * hash.c (struct bfd_strtab_hash): Remove xcoff field.
1366 Add length_field_size field.
1367 (_bfd_stringtab_init): Change prototype.
1368 Adapt to new length_field_size.
1369 (_bfd_xcoff_stringtab_init): Likewise.
1370 (_bfd_stringtab_add): Likewise.
1371 (_bfd_stringtab_emit): Likewise.
1372 * libbfd-in.h (_bfd_xcoff_stringtab_init):
1374 * libbfd.h: Regenerate.
1375 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create):
1376 Call _bfd_xcoff_stringtab_init with isxcoff64 value.
1378 2021-04-22 Clément Chigot <clement.chigot@atos.net>
1380 * coff-rs6000.c (_bfd_xcoff_swap_aux_in): Add errors for
1381 unsupported storage class or auxialiry entries.
1382 Improve and adapt to new aux structures.
1383 Add C_DWARF support.
1384 (_bfd_xcoff_swap_aux_out): Likewise.
1385 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Likewise.
1386 (_bfd_xcoff64_swap_aux_out): Likewise.
1388 2021-04-21 Eli Zaretskii <eliz@gnu.org>
1391 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Add display
1392 of IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP,
1393 IMAGE_FILE_NET_RUN_FROM_SWAP and IMAGE_FILE_UP_SYSTEM_ONLY flags.
1394 Decode the contents of the DllCharacteristics field.
1396 2021-04-21 Nick Clifton <nickc@redhat.com>
1399 * srec.c (srec_read_section): Replace assertions with error
1402 2021-04-20 Clément Chigot <clement.chigot@atos.net>
1405 * reloc.c (BFD_RELOC_PPC_NEG): New relocation.
1406 * bfd-in2.h: Regenerate.
1407 * libbfd.h: Regenerate.
1408 * coff-rs6000.c (_bfd_xcoff_reloc_type_lookup): Add
1409 BFD_RELOC_PPC_NEG handler.
1410 (xcoff_reloc_type_neg): Correctly substract addend.
1411 * coff64-rs6000.c (xcoff64_howto_table): Add R_NEG_32
1413 (xcoff64_rtype2howto): Add handler for R_NEG_32.
1414 (xcoff64_reloc_type_lookup): Add BFD_RELOC_PPC_NEG handler.
1415 * xcofflink.c (xcoff_need_ldrel_p): Check output section
1416 for R_POS-like relocations. New argument added.
1417 (xcoff_mark): Adapt to new xcoff_need_ldrel_p argument.
1418 (xcoff_link_input_bfd): Likewise.
1420 2021-04-16 Alan Modra <amodra@gmail.com>
1423 * coffcode.h (styp_to_sec_flags): Use an unsigned long styp_flags.
1424 (coff_write_object_contents): Pass bfd to COFF_ENCODE_ALIGNMENT,
1425 ignore alignment checks when return is false. Formatting.
1427 2021-04-15 Nelson Chu <nelson.chu@sifive.com>
1430 * elfnn-riscv.c (riscv_elf_is_target_special_symbol): Added to
1431 omit local and empty symbols since they usually generated to
1432 mark the auipc instructions.
1434 2021-04-15 Lifang Xia<lifang_xia@c-sky.com>
1436 * elf32-csky.c (csky_elf_howto_table)
1437 <R_CKCORE_PCREL_IMM16BY2>: Set special_function to
1438 bfd_elf_generic_reloc.
1439 <R_CKCORE_PCREL_IMM16BY4>: Likewise.
1440 <R_CKCORE_PCREL_IMM10BY4>: Likewise.
1441 <R_CKCORE_PCREL_IMM18BY2>: Likewise.
1442 <R_CKCORE_PCREL_FLRW_IMM8BY4>: Likewise.
1444 2021-04-14 H.J. Lu <hongjiu.lu@intel.com>
1447 * elf.c (assign_file_positions_for_non_load_sections): Set
1448 p_memsz to p_filesz for the loadable PT_NOTE segment.
1450 2021-04-14 Frederic Cambus <fred@statdns.com>
1452 * elf.c (elfcore_grok_netbsd_note): Remove unneeded #ifdef
1453 checks for NT_NETBSDCORE_AUXV and NT_NETBSDCORE_LWPSTATUS.
1455 2021-04-14 Alan Modra <amodra@gmail.com>
1458 * elf32-metag.c (elf_metag_relocate_section): Don't use &hh->elf
1459 when hh might be NULL, test for NULL first.
1461 2021-04-14 Alan Modra <amodra@gmail.com>
1464 * elf32-arm.c (elf32_arm_size_stubs): Don't use &hash->root when
1465 hash might be NULL, cast instead.
1467 2021-04-13 Clément Chigot <clement.chigot@atos.net>
1469 * xcofflink.c (xcoff_link_check_ar_symbols): Update esym earlier.
1471 2021-04-13 Nelson Chu <nelson.chu@sifive.com>
1473 * elfnn-riscv.c (riscv_version_mismatch): Do not report the warning
1474 when the version of input or output is RISCV_UNKNOWN_VERSION, since
1475 the extension is added implicitly.
1476 * elfxx-riscv.c: Updated the obsolete comments.
1477 (RISCV_UNKNOWN_VERSION): Moved to elfxx-riscv.h.
1478 * elfxx-riscv.h (RISCV_UNKNOWN_VERSION): Added.
1480 2021-04-12 Alan Modra <amodra@gmail.com>
1482 * elf-bfd.h (ENABLE_CHECKING): Define.
1483 (elf_link_hash_lookup): Abort if wrong type of hash table.
1484 * configure.ac (--enable-checking): Add support.
1485 * config.in: Regenerate.
1486 * configure: Regenerate.
1488 2021-04-12 Alan Modra <amodra@gmail.com>
1490 * elf-bfd.h (is_elf_hash_table): Convert macro to inline function.
1491 (elf_link_hash_lookup, elf_link_hash_traverse): Likewise.
1492 (elf_hash_table, elf_hash_table_id): Likewise.
1493 * elf32-arm.c (elf32_arm_setup_section_lists): Delete redundant
1494 is_elf_hash_table check.
1495 * elf32-csky.c (elf32_csky_setup_section_lists): Likewise.
1496 * elf32-hppa.c (clobber_millicode_symbols): Correct param types.
1497 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
1498 * elfnn-ia64.c (elfNN_ia64_global_dyn_info_free: Likewise.
1499 (elfNN_ia64_global_dyn_sym_thunk: Likewise.
1500 * elf64-ia64-vms.c (elf64_ia64_global_dyn_info_free): Likewise.
1501 (elf64_ia64_global_dyn_sym_thunk): Likewise.
1502 (elf64_vms_link_add_object_symbols): Pass base type of hash table
1503 to is_elf_hash_table.
1504 * elflink.c (_bfd_elf_dynamic_symbol_p): Likewise.
1505 (_bfd_elf_symbol_refs_local_p, _bfd_elf_add_dynamic_entry): Likewise.
1506 (_bfd_elf_strip_zero_sized_dynamic_sections): Likewise.
1507 (_bfd_elf_link_check_relocs, elf_link_add_object_symbols): Likewise.
1508 (bfd_elf_final_link): Likewise.
1509 * elfnn-aarch64.c (elfNN_aarch64_setup_section_lists): Likewise.
1510 * elf64-ppc.c (ppc64_elf_set_toc): Likewise. Use bfd_link_hash_lookup.
1512 2021-04-12 Alan Modra <amodra@gmail.com>
1514 * elf-bfd.h (struct elf_backend_data): Return bfd_link_hash_entry*
1515 from elf_backend_archive_symbol_lookup.
1516 (_bfd_elf_archive_symbol_lookup): Return bfd_link_hash_entry*.
1517 * elf64-ppc.c (ppc64_elf_archive_symbol_lookup): Likewise. Check
1518 we have a ppc_hash_table before accessing ppc_link_hash_entry
1520 * elflink.c (_bfd_elf_archive_symbol_lookup): Return
1521 bfd_link_hash_entry*.
1522 (elf_link_add_archive_symbols): Adjust to suit.
1524 2021-04-12 Nelson Chu <nelson.chu@sifive.com>
1526 * elfxx-riscv.c (riscv_parse_std_ext): Fixed the wrong versions of
1527 i-ext when expanding g-ext.
1529 2021-04-12 Nelson Chu <nelson.chu@sifive.com>
1531 * elfxx-riscv.c (riscv_ext_dont_care_version): Removed.
1532 (riscv_parse_add_subset): Always add the implicit extensions, even if
1533 their versions are RISCV_UNKNOWN_VERSION.
1534 (riscv_parse_std_ext): Delay to add i-ext as the implicit extension
1535 in the riscv_parse_add_implicit_subsets. Besides, add g-ext as the
1536 implicit extension after it has been expanded.
1537 (riscv_parse_add_implicit_subsets): Updated.
1539 2021-04-12 Nelson Chu <nelson.chu@sifive.com>
1541 * elfxx-riscv.c (riscv_std_z_ext_strtab): Moved forward.
1542 (riscv_std_s_ext_strtab): Likewise.
1543 (riscv_std_h_ext_strtab): Likewise.
1544 (riscv_std_zxm_ext_strtab): Added for the zxm prefix.
1545 (enum riscv_prefix_ext_class): Moved forward and renamed from
1546 riscv_isa_ext_class. Reorder them according to the parsing order,
1547 since the enum values are used to check the orders in the
1548 riscv_compare_subsets.
1549 (struct riscv_parse_prefix_config): Moved forward and renamed from
1550 riscv_parse_config_t. Also removed the ext_valid_p field, the
1551 related functions are replaced by riscv_valid_prefixed_ext.
1552 (parse_config): Moved forward and updated. The more letters of the
1553 prefix string, the more forward it must be defined. Otherwise, we
1554 will get the wrong mapping when using strncmp in riscv_get_prefix_class.
1555 (riscv_get_prefix_class): Moved forward. Support to parse the
1556 multi-letter prefix, like zxm.
1557 (riscv_known_prefixed_ext): New function, check if the prefixed
1558 extension is supported according to the right riscv_std_*_ext_strtab.
1559 (riscv_valid_prefixed_ext): New function, used to replace the
1560 riscv_ext_*_valid_p functions.
1561 (riscv_init_ext_order): Do not set the values for prefix keywords
1562 since they may have multiple letters for now.
1563 (riscv_compare_subsets): Set the order values of prefix keywords
1564 to negative numbers according to the riscv_prefix_ext_class.
1565 (riscv_parse_std_ext): Call riscv_get_prefix_class to see if we
1566 have parsed the prefixed extensions.
1567 (riscv_parse_prefixed_ext): Updated and removed the parameter config.
1568 Report error when the prefix is unknown.
1569 (riscv_parse_subset): Do not parse the prefixed extensions according
1570 to the orders in the parse_config. Remove the confused message and
1571 let riscv_parse_prefixed_ext to report the details.
1572 * elfxx-riscv.h (enum riscv_isa_ext_class): Moved to elfxx-riscv.c.
1573 (riscv_get_prefix_class): Removed to static.
1575 2021-04-08 Mike Frysinger <vapier@gentoo.org>
1577 * configure.ac (ACX_BUGURL): Use https://.
1578 * configure.com (COPY_TEXT): Likewise.
1579 * configure: Regenerate.
1581 2021-04-05 Alan Modra <amodra@gmail.com>
1583 * configure.ac: Don't check for long long or long double type.
1584 Don't check for alloca.h, limits.h, stddef.h, stdlib.h, string.h,
1585 strings.h, time.h, wchar.h, wctype.h or sys/time.h. Don't check
1586 for strtoull, free, malloc, realloc, getenv, strstr, snprintf,
1587 vsnprintf, strlen or setitimer. Sort AC_CHECK_DECLS.
1588 (AC_ISC_POSIX): Don't invoke.
1589 (AC_HEADER_TIME, AC_HEADER_DIRENT, ACX_HEADER_STRING): Likewise.
1590 * sysdep.h: Remove many HAVE_*_H checks and fallback declarations.
1591 Do test HAVE_SYS_TYPES_H. Don't include sys/time.h. Reorder
1592 header order as per automake AC_INCLUDES_DEFAULT.
1593 * bfd-in.h: Include inttypes.h unconditionally.
1594 * bfd.c (_bfd_doprnt, _bfd_doprnt_scan): Assume long long and
1595 long double are available.
1596 (bfd_scan_vma): Assume long long and strtoull are available.
1597 * elflink.c: Include limits.h unconditionally.
1598 * elfnn-riscv.c: Likewise.
1599 * wasm-module.c: Likewise.
1600 * hpux-core.c: Include dirent.h unconditionally.
1601 * trad-core.c: Likewise.
1602 * hosts/x86-64linux.h: Include stdlib.h unconditionally.
1603 * peXXigen.c: Remove HAVE_WCHAR_H and HAVE_WCTYPE_H checks.
1604 * elf32-m68hc1x.c: Don't include alloca-conf.h.
1605 * elf64-hppa.c: Likewise.
1607 * wasm-module.c: Likewise.
1609 * bfd-in2.h: Regenerate.
1610 * config.in: Regenerate.
1611 * configure: Regenerate.
1613 2021-04-01 Tamar Christina <tamar.christina@arm.com>
1616 * cofflink.c (_bfd_coff_generic_relocate_section): Ignore overflow.
1618 2021-04-01 Martin Liska <mliska@suse.cz>
1620 * ecoff.c (strneq): Remove strneq and use startswith.
1621 (_bfd_ecoff_slurp_armap): Likewise.
1623 2021-04-01 Martin Liska <mliska@suse.cz>
1625 * elf-bfd.h (bfd_section_is_ctf): Use startswith function.
1626 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
1627 (elf_get_reloc_section): Likewise.
1628 * elf32-arc.c (elf_arc_size_dynamic_sections): Likewise.
1629 * elf32-m32r.c (m32r_elf_section_flags): Likewise.
1630 * elf32-microblaze.c (microblaze_elf_size_dynamic_sections): Likewise.
1631 * elf32-nds32.c (nds32_elf_size_dynamic_sections): Likewise.
1632 (nds32_elf_relocate_section): Likewise.
1633 (nds32_elf_action_discarded): Likewise.
1634 (nds32_elf_check_relocs): Likewise.
1635 (nds32_elf_section_flags): Likewise.
1636 * elf32-or1k.c (or1k_elf_check_relocs): Likewise.
1637 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
1638 * elf32-rx.c (rx_table_find): Likewise.
1639 (rx_table_map): Likewise.
1640 * elf32-spu.c (spu_elf_backend_symbol_processing): Likewise.
1641 (spu_elf_find_overlays): Likewise.
1642 (needs_ovl_stub): Likewise.
1643 (allocate_spuear_stubs): Likewise.
1644 (build_spuear_stubs): Likewise.
1645 (mark_overlay_section): Likewise.
1646 (spu_elf_auto_overlay): Likewise.
1647 (spu_elf_output_symbol_hook): Likewise.
1648 * elf32-tilepro.c (tilepro_elf_size_dynamic_sections): Likewise.
1649 * elf32-xtensa.c (xtensa_property_section_name): Likewise.
1650 * elf64-ppc.c (ppc64_elf_section_flags): Likewise.
1651 (ppc64_elf_relocate_section): Likewise.
1652 * elflink.c (resolve_section): Likewise.
1653 (UNARY_OP): Likewise.
1654 (BINARY_OP_HEAD): Likewise.
1655 (elf_link_input_bfd): Likewise.
1656 * elfnn-riscv.c (riscv_elf_size_dynamic_sections): Likewise.
1657 * elfxx-riscv.c (riscv_parse_subset): Likewise.
1658 * elfxx-tilegx.c (tilegx_elf_size_dynamic_sections): Likewise.
1659 * opncls.c (get_build_id): Likewise.
1661 2021-03-31 Alan Modra <amodra@gmail.com>
1664 * bfd-in.h: Don't poison FALSE or TRUE.
1665 * bfd-in2.h: Regenerate.
1667 2021-03-31 Alan Modra <amodra@gmail.com>
1669 * sysdep.h: POISON_BFD_BOOLEAN: Define.
1670 * aix5ppc-core.c, * aout-cris.c, * aout-ns32k.c, * aout-target.h,
1671 * aoutx.h, * arc-got.h, * archive.c, * archive64.c, * archures.c,
1672 * bfd-in.h, * bfd.c, * bfdwin.c, * binary.c, * cache.c,
1673 * coff-alpha.c, * coff-arm.c, * coff-arm.h, * coff-bfd.c,
1674 * coff-bfd.h, * coff-go32.c, * coff-i386.c, * coff-ia64.c,
1675 * coff-mcore.c, * coff-mips.c, * coff-rs6000.c, * coff-sh.c,
1676 * coff-stgo32.c, * coff-tic30.c, * coff-tic4x.c, * coff-tic54x.c,
1677 * coff-x86_64.c, * coff-z80.c, * coff-z8k.c, * coff64-rs6000.c,
1678 * coffcode.h, * coffgen.c, * cofflink.c, * compress.c,
1679 * corefile.c, * cpu-aarch64.c, * cpu-aarch64.h, * cpu-alpha.c,
1680 * cpu-arc.c, * cpu-arm.c, * cpu-arm.h, * cpu-avr.c, * cpu-bfin.c,
1681 * cpu-bpf.c, * cpu-cr16.c, * cpu-cris.c, * cpu-crx.c,
1682 * cpu-csky.c, * cpu-d10v.c, * cpu-d30v.c, * cpu-dlx.c,
1683 * cpu-epiphany.c, * cpu-fr30.c, * cpu-frv.c, * cpu-ft32.c,
1684 * cpu-h8300.c, * cpu-hppa.c, * cpu-i386.c, * cpu-ia64.c,
1685 * cpu-iamcu.c, * cpu-ip2k.c, * cpu-iq2000.c, * cpu-k1om.c,
1686 * cpu-l1om.c, * cpu-lm32.c, * cpu-m10200.c, * cpu-m10300.c,
1687 * cpu-m32c.c, * cpu-m32r.c, * cpu-m68hc11.c, * cpu-m68hc12.c,
1688 * cpu-m68k.c, * cpu-m9s12x.c, * cpu-m9s12xg.c, * cpu-mcore.c,
1689 * cpu-mep.c, * cpu-metag.c, * cpu-microblaze.c, * cpu-mips.c,
1690 * cpu-mmix.c, * cpu-moxie.c, * cpu-msp430.c, * cpu-mt.c,
1691 * cpu-nds32.c, * cpu-nfp.c, * cpu-nios2.c, * cpu-ns32k.c,
1692 * cpu-or1k.c, * cpu-pdp11.c, * cpu-pj.c, * cpu-powerpc.c,
1693 * cpu-pru.c, * cpu-riscv.c, * cpu-rl78.c, * cpu-rs6000.c,
1694 * cpu-rx.c, * cpu-s12z.c, * cpu-s390.c, * cpu-score.c,
1695 * cpu-sh.c, * cpu-sparc.c, * cpu-spu.c, * cpu-tic30.c,
1696 * cpu-tic4x.c, * cpu-tic54x.c, * cpu-tic6x.c, * cpu-tilegx.c,
1697 * cpu-tilepro.c, * cpu-v850.c, * cpu-v850_rh850.c, * cpu-vax.c,
1698 * cpu-visium.c, * cpu-wasm32.c, * cpu-xc16x.c, * cpu-xgate.c,
1699 * cpu-xstormy16.c, * cpu-xtensa.c, * cpu-z80.c, * cpu-z8k.c,
1700 * dwarf1.c, * dwarf2.c, * ecoff-bfd.h, * ecoff.c, * ecofflink.c,
1701 * elf-attrs.c, * elf-bfd.h, * elf-eh-frame.c, * elf-hppa.h,
1702 * elf-ifunc.c, * elf-m10200.c, * elf-m10300.c, * elf-nacl.c,
1703 * elf-nacl.h, * elf-properties.c, * elf-s390-common.c,
1704 * elf-s390.h, * elf-strtab.c, * elf-vxworks.c, * elf-vxworks.h,
1705 * elf.c, * elf32-am33lin.c, * elf32-arc.c, * elf32-arm.c,
1706 * elf32-arm.h, * elf32-avr.c, * elf32-avr.h, * elf32-bfin.c,
1707 * elf32-bfin.h, * elf32-cr16.c, * elf32-cr16.h, * elf32-cris.c,
1708 * elf32-crx.c, * elf32-csky.c, * elf32-csky.h, * elf32-d10v.c,
1709 * elf32-d30v.c, * elf32-dlx.c, * elf32-epiphany.c,
1710 * elf32-fr30.c, * elf32-frv.c, * elf32-ft32.c, * elf32-gen.c,
1711 * elf32-h8300.c, * elf32-hppa.c, * elf32-hppa.h, * elf32-i386.c,
1712 * elf32-ip2k.c, * elf32-iq2000.c, * elf32-lm32.c, * elf32-m32c.c,
1713 * elf32-m32r.c, * elf32-m68hc11.c, * elf32-m68hc12.c,
1714 * elf32-m68hc1x.c, * elf32-m68hc1x.h, * elf32-m68k.c,
1715 * elf32-m68k.h, * elf32-mcore.c, * elf32-mep.c, * elf32-metag.c,
1716 * elf32-metag.h, * elf32-microblaze.c, * elf32-mips.c,
1717 * elf32-moxie.c, * elf32-msp430.c, * elf32-mt.c, * elf32-nds32.c,
1718 * elf32-nios2.c, * elf32-nios2.h, * elf32-or1k.c, * elf32-pj.c,
1719 * elf32-ppc.c, * elf32-ppc.h, * elf32-pru.c, * elf32-rl78.c,
1720 * elf32-rx.c, * elf32-s12z.c, * elf32-s390.c, * elf32-score.c,
1721 * elf32-score.h, * elf32-score7.c, * elf32-sh-relocs.h,
1722 * elf32-sh.c, * elf32-sparc.c, * elf32-spu.c, * elf32-spu.h,
1723 * elf32-tic6x.c, * elf32-tic6x.h, * elf32-tilegx.c,
1724 * elf32-tilepro.c, * elf32-v850.c, * elf32-v850.h,
1725 * elf32-vax.c, * elf32-visium.c, * elf32-wasm32.c,
1726 * elf32-xc16x.c, * elf32-xgate.c, * elf32-xstormy16.c,
1727 * elf32-xtensa.c, * elf32-z80.c, * elf64-alpha.c, * elf64-bpf.c,
1728 * elf64-gen.c, * elf64-hppa.c, * elf64-ia64-vms.c,
1729 * elf64-mips.c, * elf64-mmix.c, * elf64-nfp.c, * elf64-ppc.c,
1730 * elf64-ppc.h, * elf64-s390.c, * elf64-sparc.c,
1731 * elf64-tilegx.c, * elf64-x86-64.c, * elfcode.h,
1732 * elfcore.h, * elflink.c, * elfn32-mips.c, * elfnn-aarch64.c,
1733 * elfnn-ia64.c, * elfnn-riscv.c, * elfxx-aarch64.c,
1734 * elfxx-aarch64.h, * elfxx-ia64.c, * elfxx-ia64.h,
1735 * elfxx-mips.c, * elfxx-mips.h, * elfxx-riscv.c, * elfxx-riscv.h,
1736 * elfxx-sparc.c, * elfxx-sparc.h, * elfxx-target.h,
1737 * elfxx-tilegx.c, * elfxx-tilegx.h, * elfxx-x86.c, * elfxx-x86.h,
1738 * format.c, * genlink.h, * hash.c, * i386aout.c, * i386lynx.c,
1739 * i386msdos.c, * ihex.c, * libaout.h, * libbfd-in.h,
1740 * libbfd.c, * libcoff-in.h, * libecoff.h, * libpei.h,
1741 * libxcoff.h, * linker.c, * mach-o-aarch64.c, * mach-o-arm.c,
1742 * mach-o-i386.c, * mach-o-x86-64.c, * mach-o.c, * mach-o.h,
1743 * merge.c, * mmo.c, * netbsd.h, * opncls.c, * pc532-mach.c,
1744 * pdp11.c, * pe-arm.c, * pe-i386.c, * pe-mcore.c, * pe-sh.c,
1745 * pe-x86_64.c, * peXXigen.c, * pef.c, * pei-arm.c, * pei-i386.c,
1746 * pei-ia64.c, * pei-mcore.c, * pei-sh.c, * pei-x86_64.c,
1747 * peicode.h, * plugin.c, * plugin.h, * ppcboot.c, * reloc.c,
1748 * reloc16.c, * rs6000-core.c, * section.c, * simple.c, * som.c,
1749 * som.h, * srec.c, * stabs.c, * syms.c, * targets.c, * tekhex.c,
1750 * verilog.c, * vms-alpha.c, * vms-lib.c, * vms-misc.c, * vms.h,
1751 * wasm-module.c, * xcofflink.c, * xcofflink.h, * xsym.c,
1752 * xsym.h: Replace bfd_boolean with bool, FALSE with false, and
1753 TRUE with true throughout.
1754 * bfd-in2.h: Regenerate.
1755 * libbfd.h: Regenerate.
1756 * libcoff.h: Regenerate.
1758 2021-03-31 Alan Modra <amodra@gmail.com>
1760 * bfd-in.h: Include stdbool.h.
1761 (bfd_boolean): Define as bool
1762 * bfd-in2.h: Regenerate.
1764 2021-03-31 Alan Modra <amodra@gmail.com>
1766 * .gitignore: Delete bfd_stdint.h entry.
1767 * Makefile.am (bfdinclude_HEADERS): Delete bfd_stdint.h.
1768 (BUILD_HFILES, LOCAL_H_DEPS): Likewise.
1769 * bfd-in.h: Include stdint.h in place of bfd_stdint.h.
1770 * configure.ac: Don't invoke GCC_HEADER_STDINT.
1771 * configure.com: Don't create bfd_stdint.h.
1772 * Makefile.in: Regenerate.
1773 * aclocal.m4: Regenerate.
1774 * bfd-in2.h: Regenerate.
1775 * config.in: Regenerate.
1776 * configure: Regenerate.
1777 * doc/Makefile.in: Regenerate.
1778 * po/BLD-POTFILES.in: Regenerate.
1780 2021-03-31 Alan Modra <amodra@gmail.com>
1782 * bfd-in.h: Include string.h.
1783 (LITMEMCPY, LITSTRCPY): Delete.
1784 * bfd-in2.h: Regenerate.
1786 2021-03-30 Alan Modra <amodra@gmail.com>
1788 * elflink.c (elf_link_add_object_symbols): Don't set h->indx
1789 unless is_elf_hash_table.
1791 2021-03-29 Alan Modra <amodra@gmail.com>
1793 * aoutx.h (aout_link_write_symbols): Don't cast boolean expression
1795 * elf32-or1k.c (or1k_set_got_and_rela_sizes): Dont compare booleans
1797 * elf32-arc.c (name_for_global_symbol): Don't compare boolean to TRUE.
1798 (is_reloc_PC_relative): Don't use "boolean_condition ? TRUE : FALSE".
1799 (is_reloc_SDA_relative, is_reloc_for_GOT): Likewise.
1800 (is_reloc_for_PLT, is_reloc_for_TLS): Likewise.
1801 * elf32-arm.c (stm32l4xx_need_create_replacing_stub): Likewise.
1802 * elf32-nds32.c (insert_nds32_elf_blank): Likewise.
1803 * elf32-rx.c (rx_set_section_contents): Likewise.
1804 * elfnn-aarch64.c (elfNN_aarch64_final_link_relocate): Likewise.
1805 * elfxx-mips.c (_bfd_mips_elf_ignore_undef_symbol): Likewise.
1806 * mach-o.c (bfd_mach_o_read_command): Likewise.
1807 * targets.c (bfd_get_target_info): Likewise.
1809 2021-03-29 Alan Modra <amodra@gmail.com>
1811 * coff-z80.c (z80_is_local_label_name): Return bfd_boolean.
1812 * elf32-z80.c (z80_is_local_label_name): Likewise.
1813 * elf32-spu.c (spu_elf_modify_headers): Likewise.
1814 * elf32-nds32.h (struct elf_nds32_link_hash_table <hyper_relax>):
1816 * vms-lib.c (_bfd_vms_lib_write_archive_contents): Correct test
1817 for error return from vms_write_data_block.
1819 2021-03-29 Alan Modra <amodra@gmail.com>
1821 * elf32-i386.c (elf_i386_finish_local_dynamic_symbol): Return int.
1822 * elf64-ia64-vms.c (elf64_ia64_local_dyn_info_free): Likewise.
1823 (elf64_ia64_local_dyn_sym_thunk): Likewise.
1824 * elf64-x86-64.c (elf_x86_64_finish_local_dynamic_symbol): Likewise.
1825 * elfnn-aarch64.c (elfNN_aarch64_allocate_local_ifunc_dynrelocs),
1826 (elfNN_aarch64_finish_local_dynamic_symbol): Likewise.
1827 * elfnn-ia64.c (elfNN_ia64_local_dyn_info_free): Likewise.
1828 (elfNN_ia64_local_dyn_sym_thunk): Likewise.
1829 * elfnn-riscv.c (allocate_local_ifunc_dynrelocs): Likewise.
1830 (riscv_pcrel_reloc_eq): Likewise.
1831 (riscv_elf_finish_local_dynamic_symbol): Likewise.
1832 * elfxx-sparc.c (allocate_local_dynrelocs): Likewise.
1833 (finish_local_dynamic_symbol): Likewise.
1834 * elfxx-x86.c (elf_x86_allocate_local_dynreloc): Likewise.
1835 * elfxx-mips.c (mips_elf_resolve_got_page_ref): Likewise.
1836 (mips_elf_count_got_symbols): Change return type to bfd_boolean.
1838 2021-03-29 Alan Modra <amodra@gmail.com>
1840 * elflink.c (elf_link_output_symstrtab): Make flinfo parameter
1842 (bfd_elf_final_link): Delete out_sym_func typedef and don't cast
1843 elf_link_output_symstrtab when calling output_arch_syms and
1844 output_arch_local_syms.
1845 * elf-bfd.h (struct elf_backend_data <elf_backend_output_arch_syms,
1846 elf_backend_output_arch_local_syms>): Change return type of func
1847 arg to match elf_link_output_symstrtab.
1848 * elf-vxworks.h (elf_vxworks_link_output_symbol_hook): Correct
1850 * elf32-nds32.c (nds32_elf_output_symbol_hook): Correct return type.
1851 (nds32_elf_output_arch_syms): Correct func return type.
1853 2021-03-29 Alan Modra <amodra@gmail.com>
1855 * elf-m10200.c (mn10200_elf_relocate_section): Return int.
1856 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
1857 * elf32-arc.c (elf_arc_relocate_section): Likewise.
1858 * elf32-arm.c (elf32_arm_relocate_section): Likewise.
1859 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
1860 * elf32-bfin.c (bfin_relocate_section): Likewise.
1861 (bfinfdpic_relocate_section): Likewise.
1862 * elf32-cr16.c (elf32_cr16_relocate_section): Likewise.
1863 * elf32-cris.c (cris_elf_relocate_section): Likewise.
1864 * elf32-crx.c (elf32_crx_relocate_section): Likewise.
1865 * elf32-csky.c (csky_elf_relocate_section): Likewise.
1866 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
1867 * elf32-epiphany.c (epiphany_elf_relocate_section): Likewise.
1868 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
1869 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
1870 * elf32-ft32.c (ft32_elf_relocate_section): Likewise.
1871 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
1872 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1873 * elf32-i386.c (elf_i386_relocate_section): Likewise.
1874 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
1875 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
1876 * elf32-lm32.c (lm32_elf_relocate_section): Likewise.
1877 * elf32-m32c.c (m32c_elf_relocate_section): Likewise.
1878 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1879 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
1880 * elf32-m68hc1x.h (elf32_m68hc11_relocate_section): Likewise.
1881 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1882 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
1883 * elf32-mep.c (mep_elf_relocate_section): Likewise.
1884 * elf32-metag.c (elf_metag_relocate_section): Likewise.
1885 * elf32-microblaze.c (microblaze_elf_relocate_section): Likewise.
1886 * elf32-moxie.c (moxie_elf_relocate_section): Likewise.
1887 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
1888 * elf32-mt.c (mt_elf_relocate_section): Likewise.
1889 * elf32-nds32.c (nds32_elf_relocate_section): Likewise.
1890 * elf32-nios2.c (nios2_elf32_relocate_section): Likewise.
1891 * elf32-or1k.c (or1k_elf_relocate_section): Likewise.
1892 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1893 * elf32-pru.c (pru_elf32_relocate_section): Likewise.
1894 * elf32-rl78.c (rl78_elf_relocate_section): Likewise.
1895 * elf32-rx.c (rx_elf_relocate_section): Likewise.
1896 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1897 * elf32-score.c (s3_bfd_score_elf_relocate_section): Likewise.
1898 (_bfd_score_elf_relocate_section): Likewise.
1899 * elf32-score.h (s7_bfd_score_elf_relocate_section): Likewise.
1900 * elf32-score7.c (s7_bfd_score_elf_relocate_section): Likewise.
1901 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1902 * elf32-tic6x.c (elf32_tic6x_relocate_section): Likewise.
1903 * elf32-tilepro.c (tilepro_elf_relocate_section): Likewise.
1904 * elf32-v850.c (v850_elf_relocate_section): Likewise.
1905 * elf32-vax.c (elf_vax_relocate_section): Likewise.
1906 * elf32-visium.c (visium_elf_relocate_section): Likewise.
1907 * elf32-xc16x.c (elf32_xc16x_relocate_section): Likewise.
1908 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
1909 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
1910 * elf32-z80.c (z80_elf_relocate_section): Likewise.
1911 * elf64-alpha.c (elf64_alpha_relocate_section_r): Likewise.
1912 (elf64_alpha_relocate_section): Likewise.
1913 * elf64-bpf.c (bpf_elf_relocate_section): Likewise.
1914 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
1915 * elf64-ia64-vms.c (elf64_ia64_relocate_section): Likewise.
1916 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
1917 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1918 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1919 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise.
1920 * elfnn-aarch64.c (elfNN_aarch64_relocate_section): Likewise.
1921 * elfnn-ia64.c (elfNN_ia64_relocate_section): Likewise.
1922 * elfnn-riscv.c (riscv_elf_relocate_section): Likewise.
1923 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
1924 * elfxx-mips.h (_bfd_mips_elf_relocate_section): Likewise.
1925 * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Likewise.
1926 * elfxx-sparc.h (_bfd_sparc_elf_relocate_section): Likewise.
1927 * elfxx-tilegx.c (tilegx_elf_relocate_section): Likewise.
1928 * elfxx-tilegx.h (tilegx_elf_relocate_section): Likewise.
1930 2021-03-26 Keith Seitz <keiths@redhat.com>
1932 * elfcore.h (_bfd_elf_core_find_build_id): Seek file
1933 offset of program headers after calling elf_read_notes.
1935 2021-03-23 Jan Beulich <jbeulich@suse.com>
1937 * dwarf2.c (read_indexed_string): Rename index to idx.
1939 2021-03-22 Martin Liska <mliska@suse.cz>
1941 * bfd-in.h (startswith): Add startswith function.
1942 (CONST_STRNEQ): Remove.
1943 * bfd-in2.h (startswith): Regenerate with make headers.
1944 * archive.c (bfd_slurp_armap): Replace usage of CONST_STRNEQ with startswith.
1945 (_bfd_slurp_extended_name_table): Likewise.
1946 * archive64.c (_bfd_archive_64_bit_slurp_armap): Likewise.
1947 * bfd.c (bfd_get_sign_extend_vma): Likewise.
1948 (bfd_convert_section_size): Likewise.
1949 (bfd_convert_section_contents): Likewise.
1950 * coff-stgo32.c (go32exe_create_stub): Likewise.
1951 (go32exe_check_format): Likewise.
1952 * coffcode.h (styp_to_sec_flags): Likewise.
1953 (GNU_DEBUGALTLINK): Likewise.
1954 * coffgen.c (_bfd_coff_section_already_linked): Likewise.
1955 (coff_gc_sweep): Likewise.
1956 (bfd_coff_gc_sections): Likewise.
1957 * cofflink.c (coff_link_add_symbols): Likewise.
1958 (process_embedded_commands): Likewise.
1959 * compress.c (bfd_is_section_compressed_with_header): Likewise.
1960 (bfd_init_section_decompress_status): Likewise.
1961 * dwarf2.c (find_debug_info): Likewise.
1962 (place_sections): Likewise.
1963 * ecoff.c (_bfd_ecoff_slurp_armap): Likewise.
1964 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
1965 * elf.c (_bfd_elf_make_section_from_shdr): Likewise.
1966 (assign_section_numbers): Likewise.
1967 (elfcore_grok_win32pstatus): Likewise.
1968 * elf32-arm.c (cmse_scan): Likewise.
1969 (elf32_arm_gc_mark_extra_sections): Likewise.
1970 (elf32_arm_size_dynamic_sections): Likewise.
1971 (is_arm_elf_unwind_section_name): Likewise.
1972 * elf32-bfin.c (bfin_size_dynamic_sections): Likewise.
1973 * elf32-cr16.c (_bfd_cr16_elf_size_dynamic_sections): Likewise.
1974 * elf32-cris.c (elf_cris_size_dynamic_sections): Likewise.
1975 * elf32-csky.c (csky_elf_size_dynamic_sections): Likewise.
1976 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
1977 * elf32-iq2000.c (iq2000_elf_check_relocs): Likewise.
1978 * elf32-lm32.c (lm32_elf_size_dynamic_sections): Likewise.
1979 * elf32-m32r.c (m32r_elf_size_dynamic_sections): Likewise.
1980 * elf32-m68k.c (elf_m68k_size_dynamic_sections): Likewise.
1981 * elf32-metag.c (elf_metag_size_dynamic_sections): Likewise.
1982 * elf32-msp430.c (msp430_elf_relax_delete_bytes): Likewise.
1983 * elf32-nios2.c (nios2_elf32_size_dynamic_sections): Likewise.
1984 * elf32-or1k.c (or1k_elf_size_dynamic_sections): Likewise.
1985 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
1986 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
1987 * elf32-score.c (s3_bfd_score_elf_size_dynamic_sections): Likewise.
1988 * elf32-score7.c (s7_bfd_score_elf_size_dynamic_sections): Likewise.
1989 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
1990 * elf32-tic6x.c (is_tic6x_elf_unwind_section_name): Likewise.
1991 (elf32_tic6x_size_dynamic_sections): Likewise.
1992 * elf32-vax.c (elf_vax_size_dynamic_sections): Likewise.
1993 * elf32-xtensa.c (elf_xtensa_size_dynamic_sections): Likewise.
1994 (xtensa_is_insntable_section): Likewise.
1995 (xtensa_is_littable_section): Likewise.
1996 (xtensa_is_proptable_section): Likewise.
1997 (xtensa_property_section_name): Likewise.
1998 (xtensa_callback_required_dependence): Likewise.
1999 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Likewise.
2000 * elf64-hppa.c (elf64_hppa_size_dynamic_sections): Likewise.
2001 * elf64-ia64-vms.c (is_unwind_section_name): Likewise.
2002 (get_reloc_section): Likewise.
2003 (elf64_ia64_size_dynamic_sections): Likewise.
2004 (elf64_ia64_object_p): Likewise.
2005 * elf64-mmix.c (mmix_elf_add_symbol_hook): Likewise.
2006 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Likewise.
2007 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
2008 * elflink.c (elf_link_add_object_symbols): Likewise.
2009 (_bfd_elf_gc_mark_extra_sections): Likewise.
2010 (bfd_elf_parse_eh_frame_entries): Likewise.
2011 (_bfd_elf_section_already_linked): Likewise.
2012 * elfnn-aarch64.c (elfNN_aarch64_size_dynamic_sections): Likewise.
2013 * elfnn-ia64.c (is_unwind_section_name): Likewise.
2014 (elfNN_ia64_size_dynamic_sections): Likewise.
2015 (elfNN_ia64_object_p): Likewise.
2016 * elfxx-mips.c (FN_STUB_P): Likewise.
2017 (CALL_STUB_P): Likewise.
2018 (CALL_FP_STUB_P): Likewise.
2019 (_bfd_mips_elf_section_from_shdr): Likewise.
2020 (_bfd_mips_elf_fake_sections): Likewise.
2021 (_bfd_mips_elf_size_dynamic_sections): Likewise.
2022 (_bfd_mips_final_write_processing): Likewise.
2023 (_bfd_mips_elf_final_link): Likewise.
2024 * elfxx-sparc.c (_bfd_sparc_elf_size_dynamic_sections): Likewise.
2025 * elfxx-x86.c (elf_i386_is_reloc_section): Likewise.
2026 (elf_x86_64_is_reloc_section): Likewise.
2027 * hpux-core.c (thread_section_p): Likewise.
2028 * libcoff.h (bfd_pei_p): Likewise.
2029 * linker.c (REAL): Likewise.
2030 (unwrap_hash_lookup): Likewise.
2031 (_bfd_generic_link_add_one_symbol): Likewise.
2032 * mmo.c (mmo_internal_write_section): Likewise.
2033 * osf-core.c (osf_core_core_file_p): Likewise.
2034 * pef.c (bfd_pef_print_symbol): Likewise.
2035 * pei-x86_64.c (pex64_print_all_pdata_sections): Likewise.
2036 * som.c (som_slurp_symbol_table): Likewise.
2037 (som_slurp_armap): Likewise.
2038 * wasm-module.c (wasm_compute_custom_section_file_position): Likewise.
2040 2021-03-22 Jan Beulich <jbeulich@suse.com>
2042 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Add missing
2043 language translation wrapping to _bfd_error_handler()
2046 2021-03-21 Alan Modra <amodra@gmail.com>
2048 * bfd-in.h (startswith): New inline.
2049 (CONST_STRNEQ): Use startswith.
2050 * bfd-in2.h: Regenerate.
2052 2021-03-20 Alan Modra <amodra@gmail.com>
2055 * elf.c (_bfd_elf_make_section_from_shdr): Remove SHF_EXCLUDE
2056 test for .gnu.debuglto*.
2058 2021-03-18 H.J. Lu <hongjiu.lu@intel.com>
2061 * elf.c (_bfd_elf_make_section_from_shdr): Treat
2062 .gnu.debuglto_.debug_ section as debugging section unless it is
2063 marked with SHF_EXCLUDE.
2064 * elflink.c (elf_create_symbuf): Revert commit 994b2513281.
2065 (bfd_elf_match_symbols_in_sections): Ignore section symbols when
2066 matching non-debugging sections or linkonce section with comdat
2069 2021-03-18 H.J. Lu <hongjiu.lu@intel.com>
2072 * dwarf2.c (read_attribute_value): Check version >= 3 for
2075 2021-03-16 Nick Clifton <nickc@redhat.com>
2077 * peXXigen.c (_bfd_XXi_swap_aux_out): Avoid potential buffer
2078 overrun by using sizeof of the destination x_fname field as the
2081 2021-03-16 Kuan-Lin Chen <kuanlinchentw@gmail.com>
2083 * elfxx-riscv.c (riscv_std_z_ext_strtab): Add zba, zbb and zbc.
2085 2021-03-12 Clément Chigot <clement.chigot@atos.net>
2087 * reloc.c (BFD_RELOC_PPC_TLS_LE, BFD_RELOC_PPC_TLS_IE,
2088 BFD_RELOC_PPC_TLS_M, BFD_RELOC_PPC_TLS_ML, BFD_RELOC_PPC64_TLS_GD,
2089 BFD_RELOC_PPC64_TLS_LD, BFD_RELOC_PPC64_TLS_LE,
2090 BFD_RELOC_PPC64_TLS_IE, BFD_RELOC_PPC64_TLS_M,
2091 BFD_RELOC_PPC64_TLS_ML): New relocations.
2092 * bfd-in2.h: Regenerate.
2093 * libbfd.h: Regenerate.
2094 * coff-rs6000.c (xcoff_calculate_relocation): Call
2095 xcoff_reloc_type_tls for TLS relocations.
2096 (xcoff_howto_table): Implement TLS relocations.
2097 (_bfd_xcoff_reloc_type_lookup): Add cases TLS relocations.
2098 (xcoff_reloc_type_tls): New function.
2099 * coff64-rs6000.c (xcoff_calculate_relocation): Likewise.
2100 (xcoff_howto_table): Likewise.
2101 (_bfd_xcoff_reloc_type_lookup): Likewise.
2102 * coffcode.h (sec_to_styp_flags): Handle TLS sections.
2103 (styp_to_sec_flags): Likewise.
2104 (coff_compute_section_file_positions): Avoid file offset
2105 optimisation for .data when the previous section is .tdata.
2106 (coff_write_object_contents): Handle TLS sections.
2107 * coffswap.h (coff_swap_aouthdr_out): Add support for
2108 new fields in aouthdr.
2109 * libxcoff.h (xcoff_reloc_type_tls): Add prototype.
2110 * xcofflink.c (xcoff_link_add_symbols): Handle XMC_UL.
2111 (xcoff_need_ldrel_p): Add cases for TLS relocations.
2112 (xcoff_create_ldrel): Add l_symndx for TLS sections.
2114 2021-03-12 Clément Chigot <clement.chigot@atos.net>
2116 * reloc.c (BFD_RELOC_PPC_TOC16_HI, BFD_RELOC_PPC_TOC16_LO):
2118 * bfd-in2.h: Regenerate.
2119 * libbfd.h: Regenerate.
2120 * coff-rs6000.c (xcoff_calculate_relocation): Call
2121 xcoff_reloc_type_toc for R_TOCU and R_TOCL.
2122 (xcoff_howto_table): Remove src_mask for TOC relocations.
2123 Add R_TOCU and R_TOCL howtos.
2124 (_bfd_xcoff_reloc_type_lookup): Add cases for
2125 BFD_RELOC_PPC_TOC16_HI and BFD_RELOC_PPC_TOC16_LO.
2126 (xcoff_reloc_type_toc): Compute the whole offset.
2127 Implement R_TOCU and R_TOCL.
2128 * coff64-rs6000.c (xcoff64_calculate_relocation):
2130 (xcoff64_howto_table): Likewise.
2131 (xcoff64_reloc_type_lookup): Likewise.
2133 2021-03-12 Clément Chigot <clement.chigot@atos.net>
2135 * coff-rs6000.c (xcoff_calculate_relocation): Correct and
2136 add new relocations.
2137 (xcoff_howto_table): Likewise.
2138 (xcoff_rtype2howto): Increase r_type maximum value.
2139 (xcoff_ppc_relocate_section): Reuse predefined HOWTOs instead
2140 of create a new one from scratch. Enable only some relocations
2141 to have a changing r_size.
2142 * coff64-rs6000.c (xcoff64_calculate_relocation): Likewise.
2143 (xcoff64_howto_table): Likewise.
2144 (xcoff64_rtype2howto): Likewise.
2145 (xcoff64_ppc_relocate_section): Likewise.
2146 * libxcoff.h (XCOFF_MAX_CALCULATE_RELOCATION): Fix value.
2148 2021-03-12 Clément Chigot <clement.chigot@atos.net>
2150 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Move.
2152 2021-03-12 Clément Chigot <clement.chigot@atos.net>
2154 * coff64-rs6000.c (xcoff64_write_object_contents): Remove.
2155 * coffcode.h (coff_write_object_contents): Add bfd_mach_ppc_620
2156 support for o_cputype field. Avoid creating an empty a.out header
2159 2021-03-12 Clément Chigot <clement.chigot@atos.net>
2161 * coff64-rs6000.c (xcoff64_create_csect_from_smclas): Add
2164 2021-03-11 Nelson Chu <nelson.chu@sifive.com>
2166 * elfnn-riscv.c (riscv_elf_link_hash_table): New boolean
2167 restart_relax, used to check if we need to run the whole
2168 relaxations from relax pass 0 to 2 again.
2169 (riscv_elf_link_hash_table_create): Init restart_relax to FALSE.
2170 (_bfd_riscv_relax_align): Remove obsolete sec_flg0 set.
2171 (_bfd_riscv_relax_delete): Set again to TRUE if we do delete the code.
2172 (bfd_elfNN_riscv_restart_relax_sections): New function. Called by
2173 after_allocation to check if we need to run the whole relaxations again.
2174 (_bfd_riscv_relax_section): We will only enter into the relax pass 3
2175 when the restart_relax is FALSE; At last set restart_relax to TRUE if
2177 * elfxx-riscv.h (bfd_elf32_riscv_restart_relax_sections): Declaration.
2178 (bfd_elf64_riscv_restart_relax_sections): Likewise.
2180 2021-03-10 Jan Beulich <jbeulich@suse.com>
2182 * cofflink.c (_bfd_coff_write_global_sym): Range-check symbol
2185 2021-03-10 Alan Modra <amodra@gmail.com>
2186 Jan Beulich <jbeulich@suse.com>
2188 * elf.c (bfd_elf_generic_reloc): Make references between debug
2189 sections use section relative values.
2191 2021-03-09 Jan Beulich <jbeulich@suse.com>
2193 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Diagnose out of range RVA.
2195 2021-03-05 H.J. Lu <hongjiu.lu@intel.com>
2199 * bfd.c (_bfd_get_link_info): New function.
2200 * elf-bfd.h (output_elf_obj_tdata): Add link_info.
2201 (elf_link_info): New.
2202 * libbfd-in.h (_bfd_get_link_info): New prototype.
2203 * coff-x86_64.c (coff_amd64_reloc): Also subtract __ImageBase for
2204 R_AMD64_IMAGEBASE when generating x86-64 ELF executable.
2205 * pe-x86_64.c: Include "coff/internal.h" and "libcoff.h".
2206 (pex64_link_add_symbols): New function.
2207 (coff_bfd_link_add_symbols): New macro.
2208 * libbfd.h: Regenerated.
2210 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
2211 Andrew Burgess <andrew.burgess@embecosm.com>
2213 * elf-bfd.h (elfcore_write_riscv_csr): Declare.
2214 * elf.c (elfcore_grok_riscv_csr): New function.
2215 (elfcore_grok_note): Handle NT_RISCV_CSR.
2216 (elfcore_write_riscv_csr): New function.
2217 (elfcore_write_register_note): Handle '.reg-riscv-csr'.
2219 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
2220 Andrew Burgess <andrew.burgess@embecosm.com>
2222 * elfnn-riscv.c (PRPSINFO_PR_FNAME_LENGTH): Define.
2223 (PRPSINFO_PR_PSARGS_LENGTH): Define.
2224 (riscv_write_core_note): New function.
2225 (riscv_elf_grok_psinfo): Make use of two new length defines.
2226 (elf_backend_write_core_note): Define.
2228 2021-03-05 Craig Blackmore <craig.blackmore@embecosm.com>
2229 Andrew Burgess <andrew.burgess@embecosm.com>
2231 * elf-bfd.h (elfcore_write_gdb_tdesc): Declare new function.
2232 * elf.c (elfcore_grok_gdb_tdesc): New function.
2233 (elfcore_grok_note): Handle NT_GDB_TDESC.
2234 (elfcore_write_gdb_tdesc): New function.
2235 (elfcore_write_register_note): Handle NT_GDB_TDESC.
2237 2021-03-05 Nick Clifton <nickc@redhat.com>
2240 * dwarf2.c (is_str_attr): Add DW_FORM_strx* forms.
2241 (read_indexed_string): Placeholder function.
2242 (read_attribute_value): Handle DW_FORM_strx* and DW_FORM_addrx*
2245 2021-03-05 Alan Modra <amodra@gmail.com>
2247 * reloc.c (bfd_perform_relocation): Revert 2021-01-12 and
2249 * coff-x86_64.c (coff_amd64_reloc): Do more or less the same
2250 adjustments here instead. Separate pc-relative adjustments
2251 from symbol related adjustments. Tidy comments and formatting.
2253 2021-03-04 Jan Beulich <jbeulich@suse.com>
2255 * coffcode.h (sec_to_styp_flags): Don't set IMAGE_SCN_LNK_* in
2258 2021-03-04 Alan Modra <amodra@gmail.com>
2260 * rs6000-core.c (rs6000coff_core_p): Correct prototype.
2262 2021-03-03 Alan Modra <amodra@gmail.com>
2265 * elflink.c (_bfd_elf_gc_mark_rsec): Do special start/stop
2266 processing not when start/stop symbol section is unmarked but
2267 on first time a start/stop symbol is processed.
2269 2021-03-03 Alan Modra <amodra@gmail.com>
2271 * reloc.c: Include x86_64.h rather than internal.h.
2273 2021-03-02 Nick Clifton <nickc@redhat.com>
2276 * dwarf2.c (scan_unit_for_symbols): Scan twice, once to accumulate
2277 function and variable tags and a second time to resolve their
2280 2021-03-02 Nick Alcock <nick.alcock@oracle.com>
2282 * elf-strtab.c (_bfd_elf_strtab_str): Skip strings with zero refcount.
2284 2021-03-02 Alan Modra <amodra@gmail.com>
2287 * elf64-ppc.c (ppc64_elf_gc_mark_dynamic_ref): Ignore synthesized
2288 linker defined start/stop symbols when start_stop_gc.
2290 2021-03-02 Alan Modra <amodra@gmail.com>
2292 * elf64-ppc.c (ppc64_elf_relocate_section): Don't optimise got
2293 indirect to pc-relative or toc-relative for undefined symbols.
2295 2021-03-01 Alan Modra <amodra@gmail.com>
2296 Fangrui Song <maskray@google.com>
2298 * elflink.c (_bfd_elf_gc_mark_rsec): Ignore synthesized linker
2299 defined start/stop symbols when start_stop_gc.
2300 (bfd_elf_gc_mark_dynamic_ref_symbol): Likewise.
2301 (bfd_elf_define_start_stop): Don't modify ldscript_def syms.
2302 * linker.c (bfd_generic_define_start_stop): Likewise.
2304 2021-02-25 Alan Modra <amodra@gmail.com>
2307 * elf-bfd.h (struct elf_link_hash_entry): Add ref_ir_nonweak.
2308 * elflink.c (elf_link_add_object_symbols): Set ref_ir_nonweak and
2309 use when deciding an as-needed library should be loaded instead
2310 of using the binding of the library definition.
2312 2021-02-24 Alan Modra <amodra@gmail.com>
2315 * coff-stgo32.c (go32exe_check_format): Sanity check size of
2316 header to avoid a buffer overflow.
2318 2021-02-22 Alan Modra <amodra@gmail.com>
2320 * coff-rs6000.c (_bfd_xcoff_reloc_type_lookup): Remove BFD_RELOC_16.
2321 * coff64-rs6000.c (xcoff64_reloc_type_lookup): Likewise.
2323 2021-02-19 Nelson Chu <nelson.chu@sifive.com>
2326 * elfnn-riscv.c (perform_relocation): Updated encoding macros.
2327 (_bfd_riscv_relax_call): Likewise.
2328 (_bfd_riscv_relax_lui): Likewise.
2329 * elfxx-riscv.c (howto_table): Likewise.
2331 2021-02-18 Nelson Chu <nelson.chu@sifive.com>
2333 * Makefile.am: Added cpu-riscv.h.
2334 * Makefile.in: Regenerated.
2335 * po/SRC-POTFILES.in: Regenerated.
2336 * cpu-riscv.h: Added to support spec versions controlling.
2337 Also added extern arrays and functions for cpu-riscv.c.
2338 (enum riscv_spec_class): Define all spec classes here uniformly.
2339 (struct riscv_spec): Added for all specs.
2340 (RISCV_GET_SPEC_CLASS): Added to reduce repeated code.
2341 (RISCV_GET_SPEC_NAME): Likewise.
2342 (RISCV_GET_ISA_SPEC_CLASS): Added to get ISA spec class.
2343 (RISCV_GET_PRIV_SPEC_CLASS): Added to get privileged spec class.
2344 (RISCV_GET_PRIV_SPEC_NAME): Added to get privileged spec name.
2345 * cpu-riscv.c (struct priv_spec_t): Replaced with struct riscv_spec.
2346 (riscv_get_priv_spec_class): Replaced with RISCV_GET_PRIV_SPEC_CLASS.
2347 (riscv_get_priv_spec_name): Replaced with RISCV_GET_PRIV_SPEC_NAME.
2348 (riscv_priv_specs): Moved below.
2349 (riscv_get_priv_spec_class_from_numbers): Likewise, updated.
2350 (riscv_isa_specs): Moved from include/opcode/riscv.h.
2351 * elfnn-riscv.c: Included cpu-riscv.h.
2352 (riscv_merge_attributes): Initialize in_priv_spec and out_priv_spec.
2353 * elfxx-riscv.c: Included cpu-riscv.h and opcode/riscv.h.
2354 (RISCV_UNKNOWN_VERSION): Moved from include/opcode/riscv.h.
2355 * elfxx-riscv.h: Removed extern functions to cpu-riscv.h.
2357 2021-02-17 Alan Modra <amodra@gmail.com>
2359 * wasm-module.c: Guard include of limits.h.
2360 (CHAR_BIT): Provide backup define.
2361 (wasm_read_leb128): Use CHAR_BIT to size "result" in bits.
2362 Correct signed overflow checking.
2364 2021-02-17 Nelson Chu <nelson.chu@sifive.com>
2367 * elfnn-riscv.c (_bfd_riscv_elf_merge_private_bfd_data): Delay
2368 copying the elf flags from input BFD to output BFD, until we have
2369 checked if the input BFD has no code section or not. Also fix the
2370 problem that we only check the first section rather than the entire
2371 sections for input BFD.
2373 2021-02-16 Alan Modra <amodra@gmail.com>
2375 * libbfd.c (_bfd_read_unsigned_leb128): Avoid excessive shift.
2376 (_bfd_safe_read_leb128, _bfd_read_signed_leb128): Likewise.
2378 2021-02-15 Jan Beulich <jbeulich@suse.com>
2380 * doc/Makefile.am: Replace "cp -p" by "$(LN_S)".
2381 * doc/Makefile.in: Re-generate.
2383 2021-02-15 Alan Modra <amodra@gmail.com>
2385 * elf32-nds32.c (nds32_get_section_contents): Replace
2386 bfd_malloc_and_get_section with bfd_get_full_section_contents.
2387 (nds32_elf_relax_delete_blanks): Init contents.
2388 (nds32_elf_relax_section, nds32_relax_fp_as_gp): Likewise.
2390 2021-02-15 Alan Modra <amodra@gmail.com>
2392 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Use
2393 bfd_get_full_section_contents.
2395 2021-02-14 Alan Modra <amodra@gmail.com>
2397 * elfxx-mips.c (_bfd_elf_mips_get_relocated_section_contents): Apply
2398 all fixes to bfd_generic_get_relocated_section_contents since this
2399 function was split out.
2401 2021-02-11 Alan Modra <amodra@gmail.com>
2403 * config.bfd: Remove ia64 from obsolete list.
2405 2021-02-11 Alan Modra <amodra@gmail.com>
2408 * elfnn-ia64.c: Revert 2017-10-14 git commit db41f6eb5234.
2410 2021-02-11 Alan Modra <amodra@gmail.com>
2413 * elf32-avr.c (avr_elf32_load_records_from_section): Use
2414 bfd_malloc_and_get_section. Use bfd_byte* vars and remove then
2417 2021-02-11 Alan Modra <amodra@gmail.com>
2420 * section.c (bfd_get_section_contents): Avoid possible overflow
2421 when range checking offset and count.
2422 (bfd_set_section_contents): Likewise.
2424 2021-02-03 Nick Alcock <nick.alcock@oracle.com>
2426 * configure.ac (SHARED_LIBADD): Remove explicit -lintl population in
2428 * configure: Regenerated.
2430 2021-02-09 Alan Modra <amodra@gmail.com>
2432 * config.bfd (arm*-*-symbianelf*): Move from obsolete to removed.
2433 * configure.ac: Delete symbian entries.
2434 * elf-bfd.h (enum elf_target_os): Delete is_symbian.
2435 * elf32-arm.c: Remove symbian support. Formatting.
2436 * targets.c: Delete symbian entries.
2437 * configure: Regenerate.
2439 2021-02-04 H.J. Lu <hongjiu.lu@intel.com>
2442 * elf64-x86-64.c (elf_x86_64_relocate_section): Provide more
2443 info when failed to convert GOTPCREL relocation.
2445 2021-02-04 Nelson Chu <nelson.chu@sifive.com>
2447 * elfxx-riscv.c (riscv_parse_prefixed_ext): Removed zb*.
2449 2021-02-04 Alan Modra <amodra@gmail.com>
2452 * elflink.c (elf_link_add_object_symbols): Don't pull in as-needed
2453 libraries for IR references on pass over libraries after LTO
2456 2021-02-03 Alan Modra <amodra@gmail.com>
2459 * elflink.c (_bfd_elf_add_default_symbol): Revert last two changes.
2460 (elf_link_add_object_symbols): Here too. Don't pull in as-needed
2461 libraries when H is an indirect symbol after calling
2462 _bfd_elf_add_default_symbol.
2464 2021-02-03 Alan Modra <amodra@gmail.com>
2467 * elflink.c (_bfd_elf_add_default_symbol): Clear override when
2468 undecorated symbol will have a different version.
2470 2021-02-02 Alan Modra <amodra@gmail.com>
2473 * elflink.c (_bfd_elf_add_default_symbol): Add override parameter.
2474 Use when handling default versioned symbol. Rename existing
2475 override variable to nondef_override and use for non-default
2477 (elf_link_add_object_symbols): Adjust call to suit. Don't
2478 pull in as-needed libraries when override is set.
2480 2021-02-01 Emery Hemingway <ehmry@posteo.net>
2482 * config.bfd: Add *-*-genode* as a target for AArch64 and x86.
2484 2021-02-01 Egor Vishnyakov <lenvampir@yandex.ru>
2487 * elf32-rl78.c (rl78_elf_relocate_section): Fix calculation of
2488 offset for the R_RL78_RH_SADDR relocation.
2490 2021-01-29 Alan Modra <amodra@gmail.com>
2493 * elflink.c (bfd_elf_link_record_dynamic_symbol): Don't segfault
2494 on symbols defined in absolute or other special sections.
2496 2021-01-28 Alan Modra <amodra@gmail.com>
2499 * elflink.c (_bfd_elf_gc_mark_extra_sections): Use linker_mark to
2500 prevent endless looping of linked-to sections.
2502 2020-12-17 Mihails Strasuns <mihails.strasuns@intel.com>
2504 * bfd-elf.h (elfcore_write_file_note): New function.
2505 * elf.c (elfcore_write_file_note): New function.
2507 2021-01-26 Alan Modra <amodra@gmail.com>
2509 * elf32-ft32.c (ft32_reloc_type_lookup): Don't miss ft32_reloc_map[0].
2511 2021-01-24 H.J. Lu <hongjiu.lu@intel.com>
2514 * dwarf2.c (read_rnglists): Ignore empty range when parsing line
2517 2021-01-23 H.J. Lu <hongjiu.lu@intel.com>
2520 * dwarf2.c (read_rnglists): Advance rngs_ptr after
2521 _bfd_safe_read_leb128 when parsing DW_RLE_offset_pair.
2523 2021-01-20 Alan Modra <amodra@gmail.com>
2525 * elf32-ppc.c: Delete outdated comment.
2526 (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): Define.
2527 * elf64-ppc.c (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): Define.
2529 2021-01-20 Alan Modra <amodra@gmail.com>
2531 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't assume
2532 section symbols are present.
2534 2021-01-19 Alan Modra <amodra@gmail.com>
2536 * elf64-ppc.c (elf_hash_entry): New inline function. Use
2537 throughout to replace casts.
2538 (branch_reloc_hash_match): Remove const from params.
2539 (use_local_plt): New function.
2540 (allocate_dynrelocs, ppc_build_one_stub, ppc_size_one_stub),
2541 (build_global_entry_stubs_and_plt, ppc64_elf_relocate_section):
2543 * elf32-ppc.c (use_local_plt): New function.
2544 (allocate_dynrelocs, ppc_elf_relocate_section),
2545 (write_global_sym_plt): Use use_local_plt.
2547 2021-01-17 H.J. Lu <hongjiu.lu@intel.com>
2550 * elflink.c (elf_create_symbuf): Also ignore section symbols.
2552 2021-01-16 H.J. Lu <hongjiu.lu@intel.com>
2555 * elfxx-x86.c (_bfd_x86_elf_link_fixup_ifunc_symbol): Don't
2556 check pointer_equality_needed.
2558 2021-01-15 H.J. Lu <hongjiu.lu@intel.com>
2560 * elf-linker-x86.h (elf_linker_x86_params): Add
2561 report_relative_reloc.
2562 * elf32-i386.c (elf_i386_relocate_section): Call
2563 _bfd_x86_elf_link_report_relative_reloc to report relative
2564 relocations for -z report-relative-reloc.
2565 (elf_i386_finish_dynamic_symbol): Likewse.
2566 * elf64-x86-64.c (elf_x86_64_relocate_section): Likewse.
2567 (elf_x86_64_finish_dynamic_symbol): Likewse.
2568 * elfxx-x86.c (_bfd_x86_elf_link_report_relative_reloc): New
2570 * elfxx-x86.h (_bfd_x86_elf_link_report_relative_reloc): New
2573 2021-01-16 Alan Modra <amodra@gmail.com>
2575 * compress.c (decompress_contents): Tidy inflateEnd result test.
2577 2021-01-16 Alan Modra <amodra@gmail.com>
2580 * elflink.c (elf_link_output_extsym): Use version 1 in
2581 .gnu.version for undefined unversioned symbols.
2583 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
2585 * elfnn-riscv.c (riscv_relax_delete_bytes): Fixed the indent that
2586 caused the by previous commit accidentally.
2588 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
2590 * elfnn-riscv.c: Indent, labels and GNU coding standards tidy,
2591 also aligned the code.
2593 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
2595 * elfnn-riscv.c (riscv_merge_attributes): Fix typos of messages.
2597 2021-01-15 Nelson Chu <nelson.chu@sifive.com>
2599 * elfnn-riscv.c: Comments tidy and improvement.
2600 * elfxx-riscv.c: Likewise.
2601 * elfxx-riscv.h: Likewise.
2603 2021-01-14 H.J. Lu <hongjiu.lu@intel.com>
2606 * elf32-bfin.c (bfinfdpic_relocate_section): Skip non SEC_ALLOC
2607 section for R_BFIN_FUNCDESC.
2609 2021-01-14 Nick Clifton <nickc@redhat.com>
2611 * elf.c (elfcore_grok_win32pstatus): Check for a note type of 0.
2613 2021-01-13 Alan Modra <amodra@gmail.com>
2615 * Makefile.in: Regenerate.
2616 * doc/Makefile.in: Regenerate.
2618 2021-01-13 Alan Modra <amodra@gmail.com>
2621 * section.c (struct bfd_section): Remove pattern field.
2622 (BFD_FAKE_SECTION): Adjust to suit.
2623 * bfd-in2.h: Regenerate.
2624 * elflink.c (compare_link_order, elf_fixup_link_order): Delete.
2625 (bfd_elf_final_link): Don't call elf_fixup_link_order.
2627 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
2630 * configure.ac: Use GNU_MAKE_JOBSERVER.
2631 * aclocal.m4: Regenerated.
2632 * configure: Likewise.
2634 2021-01-12 H.J. Lu <hongjiu.lu@intel.com>
2637 * reloc.c (bfd_perform_relocation): Adjust R_AMD64_DIR64 and
2638 R_AMD64_DIR32 relocations for PE/x86-64 inputs.
2640 2021-01-11 H.J. Lu <hongjiu.lu@intel.com>
2643 * configure: Regenerated.
2645 2021-01-11 Nick Clifton <nickc@redhat.com>
2647 * po/fr.po: Updated French translation.
2648 * po/pt.po: Updated Portuguese translation.
2649 * po/sr.po: Updated Serbian translation.
2650 * po/uk.po: Updated Ukranian translation.
2652 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
2654 * configure: Regenerated.
2656 2021-01-09 H.J. Lu <hongjiu.lu@intel.com>
2659 * elfxx-x86.c (_bfd_x86_elf_merge_gnu_properties): Handle
2660 -z lam-u48 and -z lam-u57.
2662 2021-01-09 Nick Clifton <nickc@redhat.com>
2664 * version.m4: Change to 2.36.50.
2665 * configure: Regenerate.
2666 * po/bfd.pot: Regenerate.
2668 2021-01-09 Nick Clifton <nickc@redhat.com>
2670 * 2.36 release branch crated.
2672 2021-01-08 H.J. Lu <hongjiu.lu@intel.com>
2674 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Also set
2675 LAM_U57 when setting LAM_U48.
2677 2021-01-08 H.J. Lu <hongjiu.lu@intel.com>
2681 * elflink.c (elf_fixup_link_order): Verify that fixing up
2682 SHF_LINK_ORDER doesn't increase the output section size.
2684 2021-01-09 Alan Modra <amodra@gmail.com>
2686 * configure: Regenerate.
2688 2021-01-07 Samuel Thibault <samuel.thibault@gnu.org>
2690 * configure: Regenerate.
2692 2021-01-07 H.J. Lu <hongjiu.lu@intel.com>
2695 * aix386-core.c (core_aix386_vec): Initialize
2696 keep_unused_section_symbol to TARGET_KEEP_UNUSED_SECTION_SYMBOLS.
2697 * aout-target.h (MY (vec)): Likewise.
2698 * binary.c (binary_vec): Likewise.
2699 * cisco-core.c (core_cisco_be_vec): Likewise.
2700 (core_cisco_le_vec): Likewise.
2701 * coff-alpha.c (alpha_ecoff_le_vec): Likewise.
2702 * coff-i386.c (TARGET_SYM): Likewise.
2703 (TARGET_SYM_BIG): Likewise.
2704 * coff-ia64.c (TARGET_SYM): Likewise.
2705 * coff-mips.c (mips_ecoff_le_vec): Likewise.
2706 (mips_ecoff_be_vec): Likewise.
2707 (mips_ecoff_bele_vec): Likewise.
2708 * coff-rs6000.c (rs6000_xcoff_vec): Likewise.
2709 (powerpc_xcoff_vec): Likewise.
2710 * coff-sh.c (sh_coff_small_vec): Likewise.
2711 (sh_coff_small_le_vec): Likewise.
2712 * coff-tic30.c (tic30_coff_vec): Likewise.
2713 * coff-tic54x.c (tic54x_coff0_vec): Likewise.
2714 (tic54x_coff0_beh_vec): Likewise.
2715 (tic54x_coff1_vec): Likewise.
2716 (tic54x_coff1_beh_vec): Likewise.
2717 (tic54x_coff2_vec): Likewise.
2718 (tic54x_coff2_beh_vec): Likewise.
2719 * coff-x86_64.c (TARGET_SYM): Likewise.
2720 (TARGET_SYM_BIG): Likewise.
2721 * coff64-rs6000.c (rs6000_xcoff64_vec): Likewise.
2722 (rs6000_xcoff64_aix_vec): Likewise.
2723 * coffcode.h (CREATE_BIG_COFF_TARGET_VEC): Likewise.
2724 (CREATE_BIGHDR_COFF_TARGET_VEC): Likewise.
2725 (CREATE_LITTLE_COFF_TARGET_VEC): Likewise.
2726 * elfxx-target.h (TARGET_BIG_SYM): Likewise.
2727 (TARGET_LITTLE_SYM): Likewise.
2728 * hppabsd-core.c (core_hppabsd_vec): Likewise.
2729 * hpux-core.c (core_hpux_vec): Likewise.
2730 * i386msdos.c (i386_msdos_vec): Likewise.
2731 * ihex.c (ihex_vec): Likewise.
2732 * irix-core.c (core_irix_vec): Likewise.
2733 * mach-o-target.c (TARGET_NAME): Likewise.
2734 * mmo.c (mmix_mmo_vec): Likewise.
2735 * netbsd-core.c (core_netbsd_vec): Likewise.
2736 * osf-core.c (core_osf_vec): Likewise.
2737 * pdp11.c (MY (vec)): Likewise.
2738 * pef.c (pef_vec): Likewise.
2739 (pef_xlib_vec): Likewise.
2740 * plugin.c (plugin_vec): Likewise.
2741 * ppcboot.c (powerpc_boot_vec): Likewise.
2742 * ptrace-core.c (core_ptrace_vec): Likewise.
2743 * sco5-core.c (core_sco5_vec): Likewise.
2744 * som.c (hppa_som_vec): Likewise.
2745 * srec.c (srec_vec): Likewise.
2746 (symbolsrec_vec): Likewise.
2747 * tekhex.c (tekhex_vec): Likewise.
2748 * trad-core.c (core_trad_vec): Likewise.
2749 * verilog.c (verilog_vec): Likewise.
2750 * vms-alpha.c (alpha_vms_vec): Likewise.
2751 * vms-lib.c (alpha_vms_lib_txt_vec): Likewise.
2752 * wasm-module.c (wasm_vec): Likewise.
2753 * xsym.c (sym_vec): Likewise.
2754 * elf.c (ignore_section_sym): Return TRUE if BSF_SECTION_SYM_USED
2756 (elf_map_symbols): Don't include ignored section symbols.
2757 * elfcode.h (elf_slurp_symbol_table): Also set
2758 BSF_SECTION_SYM_USED on STT_SECTION symbols.
2759 * elflink.c (bfd_elf_final_link): Generated section symbols only
2760 when emitting relocations or reqired.
2761 * elfxx-x86.h (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
2762 * syms.c (BSF_SECTION_SYM_USED): New.
2763 * targets.c (TARGET_KEEP_UNUSED_SECTION_SYMBOLS): New.
2764 (bfd_target): Add keep_unused_section_symbols.
2765 (bfd_keep_unused_section_symbols): New.
2766 * bfd-in2.h: Regenerated.
2768 2021-01-07 Nick Clifton <nickc@redhat.com>
2771 * bfdio.c (_bfd_real_fopen): For Win32 convert relative paths to
2772 absolute paths and check to see if they are longer than MAX_PATH.
2774 2021-01-07 Philipp Tomsich <prt@gnu.org>
2776 * elfxx-riscv.c (riscv_std_z_ext_strtab): Added zihintpause.
2778 2021-01-07 Claire Xenia Wolf <claire@symbioticeda.com>
2779 Jim Wilson <jimw@sifive.com>
2780 Andrew Waterman <andrew@sifive.com>
2781 Maxim Blinov <maxim.blinov@embecosm.com>
2782 Kito Cheng <kito.cheng@sifive.com>
2783 Nelson Chu <nelson.chu@sifive.com>
2785 * elfxx-riscv.c (riscv_std_z_ext_strtab): Added zba, zbb and zbc.
2787 2021-01-06 H.J. Lu <hongjiu.lu@intel.com>
2789 * elf32-bfin.c (bfin_check_relocs): Check bfd_link_hash_indirect.
2790 (bfinfdpic_check_relocs): Likewise.
2792 2021-01-06 Alan Modra <amodra@gmail.com>
2794 * elf32-score.c (s3_bfd_score_info_to_howto): Report an error
2796 * elf32-score7.c (s7_bfd_score_info_to_howto): Likewise.
2798 2021-01-06 Alan Modra <amodra@gmail.com>
2800 * config.bfd (sparc-*-solaris2*): Add sparc_elf32_vec.
2801 (sparc64-*-solaris2*): Add sparc_elf64_vec and
2804 2021-01-06 Marcus Comstedt <marcus@mc.pp.se>
2806 * config.bfd: Added targets riscv64be*-*-*, riscv32be*-*-* and
2807 riscvbe*-*-*. Also added riscv_elf[32|64]_be_vec.
2808 * configure.ac: Handle riscv_elf[32|64]_be_vec.
2809 * configure: Regenerate.
2810 * elfnn-riscv.c: Include <limits.h> and define CHAR_BIT for
2811 riscv_is_insn_reloc.
2812 (riscv_get_insn): RISC-V instructions are always little endian, but
2813 bfd_get may be used for big-endian, so add new riscv_get_insn to handle
2815 (riscv_put_insn): Likewsie.
2816 (riscv_is_insn_reloc): Check if we are relocaing an instruction.
2817 (perform_relocation): Call riscv_is_insn_reloc to decide if we should
2818 use riscv_[get|put]_insn or bfd_[get|put].
2819 (riscv_zero_pcrel_hi_reloc): Use riscv_[get|put]_insn, bfd_[get|put]l32
2820 or bfd_[get|put]l16 for code.
2821 (riscv_elf_relocate_section): Likewise.
2822 (riscv_elf_finish_dynamic_symbol): Likewise.
2823 (riscv_elf_finish_dynamic_sections): Likewise.
2824 (_bfd_riscv_relax_call): Likewise.
2825 (_bfd_riscv_relax_lui): Likewise.
2826 (_bfd_riscv_relax_align): Likewise.
2827 (_bfd_riscv_relax_pc): Likewise.
2828 (riscv_elf_object_p): Handled for big endian.
2829 (TARGET_BIG_SYM, TARGET_BIG_NAME): Defined.
2830 * targets.c: Add riscv_elf[32|64]_be_vec.
2831 (_bfd_target_vector): Likewise.
2833 2021-01-05 Alan Modra <amodra@gmail.com>
2835 * elflink.c (bfd_elf_link_record_dynamic_symbol): Handle no_export
2836 for relocatable executable.
2838 2021-01-05 Alan Modra <amodra@gmail.com>
2840 * vms-alpha.c (_bfd_vms_slurp_egsd): Read flags after size check.
2842 2021-01-05 Nelson Chu <nelson.chu@sifive.com>
2844 * elfnn-riscv.c (allocate_dynrelocs): When we are generating pde,
2845 make sure gp symbol is output as a dynamic symbol.
2847 2021-01-04 H.J. Lu <hongjiu.lu@intel.com>
2850 * elflink.c (compare_link_order): Place unordered sections before
2852 (elf_fixup_link_order): Add a link info argument. Allow mixed
2853 ordered and unordered input sections for non-relocatable link.
2854 Sort the consecutive bfd_indirect_link_order sections with the
2855 same pattern. Change the offsets of the bfd_indirect_link_order
2857 (bfd_elf_final_link): Pass info to elf_fixup_link_order.
2858 * section.c (bfd_section): Add pattern.
2859 (BFD_FAKE_SECTION): Initialize pattern to NULL.
2860 * bfd-in2.h: Regenerated.
2862 2021-01-04 Alexander Fedotov <alfedotov@gmail.com>
2864 * elf32-arm.c (elf32_arm_print_private_bfd_data): Prefix hex value
2865 of private flags with 0x.
2866 * elfnn-aarch64.c (elfNN_aarch64_print_private_bfd_data): Likewise.
2868 2021-01-04 Alan Modra <amodra@gmail.com>
2871 * elflink.c (elf_link_input_bfd): Use the file base name in
2872 linker generated STT_FILE symbols.
2874 2021-01-04 Nelson Chu <nelson.chu@sifive.com>
2876 * elfxx-riscv.c (riscv_compare_subsets): Removed static.
2877 * elfxx-riscv.h: Add declaration.
2878 * elfnn-riscv.c (riscv_merge_multi_letter_ext): Use
2879 riscv_compare_subsets to check the orders.
2880 (riscv_skip_prefix): Removed.
2881 (riscv_prefix_cmp): Removed.
2883 2021-01-04 Alan Modra <amodra@gmail.com>
2886 * elfxx-riscv.c (riscv_parse_prefixed_ext): Free subset after
2887 calculating subset version length.
2889 2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
2891 * xcofflink.c: Correct spelling in comments.
2893 2021-01-01 Alan Modra <amodra@gmail.com>
2895 Update year range in copyright notice of all files.
2897 For older changes see ChangeLog-2020
2899 Copyright (C) 2021-2023 Free Software Foundation, Inc.
2901 Copying and distribution of this file, with or without modification,
2902 are permitted in any medium without royalty provided the copyright
2903 notice and this notice are preserved.
2909 version-control: never