* NEWS (Changes in GDB 7.4): Add gdbtui deprecation note.
* tui/tui-main.c: Likewise.
+2012-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * NEWS (Changes in GDB 7.4): Add gdbtui deprecation note.
+ * tui/tui-main.c: Likewise.
+
2011-12-23 Kevin Pouget <kevin.pouget@st.com>
Introduce gdb.FinishBreakpoint in Python
Renesas RL78 rl78-*-elf
+* The binary "gdbtui" is deprecated.
+
+ The binary will be no longer built or installed in GDB 7.5.
+ Use "gdb -tui" instead.
+
*** Changes in GDB 7.3.1
* The build failure for NetBSD and OpenBSD targets have now been fixed.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
+/* The binary "gdbtui" is deprecated.
+
+ The binary will be no longer built or installed in GDB 7.5.
+ Use "gdb -tui" instead. */
+
#include "defs.h"
#include "main.h"
#include "gdb_string.h"