mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 09:38:57 +00:00
import gdb-1999-09-08 snapshot
This commit is contained in:
@@ -1638,13 +1638,13 @@ init_dst_sections (chan)
|
||||
struct section_offsets dst_symfile_faker =
|
||||
{0};
|
||||
|
||||
struct section_offsets *
|
||||
void
|
||||
dst_symfile_offsets (objfile, addr)
|
||||
struct objfile *objfile;
|
||||
CORE_ADDR addr;
|
||||
{
|
||||
objfile->num_sections = 1;
|
||||
return &dst_symfile_faker;
|
||||
objfile->section_offsets = &dst_symfile_faker;
|
||||
}
|
||||
|
||||
/* Register our ability to parse symbols for DST BFD files */
|
||||
|
||||
Reference in New Issue
Block a user