* 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 64e62070fb4bc48833aa5aea6f8410c81e68241f..56f77acad033be87b771d8614193b6510fedcfdb 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 2628846f5269883239e7893cc5322bfaa2d18650..76018395a80c94b743922b281399209a9b3f3915 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,
 };
This page took 0.028298 seconds and 4 git commands to generate.