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-ppc-devel

[XenPPC] [xenppc-unstable] [ppc] fix typo in defining PPC64 ELFMACHINE

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [xenppc-unstable] [ppc] fix typo in defining PPC64 ELFMACHINE
From: Xen patchbot-xenppc-unstable <patchbot-xenppc-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 26 Jun 2006 09:03:05 +0000
Delivery-date: Mon, 26 Jun 2006 02:31:35 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
# Node ID 6fb6d6cd599ef26f142f20215a4819df94347913
# Parent  f5a949e9ea5e8c5b9e1745ac798edeebf941fee3
[ppc] fix typo in defining PPC64 ELFMACHINE
---
 tools/libxc/xc_load_elf.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r f5a949e9ea5e -r 6fb6d6cd599e tools/libxc/xc_load_elf.c
--- a/tools/libxc/xc_load_elf.c Sun Jun 25 16:16:23 2006 -0400
+++ b/tools/libxc/xc_load_elf.c Mon Jun 26 05:01:36 2006 -0400
@@ -42,7 +42,7 @@ loadelfsymtab(
 #elif defined(__powerpc__)
 #define ELFCLASS   ELFCLASS64
 #define ELFDATA    ELFDATA2MSB
-#define ELFMACHINE EM_PPC_64
+#define ELFMACHINE EM_PPC64
 #endif
 
 int probe_elf(const char *image,

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

<Prev in Thread] Current Thread [Next in Thread>
  • [XenPPC] [xenppc-unstable] [ppc] fix typo in defining PPC64 ELFMACHINE, Xen patchbot-xenppc-unstable <=