From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121981 invoked by alias); 21 Sep 2018 13:04:14 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 121959 invoked by uid 89); 21 Sep 2018 13:04:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:931 X-HELO: mx1.redhat.com From: Florian Weimer To: Michael Matz Cc: x86-64-abi@googlegroups.com, Binutils , "H.J. Lu" , GNU C Library , Mark Wielaard , Cary Coutant , Nick Clifton , Carlos O'Donell , Szabolcs Nagy Subject: Re: PT_NOTE alignment, NT_GNU_PROPERTY_TYPE_0, glibc and gold References: <13a92cb0-a993-f684-9a96-e02e4afb1bef@redhat.com> <87sh2547ib.fsf@oldenburg.str.redhat.com> Date: Fri, 21 Sep 2018 13:04:00 -0000 In-Reply-To: (Michael Matz's message of "Fri, 21 Sep 2018 12:55:16 +0000 (UTC)") Message-ID: <87worfdmt7.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2018-09/txt/msg00399.txt.bz2 * Michael Matz: > (didn't take part in the side meeting, so sorry if this was discussed) I don't think this came up. > On Wed, 19 Sep 2018, Florian Weimer wrote: > >> Distributions have built binaries with 8-byte-aligned GNU property >> notes. > > Which ones? Fedora 29 and downstream. > Thing is, there are also binaries (or there could be) that are currently > "valid" that the align-8 approach makes invalid, so why say that's a > problem for the align-4 approach, but not for the align-8 one? The 4-byte-aligned GNU property notes are ignored by glibc even if they are otherwise syntactically valid. So even if there is a hypothetical distribution that is mostly built with binutils gold and thus has 4-byte-aligned GNU property notes, it would still not work as intended, which makes me believe that such a distribution does not exist. 8-) Thanks, Florian