From: Michael Chastain Date: Tue, 19 Oct 2004 20:17:09 +0000 (+0000) Subject: 2004-10-19 Michael Chastain X-Git-Tag: gdb_6_3-20041109-release~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b22b0a6264e864899611b8031c2626b930cf8ebb;p=thirdparty%2Fbinutils-gdb.git 2004-10-19 Michael Chastain * NEWS: GDB works with GCC -feliminate-dwarf2-dups. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e3b4f688f6d..9c9b1a2c942 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-10-19 Michael Chastain + + * NEWS: GDB works with GCC -feliminate-dwarf2-dups. + 2004-10-19 Andrew Cagney GDB 6.3 branch created. diff --git a/gdb/NEWS b/gdb/NEWS index c4f451aa181..9f20efa3c78 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -1,7 +1,15 @@ What has changed in GDB? (Organized release by release) -*** Changes since GDB 6.2: +*** Changes in GDB 6.3: + +* GDB works with GCC -feliminate-dwarf2-dups + +GDB now supports a more compact representation of DWARF-2 debug +information using DW_FORM_ref_addr references. These are produced +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. *** Changes in GDB 6.2.1: