aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/NEWS2
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bfad84c..a7eb64d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-03 Joel Brobecker <brobecker@adacore.com>
+
+ * NEWS: Mention "-list-features" in the entry documenting
+ the support for the "--language" option.
+
2013-12-03 Tom Tromey <tromey@redhat.com>
Jan Kratochvil <jan.kratochvil@redhat.com>
Doug Evans <dje@google.com>
diff --git a/gdb/NEWS b/gdb/NEWS
index 0505a28..a8ae8c7 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -160,6 +160,8 @@ show code-cache
* MI changes
** All MI commands now accept an optional "--language" option.
+ Support for this feature can be verified by using the "-list-features"
+ command, which should contain "language-option".
** The new command -info-gdb-mi-command allows the user to determine
whether a GDB/MI command is supported or not.