Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2021 02:54:16 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 2ac71adb4026 - stable/12 - readelf: decode LA48 and ASG_DISABLE feature flags
Message-ID:  <202102100254.11A2sGp3050765@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=2ac71adb4026c4faade5ac824c6a1b92e2504faf

commit 2ac71adb4026c4faade5ac824c6a1b92e2504faf
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-02-03 21:16:45 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-02-10 02:53:46 +0000

    readelf: decode LA48 and ASG_DISABLE feature flags
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit e79b51e2b2e35d6256a1ef5311ce02ec4032d21f)
---
 contrib/elftoolchain/readelf/readelf.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/elftoolchain/readelf/readelf.c b/contrib/elftoolchain/readelf/readelf.c
index 711aeb126113..d1c3c0a4b714 100644
--- a/contrib/elftoolchain/readelf/readelf.c
+++ b/contrib/elftoolchain/readelf/readelf.c
@@ -3675,6 +3675,8 @@ static struct flag_desc note_feature_ctl_flags[] = {
 	{ NT_FREEBSD_FCTL_PROTMAX_DISABLE,	"PROTMAX_DISABLE" },
 	{ NT_FREEBSD_FCTL_STKGAP_DISABLE,	"STKGAP_DISABLE" },
 	{ NT_FREEBSD_FCTL_WXNEEDED,		"WXNEEDED" },
+	{ NT_FREEBSD_FCTL_LA48,			"LA48" },
+	{ NT_FREEBSD_FCTL_ASG_DISABLE,		"ASG_DISABLE" },
 	{ 0, NULL }
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102100254.11A2sGp3050765>