From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
authorAndrew Cagney <cagney@redhat.com>
Thu, 28 Jun 2001 19:54:41 +0000 (19:54 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 28 Jun 2001 19:54:41 +0000 (19:54 +0000)
* coff-solib.c: Include symfile.h and objfiles.h to make
OBJF_SHARED visible.

gdb/ChangeLog
gdb/coff-solib.c

index a4344f8c45db9402637b6b5ae0cbca5cd3ba5029..c7197a45ed706fcd988903705ca2b5daa60c7d99 100644 (file)
@@ -1,3 +1,9 @@
+2001-06-28  Andrew Cagney  <ac131313@redhat.com>
+
+       From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
+       * coff-solib.c: Include symfile.h and objfiles.h to make
+       OBJF_SHARED visible.
+
 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
 
        * configure.in (--enable-gdbmi): Enable by default.
index 0f3bc76e408f8e5a5769faca1fe01e8426e2baf0..fc13bca7b00d12d4b468ac883e4c8f098b0c4aab 100644 (file)
@@ -25,6 +25,8 @@
 #include "bfd.h"
 #include "gdbcore.h"
 #include "symtab.h"
+#include "symfile.h"
+#include "objfiles.h"
 
 /*
 
This page took 0.028701 seconds and 4 git commands to generate.