diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-07-22 02:16:55 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-07-22 02:16:55 +0000 |
commit | b366352bbd1d4439e25d46f101ba898e5642b8d9 (patch) | |
tree | 7776410b059bf060eae695d3334b90bfa73b4174 /gcc/tm.texi | |
parent | a6c7a886f4c73309caea4f1eaa3c95a01fa18563 (diff) | |
download | gcc-b366352bbd1d4439e25d46f101ba898e5642b8d9.zip gcc-b366352bbd1d4439e25d46f101ba898e5642b8d9.tar.gz gcc-b366352bbd1d4439e25d46f101ba898e5642b8d9.tar.bz2 |
defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
* defaults.h (DWARF2_GENERATE_TEXT_SECTION_LABEL): New macro.
* tm.texi (DWARF2_GENERATE_TEXT_SECTION_LABEL): Define it.
* dwarf2out.c (dwarf2out_init): Don't output a label to mark the
start of the text section if DWARF2_GENERATE_TEXT_SECTION_LABEL is
false.
* config/mips/iris6.h (DWARF2_GENERATE_TEXT_SECTION_LABEL):
Define to zero.
From-SVN: r28213
Diffstat (limited to 'gcc/tm.texi')
-rw-r--r-- | gcc/tm.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/tm.texi b/gcc/tm.texi index 28fefa8..a44c27b 100644 --- a/gcc/tm.texi +++ b/gcc/tm.texi @@ -6908,6 +6908,13 @@ Normally, if the user specifies only @samp{-ggdb} GNU CC will use Dwarf version 2 if available; this macro disables this. See the description of the @code{PREFERRED_DEBUGGING_TYPE} macro for more details. +@findex DWARF2_GENERATE_TEXT_SECTION_LABEL +@item DWARF2_GENERATE_TEXT_SECTION_LABEL +By default, the Dwarf 2 debugging information generator will generate a +label to mark the beginning of the text section. If it is better simply +to use the name of the text section itself, rather than an explicit label, +to indicate the beginning of the text section, define this macro to zero. + @findex PUT_SDB_@dots{} @item PUT_SDB_@dots{} Define these macros to override the assembler syntax for the special |