diff options
author | Michael Chastain <mec@google.com> | 2004-10-19 19:43:50 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-10-19 19:43:50 +0000 |
commit | f2cb65cafb4cb5b7a7f500d6a145c07d40f52335 (patch) | |
tree | f1c36ca88e9edc38172f55c5aa7575d265a5c50d /gdb/NEWS | |
parent | 5ab0c1a19608d2689539b687e92ed20da6c1c8e2 (diff) | |
download | gdb-f2cb65cafb4cb5b7a7f500d6a145c07d40f52335.zip gdb-f2cb65cafb4cb5b7a7f500d6a145c07d40f52335.tar.gz gdb-f2cb65cafb4cb5b7a7f500d6a145c07d40f52335.tar.bz2 |
2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
* NEWS: GDB works with GCC -feliminate-dwarf2-dups.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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: |