]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 1 Jan 2012 21:47:08 +0000 (21:47 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 1 Jan 2012 21:47:08 +0000 (21:47 +0000)
* NEWS (Changes in GDB 7.4): Add gdbtui deprecation note.
* tui/tui-main.c: Likewise.

gdb/ChangeLog
gdb/NEWS
gdb/tui/tui-main.c

index 16ec8e17e64e3f4c34bb8232a792633520d90b22..2045e0bbc84560c17410de8c92196e76ec5fad44 100644 (file)
@@ -1,3 +1,8 @@
+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
index 58955df9d2c93730916986ae1d21d8c6355d9ecc..33c3a4547781ab02573970c23a48d9f53f05bcf3 100644 (file)
--- 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.
index 1401957e21218c0a1345943f12542b3f4504dc53..536692d260243ed2a9c34b39f101b9d3b594eb03 100644 (file)
    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"