import gdb-1999-07-26 snapshot

This commit is contained in:
Jason Molenda
1999-07-27 00:51:29 +00:00
parent 7fd9c19135
commit 5a2468f5c5
8 changed files with 326 additions and 44 deletions

View File

@@ -471,6 +471,7 @@ default_symfile_offsets (objfile, addr)
objfile->num_sections = SECT_OFF_MAX;
section_offsets = (struct section_offsets *)
obstack_alloc (&objfile->psymbol_obstack, SIZEOF_SECTION_OFFSETS);
memset (section_offsets, 0, SIZEOF_SECTION_OFFSETS);
for (i = 0; i < SECT_OFF_MAX; i++)
ANOFFSET (section_offsets, i) = addr;