From e936816cede696d909b70b266defeced14b19f7e Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 3 Nov 2004 14:36:53 +0000 Subject: [PATCH] 2004-11-03 Andrew Cagney * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p' packet, obsolete configurations, end-of-life deprecated_registers. --- gdb/ChangeLog | 5 +++++ gdb/NEWS | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dfce47868c9..7a904a3f460 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-11-03 Andrew Cagney + + * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p' + packet, obsolete configurations, end-of-life deprecated_registers. + 2004-11-02 Mark Kettenis * dwarf2-frame.c (read_encoded_value): Set proper size for signed diff --git a/gdb/NEWS b/gdb/NEWS index 6642128cc30..507db27dc20 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -11,12 +11,65 @@ by GCC with the option -feliminate-dwarf2-dups and also by some proprietary compilers. With GCC, you must use GCC 3.3.4 or later to use -feliminate-dwarf2-dups. +* Internationalization + +When supported by the host system, GDB will be built with +internationalization (libintl). The task of marking up the sources is +continued, we're looking forward to our first translation. + * Ada Initial support for debugging programs compiled with the GNAT implementation of the Ada programming language has been integrated into GDB. In this release, support is limited to expression evaluation. +* New native configurations + +GNU/Linux/m32r m32r-*-linux-gnu + +* Remote 'p' packet + +GDB's remote protocol now includes support for the 'p' packet. This +packet is used to fetch individual registers from a remote inferior. + +* END-OF-LIFE registers[] compatibility module + +GDB's internal register infrastructure has been completely rewritten. +The new infrastructure making possible the implementation of key new +features including 32x64 (e.g., 64-bit amd64 GDB debugging a 32-bit +i386 application). + +GDB 6.3 will be the last release to include the the registers[] +compatibility module that allowed out-of-date configurations to +continue to work. This change directly impacts the following +configurations: + +hppa-*-hpux +ia64-*-aix +mips-*-irix* +*-*-lynx +mips-*-linux-gnu +sds protocol +xdr protocol +powerpc bdm protocol + +Unless there is activity to revive these configurations, they will be +made OBSOLETE in GDB 6.4, and REMOVED from GDB 6.5. + +* OBSOLETE configurations and files + +Configurations that have been declared obsolete in this release have +been commented out. Unless there is activity to revive these +configurations, the next release of GDB will have their sources +permanently REMOVED. + +h8300-*-* +mcore-*-* +mn10300-*-* +ns32k-*-* +sh64-*-* +v850-*-* + *** Changes in GDB 6.2.1: * MIPS `break main; run' gave an heuristic-fence-post warning -- 2.47.3