* coff-m88k.c (m88kbcs_vec): Initialize new field of bfd_target

structure.
This commit is contained in:
Ian Lance Taylor 1999-07-19 19:22:02 +00:00
parent accc7f6940
commit 272dc76f04
2 changed files with 5 additions and 0 deletions

View 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.

View 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,
};