aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2015-02-06 12:17:21 -0800
committerDoug Evans <dje@google.com>2015-02-06 12:17:21 -0800
commitbd2e0e9e9ab61b1838167c1110c35da8b21c8f02 (patch)
treec4a9613964f2e077cc808ebf27a7ae7c7d2865fd /gdb
parentf176c4b57f57c8965807256bad1cd487b92b5457 (diff)
downloadbinutils-bd2e0e9e9ab61b1838167c1110c35da8b21c8f02.zip
binutils-bd2e0e9e9ab61b1838167c1110c35da8b21c8f02.tar.gz
binutils-bd2e0e9e9ab61b1838167c1110c35da8b21c8f02.tar.bz2
remote-m32r-sdi.c: Include symfile.h.
gdb/ChangeLog: * remote-m32r-sdi.c: Include symfile.h.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/remote-m32r-sdi.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8011f96..a0c7668 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2015-02-06 Doug Evans <dje@google.com>
+ * remote-m32r-sdi.c: Include symfile.h.
+
+2015-02-06 Doug Evans <dje@google.com>
+
* symtab.h (clear_symtab_users, deduce_language_from_filename): Move
* symfile.h (clear_symtab_users, deduce_language_from_filename): ...
to here.
diff --git a/gdb/remote-m32r-sdi.c b/gdb/remote-m32r-sdi.c
index 6052386..c55b75c 100644
--- a/gdb/remote-m32r-sdi.c
+++ b/gdb/remote-m32r-sdi.c
@@ -40,7 +40,7 @@
#include <time.h>
#include "gdb_bfd.h"
#include "cli/cli-utils.h"
-
+#include "symfile.h"
#include "serial.h"
/* Descriptor for I/O to remote machine. */