Rename common to gdbsupport
[deliverable/binutils-gdb.git] / gdb / gdbserver / symbol.c
index 0646f0f77be30ae406662df6e3f8f67cc3d7400b..56a5d3e753debe6d230864f42cab4a750569801e 100644 (file)
@@ -1,6 +1,6 @@
 /* Symbol manipulating routines for the remote server for GDB.
 
-   Copyright (C) 2014-2017 Free Software Foundation, Inc.
+   Copyright (C) 2014-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -18,9 +18,9 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "server.h"
-#include "symbol.h"
+#include "gdbsupport/symbol.h"
 
-/* See common/symbol.h.  */
+/* See gdbsupport/symbol.h.  */
 
 int
 find_minimal_symbol_address (const char *name, CORE_ADDR *addr,
This page took 0.026672 seconds and 4 git commands to generate.