git: 5ad6c3d840a7 - main - amd64: add elfctl bit to enable LA57
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Apr 2025 22:32:47 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=5ad6c3d840a758b25a1b000c37f366be35fc7a95 commit 5ad6c3d840a758b25a1b000c37f366be35fc7a95 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2025-04-19 10:47:11 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-04-27 22:31:59 +0000 amd64: add elfctl bit to enable LA57 Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D49913 --- 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 488aaaf25ab1..7febfc1fbaf4 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -824,6 +824,7 @@ typedef struct { #define NT_FREEBSD_FCTL_WXNEEDED 0x00000008 #define NT_FREEBSD_FCTL_LA48 0x00000010 /* was ASG_DISABLE, do not reuse 0x00000020 */ +#define NT_FREEBSD_FCTL_LA57 0x00000040 /* Values for n_type. Used in core files. */ #define NT_PRSTATUS 1 /* Process status. */