git: b5f564fc5cdb - main - sys/elf_common.h: Add the gABI spelling for a dynamic tag value.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 13 Mar 2026 11:06:55 UTC
The branch main has been updated by jkoshy:
URL: https://cgit.FreeBSD.org/src/commit/?id=b5f564fc5cdb56d6a24e31ca077c5f1f088a597d
commit b5f564fc5cdb56d6a24e31ca077c5f1f088a597d
Author: Joseph Koshy <jkoshy@FreeBSD.org>
AuthorDate: 2026-03-13 10:56:17 +0000
Commit: Joseph Koshy <jkoshy@FreeBSD.org>
CommitDate: 2026-03-13 11:06:03 +0000
sys/elf_common.h: Add the gABI spelling for a dynamic tag value.
---
sys/sys/elf_common.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h
index b1ddbaaf39ab..8c21d886c6a5 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -640,7 +640,10 @@ typedef struct {
pre-initialization functions. */
#define DT_PREINIT_ARRAYSZ 33 /* Size in bytes of the array of
pre-initialization functions. */
-#define DT_MAXPOSTAGS 34 /* number of positive tags */
+#define DT_SYMTAB_SHNDX 34 /* Address of the SHT_SYMTAB_SHNDX section
+ associated with the symbol table referenced
+ by the DT_SYMTAB element. */
+#define DT_MAXPOSTAGS 34 /* (obsolete) number of positive tags */
#define DT_RELRSZ 35 /* Total size of ElfNN_Relr relocations. */
#define DT_RELR 36 /* Address of ElfNN_Relr relocations. */
#define DT_RELRENT 37 /* Size of each ElfNN_Relr relocation. */