[PATCH v2 2/6] bfd: Output SH_LINK to .symtab for SHT_LLVM_ADDRSIG.
Tatsuyuki Ishi
ishitatsuyuki@gmail.com
Thu Jun 23 15:13:50 GMT 2022
More information about the Binutils mailing list
Thu Jun 23 15:13:50 GMT 2022
- Previous message (by thread): [PATCH v2 1/6] elf: Add definition for SHT_LLVM_ADDRSIG.
- Next message (by thread): [PATCH v2 3/6] objcopy: Remove SHT_LLVM_ADDRSIG sections by default.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To mimick LLVM behavior.
---
bfd/elf.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/bfd/elf.c b/bfd/elf.c
index 468d37f5028..a702bff636e 100644
--- 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);
}
}
--
2.36.1
- Previous message (by thread): [PATCH v2 1/6] elf: Add definition for SHT_LLVM_ADDRSIG.
- Next message (by thread): [PATCH v2 3/6] objcopy: Remove SHT_LLVM_ADDRSIG sections by default.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list