aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-12-14 21:32:04 +0000
committerNick Clifton <nickc@redhat.com>2001-12-14 21:32:04 +0000
commit11ca392df54961d9d9a12f398b6fc59e44b07920 (patch)
tree547564c56c6832015c7ea515be38970cd199bcd3 /include
parentf91fafbd30ef1c72804db26e80e5e3a41c6c2dde (diff)
downloadfsf-binutils-gdb-11ca392df54961d9d9a12f398b6fc59e44b07920.zip
fsf-binutils-gdb-11ca392df54961d9d9a12f398b6fc59e44b07920.tar.gz
fsf-binutils-gdb-11ca392df54961d9d9a12f398b6fc59e44b07920.tar.bz2
Initialise the disassembler_options field (to NULL).
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog5
-rw-r--r--include/dis-asm.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 2313517..221dbe9 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -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.
diff --git a/include/dis-asm.h b/include/dis-asm.h
index 7b52ea8..4e16ed3 100644
--- a/include/dis-asm.h
+++ b/include/dis-asm.h
@@ -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