From: Jan Kratochvil Date: Sun, 1 Jan 2012 21:47:08 +0000 (+0000) Subject: gdb/ X-Git-Tag: gdb_7_4-2012-01-24-release~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1027b7da8fd7473768fe26c7e1ecb63b7003a7e;p=thirdparty%2Fbinutils-gdb.git gdb/ * NEWS (Changes in GDB 7.4): Add gdbtui deprecation note. * tui/tui-main.c: Likewise. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 16ec8e17e64..2045e0bbc84 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-01-01 Jan Kratochvil + + * NEWS (Changes in GDB 7.4): Add gdbtui deprecation note. + * tui/tui-main.c: Likewise. + 2011-12-23 Kevin Pouget Introduce gdb.FinishBreakpoint in Python diff --git a/gdb/NEWS b/gdb/NEWS index 58955df9d2c..33c3a454778 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -258,6 +258,11 @@ Texas Instruments TMS320C6x tic6x-*-* 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. diff --git a/gdb/tui/tui-main.c b/gdb/tui/tui-main.c index 1401957e212..536692d2602 100644 --- a/gdb/tui/tui-main.c +++ b/gdb/tui/tui-main.c @@ -18,6 +18,11 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* 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"