Initialise the disassembler_options field (to NULL).
authorNick Clifton <nickc@redhat.com>
Fri, 14 Dec 2001 21:32:04 +0000 (21:32 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 14 Dec 2001 21:32:04 +0000 (21:32 +0000)
include/ChangeLog
include/dis-asm.h

index 2313517..221dbe9 100644 (file)
@@ -1,3 +1,8 @@
+2001-12-14  Nick Clifton  <nickc@cambridge.redhat.com>
+
+       * dis-asm.h (INIT_DISASSEMBLE_INFO_NO_ARCH): Initialise the
+       disassembler_options field (to NULL).
+
 2001-12-13  Jakub Jelinek  <jakub@redhat.com>
 
        * elf/common.h (PT_GNU_EH_FRAME): Define.
index 7b52ea8..4e16ed3 100644 (file)
@@ -300,6 +300,7 @@ extern int generic_symbol_at_address
   (INFO).bytes_per_line = 0, \
   (INFO).bytes_per_chunk = 0, \
   (INFO).display_endian = BFD_ENDIAN_UNKNOWN, \
+  (INFO).disassembler_options = NULL, \
   (INFO).insn_info_valid = 0
 
 #ifdef __cplusplus