Browse Source

From 2000-06-14 John Marshall <john_w_marshall@palm.com>:

* coff-solib.c: Include symfile.h and objfiles.h to make
OBJF_SHARED visible.
dberlin-typesystem-branch
Andrew Cagney 25 years ago
parent
commit
399371f6c0
  1. 6
      gdb/ChangeLog
  2. 2
      gdb/coff-solib.c

6
gdb/ChangeLog

@ -1,3 +1,9 @@
2001-06-28 Andrew Cagney <ac131313@redhat.com>
From 2000-06-14 John Marshall <john_w_marshall@palm.com>:
* coff-solib.c: Include symfile.h and objfiles.h to make
OBJF_SHARED visible.
2001-06-28 Andrew Cagney <ac131313@redhat.com>
* configure.in (--enable-gdbmi): Enable by default.

2
gdb/coff-solib.c

@ -25,6 +25,8 @@
#include "bfd.h"
#include "gdbcore.h"
#include "symtab.h"
#include "symfile.h"
#include "objfiles.h"
/*

Loading…
Cancel
Save