diff options
author | Fred Fish <fnf@specifix.com> | 1991-11-15 03:26:58 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-11-15 03:26:58 +0000 |
commit | 58df00e9aae58ebeea96afd45dc714c46864ebbe (patch) | |
tree | b43e585bdde6370cacd87bb687887dfdf664bafe /bfd | |
parent | f5496c7e980e2233b9f398ae8b78d04b5590c5be (diff) | |
download | gdb-58df00e9aae58ebeea96afd45dc714c46864ebbe.zip gdb-58df00e9aae58ebeea96afd45dc714c46864ebbe.tar.gz gdb-58df00e9aae58ebeea96afd45dc714c46864ebbe.tar.bz2 |
Add minimal support for reading ELF symbol files and generating canonical bfd
symbol tables. Also change the names of some functions.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 84a253f..150ad8f 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_<name> to elf_<name>. + * syms.c: Trivial fix to comment to remove a redundant "to". Wed Nov 13 17:02:01 1991 John Gilmore (gnu at cygnus.com) |