invoke.texi (Debugging Options): Mention that -gdwarf is deprecated.

* doc/invoke.texi (Debugging Options): Mention that -gdwarf is
	deprecated.

From-SVN: r55376
This commit is contained in:
Mark Mitchell 2002-07-10 19:17:51 +00:00 committed by Mark Mitchell
parent 80ba02b10c
commit 537834c8a2
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -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