Linker support for m68k-elf from Andreas Schwab
authorKen Raeburn <raeburn@cygnus>
Mon, 5 Jun 1995 07:04:51 +0000 (07:04 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 5 Jun 1995 07:04:51 +0000 (07:04 +0000)
commit9e1b4d5750b4d908b3bc55edb06f410846107499
tree3966d70b32f8645107f30bea157887fe175a9a14
parent1be0c30e50d8a36a93d0a73201599ff23bbaea2b
Linker support for m68k-elf from Andreas Schwab
<schwab@issan.informatik.uni-dortmund.de>:

* elfcode.h (elf_link_add_object_symbols): Check for NULL when looping through
the symbol hashes.
(elf_bfd_final_link): When looking for _init and _fini don't use the symbol if
it is imported from another object.

* elf32-m68k.c: Relocation type changed from REL to RELA.  Regular and dynamic
linking support functions added, similar to other elf targets.
bfd/ChangeLog