Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 16:24:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236057] head/contrib/elftoolchain/common/elfdefinitions.h Elf64_Phdr contains invalid documentation
Message-ID:  <bug-236057-227-A4Yg3mpHSy@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236057-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236057-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236057

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Closed
         Resolution|---                         |Not A Bug

--- Comment #2 from Mark Johnston <markj@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=3Drevision&revision=3D276167

(In reply to Roman Rybalko from comment #1)
Yes, this is expected.  p_type is 32 bits wide in both definitions, so to a=
void
creating a hole between p_type and p_offset, which is 64 bits wide in elf64,
they moved p_flags to fill the gap.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236057-227-A4Yg3mpHSy>