mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
[gdbserver] Garbage collect unused dependency-tracking Makefile variables.
These used to be necessary for manual rule dependency tracking. Nothing uses them anymore. (regdat_sh is still needed.) gdb/gdbserver/ 2013-09-06 Pedro Alves <palves@redhat.com> * Makefile.in (gdb_proc_service_h, regdef_h, regcache_h) (signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h) (linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h) (server_h, gdbthread_h, linux_low_h, linux_ptrace_h) (gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h) (mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
2013-09-06 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
* Makefile.in (gdb_proc_service_h, regdef_h, regcache_h)
|
||||||
|
(signals_def, signals_h, ptid_h, ax_h, agent_h, linux_btrace_h)
|
||||||
|
(linux_osdata_h, vec_h, gdb_vecs_h, host_defs_h, libiberty_h)
|
||||||
|
(server_h, gdbthread_h, linux_low_h, linux_ptrace_h)
|
||||||
|
(gdb_thread_db_h, linux_procfs_h, lynx_low_h, nto_low_h)
|
||||||
|
(mips_linux_watch_h, i386_low_h, win32_low_h): Delete.
|
||||||
|
|
||||||
2013-09-06 Pedro Alves <palves@redhat.com>
|
2013-09-06 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
|
* Makefile.in (linux-btrace.o, mips-linux-watch.o): Remove
|
||||||
|
@ -417,54 +417,7 @@ stamp-xml: $(XML_DIR)/feature_to_c.sh Makefile $(XML_FILES)
|
|||||||
# will remove them.
|
# will remove them.
|
||||||
MAKEOVERRIDES=
|
MAKEOVERRIDES=
|
||||||
|
|
||||||
gdb_proc_service_h = $(srcdir)/gdb_proc_service.h
|
|
||||||
regdat_sh = $(srcdir)/../regformats/regdat.sh
|
regdat_sh = $(srcdir)/../regformats/regdat.sh
|
||||||
regdef_h = $(srcdir)/../regformats/regdef.h
|
|
||||||
regcache_h = $(srcdir)/regcache.h
|
|
||||||
signals_def = $(srcdir)/../../include/gdb/signals.def
|
|
||||||
signals_h = $(srcdir)/../../include/gdb/signals.h $(signals_def)
|
|
||||||
ptid_h = $(srcdir)/../common/ptid.h
|
|
||||||
ax_h = $(srcdir)/ax.h
|
|
||||||
agent_h = $(srcdir)/../common/agent.h
|
|
||||||
linux_btrace_h = $(srcdir)/../common/linux-btrace.h \
|
|
||||||
$(srcdir)/../common/btrace-common.h $(vec_h) $(ptid_h)
|
|
||||||
linux_osdata_h = $(srcdir)/../common/linux-osdata.h
|
|
||||||
vec_h = $(srcdir)/../common/vec.h
|
|
||||||
gdb_vecs_h = $(srcdir)/../common/gdb_vecs.h
|
|
||||||
host_defs_h = $(srcdir)/../common/host-defs.h
|
|
||||||
libiberty_h = $(srcdir)/../../include/libiberty.h
|
|
||||||
# Since everything must include server.h, we make that depend on
|
|
||||||
# generated files.
|
|
||||||
server_h = $(srcdir)/server.h $(regcache_h) $(srcdir)/target.h \
|
|
||||||
$(srcdir)/mem-break.h $(srcdir)/../common/gdb_signals.h \
|
|
||||||
$(srcdir)/../common/common-utils.h \
|
|
||||||
$(srcdir)/../common/xml-utils.h \
|
|
||||||
$(srcdir)/../common/buffer.h \
|
|
||||||
$(srcdir)/../common/gdb_assert.h \
|
|
||||||
$(srcdir)/../common/gdb_locale.h \
|
|
||||||
$(srcdir)/../target/resume.h \
|
|
||||||
$(srcdir)/../target/wait.h \
|
|
||||||
$(srcdir)/../target/waitstatus.h \
|
|
||||||
$(ptid_h) \
|
|
||||||
$(signals_h) \
|
|
||||||
$(libiberty_h) \
|
|
||||||
$(srcdir)/../../include/ansidecl.h \
|
|
||||||
$(generated_files)
|
|
||||||
|
|
||||||
gdbthread_h = $(srcdir)/gdbthread.h $(target_h) $(srcdir)/server.h
|
|
||||||
linux_low_h = $(srcdir)/linux-low.h $(gdbthread_h)
|
|
||||||
|
|
||||||
linux_ptrace_h = $(srcdir)/../common/linux-ptrace.h
|
|
||||||
|
|
||||||
gdb_thread_db_h = $(srcdir)/../common/gdb_thread_db.h
|
|
||||||
|
|
||||||
linux_procfs_h = $(srcdir)/../common/linux-procfs.h
|
|
||||||
|
|
||||||
lynx_low_h = $(srcdir)/lynx-low.h $(srcdir)/server.h
|
|
||||||
|
|
||||||
nto_low_h = $(srcdir)/nto-low.h
|
|
||||||
|
|
||||||
mips_linux_watch_h = $(srcdir)/../common/mips-linux-watch.h
|
|
||||||
|
|
||||||
UST_CFLAGS = $(ustinc) -DCONFIG_UST_GDB_INTEGRATION
|
UST_CFLAGS = $(ustinc) -DCONFIG_UST_GDB_INTEGRATION
|
||||||
|
|
||||||
@ -586,9 +539,6 @@ vsnprintf.o: $(srcdir)/../../libiberty/vsnprintf.c
|
|||||||
$(COMPILE) $<
|
$(COMPILE) $<
|
||||||
$(POSTCOMPILE)
|
$(POSTCOMPILE)
|
||||||
|
|
||||||
i386_low_h = $(srcdir)/i386-low.h
|
|
||||||
win32_low_h = $(srcdir)/win32-low.h
|
|
||||||
|
|
||||||
aarch64.c : $(srcdir)/../regformats/aarch64.dat $(regdat_sh)
|
aarch64.c : $(srcdir)/../regformats/aarch64.dat $(regdat_sh)
|
||||||
$(SHELL) $(regdat_sh) $(srcdir)/../regformats/aarch64.dat aarch64.c
|
$(SHELL) $(regdat_sh) $(srcdir)/../regformats/aarch64.dat aarch64.c
|
||||||
reg-arm.c : $(srcdir)/../regformats/reg-arm.dat $(regdat_sh)
|
reg-arm.c : $(srcdir)/../regformats/reg-arm.dat $(regdat_sh)
|
||||||
|
Reference in New Issue
Block a user