diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-08-02 20:27:44 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-08-02 20:27:44 +0000 |
commit | 356ff909bd4ce1845a883a26433426a526274fb7 (patch) | |
tree | 4afc1cd9ed3af9d031f7c428eda03e0f8e0cf3ed /gdb/rs6000-nat.c | |
parent | b2ea35c7abd66105ad8f154a9380267cb0fc5c1b (diff) | |
download | gdb-356ff909bd4ce1845a883a26433426a526274fb7.zip gdb-356ff909bd4ce1845a883a26433426a526274fb7.tar.gz gdb-356ff909bd4ce1845a883a26433426a526274fb7.tar.bz2 |
* defs.h (bfd_read, bfd_seek): Remove declarations.
* os9kread.c, rs6000-nat.c (libbfd.h): Don't include.
Diffstat (limited to 'gdb/rs6000-nat.c')
-rw-r--r-- | gdb/rs6000-nat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/rs6000-nat.c b/gdb/rs6000-nat.c index 1c80a7a..c6f5c5f 100644 --- a/gdb/rs6000-nat.c +++ b/gdb/rs6000-nat.c @@ -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> |