diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-05-25 18:09:09 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-05-25 18:09:09 +0000 |
commit | eb557a121edaebd17d600c2558a17f4f6ad920bb (patch) | |
tree | ee4d2394905f942faf968afe0a1f8acb0fc17435 /gdb/coffread.c | |
parent | 4cd099cd8595d11956e92bf2cab4f6d8f3fa3242 (diff) | |
download | gdb-eb557a121edaebd17d600c2558a17f4f6ad920bb.tar.gz |
import gdb-1999-05-25 snapshot
Diffstat (limited to 'gdb/coffread.c')
-rw-r--r-- | gdb/coffread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/coffread.c b/gdb/coffread.c index ae1decaf728..1a63cfb7552 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -42,6 +42,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "complaints.h" #include "target.h" +extern void _initialize_coffread PARAMS ((void)); + struct coff_symfile_info { file_ptr min_lineno_offset; /* Where in file lowest line#s are */ file_ptr max_lineno_offset; /* 1+last byte of line#s in file */ |