The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=e79b51e2b2e35d6256a1ef5311ce02ec4032d21f
commit e79b51e2b2e35d6256a1ef5311ce02ec4032d21f Author: Ed Maste <[email protected]> AuthorDate: 2021-02-03 21:16:45 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2021-02-03 21:17:56 +0000 readelf: decode LA48 and ASG_DISABLE feature flags MFC after: 1 week Sponsored by: The FreeBSD Foundation --- 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 0964f3529d1b..479f4a5ba28f 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 } }; _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
