From 9e1b4d5750b4d908b3bc55edb06f410846107499 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Mon, 5 Jun 1995 07:04:51 +0000 Subject: [PATCH] Linker support for m68k-elf from Andreas Schwab : * 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 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9133303ce22..87e2dc84bc7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,15 @@ Mon Jun 5 02:15:20 1995 Ken Raeburn + Linker support for m68k-elf from Andreas Schwab + : + * 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. + * config.bfd (i[345]86-*-gnu*): Use ELF configuration. Fri Jun 2 18:54:59 1995 Steve Chamberlain -- 2.30.2