* ppc.h (PPC_OPCODE_64_BRIDGE): New.
authorRichard Henderson <rth@redhat.com>
Sat, 8 May 1999 23:28:34 +0000 (23:28 +0000)
committerRichard Henderson <rth@redhat.com>
Sat, 8 May 1999 23:28:34 +0000 (23:28 +0000)
include/opcode/ChangeLog
include/opcode/ppc.h

index 79bc3cc7cb8290467b2a9ae7088657374a0ea484..9adf7be225958ab2fabe3a99a6ec28242cb3fd49 100644 (file)
@@ -1,3 +1,7 @@
+Sat May  8 23:27:35 1999  Richard Henderson  <rth@cygnus.com>
+
+       * ppc.h (PPC_OPCODE_64_BRIDGE): New.
+
 1999-04-14  Doug Evans  <devans@casey.cygnus.com>
 
        * cgen.h (CGEN_ATTR): Delete member num_nonbools.
index a9e3b24ab30ea7189c2e9c9b068a414e3d797ee8..974f0dfa56994b7cc0d441eb6bf28beb894f9349 100644 (file)
@@ -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)
 \f
This page took 0.027683 seconds and 4 git commands to generate.