* config/tc-m32c.c (m32c_cons_fix_new): New. Added to support 3
[deliverable/binutils-gdb.git] / include / dis-asm.h
index cb8039bf35eccc7dd48a92003a4f7a2a5f9a5e4d..9dfd503268353976c4f93e745dc88d2d4b7a94fd 100644 (file)
@@ -96,6 +96,12 @@ typedef struct disassemble_info
   /* Number of symbols in array.  */
   int num_symbols;
 
+  /* Symbol table provided for targets that want to look at it.  This is
+     used on Arm to find mapping symbols and determine Arm/Thumb code.  */
+  asymbol **symtab;
+  int symtab_pos;
+  int symtab_size;
+
   /* For use by the disassembler.
      The top 16 bits are reserved for public use (and are documented here).
      The bottom 16 bits are for the internal use of the disassembler.  */
@@ -278,6 +284,7 @@ extern int print_insn_z8002         (bfd_vma, disassemble_info *);
 extern disassembler_ftype arc_get_disassembler (void *);
 extern disassembler_ftype cris_get_disassembler (bfd *);
 
+extern void print_i386_disassembler_options (FILE *);
 extern void print_mips_disassembler_options (FILE *);
 extern void print_ppc_disassembler_options (FILE *);
 extern void print_arm_disassembler_options (FILE *);
This page took 0.023325 seconds and 4 git commands to generate.