From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hollis Blanchard Subject: Re: [POWERPC/IA64] Updates required due to loader changes Date: Fri, 25 Aug 2006 11:05:03 -0500 Message-ID: <1156521903.656.7.camel@basalt.austin.ibm.com> References: <20060825032151.C2647340AE@koto.vergenet.net> <1156498945.12949.180.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1156498945.12949.180.camel@localhost.localdomain> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ian Campbell Cc: Jimi Xenidis , Horms , xen-devel , Alex Williamson List-Id: xen-devel@lists.xenproject.org On Fri, 2006-08-25 at 10:42 +0100, Ian Campbell wrote: > > Nearly, we need to define ELFSIZE if it isn't already since not all > architectures define it. Yup, that allows us to override ELFSIZE on mixed architectures, but have it default to the right thing elsewhere. > I checked in the below. I got rid of Elf_Ehdr while I was there since it > is only used the e_ident field which is unsigned char [] for both > ELFSIZEs. As it happens all the remaining types are the same on 32 and > 64 but nevermind... > > Ian. > > changeset: 11256:9091331dfb353212781622f3c9020492cb049178 > tag: tip > user: Ian Campbell > date: Fri Aug 25 10:39:24 2006 +0100 > files: tools/xcutils/readnotes.c > description: > [TOOLS] Use ELFSIZE to pick the ELF structures to use in readnotes.c > > We can remove Elf_Ehdr since it is only used for e_ident which is an > unsigned char array. > > Signed-off-by: Ian Campbell Thanks Ian! -- Hollis Blanchard IBM Linux Technology Center