[Bug 236057] head/contrib/elftoolchain/common/elfdefinitions.h Elf64_Phdr contains invalid documentation
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 27 16:24:38 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236057
Mark Johnston <markj at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Closed
Resolution|--- |Not A Bug
--- Comment #2 from Mark Johnston <markj at FreeBSD.org> ---
(In reply to Roman Rybalko from comment #0)
The field comment mismatch was fixed four years ago by r276167:
https://svnweb.freebsd.org/base?view=revision&revision=276167
(In reply to Roman Rybalko from comment #1)
Yes, this is expected. p_type is 32 bits wide in both definitions, so to avoid
creating a hole between p_type and p_offset, which is 64 bits wide in elf64,
they moved p_flags to fill the gap.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list