PowerPC add initial -mfuture instruction support
[deliverable/binutils-gdb.git] / include / dis-asm.h
index 4e1263c90e3bed06195ad3481d0a4d1885f744e5..b4d5025811f6e2daf39d3da5d9e63056fee6ef75 100644 (file)
@@ -116,6 +116,8 @@ typedef struct disassemble_info
   /* Set if the user has specifically set the machine type encoded in the
      mach field of this structure.  */
 #define USER_SPECIFIED_MACHINE_TYPE (1 << 29)
+  /* Set if the user has requested wide output.  */
+#define WIDE_OUTPUT (1 << 28)
 
   /* Use internally by the target specific disassembly code.  */
   void *private_data;
This page took 0.022839 seconds and 4 git commands to generate.