Date: Fri, 13 Mar 2026 11:06:55 +0000 From: Joseph Koshy <jkoshy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b5f564fc5cdb - main - sys/elf_common.h: Add the gABI spelling for a dynamic tag value. Message-ID: <69b3efcf.1920a.4116ad58@gitrepo.freebsd.org>
index | next in thread | raw e-mail
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. */home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b3efcf.1920a.4116ad58>
