From: hilfingr Date: Tue, 2 Nov 2004 09:41:00 +0000 (+0000) Subject: NEWS: GDB understands GNAT Ada. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cd6c03e9859b94db18f15fc5b4a65d4be41db4be;p=pf3gnuchains%2Fpf3gnuchains3x.git NEWS: GDB understands GNAT Ada. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dccd63982a..f33341b58c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-11-02 Paul Hilfinger + + * NEWS: GDB understands GNAT Ada. + 2004-11-01 Joseph S. Myers * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c. diff --git a/gdb/NEWS b/gdb/NEWS index 352833ea4d..74b4a0d138 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -14,6 +14,12 @@ 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. +* 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. + *** Changes in GDB 6.2.1: * MIPS `break main; run' gave an heuristic-fence-post warning