From: Richard Henderson Date: Sat, 8 May 1999 23:28:34 +0000 (+0000) Subject: * ppc.h (PPC_OPCODE_64_BRIDGE): New. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45c18104f8d2aa81171b89580a3ddbb547161d94;p=binutils-gdb.git * ppc.h (PPC_OPCODE_64_BRIDGE): New. --- diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 79bc3cc7cb8..9adf7be2259 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +Sat May 8 23:27:35 1999 Richard Henderson + + * ppc.h (PPC_OPCODE_64_BRIDGE): New. + 1999-04-14 Doug Evans * cgen.h (CGEN_ATTR): Delete member num_nonbools. diff --git a/include/opcode/ppc.h b/include/opcode/ppc.h index a9e3b24ab30..974f0dfa569 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)