mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* Makefile.in (linuw_low_h): Move higher.
(thread-db.o): Depend on $(linux_low_h).
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2009-03-22 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.in (linuw_low_h): Move higher.
|
||||||
|
(thread-db.o): Depend on $(linux_low_h).
|
||||||
|
|
||||||
2009-03-17 Pedro Alves <pedro@codesourcery.com>
|
2009-03-17 Pedro Alves <pedro@codesourcery.com>
|
||||||
|
|
||||||
Rename "process" to "lwp" throughout.
|
Rename "process" to "lwp" throughout.
|
||||||
|
@ -265,6 +265,8 @@ regcache_h = $(srcdir)/regcache.h
|
|||||||
server_h = $(srcdir)/server.h $(regcache_h) config.h $(srcdir)/target.h \
|
server_h = $(srcdir)/server.h $(regcache_h) config.h $(srcdir)/target.h \
|
||||||
$(srcdir)/mem-break.h $(srcdir)/../common/gdb_signals.h
|
$(srcdir)/mem-break.h $(srcdir)/../common/gdb_signals.h
|
||||||
|
|
||||||
|
linux_low_h = $(srcdir)/linux-low.h
|
||||||
|
|
||||||
hostio.o: hostio.c $(server_h)
|
hostio.o: hostio.c $(server_h)
|
||||||
hostio-errno.o: hostio-errno.c $(server_h)
|
hostio-errno.o: hostio-errno.c $(server_h)
|
||||||
inferiors.o: inferiors.c $(server_h)
|
inferiors.o: inferiors.c $(server_h)
|
||||||
@ -274,7 +276,7 @@ regcache.o: regcache.c $(server_h) $(regdef_h)
|
|||||||
remote-utils.o: remote-utils.c terminal.h $(server_h)
|
remote-utils.o: remote-utils.c terminal.h $(server_h)
|
||||||
server.o: server.c $(server_h)
|
server.o: server.c $(server_h)
|
||||||
target.o: target.c $(server_h)
|
target.o: target.c $(server_h)
|
||||||
thread-db.o: thread-db.c $(server_h) $(gdb_proc_service_h)
|
thread-db.o: thread-db.c $(server_h) $(linux_low_h) $(gdb_proc_service_h)
|
||||||
utils.o: utils.c $(server_h)
|
utils.o: utils.c $(server_h)
|
||||||
gdbreplay.o: gdbreplay.c config.h
|
gdbreplay.o: gdbreplay.c config.h
|
||||||
|
|
||||||
@ -286,8 +288,6 @@ memmem.o: ../gnulib/memmem.c
|
|||||||
|
|
||||||
i387-fp.o: i387-fp.c $(server_h)
|
i387-fp.o: i387-fp.c $(server_h)
|
||||||
|
|
||||||
linux_low_h = $(srcdir)/linux-low.h
|
|
||||||
|
|
||||||
linux-low.o: linux-low.c $(linux_low_h) $(server_h)
|
linux-low.o: linux-low.c $(linux_low_h) $(server_h)
|
||||||
$(CC) -c $(CPPFLAGS) $(INTERNAL_CFLAGS) $< @USE_THREAD_DB@
|
$(CC) -c $(CPPFLAGS) $(INTERNAL_CFLAGS) $< @USE_THREAD_DB@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user