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/aout-target.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bfd/aout-target.h') diff --git a/bfd/aout-target.h b/bfd/aout-target.h index 876b30a95a..5ca50ac568 100644 --- a/bfd/aout-target.h +++ b/bfd/aout-target.h @@ -645,6 +645,9 @@ const bfd_target MY(vec) = BFD_JUMP_TABLE_LINK (MY), BFD_JUMP_TABLE_DYNAMIC (MY), - (PTR) MY_backend_data, + /* Alternative_target */ + NULL, + + (PTR) MY_backend_data }; #endif /* MY_BFD_TARGET */ -- cgit v1.2.1