PR binutils/1486
[deliverable/binutils-gdb.git] / include / dis-asm.h
index ddb3426a590f1e472518bd6919e9f3a4be1e0e5f..61b34c3615139eef18f3c93c9edae7394759bd56 100644 (file)
@@ -172,6 +172,9 @@ typedef struct disassemble_info {
      alignment.  */
   unsigned int skip_zeroes_at_end;
 
+  /* Whether the disassembler always needs the relocations.  */
+  bfd_boolean disassembler_needs_relocs;
+
   /* Results from instruction decoders.  Not all decoders yet support
      this information.  This info is set each time an instruction is
      decoded, and is only valid for the last such instruction.
This page took 0.023397 seconds and 4 git commands to generate.