+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
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)
$(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)