aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2020-06-23 10:02:47 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2020-06-23 10:06:20 +0100
commit378258006c924e258f2433a94c1d9d7cb462e128 (patch)
tree30d4422c3ef8d45d5a98e7a882832ac6de9bd48c /gdb/ChangeLog
parent1a79004f61a433112a218c04b0f1aa9f0f9d868d (diff)
downloadgdb-378258006c924e258f2433a94c1d9d7cb462e128.zip
gdb-378258006c924e258f2433a94c1d9d7cb462e128.tar.gz
gdb-378258006c924e258f2433a94c1d9d7cb462e128.tar.bz2
gdb: Add --with-python-libdir to gdb's --configuration output
Commit: commit d13c7322fe1266984024644154003a19664610ea Date: Fri Jan 17 00:10:22 2020 +0000 gdb: Allow more control over where to find python libraries Added a new configuration option --with-python-libdir, but failed to add this option to the output of 'gdb --configuration'. This commit fixes this mistake. gdb/ChangeLog: * top.c (print_gdb_configuration): Print --with-python-libdir configuration value.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a83f5af..cf1c037 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
+
+ * top.c (print_gdb_configuration): Print --with-python-libdir
+ configuration value.
+
2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
* NEWS: Mention change to the alias command.