git: 6bef2a0b1184 - stable/14 - elf_common.h: Add SHT_LLVM_ADDRSIG
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 15 Jun 2026 19:11:43 UTC
The branch stable/14 has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=6bef2a0b1184b2cacd7dc4cc88f846271cad0b06
commit 6bef2a0b1184b2cacd7dc4cc88f846271cad0b06
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2026-05-18 15:15:59 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2026-06-15 19:11:16 +0000
elf_common.h: Add SHT_LLVM_ADDRSIG
Reported by: bz
Sponsored by: The FreeBSD Foundation
(cherry picked from commit 22c054c4cce719662d503685138433eb27d40001)
(cherry picked from commit 115256f288dcfcb09e11fe08485b01cc9609ead9)
---
sys/sys/elf_common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index 8419dfddfe41..33b961087c53 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -446,6 +446,7 @@ typedef struct {
#define SHT_GROUP 17 /* Section group. */
#define SHT_SYMTAB_SHNDX 18 /* Section indexes (see SHN_XINDEX). */
#define SHT_LOOS 0x60000000 /* First of OS specific semantics */
+#define SHT_LLVM_ADDRSIG 0x6fff4c03 /* Address significance table */
#define SHT_LOSUNW 0x6ffffff4
#define SHT_SUNW_dof 0x6ffffff4
#define SHT_SUNW_cap 0x6ffffff5