diff options
author | Aleksandar Ristovski <aristovski@qnx.com> | 2010-04-21 13:42:56 +0000 |
---|---|---|
committer | Aleksandar Ristovski <aristovski@qnx.com> | 2010-04-21 13:42:56 +0000 |
commit | a8ae7dc0fb885e983d813eec04a6a4d67e454baf (patch) | |
tree | 9040a7a154249b100b00e9c60118c260c751106e /gdb/gdbserver/Makefile.in | |
parent | 6e354e5ec2032adf0ded5fd21ffc9a717094dc69 (diff) | |
download | gdb-a8ae7dc0fb885e983d813eec04a6a4d67e454baf.zip gdb-a8ae7dc0fb885e983d813eec04a6a4d67e454baf.tar.gz gdb-a8ae7dc0fb885e983d813eec04a6a4d67e454baf.tar.bz2 |
* Makefile.in (nto_low_h nto-low.o nto-x86-low.o): New dependency lists.
* nto-x86-low.c: Include server.h
Diffstat (limited to 'gdb/gdbserver/Makefile.in')
-rw-r--r-- | gdb/gdbserver/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/gdbserver/Makefile.in b/gdb/gdbserver/Makefile.in index 6bd3d66..5e6c4c9 100644 --- a/gdb/gdbserver/Makefile.in +++ b/gdb/gdbserver/Makefile.in @@ -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) |