aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-08-05 20:19:00 +0000
committerStan Shebs <shebs@codesourcery.com>1994-08-05 20:19:00 +0000
commit359301345aca12b98d6d3dbdc8ba54393c5dc901 (patch)
treeed7b27b6f6555be1f68142a758fa78b93f730df3
parentcd4104e085374f382bdd22c24d5e42b17f25099c (diff)
downloadfsf-binutils-gdb-359301345aca12b98d6d3dbdc8ba54393c5dc901.zip
fsf-binutils-gdb-359301345aca12b98d6d3dbdc8ba54393c5dc901.tar.gz
fsf-binutils-gdb-359301345aca12b98d6d3dbdc8ba54393c5dc901.tar.bz2
* dwarfread.c (bfd.h): Don't include.
-rw-r--r--gdb/ChangeLog10
-rw-r--r--gdb/dwarfread.c1
2 files changed, 7 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 36505f3..f6a62c3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+Fri Aug 5 12:23:02 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * dwarfread.c (bfd.h): Don't include.
+
Fri Aug 5 09:08:34 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
* i386-nlmstub.c (handle_exception): Point the PC at _exit() to
@@ -6,7 +10,8 @@ Fri Aug 5 09:08:34 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
Thu Aug 4 16:26:06 1994 Steve Chamberlain (sac@jonny.cygnus.com)
- * remote.c (read_frame): Calculate run length encoded checksum correctly.
+ * remote.c (read_frame): Calculate run length encoded checksum
+ correctly.
* config/sh/stub.c: New file.
Thu Aug 4 14:34:12 1994 Stu Grossman (grossman@cygnus.com)
@@ -58,10 +63,9 @@ Thu Aug 4 07:55:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
Wed Aug 3 22:41:13 1994 Tom Lord (lord@x1.cygnus.com)
- * procfs.c(procfs_mourn_inferior): don't dereference the
+ * procfs.c (procfs_mourn_inferior): don't dereference the
procinfo pointer after it has been freed.
-
Wed Aug 3 12:05:13 1994 Stan Shebs (shebs@andros.cygnus.com)
* breakpoint.c (breakpoint_1): Improve pluralization in display
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c
index 96196f5..150e1d8 100644
--- a/gdb/dwarfread.c
+++ b/gdb/dwarfread.c
@@ -39,7 +39,6 @@ other things to work on, if you get bored. :-)
*/
#include "defs.h"
-#include "bfd.h"
#include "symtab.h"
#include "gdbtypes.h"
#include "symfile.h"