From c3c89269f8afef30bf467225f538d56daf57e245 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 19 Jul 1999 14:55:16 +0000 Subject: Add new field to bfd_target structure. Initialise this field for all known bfd targets. Add new search function to targets.c --- bfd/som.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/som.c') diff --git a/bfd/som.c b/bfd/som.c index ee1fac0..4f6b11f 100644 --- a/bfd/som.c +++ b/bfd/som.c @@ -6257,6 +6257,8 @@ const bfd_target som_vec = BFD_JUMP_TABLE_LINK (som), BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), + NULL, + (PTR) 0 }; -- cgit v1.1