diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-09 21:33:11 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-09 21:33:11 +0000 |
commit | d4886c3ba4261064551190a6e72f1299a65b576f (patch) | |
tree | 921e4b983ea72a9b39a2c04154940c1875464813 /gdb/dstread.c | |
parent | f84a47ce8a7028902e7294c173c8720aca82fa5d (diff) | |
download | gdb-d4886c3ba4261064551190a6e72f1299a65b576f.tar.gz |
import gdb-1999-08-09 snapshotgdb-1999-08-09
Diffstat (limited to 'gdb/dstread.c')
-rw-r--r-- | gdb/dstread.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/dstread.c b/gdb/dstread.c index 1561586bf21..8ed415bc6c5 100644 --- a/gdb/dstread.c +++ b/gdb/dstread.c @@ -68,7 +68,7 @@ static void dst_new_init PARAMS ((struct objfile *)); static void -dst_symfile_read PARAMS ((struct objfile *, struct section_offsets *, int)); +dst_symfile_read PARAMS ((struct objfile *, int)); static void dst_symfile_finish PARAMS ((struct objfile *)); @@ -263,9 +263,8 @@ static bfd *symfile_bfd; /* ARGSUSED */ static void -dst_symfile_read (objfile, section_offsets, mainline) +dst_symfile_read (objfile, mainline) struct objfile *objfile; - struct section_offsets *section_offsets; int mainline; { bfd *abfd = objfile->obfd; |