From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Myers Subject: Re: [PATCH] [RFC] making uapi/linux/elfcore.h useful again Date: Mon, 17 Sep 2018 12:05:48 +0000 Message-ID: References: <20180914113929.953895-1-arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-path: In-Reply-To: <20180914113929.953895-1-arnd@arndb.de> Sender: linux-kernel-owner@vger.kernel.org To: Arnd Bergmann Cc: linux-arch@vger.kernel.org, linux-api@vger.kernel.org, David Howells , libc-alpha@sourceware.org, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org List-Id: linux-api@vger.kernel.org On Fri, 14 Sep 2018, Arnd Bergmann wrote: > +typedef unsigned long elf_greg_t; Does that need to be unsigned long long for x32? (At least glibc thinks so; I've not tested what an x32 core dump actually looks like, but to be useful it certainly ought to have 64-bit registers.) -- Joseph S. Myers joseph@codesourcery.com