aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/xen/elf.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-03-25 23:44:15 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-03-25 23:44:15 +0000
commitda5f776b1768471608d51182e7428e3d7ba572b7 (patch)
treef447394324918dd7b85f8b119702656914361cc1 /xen/include/xen/elf.h
parent1d99b80d071a80c0abc8113db192d37b0d154753 (diff)
downloadxen-da5f776b1768471608d51182e7428e3d7ba572b7.tar.gz
xen-da5f776b1768471608d51182e7428e3d7ba572b7.tar.bz2
xen-da5f776b1768471608d51182e7428e3d7ba572b7.zip
bitkeeper revision 1.1236.1.138 (4244ed89pK9JAW8qk2zpDrj3rXVcow)
Add PPC64 to the Elf architecture enumeration.
Diffstat (limited to 'xen/include/xen/elf.h')
-rw-r--r--xen/include/xen/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/xen/elf.h b/xen/include/xen/elf.h
index 34ca50e2be..227fa3ade1 100644
--- a/xen/include/xen/elf.h
+++ b/xen/include/xen/elf.h
@@ -173,6 +173,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 /* PowerPC 64-bit */
#define EM_ARM 40 /* Advanced RISC Machines ARM */
#define EM_ALPHA 41 /* DEC ALPHA */
#define EM_SPARCV9 43 /* SPARC version 9 */