* elfread.c (elf_symtab_read): Use bfd convention that both
authorFred Fish <fnf@specifix.com>
Sun, 24 Oct 1993 16:41:11 +0000 (16:41 +0000)
committerFred Fish <fnf@specifix.com>
Sun, 24 Oct 1993 16:41:11 +0000 (16:41 +0000)
commit90141f9c4e2b89c37a954acfb6ec26c3c015dd98
tree4b8cc9c58f6837def906fb936d644bc5d22dcfd7
parentab0751c89582d835820e4fe72e7b2e3092cf74e9
* elfread.c (elf_symtab_read):  Use bfd convention that both
initialized and uninitialized data sections have the SEC_ALLOC
flag bit set, but only initialized sections have SEC_LOAD set.
SEC_DATA is ignored since it only gets set for initialized
data.  Likewise, SEC_HAS_CONTENTS is ignored now because it
never gets set.
gdb/ChangeLog
gdb/elfread.c