diff options
author | 1999-07-19 14:55:16 +0000 | |
---|---|---|
committer | 1999-07-19 14:55:16 +0000 | |
commit | c3c89269f8afef30bf467225f538d56daf57e245 (patch) | |
tree | 203ceab6adb9b30d0831d3eaeeecfb2fd875115f /bfd/i386msdos.c | |
parent | * elflink.h (elf_bfd_final_link): Remove unused variables rel_hash (diff) | |
download | binutils-gdb-c3c89269f8afef30bf467225f538d56daf57e245.tar.gz binutils-gdb-c3c89269f8afef30bf467225f538d56daf57e245.tar.bz2 binutils-gdb-c3c89269f8afef30bf467225f538d56daf57e245.zip |
Add new field to bfd_target structure.
Initialise this field for all known bfd targets.
Add new search function to targets.c
Diffstat (limited to 'bfd/i386msdos.c')
-rw-r--r-- | bfd/i386msdos.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/i386msdos.c b/bfd/i386msdos.c index 13a2c4f997b..c9ec86482c5 100644 --- a/bfd/i386msdos.c +++ b/bfd/i386msdos.c @@ -239,6 +239,8 @@ const bfd_target i386msdos_vec = BFD_JUMP_TABLE_LINK (msdos), BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), + NULL, + (PTR) 0 }; |