aboutsummaryrefslogtreecommitdiff
path: root/gdb/m2-exp.y
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-04-02 10:35:19 +0000
committerJohn Gilmore <gnu@cygnus>1992-04-02 10:35:19 +0000
commitac88ca205c0d1cb48943550d41a6400b4e556271 (patch)
tree0b23ecb6a51897374da059120d8bc0084c184eeb /gdb/m2-exp.y
parentadf5061ceb7101a850eca4ec11aa0882c1847de0 (diff)
downloadgdb-ac88ca205c0d1cb48943550d41a6400b4e556271.zip
gdb-ac88ca205c0d1cb48943550d41a6400b4e556271.tar.gz
gdb-ac88ca205c0d1cb48943550d41a6400b4e556271.tar.bz2
Lint.
* symfile.c (add_symbol_file_command): Initialize mapped/readnow.
Diffstat (limited to 'gdb/m2-exp.y')
-rw-r--r--gdb/m2-exp.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y
index 2657eb9..a1bf96f 100644
--- a/gdb/m2-exp.y
+++ b/gdb/m2-exp.y
@@ -39,6 +39,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "language.h"
#include "value.h"
#include "parser-defs.h"
+#include "bfd.h"
+#include "symfile.h"
+#include "objfiles.h"
/* Ensure that if the generated parser contains any calls to malloc/realloc,
that they get mapped to xmalloc/xrealloc. */