mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* coff-m88k.c (m88kbcs_vec): Initialize new field of bfd_target
structure.
This commit is contained in:
parent
accc7f6940
commit
272dc76f04
@ -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.
|
||||
|
||||
|
@ -327,5 +327,7 @@ const bfd_target m88kbcs_vec =
|
||||
BFD_JUMP_TABLE_LINK (coff),
|
||||
BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
|
||||
|
||||
NULL,
|
||||
|
||||
COFF_SWAP_TABLE,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user