aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-11-21 13:17:31 -0700
committerTom Tromey <tom@tromey.com>2017-11-27 16:53:25 -0700
commit8fd8d003de32661ed703ae9fd7e1a856f1b58f81 (patch)
tree397520e3bfcf89a492cf3d2a43fb2d8ed77afe27 /gdb/ChangeLog
parentbd810fff78006d38e3c287b7bd241319f4d763be (diff)
downloadgdb-8fd8d003de32661ed703ae9fd7e1a856f1b58f81.zip
gdb-8fd8d003de32661ed703ae9fd7e1a856f1b58f81.tar.gz
gdb-8fd8d003de32661ed703ae9fd7e1a856f1b58f81.tar.bz2
Move python object files to python subdirectory
Move the object files corresponding to python/*.c to the python subdirectory in the build tree. Because special CFLAGS are passed just to Python compilations, this patch also required the addition of a pattern rule to update INTERNAL_CFLAGS for here. ChangeLog 2017-11-27 Tom Tromey <tom@tromey.com> * Makefile.in (SUBDIR_PYTHON_OBS): Redefine. (CONFIG_SRC_SUBDIR): Add python. (%.o): Remove python rule. (python/%.o): New rule. * configure: Rebuild. * configure.ac (CONFIG_OBS): Refer to python/python.o
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c91a45b..412720c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2017-11-27 Tom Tromey <tom@tromey.com>
+ * Makefile.in (SUBDIR_PYTHON_OBS): Redefine.
+ (CONFIG_SRC_SUBDIR): Add python.
+ (%.o): Remove python rule.
+ (python/%.o): New rule.
+ * configure: Rebuild.
+ * configure.ac (CONFIG_OBS): Refer to python/python.o
+
+2017-11-27 Tom Tromey <tom@tromey.com>
+
* configure: Rebuild.
* configure.ac (CONFIG_OBS): Refer to guile/guile.o.
* Makefile.in (SUBDIR_GUILE_OBS): Redefine.