svn commit: r359550 - head/share/man/man5

Ed Maste emaste at FreeBSD.org
Wed Apr 1 23:36:26 UTC 2020


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"


More information about the svn-src-head mailing list