WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [POWERPC/IA64] Updates required due to loader changes

To: Alex Williamson <alex.williamson@xxxxxx>
Subject: Re: [Xen-devel] [POWERPC/IA64] Updates required due to loader changes
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Thu, 24 Aug 2006 15:29:48 -0500
Cc: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Ian Campbell <Ian.Campbell@xxxxxxxxxxxxx>
Delivery-date: Thu, 24 Aug 2006 13:29:39 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1156450563.5591.17.camel@lappy>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
References: <1156341628.12949.48.camel@xxxxxxxxxxxxxxxxxxxxx> <1156343769.12949.59.camel@xxxxxxxxxxxxxxxxxxxxx> <1156355091.12949.136.camel@xxxxxxxxxxxxxxxxxxxxx> <1156356541.7960.49.camel@xxxxxxxxxxxxxxxxxxxxx> <1156450563.5591.17.camel@lappy>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, 2006-08-24 at 14:16 -0600, Alex Williamson wrote:
> 
> diff -r d5eb5205ff35 tools/xcutils/readnotes.c
> --- a/tools/xcutils/readnotes.c       Thu Aug 24 16:25:49 2006 +0100
> +++ b/tools/xcutils/readnotes.c       Thu Aug 24 14:12:45 2006 -0600
> @@ -22,7 +22,7 @@ typedef Elf32_Nhdr Elf_Nhdr;
>  typedef Elf32_Nhdr Elf_Nhdr;
>  typedef Elf32_Half Elf_Half;
>  typedef Elf32_Word Elf_Word;
> -#elif defined(__x86_64__)
> +#elif defined(__x86_64__) || defined(__ia64__)
>  typedef Elf64_Ehdr Elf_Ehdr;
>  typedef Elf64_Nhdr Elf_Nhdr;
>  typedef Elf64_Half Elf_Half;

Are we doing this again? Ian, please use ELFSIZE, as seen in the
following files:
        tools/libxc/xg_private.h
        tools/libxc/xc_elf.h
        tools/libxc/xc_load_elf.c
        config/powerpc64.mk

-- 
Hollis Blanchard
IBM Linux Technology Center


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>