diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-09 19:58:22 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-09 19:58:22 +0000 |
commit | eca8f8889ff5ec05b1a0c8e6643a576c1dfdd58e (patch) | |
tree | 764cc1239e132eca153c389fcc872a94c0397591 /dis-asm.h | |
parent | e6bd862b3e4aeee10028640e09d72807d380b188 (diff) |
Update ppc-dis.c from binutils 2.17
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6582 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'dis-asm.h')
-rw-r--r-- | dis-asm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ enum bfd_architecture #define bfd_mach_ppc64 1 #define bfd_mach_ppc_403 403 #define bfd_mach_ppc_403gc 4030 +#define bfd_mach_ppc_e500 500 #define bfd_mach_ppc_505 505 #define bfd_mach_ppc_601 601 #define bfd_mach_ppc_602 602 |