diff options
author | Jason Merrill <merrill@gnu.org> | 1996-11-15 07:07:44 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1996-11-15 07:07:44 +0000 |
commit | f3ff3f4abecdb427f882e39af590788f1d2c12ad (patch) | |
tree | 9ad27023b5bfeef528903e25762a3cc1db704942 | |
parent | bc8c93e48084f3594882331ac877f0e30e01546c (diff) | |
download | gcc-f3ff3f4abecdb427f882e39af590788f1d2c12ad.zip gcc-f3ff3f4abecdb427f882e39af590788f1d2c12ad.tar.gz gcc-f3ff3f4abecdb427f882e39af590788f1d2c12ad.tar.bz2 |
Formerly tm.texi.~236~
From-SVN: r13159
-rw-r--r-- | gcc/tm.texi | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index e6352db..2e3b142 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -5948,11 +5948,12 @@ A C expression that returns the type of debugging output GNU CC produces when the user specifies @samp{-g} or @samp{-ggdb}. Define this if you have arranged for GNU CC to support more than one format of debugging output. Currently, the allowable values are @code{DBX_DEBUG}, -@code{SDB_DEBUG}, @code{DWARF_DEBUG}, and @code{XCOFF_DEBUG}. +@code{SDB_DEBUG}, @code{DWARF_DEBUG}, @code{DWARF2_DEBUG}, and +@code{XCOFF_DEBUG}. The value of this macro only affects the default debugging output; the user can always get a specific type of output by using @samp{-gstabs}, -@samp{-gcoff}, @samp{-gdwarf}, or @samp{-gxcoff}. +@samp{-gcoff}, @samp{-gdwarf-1}, @samp{-gdwarf-2}, or @samp{-gxcoff}. @end table @node DBX Options @@ -6268,6 +6269,11 @@ for SDB in response to the @samp{-g} option. Define this macro if GNU CC should produce dwarf format debugging output in response to the @samp{-g} option. +@findex DWARF2_DEBUGGING_INFO +@item DWARF2_DEBUGGING_INFO +Define this macro if GNU CC should produce dwarf version 2 format +debugging output in response to the @samp{-g} option. + @findex PUT_SDB_@dots{} @item PUT_SDB_@dots{} Define these macros to override the assembler syntax for the special |