While working on the previous patch, I found a few .o files whose
corresponding .c file was not mentioned in Makefile.in. This patch
fixes the problem. I pulled this out separately to make it simpler to
review.
ChangeLog
2017-11-27 Tom Tromey <tom@tromey.com>
* Makefile.in (COMMON_OBS): Remove filename-seen-cache.o,
registry.o, thread-fsm.o, debug.o.
(COMMON_SFILES): Add filename-seen-cache.c, registry.c,
thread-fsm.c, debug.c.
+2017-11-27 Tom Tromey <tom@tromey.com>
+
+ * Makefile.in (COMMON_OBS): Remove filename-seen-cache.o,
+ registry.o, thread-fsm.o, debug.o.
+ (COMMON_SFILES): Add filename-seen-cache.c, registry.c,
+ thread-fsm.c, debug.c.
+
2017-11-27 Tom Tromey <tom@tromey.com>
* Makefile.in (COMMON_SFILES): New.
d-namespace.c \
d-valprint.c \
dbxread.c \
+ debug.c \
demangle.c \
dictionary.c \
disasm.c \
f-lang.c \
f-typeprint.c \
f-valprint.c \
+ filename-seen-cache.c \
filesystem.c \
findcmd.c \
findvar.c \
record-full.c \
regcache.c \
reggroups.c \
+ registry.c \
reverse.c \
rust-lang.c \
selftest-arch.c \
target-descriptions.c \
target-memory.c \
thread.c \
+ thread-fsm.c \
tid-parse.c \
top.c \
trad-frame.c \
job-control.o \
common-regcache.o \
common-utils.o \
- debug.o \
environ.o \
errors.o \
exec.o \
fileio.o \
- filename-seen-cache.o \
filestuff.o \
format.o \
gdb_tilde_expand.o \
new-op.o \
print-utils.o \
ptid.o \
- registry.o \
rsp-low.o \
run-time-clock.o \
selftest.o \
signals.o \
signals-state-save-restore.o \
- thread-fsm.o \
vec.o \
version.o \
waitstatus.o \