[PATCH 3/4] bfd: Output SH_LINK to .symtab for SHT_LLVM_ADDRSIG.
Jan Beulich
jbeulich@suse.com
Wed May 25 07:46:11 GMT 2022
On 25.05.2022 08:42, Tatsuyuki Ishi via Binutils wrote:
> --- a/bfd/elf.c
> +++ b/bfd/elf.c
> @@ -3988,6 +3988,7 @@ assign_section_numbers (bfd *abfd, struct bfd_link_info *link_info)
> break;
>
> case SHT_GROUP:
> + case SHT_LLVM_ADDRSIG:
> d->this_hdr.sh_link = elf_onesymtab (abfd);
Nit: You want to properly indent the line you're adding.
Jan
More information about the Binutils
mailing list