aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-11-21 12:56:55 -0700
committerTom Tromey <tom@tromey.com>2017-11-27 16:53:24 -0700
commit75787ac19cdf7e8aa9b4c28f9421837ba479cf51 (patch)
tree638ca90be4cf3021b0ad6c013b2d91f3b9a6ae84 /gdb/ChangeLog
parent5c8a943144f6972dc0854f2d01d7cb365b06fceb (diff)
downloadgdb-75787ac19cdf7e8aa9b4c28f9421837ba479cf51.zip
gdb-75787ac19cdf7e8aa9b4c28f9421837ba479cf51.tar.gz
gdb-75787ac19cdf7e8aa9b4c28f9421837ba479cf51.tar.bz2
Move unittests object files to unittests subdirectory
Move the object files corresponding to unittests/*.c to the unittests subdirectory in the build tree. ChangeLog 2017-11-27 Tom Tromey <tom@tromey.com> * Makefile.in (SUBDIR_UNITTESTS_OBS): Redefine. (%.o): Remove unittests rule. (CONFIG_SRC_SUBDIR): Add unittests.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1b3ae40..76eaa5f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2017-11-27 Tom Tromey <tom@tromey.com>
+ * Makefile.in (SUBDIR_UNITTESTS_OBS): Redefine.
+ (%.o): Remove unittests rule.
+ (CONFIG_SRC_SUBDIR): Add unittests.
+
+2017-11-27 Tom Tromey <tom@tromey.com>
+
* Makefile.in (SUBDIR_TUI_OBS): Redefine.
(CONFIG_SRC_SUBDIR): Add tui.
(%.o): Remove tui rule.