diff options
author | Stu Grossman <grossman@cygnus> | 1992-07-14 21:11:54 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-07-14 21:11:54 +0000 |
commit | 930acbe575341da26eee698672b5dd6cbc049fec (patch) | |
tree | 63c97f4b1f089831a02e395dc449a27e3d939ffb /gdb/xcoffread.c | |
parent | 67cddd9fafe4a4148ffb677b9c21a27141ba2695 (diff) | |
download | gdb-930acbe575341da26eee698672b5dd6cbc049fec.zip gdb-930acbe575341da26eee698672b5dd6cbc049fec.tar.gz gdb-930acbe575341da26eee698672b5dd6cbc049fec.tar.bz2 |
* xcoffread.c: Add decl for section_offset to keep prototype happy.
Diffstat (limited to 'gdb/xcoffread.c')
-rw-r--r-- | gdb/xcoffread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index fc592ea..b3c6547 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -182,6 +182,8 @@ aixcoff_symfile_init PARAMS ((struct objfile *)); static void aixcoff_new_init PARAMS ((struct objfile *)); +struct section_offset; + static void aixcoff_symfile_read PARAMS ((struct objfile *, struct section_offset *, int)); |