* coff-m88k.c (m88kbcs_vec): Initialize new field of bfd_target
authorIan Lance Taylor <ian@airs.com>
Mon, 19 Jul 1999 19:22:02 +0000 (19:22 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 19 Jul 1999 19:22:02 +0000 (19:22 +0000)
structure.

bfd/ChangeLog
bfd/coff-m88k.c

index 64e6207..56f77ac 100644 (file)
@@ -1,5 +1,8 @@
 1999-07-19  Ian Lance Taylor  <ian@zembu.com>
 
+       * coff-m88k.c (m88kbcs_vec): Initialize new field of bfd_target
+       structure.
+
        * elflink.h (elf_merge_symbol): Do merge symbols from the same BFD
        if they appear to be specially created by the linker.
 
index 2628846..7601839 100644 (file)
@@ -327,5 +327,7 @@ const bfd_target m88kbcs_vec =
      BFD_JUMP_TABLE_LINK (coff),
      BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
 
+  NULL,
+
   COFF_SWAP_TABLE,
 };