2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Tue, 19 Oct 2004 19:43:50 +0000 (19:43 +0000)
committerMichael Chastain <mec@google.com>
Tue, 19 Oct 2004 19:43:50 +0000 (19:43 +0000)
* NEWS: GDB works with GCC -feliminate-dwarf2-dups.

gdb/ChangeLog
gdb/NEWS

index a3c1f29a55a053e4965e6150db6679670ff08b66..fd683fd6ee0b5cbda99856b561d783eb22be4322 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-19  Michael Chastain  <mec.gnu@mindspring.com>
+
+       * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
+
 2004-10-19  Andrew Cagney  <cagney@gnu.org>
 
        GDB 6.3 branch created.
index c4f451aa18126b8225bb8ec7e8f7fbdd5ac50d61..9f20efa3c78b6f2a39050dcc0a3976512c74cfe6 100644 (file)
--- 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: