From: Stan Shebs Date: Fri, 5 Aug 1994 20:19:00 +0000 (+0000) Subject: * dwarfread.c (bfd.h): Don't include. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=359301345aca12b98d6d3dbdc8ba54393c5dc901;p=binutils-gdb.git * dwarfread.c (bfd.h): Don't include. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 36505f37132..f6a62c34978 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 96196f536e5..150e1d81666 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"