This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [rfc/NEWS] GDB works with GCC -feliminate-dwarf2-dups.
I want to re-arrange this a little so that GCC comes before
commercial compilers. How's this?
2004-10-17 Michael Chastain <mec.gnu@mindspring.com>
* NEWS: GDB works with GCC -feliminate-dwarf2-dups.
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.161
diff -c -3 -p -r1.161 NEWS
*** NEWS 12 Aug 2004 21:44:19 -0000 1.161
--- NEWS 17 Oct 2004 18:50:34 -0000
***************
*** 1,7 ****
What has changed in GDB?
(Organized release by release)
! *** Changes since GDB 6.2:
*** Changes in GDB 6.2.1:
--- 1,15 ----
What has changed in GDB?
(Organized release by release)
! *** Changes since GDB 6.2.1:
!
! * 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
! commercial compilers. With GCC, you must use GCC 3.3.4 or later
! to use this option.
*** Changes in GDB 6.2.1: