Add missing files to COMMON_SFILES
authorTom Tromey <tom@tromey.com>
Tue, 21 Nov 2017 21:24:29 +0000 (14:24 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 27 Nov 2017 23:53:26 +0000 (16:53 -0700)
commit4f04fba813785f3d749376d9b434c0f94f835dbc
treeaf04275feeeb1002f2715e65f3a43bba69e7d44b
parentb5adff3b5e14a45501f5761877d587019c94368a
Add missing files to COMMON_SFILES

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.
gdb/ChangeLog
gdb/Makefile.in