From 98b02b436adfb62d5c07b862799a20dc140fb08c 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/aout-tic30.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bfd/aout-tic30.c') diff --git a/bfd/aout-tic30.c b/bfd/aout-tic30.c index 853c09acba..0dcae0c25b 100644 --- a/bfd/aout-tic30.c +++ b/bfd/aout-tic30.c @@ -1060,6 +1060,8 @@ const bfd_target tic30_aout_vec = BFD_JUMP_TABLE_LINK (MY), BFD_JUMP_TABLE_DYNAMIC (MY), - (PTR) MY_backend_data, + NULL, + + (PTR) MY_backend_data }; #endif /* MY_BFD_TARGET */ -- cgit v1.2.1