mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 10:30:46 +00:00
Protoize.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user