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:
e9e4568
)
2003-02-18 Andrew Cagney <cagney@redhat.com>
author
Andrew Cagney
<cagney@redhat.com>
Tue, 18 Feb 2003 22:14:26 +0000
(22:14 +0000)
committer
Andrew Cagney
<cagney@redhat.com>
Tue, 18 Feb 2003 22:14:26 +0000
(22:14 +0000)
* symtab.h (struct objfile): Add opaque declaration.
gdb/ChangeLog
patch
|
blob
|
history
gdb/symtab.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index f3afb33b7d285fc51bd7c7f5360b9790943e9602..715d1fc600d773bc3ba3a729b0734532cf8c12ba 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2003-02-18 Andrew Cagney <cagney@redhat.com>
+
+ * symtab.h (struct objfile): Add opaque declaration.
+
2003-02-18 Elena Zannoni <ezannoni@redhat.com>
From Jim Ingham <jingham@apple.com>:
diff --git
a/gdb/symtab.h
b/gdb/symtab.h
index 2c839293e53d879fea2d72ca9acc30dc9eccd01a..42a144b30b73fe9c04dd2389ca32e569d487325f 100644
(file)
--- a/
gdb/symtab.h
+++ b/
gdb/symtab.h
@@
-26,6
+26,7
@@
/* Opaque declarations. */
struct obstack;
+struct objfile;
/* Don't do this; it means that if some .o's are compiled with GNU C
and some are not (easy to do accidentally the way we configure