fix include file ordering problem (bfd.h vs. symfile.h)
authorDavid D. Zuhn <zoo@cygnus>
Tue, 29 Jun 1993 15:30:57 +0000 (15:30 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Tue, 29 Jun 1993 15:30:57 +0000 (15:30 +0000)
gdb/ChangeLog
gdb/remote-mips.c
gdb/remote-nindy.c

index 457935bbdda5e71802e01462049f0c05375d906d..e594a65692f6972a456744db5f35a8c0f21f9715 100644 (file)
@@ -1,3 +1,7 @@
+Tue Jun 29 08:29:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
+
+       * remote-mips.c, remote-nindy.c: move bfd.h before symfile.h (for file_ptr decl)
+
 Tue Jun 29 09:11:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * dbxread.c (process_one_symbol): If we find a LOC_BLOCK where we
index ccc2bad020ef268d5896f63829c94a9ce9e77aaf..23cd5c42b4f8b241fd6c420c15b6df9f00e3c475 100644 (file)
@@ -21,8 +21,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "defs.h"
 #include "inferior.h"
-#include "symfile.h"
 #include "bfd.h"
+#include "symfile.h"
 #include "wait.h"
 #include "gdbcmd.h"
 #include "gdbcore.h"
index 033306bfe8323ab91b86afa56437f305fbc7b217..55efac778dacd76f295b15290bd7604916163f8c 100644 (file)
@@ -102,11 +102,11 @@ NINDY ROM monitor at the other end of the line.
 
 #include "frame.h"
 #include "inferior.h"
+#include "bfd.h"
 #include "symfile.h"
 #include "target.h"
 #include "gdbcore.h"
 #include "command.h"
-#include "bfd.h"
 #include "ieee-float.h"
 
 #include "wait.h"
This page took 0.030374 seconds and 4 git commands to generate.