* TODO: Add item suggesting an "info bfd" command.
[deliverable/binutils-gdb.git] / gdb / rs6k-opcode.h
index db02a9e8ce9e5ad5bfdeb2cf9bb0cf67ba6ae2ac..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100755 (executable)
@@ -1,19 +0,0 @@
-
-typedef int (*FUN)();
-
-typedef        struct {
-  char *operator;                      /* opcode name          */
-  char *opr_ext;                       /* opcode name ext.     */
-  char *format;                        /* opcode format        */
-  char p_opcode;                       /* primary opcode       */
-  int  e_opcode;                       /* extended opcode      */
-  char oprnd_format [6];               /* operand format       */
-} OPCODE;
-
-
-OPCODE rs6k_ops [] = {
-
-#include "rs6k-opcode.def"
-};
-
-#define        NOPCODES        (sizeof (rs6k_ops) / sizeof (OPCODE))
This page took 0.02299 seconds and 4 git commands to generate.