aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-11-22 20:57:04 -0700
committerTom Tromey <tom@tromey.com>2017-11-27 16:53:27 -0700
commit18ca73470a0d7eb96a807c97559cbb9fddb4b461 (patch)
treee49a94b7ac8d90615cf2ebf7d4e6b912dd5b476f /gdb/ChangeLog
parent66599a7dc0369583229c0c51e5e009cfa7cceb73 (diff)
downloadfsf-binutils-gdb-18ca73470a0d7eb96a807c97559cbb9fddb4b461.zip
fsf-binutils-gdb-18ca73470a0d7eb96a807c97559cbb9fddb4b461.tar.gz
fsf-binutils-gdb-18ca73470a0d7eb96a807c97559cbb9fddb4b461.tar.bz2
Remove REMOTE_OBS
This removes REMOTE_OBS from the Makefile. It is no longer needed, as remote support is always built into gdb. The relevant sources are now added to COMMON_SFILES, where they are treated like other ordinary sources. ChangeLog 2017-11-27 Tom Tromey <tom@tromey.com> * Makefile.in (REMOTE_OBS): Remove. (SFILES): Remove remote sources. (COMMON_SFILES): Add remote sources. (ALLDEPFILES): Remove dcache.c.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1d4d9d7..ebb9699 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2017-11-27 Tom Tromey <tom@tromey.com>
+ * Makefile.in (REMOTE_OBS): Remove.
+ (SFILES): Remove remote sources.
+ (COMMON_SFILES): Add remote sources.
+ (ALLDEPFILES): Remove dcache.c.
+
+2017-11-27 Tom Tromey <tom@tromey.com>
+
* Makefile.in (SUBDIR_TARGET_SRCS, SUBDIR_TARGET_OBS): New
variables.
(SFILES): Use SUBDIR_TARGET_SRCS.