diff options
author | Nick Clifton <nickc@redhat.com> | 1999-07-19 14:55:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-07-19 14:55:16 +0000 |
commit | 67db0cd13059300b8392f99ab8cc220b7db75184 (patch) | |
tree | 230a597e306fc9e0a2a40c88e7052f4bd79ed8ec /bfd/i386os9k.c | |
parent | 1af6e542657a1ebb2b65c76065d3e3e496c8cf58 (diff) | |
download | gdb-67db0cd13059300b8392f99ab8cc220b7db75184.tar.gz |
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/i386os9k.c')
-rw-r--r-- | bfd/i386os9k.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/i386os9k.c b/bfd/i386os9k.c index 91f204ce834..0aadee52d73 100644 --- a/bfd/i386os9k.c +++ b/bfd/i386os9k.c @@ -367,5 +367,7 @@ const bfd_target i386os9k_vec = BFD_JUMP_TABLE_LINK (os9k), BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), + NULL, + (PTR) 0, }; |