aboutsummaryrefslogtreecommitdiff
path: root/gdb/dstread.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-08-23 16:37:23 +0000
committerKevin Buettner <kevinb@redhat.com>2000-08-23 16:37:23 +0000
commit073063d718f4fba6166c959b2a619435f23d6bf5 (patch)
tree8b9022656c36a0115ee831f81560b6103274f56c /gdb/dstread.c
parenta3da4de1ac9beb6a25fe989862a356e967c1f265 (diff)
downloadgdb-073063d718f4fba6166c959b2a619435f23d6bf5.zip
gdb-073063d718f4fba6166c959b2a619435f23d6bf5.tar.gz
gdb-073063d718f4fba6166c959b2a619435f23d6bf5.tar.bz2
Protoize.
Diffstat (limited to 'gdb/dstread.c')
-rw-r--r--gdb/dstread.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/dstread.c b/gdb/dstread.c
index b6f31ac..c49b551 100644
--- a/gdb/dstread.c
+++ b/gdb/dstread.c
@@ -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;