diff options
| author | Alan Modra <modra@gmail.com> | 2009-03-02 13:59:36 +0000 |
|---|---|---|
| committer | Alan Modra <modra@gmail.com> | 2009-03-02 13:59:36 +0000 |
| commit | 8887d9951d46c9c7ba271dc9b8854cf7155bd400 (patch) | |
| tree | e70f9c46d223bd6bf8107e63990505bb71b78250 /include/opcode/ppc.h | |
| parent | 33339cb3c2b977bf8cbb55c77d21afbf364b0fca (diff) | |
| download | newlib-github/binutils-2_19-branch.zip newlib-github/binutils-2_19-branch.tar.gz newlib-github/binutils-2_19-branch.tar.bz2 | |
backport 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>github/binutils-2_19-branchbinutils-2_19-branch
Diffstat (limited to 'include/opcode/ppc.h')
| -rw-r--r-- | include/opcode/ppc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index 1ede310..e45fc58 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 |
