Date: Sat, 3 May 2025 15:20:09 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 2a6ec58c6d92 - stable/14 - amd64: add elfctl bit to enable LA57 Message-ID: <202505031520.543FK9Ks050073@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505031520.543FK9Ks050073>