Add new field to disassemble_info structure: symbol_is_valid() and use it to
[deliverable/binutils-gdb.git] / opcodes / ia64-asmtab.h
index 2bbdee3dd7e6350de8342cac709dce6f4078b21d..822007a3b78a193a07991056e5888eadb2304dc7 100644 (file)
@@ -1,5 +1,5 @@
 /* ia64-asmtab.h -- Header for compacted IA-64 opcode tables.
-   Copyright (C) 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2000 Free Software Foundation, Inc.
    Contributed by Bob Manson of Cygnus Support <manson@cygnus.com>
 
    This file is part of GDB, GAS, and the GNU binutils.
@@ -140,6 +140,9 @@ struct ia64_dis_names
      for this instruction encoding.  Which one to use is determined by
      the instruction type and other factors (see opcode_verify ()).  */
   unsigned int next_flag : 1;
+
+  /* The disassembly priority of this entry among instructions. */
+  unsigned short priority;
 };
 
 #endif
This page took 0.022902 seconds and 4 git commands to generate.