From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.seebs.net (mail.seebs.net [162.213.38.76]) by mail.openembedded.org (Postfix) with ESMTP id 912636025E for ; Tue, 27 Mar 2018 19:24:07 +0000 (UTC) Received: from seebsdell (unknown [24.196.59.174]) by mail.seebs.net (Postfix) with ESMTPSA id C1CA82E8928; Tue, 27 Mar 2018 14:24:08 -0500 (CDT) Date: Tue, 27 Mar 2018 14:24:07 -0500 From: Seebs To: Enrico Scholz Message-ID: <20180327142407.0669955b@seebsdell> In-Reply-To: References: <20180323112820.12bc94a4@seebsdell> <20180327105539.224458a8@seebsdell> <20180327114014.0f0cc48a@seebsdell> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.30; x86_64-pc-linux-gnu) MIME-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: pseudo: host user contamination X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 19:24:07 -0000 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 27 Mar 2018 21:20:24 +0200 Enrico Scholz wrote: > SYS_readahead is one of a few syscalls which pass 64 bit arguments on > 32 bit architectures. Without the manual splitting, the ABI will > cause the compiler to insert a dummy argument so that registers are > aligned for 64 bit values. I'm now even more confused. This sounds like the compiler *would* insert the argument without being told to, because the ABI "will cause" that, in which case the manual splitting wouldn't be necessary? -s