diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bfad84c8cfb..a7eb64d11d6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-12-03 Joel Brobecker + + * NEWS: Mention "-list-features" in the entry documenting + the support for the "--language" option. + 2013-12-03 Tom Tromey Jan Kratochvil Doug Evans diff --git a/gdb/NEWS b/gdb/NEWS index 0505a2888ec..a8ae8c7b7a5 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.