projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67cddd9
)
* xcoffread.c: Add decl for section_offset to keep prototype happy.
author
Stu Grossman
<grossman@cygnus>
Tue, 14 Jul 1992 21:11:54 +0000
(21:11 +0000)
committer
Stu Grossman
<grossman@cygnus>
Tue, 14 Jul 1992 21:11:54 +0000
(21:11 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/xcoffread.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 06b8c3fe54facd0f07a19cc619ef7fa39f3b56c3..ffbe17520c68cca758f75a0e94e10d7a0629f787 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,7
@@
Tue Jul 14 00:12:30 1992 Stu Grossman (grossman at cygnus.com)
+ * xcoffread.c: Add decl for section_offset to keep prototype happy.
+
* Makefile.in (VERSION): 4.5.9.
* xm-hp300bsd.h: Add decl for strdup().
diff --git
a/gdb/xcoffread.c
b/gdb/xcoffread.c
index fc592eafbd759d3d7c95d7c207c5a622d1e986df..b3c654712cfda7b7275df846408074547b8544ed 100644
(file)
--- 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));