]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Tue, 19 Oct 2004 20:17:09 +0000 (20:17 +0000)
committerMichael Chastain <mec@google.com>
Tue, 19 Oct 2004 20:17:09 +0000 (20:17 +0000)
* NEWS: GDB works with GCC -feliminate-dwarf2-dups.

gdb/ChangeLog
gdb/NEWS

index e3b4f688f6d8d6645828c3946c9d7e2e85f45a31..9c9b1a2c9422d9ad835f8e3d84b600964cd6697e 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: