git: 2a6ec58c6d92 - stable/14 - amd64: add elfctl bit to enable LA57
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 May 2025 15:20:09 UTC
The branch stable/14 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=2a6ec58c6d92a774270533841397f72d35be2caf
commit 2a6ec58c6d92a774270533841397f72d35be2caf
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2025-04-19 10:47:11 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2025-05-03 15:19:41 +0000
amd64: add elfctl bit to enable LA57
(cherry picked from commit 5ad6c3d840a758b25a1b000c37f366be35fc7a95)
---
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 79237db2a0a6..2f132e43efac 100644
--- a/sys/sys/elf_common.h
+++ b/sys/sys/elf_common.h
@@ -804,6 +804,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. */