Date: Wed, 10 Feb 2021 17:09:51 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org Subject: git: abfcf9a17dba - releng/13.0 - readelf: decode LA48 and ASG_DISABLE feature flags Message-ID: <202102101709.11AH9p2f065252@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/13.0 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=abfcf9a17dba7151e554cd64dcd4d8a7c3dc2aa0 commit abfcf9a17dba7151e554cd64dcd4d8a7c3dc2aa0 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-02-03 21:16:45 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-02-10 17:08:51 +0000 readelf: decode LA48 and ASG_DISABLE feature flags Approved by: re (gjb) Sponsored by: The FreeBSD Foundation (cherry picked from commit e79b51e2b2e35d6256a1ef5311ce02ec4032d21f) (cherry picked from commit 5e9e7ad9a2a4bc95326df76c90b9244470fea72e) --- 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 88d87f96bb72..fe8e0e70e7a1 100644 --- a/contrib/elftoolchain/readelf/readelf.c +++ b/contrib/elftoolchain/readelf/readelf.c @@ -3680,6 +3680,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?202102101709.11AH9p2f065252>