From: Fred Fish Date: Fri, 15 Nov 1991 03:26:58 +0000 (+0000) Subject: Add minimal support for reading ELF symbol files and generating canonical bfd X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58df00e9aae58ebeea96afd45dc714c46864ebbe;p=binutils-gdb.git Add minimal support for reading ELF symbol files and generating canonical bfd symbol tables. Also change the names of some functions. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 84a253fa5a7..150ad8fdda4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ Thu Nov 14 19:11:13 1991 Fred Fish (fnf at cygnus.com) + * elf.c: Add minimal support for ELF symbol tables. Generates + canonical bfd symbol tables from ELF symbol tables. Change the + name of some functions from bfd_ to elf_. + * syms.c: Trivial fix to comment to remove a redundant "to". Wed Nov 13 17:02:01 1991 John Gilmore (gnu at cygnus.com)