X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=include%2Fopcode%2Fppc.h;h=e45fc580745ffb69656d2106562cce31aaf98eab;hb=066be9f7bd8ea9121322608fcba256ac5e33093c;hp=1ede310b952f5c5e1c224858042d4ca21d25599a;hpb=83390453c399fd336223ba1cfbcd77d5bef4c2cb;p=deliverable%2Fbinutils-gdb.git diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index 1ede310b95..e45fc58074 100644 --- a/include/opcode/ppc.h +++ b/include/opcode/ppc.h @@ -114,6 +114,9 @@ extern const int powerpc_num_opcodes; /* Opcode is only supported by Power4 architecture. */ #define PPC_OPCODE_POWER4 0x4000 +/* Opcode is only supported by Power7 architecture. */ +#define PPC_OPCODE_POWER7 0x8000 + /* Opcode is only supported by POWERPC Classic architecture. */ #define PPC_OPCODE_CLASSIC 0x10000