diff options
author | John Gilmore <gnu@cygnus> | 1992-07-04 10:38:33 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-07-04 10:38:33 +0000 |
commit | a1f6632789739e08281dd335f6d87a37e036c7ed (patch) | |
tree | 3cfe91d9de970ec6405c1a65b48b276b75ed5b19 /bfd | |
parent | 92f66b26804f4fb6e777495bbe95731a199e4399 (diff) | |
download | gdb-a1f6632789739e08281dd335f6d87a37e036c7ed.zip gdb-a1f6632789739e08281dd335f6d87a37e036c7ed.tar.gz gdb-a1f6632789739e08281dd335f6d87a37e036c7ed.tar.bz2 |
* syms.h: Define BSF_FILE, update BSF_SECTION_SYM desc.
* elf.c: Remove unconditional debug printf's.
(elf_write_object_contents, elf_slurp_symbol_table): Handle
BSF_SECTION_SYM <=> STT_SECTION, BSF_FILE <=> STT_FILE.
(elf_slurp_symbol_table): Hand out symbols in forward, not
reverse order. Simplify duplicate code.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e57ce8a..3b83e50 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Sat Jul 4 03:29:41 1992 John Gilmore (gnu at cygnus.com) + + * syms.h: Define BSF_FILE, update BSF_SECTION_SYM desc. + * elf.c: Remove unconditional debug printf's. + (elf_write_object_contents, elf_slurp_symbol_table): Handle + BSF_SECTION_SYM <=> STT_SECTION, BSF_FILE <=> STT_FILE. + (elf_slurp_symbol_table): Hand out symbols in forward, not + reverse order. Simplify duplicate code. + Fri Jul 3 20:23:34 1992 Fred Fish (fnf@cygnus.com) * elf.c: Remove "(void)" casts from function calls where the |