aboutsummaryrefslogtreecommitdiff
path: root/gdb/dwarfread.c
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-07-14 21:34:09 +0000
committerStan Shebs <shebs@codesourcery.com>1994-07-14 21:34:09 +0000
commit8e3ff8235415e2ae6bb56e21b020ac585616993a (patch)
treeebab3ce1b64924b4551b03e5a59927e54bdddd40 /gdb/dwarfread.c
parent8dbe58d843db2c5eadcc93f76a9df730747eea36 (diff)
downloadfsf-binutils-gdb-8e3ff8235415e2ae6bb56e21b020ac585616993a.zip
fsf-binutils-gdb-8e3ff8235415e2ae6bb56e21b020ac585616993a.tar.gz
fsf-binutils-gdb-8e3ff8235415e2ae6bb56e21b020ac585616993a.tar.bz2
* dbxread.c: Don't include libbfd.h.
* dwarfread.c, elfread.c somread.c: Don't include libbfd.h, <time.h>, or <sys/types.h>. * elfread.c (elf_symfile_read): Use only standard BFD functions to collect information about the stab and stab string sections.
Diffstat (limited to 'gdb/dwarfread.c')
-rw-r--r--gdb/dwarfread.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c
index 15d2988..96196f5 100644
--- a/gdb/dwarfread.c
+++ b/gdb/dwarfread.c
@@ -44,9 +44,6 @@ other things to work on, if you get bored. :-)
#include "gdbtypes.h"
#include "symfile.h"
#include "objfiles.h"
-#include <time.h> /* For time_t in libbfd.h. */
-#include <sys/types.h> /* For time_t, if not in time.h. */
-#include "libbfd.h" /* FIXME Secret Internal BFD stuff (bfd_read) */
#include "elf/dwarf.h"
#include "buildsym.h"
#include "demangle.h"