Fix code in elf_symtab_read which attempts to read the standard ELF
authorFred Fish <fnf@specifix.com>
Fri, 14 Feb 1992 01:22:12 +0000 (01:22 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 14 Feb 1992 01:22:12 +0000 (01:22 +0000)
commitd35bf52d93df6e4f02525129ba2f115495b29f9e
treee8523ea1d7ae4146395aa9bed5a155c02fffd4e4
parent0c5e345c0ffa3c3c0cf315f9edf539034e840995
Fix code in elf_symtab_read which attempts to read the standard ELF
symbol table and add symbol information to the misc function vector.
This allows minimum functionality with non -g compiled code, and is
vital for use with shared libraries (non of which are currently
compiled with -g).

Note to anyone doing any SVR4/gdb work.  This bug was introduced into
gdb just prior to the gdb 4.4 release, thus any versions currently
in the field will have broken shared library support since no symbol
information at all will be available for the shared library.  This
fix, along with one about to go into bfd's elf.c should fix that
problem.
gdb/ChangeLog
gdb/elfread.c
This page took 0.024238 seconds and 4 git commands to generate.