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/coff-tic30.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfd/coff-tic30.c') diff --git a/bfd/coff-tic30.c b/bfd/coff-tic30.c index 3d38da6225..a971f76d7b 100644 --- a/bfd/coff-tic30.c +++ b/bfd/coff-tic30.c @@ -202,5 +202,7 @@ const bfd_target tic30_coff_vec = BFD_JUMP_TABLE_LINK (coff), BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), + NULL, + COFF_SWAP_TABLE }; -- cgit v1.2.1