* rs6000-nat.c: Include libbfd.h again, needed until reference
authorStan Shebs <shebs@codesourcery.com>
Mon, 22 Aug 1994 19:48:31 +0000 (19:48 +0000)
committerStan Shebs <shebs@codesourcery.com>
Mon, 22 Aug 1994 19:48:31 +0000 (19:48 +0000)
to bfd_cache_lookup is cleaned out.

gdb/ChangeLog
gdb/rs6000-nat.c

index 13497ced155c976edbc14ad0e87a3c8eb9c6f169..4c419359e3f3cfa1ca0d666439abef97d63a9a23 100644 (file)
@@ -1,5 +1,8 @@
 Mon Aug 22 11:45:01 1994  Stan Shebs  (shebs@andros.cygnus.com)
 
+       * rs6000-nat.c: Include libbfd.h again, needed until reference
+       to bfd_cache_lookup is cleaned out.
+
        * config/i386/linux.mh (XM_CLIBS): Add -lm.
 
 Mon Aug 22 10:42:15 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
index c6f5c5f64e5bd22a7e1bd16c3c58dbe6d90e26b6..a5615fe6f7ca2281bf860555e5f979b2ec1f3009 100644 (file)
@@ -24,6 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "xcoffsolib.h"
 #include "symfile.h"
 #include "objfiles.h"
+#include "libbfd.h"  /* For bfd_cache_lookup (FIXME) */
 #include "bfd.h"
 
 #include <sys/ptrace.h>