Commit eca8f8889ff5ec05b1a0c8e6643a576c1dfdd58e

Authored by blueswir1
1 parent e6bd862b

Update ppc-dis.c from binutils 2.17

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6582 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 0 deletions

Too many changes to show.

To preserve performance only 1 of 2 files are displayed.

dis-asm.h
... ... @@ -142,6 +142,7 @@ enum bfd_architecture
142 142 #define bfd_mach_ppc64 1
143 143 #define bfd_mach_ppc_403 403
144 144 #define bfd_mach_ppc_403gc 4030
  145 +#define bfd_mach_ppc_e500 500
145 146 #define bfd_mach_ppc_505 505
146 147 #define bfd_mach_ppc_601 601
147 148 #define bfd_mach_ppc_602 602
... ...