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] [pushed] [ppc] add Elf Machine definition for PPC64

To: xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
Subject: [XenPPC] [pushed] [ppc] add Elf Machine definition for PPC64
From: jimix@xxxxxxxxxxxxxx
Date: Mon, 15 May 2006 17:50:16 -0400
Delivery-date: Mon, 15 May 2006 14:48:29 -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>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
changeset:   10273:112c81301316ddaf8c02b34e948666a4575051c8
user:        jimix@xxxxxxxxxxxxxxxxxxxxx
date:        Mon May 15 17:02:02 2006 -0400
files:       tools/libxc/xc_elf.h
description:
[ppc] add Elf Machine definition for PPC64


diff -r dc809b55aec4572e0439c33ef833f6e1132fbf5c -r 
112c81301316ddaf8c02b34e948666a4575051c8 tools/libxc/xc_elf.h
--- a/tools/libxc/xc_elf.h      Fri May 12 16:27:21 2006 -0400
+++ b/tools/libxc/xc_elf.h      Mon May 15 17:02:02 2006 -0400
@@ -170,6 +170,7 @@ typedef struct {
 #define EM_PARISC      15              /* HPPA */
 #define EM_SPARC32PLUS 18              /* Enhanced instruction set SPARC */
 #define EM_PPC         20              /* PowerPC */
+#define EM_PPC64       21              /* PowerPC64 */
 #define EM_ARM         40              /* Advanced RISC Machines ARM */
 #define EM_ALPHA       41              /* DEC ALPHA */
 #define EM_SPARCV9     43              /* SPARC version 9 */



_______________________________________________
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] [pushed] [ppc] add Elf Machine definition for PPC64, jimix <=