aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ppc.h
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1999-05-08 23:28:34 +0000
committerRichard Henderson <rth@redhat.com>1999-05-08 23:28:34 +0000
commit45c18104f8d2aa81171b89580a3ddbb547161d94 (patch)
tree41eef211a270392ae9703deb9cd4b5bda4e489cd /include/opcode/ppc.h
parent886851536e132e96a7ea6c2500853f4ada250ff1 (diff)
downloadgdb-45c18104f8d2aa81171b89580a3ddbb547161d94.zip
gdb-45c18104f8d2aa81171b89580a3ddbb547161d94.tar.gz
gdb-45c18104f8d2aa81171b89580a3ddbb547161d94.tar.bz2
* ppc.h (PPC_OPCODE_64_BRIDGE): New.
Diffstat (limited to 'include/opcode/ppc.h')
-rw-r--r--include/opcode/ppc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h
index a9e3b24..974f0df 100644
--- a/include/opcode/ppc.h
+++ b/include/opcode/ppc.h
@@ -85,6 +85,9 @@ extern const int powerpc_num_opcodes;
for the assembler's -many option, and it eliminates duplicates). */
#define PPC_OPCODE_ANY (0200)
+/* Opcode is supported as part of the 64-bit bridge. */
+#define PPC_OPCODE_64_BRIDGE (0400)
+
/* A macro to extract the major opcode from an instruction. */
#define PPC_OP(i) (((i) >> 26) & 0x3f)