Date: Wed, 1 Apr 2020 23:36:16 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r359550 - head/share/man/man5 Message-ID: <202004012336.031NaGuF081470@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Wed Apr 1 23:36:16 2020 New Revision: 359550 URL: https://svnweb.freebsd.org/changeset/base/359550 Log: elf.5: minor update to FreeBSD ELF note descriptions Modified: head/share/man/man5/elf.5 Modified: head/share/man/man5/elf.5 ============================================================================== --- head/share/man/man5/elf.5 Wed Apr 1 22:51:30 2020 (r359549) +++ head/share/man/man5/elf.5 Wed Apr 1 23:36:16 2020 (r359550) @@ -1308,10 +1308,11 @@ ABI version .Po i.e., .Dv __FreeBSD_version Pc . .It Dv NT_FREEBSD_NOINIT_TAG Pq Value: 2 -Indicates that crt does not call init. +Indicates that the C Runtime (crt) does not call init. .Va desc is ignored. .It Dv NT_FREEBSD_ARCH_TAG Pq Value: 3 +Contains the MACHINE_ARCH that the executable was built for. .It Dv NT_FREEBSD_FEATURE_CTL Pq Value: 4 Contains a bitmask of mitigations and features to enable: .Bl -column "NT_FREEBSD_FCTL_PROTMAX_DISABLE" "0x00" "Disable implicit PROT_MAX"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004012336.031NaGuF081470>