Protoize.

This commit is contained in:
Kevin Buettner
2000-08-23 16:37:23 +00:00
parent a3da4de1ac
commit 073063d718
3 changed files with 9 additions and 12 deletions

View File

@@ -1577,9 +1577,7 @@ struct section_offsets dst_symfile_faker =
{0};
void
dst_symfile_offsets (objfile, addr)
struct objfile *objfile;
struct section_addr_info *addrs;
dst_symfile_offsets (struct objfile *objfile, struct section_addr_info *addrs)
{
objfile->num_sections = 1;
objfile->section_offsets = &dst_symfile_faker;