diff options
author | Mark Mitchell <mark@codesourcery.com> | 2002-07-10 19:17:51 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2002-07-10 19:17:51 +0000 |
commit | 537834c8a2dc22b0805e98f4f16e9adf231bea78 (patch) | |
tree | 118e4e4e2cfa34382bce4aa813f4e2af444ee5ff | |
parent | 80ba02b10c3060024c1a9838430b95a46a5a56f9 (diff) | |
download | gcc-537834c8a2dc22b0805e98f4f16e9adf231bea78.zip gcc-537834c8a2dc22b0805e98f4f16e9adf231bea78.tar.gz gcc-537834c8a2dc22b0805e98f4f16e9adf231bea78.tar.bz2 |
invoke.texi (Debugging Options): Mention that -gdwarf is deprecated.
* doc/invoke.texi (Debugging Options): Mention that -gdwarf is
deprecated.
From-SVN: r55376
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a71d09d..f39c2d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-07-10 Mark Mitchell <mark@codesourcery.com> + + * doc/invoke.texi (Debugging Options): Mention that -gdwarf is + deprecated. + Wed Jul 10 19:50:03 2002 J"orn Rennecke <joern.rennecke@superh.com> * combine.c (gen_lowpart_for_combine): Handle vector modes. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1bf3934..e8f6d12 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2732,6 +2732,8 @@ Produce debugging information in DWARF version 1 format (if that is supported). This is the format used by SDB on most System V Release 4 systems. +This option is deprecated. + @item -gdwarf+ @opindex gdwarf+ Produce debugging information in DWARF version 1 format (if that is @@ -2739,6 +2741,8 @@ supported), using GNU extensions understood only by the GNU debugger (GDB)@. The use of these extensions is likely to make other debuggers crash or refuse to read the program. +This option is deprecated. + @item -gdwarf-2 @opindex gdwarf-2 Produce debugging information in DWARF version 2 format (if that is |