diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-06-05 07:04:51 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-06-05 07:04:51 +0000 |
commit | 9e1b4d5750b4d908b3bc55edb06f410846107499 (patch) | |
tree | 3966d70b32f8645107f30bea157887fe175a9a14 /bfd | |
parent | 1be0c30e50d8a36a93d0a73201599ff23bbaea2b (diff) | |
download | gdb-9e1b4d5750b4d908b3bc55edb06f410846107499.zip gdb-9e1b4d5750b4d908b3bc55edb06f410846107499.tar.gz gdb-9e1b4d5750b4d908b3bc55edb06f410846107499.tar.bz2 |
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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9133303..87e2dc8 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,15 @@ Mon Jun 5 02:15:20 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com> + 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. + * config.bfd (i[345]86-*-gnu*): Use ELF configuration. Fri Jun 2 18:54:59 1995 Steve Chamberlain <sac@slash.cygnus.com> |