aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-08-08 00:30:07 +0000
committerFred Fish <fnf@specifix.com>1993-08-08 00:30:07 +0000
commit6c8f91a1b7c5880cb4cb9b6996f5801174f4aa02 (patch)
tree4ba2352fa1307ef2f90aacf04e09cb9a0437560d /gdb/ChangeLog
parent61434ebb732018ec1346494061e478e75424a978 (diff)
downloadgdb-6c8f91a1b7c5880cb4cb9b6996f5801174f4aa02.zip
gdb-6c8f91a1b7c5880cb4cb9b6996f5801174f4aa02.tar.gz
gdb-6c8f91a1b7c5880cb4cb9b6996f5801174f4aa02.tar.bz2
* elfread.c (elf_symtab_read): Properly sort out the bss symbols
from the data symbols and give them the correct minimal_symbol_type. Add file static symbols to the minimal symbol table, not just global symbols. Add absolute symbols as well (like _edata, _end). Redo stabs-in-elf special symbol handling now that file static symbols are entered into the into the minimal symbol table.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ce20df8..f2d63ad 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -3,7 +3,9 @@ Sat Aug 7 10:59:03 1993 Fred Fish (fnf@deneb.cygnus.com)
* elfread.c (elf_symtab_read): Properly sort out the bss symbols
from the data symbols and give them the correct minimal_symbol_type.
Add file static symbols to the minimal symbol table, not just
- global symbols. Ignore symbols that are section names and file names.
+ global symbols. Add absolute symbols as well (like _edata, _end).
+ Redo stabs-in-elf special symbol handling now that file static
+ symbols are entered into the into the minimal symbol table.
* dwarfread.c (add_partial_symbol): Add comment about limitations
of DWARF symbols for distinquishing data from bss when adding
minimal symbols. Add file local symbols to minimal symbols.