From f2cb65cafb4cb5b7a7f500d6a145c07d40f52335 Mon Sep 17 00:00:00 2001 From: Michael Chastain Date: Tue, 19 Oct 2004 19:43:50 +0000 Subject: 2004-10-19 Michael Chastain * NEWS: GDB works with GCC -feliminate-dwarf2-dups. --- gdb/NEWS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'gdb/NEWS') diff --git a/gdb/NEWS b/gdb/NEWS index c4f451a..9f20efa 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: -- cgit v1.1