From: Paul N. Hilfinger Date: Tue, 2 Nov 2004 09:34:15 +0000 (+0000) Subject: NEWS: GDB understands GNAT Ada. X-Git-Tag: gdb_6_3-20041109-release~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a54beb4ee04a0e157a679eaacda9cb6208810c37;p=thirdparty%2Fbinutils-gdb.git NEWS: GDB understands GNAT Ada. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ddad8f1aece..b776b27ec8d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-11-02 Paul Hilfinger + + * NEWS: GDB understands GNAT Ada. + 2004-10-23 Ulrich Weigand * s390-tdep.c (enum pv_boolean): Remove. diff --git a/gdb/NEWS b/gdb/NEWS index 9f20efa3c78..6642128cc30 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -11,6 +11,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