* Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
authorAleksandar Ristovski <aristovski@qnx.com>
Wed, 21 Apr 2010 13:42:56 +0000 (13:42 +0000)
committerAleksandar Ristovski <aristovski@qnx.com>
Wed, 21 Apr 2010 13:42:56 +0000 (13:42 +0000)
* nto-x86-low.c: Include server.h

gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
gdb/gdbserver/nto-x86-low.c

index 04f706d..2181efb 100644 (file)
@@ -1,3 +1,8 @@
+2010-04-21  Aleksandar Ristovski  <aristovski@qnx.com>
+
+       * Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
+       * nto-x86-low.c: Include server.h
+
 2010-04-20  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * win32-i386-low.c: Use __x86_64__ macro instead of __x86_64 to
index 6bd3d66..5e6c4c9 100644 (file)
@@ -274,6 +274,8 @@ server_h = $(srcdir)/server.h $(regcache_h) config.h $(srcdir)/target.h \
 
 linux_low_h = $(srcdir)/linux-low.h
 
+nto_low_h = $(srcdir)/nto-low.h
+
 event-loop.o: event-loop.c $(server_h)
 hostio.o: hostio.c $(server_h)
 hostio-errno.o: hostio-errno.c $(server_h)
@@ -319,6 +321,9 @@ linux-x86-low.o: linux-x86-low.c $(linux_low_h) $(server_h) \
        $(gdb_proc_service_h) $(i386_low_h)
 linux-xtensa-low.o: linux-xtensa-low.c xtensa-xtregs.c $(linux_low_h) $(server_h)
 
+nto-low.o: nto-low.c $(server_h) $(nto_low_h)
+nto-x86-low.o: nto-x86-low.c $(server_h) $(nto_low_h) $(regdef_h) $(regcache_h)
+
 win32_low_h = $(srcdir)/win32-low.h
 
 win32-low.o: win32-low.c $(win32_low_h) $(server_h) $(regdef_h) $(regcache_h)
index a7f8f67..5d73ff4 100644 (file)
@@ -17,7 +17,7 @@
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
-
+#include "server.h"
 #include "nto-low.h"
 #include "regdef.h"
 #include "regcache.h"