* defs.h (bfd_read, bfd_seek): Remove declarations.
authorStan Shebs <shebs@codesourcery.com>
Tue, 2 Aug 1994 20:27:44 +0000 (20:27 +0000)
committerStan Shebs <shebs@codesourcery.com>
Tue, 2 Aug 1994 20:27:44 +0000 (20:27 +0000)
* os9kread.c, rs6000-nat.c (libbfd.h): Don't include.

gdb/ChangeLog
gdb/os9kread.c
gdb/rs6000-nat.c

index 2ab6a75..db55673 100644 (file)
@@ -1,3 +1,8 @@
+Tue Aug  2 10:58:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * defs.h (bfd_read, bfd_seek): Remove declarations.
+       * os9kread.c, rs6000-nat.c (libbfd.h): Don't include.
+
 Tue Aug  2 09:50:50 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
 
        * inflow.c (kill_command): Fix a bug which prevented target
index 6c57cee..d7661f9 100644 (file)
@@ -53,7 +53,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "command.h"
 #include "target.h"
 #include "gdbcore.h"           /* for bfd stuff */
-#include "libbfd.h"            /* FIXME Secret internal BFD stuff (bfd_read) */
 #include "libaout.h"           /* FIXME Secret internal BFD stuff for a.out */
 #include "symfile.h"
 #include "objfiles.h"
index 1c80a7a..c6f5c5f 100644 (file)
@@ -24,7 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "xcoffsolib.h"
 #include "symfile.h"
 #include "objfiles.h"
-#include "libbfd.h"            /* BFD internals (sigh!)  FIXME */
 #include "bfd.h"
 
 #include <sys/ptrace.h>