diff --git a/include/ChangeLog b/include/ChangeLog index fe5e1c16d..66589fc94 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,9 @@ +2006-01-17 Andreas Schwab + + PR binutils/1486 + * dis-asm.h (struct disassemble_info): Add + disassembler_needs_relocs. + 2006-01-09 Bob Wilson * xtensa-config.h (XCHAL_HAVE_MUL32_HIGH): Define. diff --git a/include/dis-asm.h b/include/dis-asm.h index ddb3426a5..61b34c361 100644 --- a/include/dis-asm.h +++ b/include/dis-asm.h @@ -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.