From d7d5f241f08bfbe5c888b24b380220851816387e Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sat, 2 Dec 2017 00:24:36 +0000 Subject: Delete obsolete DWARF1 references. gcc/ * common.opt (use_gnu_debug_info_extensions): Delete DWARF_DEBUG from comment. * config/vx-common.h (DWARF_DEBUGGING_INFO): Delete undef. * doc/tm.texi.in (PREFERRED_DEBUGGING_TYPE): Delete DWARF_DEBUG reference. * doc/tm.texi: Regenerate. From-SVN: r255345 --- gcc/ChangeLog | 9 +++++++++ gcc/common.opt | 2 +- gcc/config/vx-common.h | 1 - gcc/doc/tm.texi | 4 ++-- gcc/doc/tm.texi.in | 4 ++-- 5 files changed, 14 insertions(+), 6 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 805782f..b0fc04a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2017-12-01 Jim Wilson + + * common.opt (use_gnu_debug_info_extensions): Delete DWARF_DEBUG from + comment. + * config/vx-common.h (DWARF_DEBUGGING_INFO): Delete undef. + * doc/tm.texi.in (PREFERRED_DEBUGGING_TYPE): Delete DWARF_DEBUG + reference. + * doc/tm.texi: Regenerate. + 2017-12-01 Michael Meissner PR target/81959 diff --git a/gcc/common.opt b/gcc/common.opt index 28a0185..ffcbf85 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -137,7 +137,7 @@ enum debug_info_levels debug_info_level = DINFO_LEVEL_NONE ; Nonzero means use GNU-only extensions in the generated symbolic ; debugging information. Currently, this only has an effect when -; write_symbols is set to DBX_DEBUG, XCOFF_DEBUG, or DWARF_DEBUG. +; write_symbols is set to DBX_DEBUG or XCOFF_DEBUG. Variable bool use_gnu_debug_info_extensions diff --git a/gcc/config/vx-common.h b/gcc/config/vx-common.h index d8f04ec..a75f5a0 100644 --- a/gcc/config/vx-common.h +++ b/gcc/config/vx-common.h @@ -70,7 +70,6 @@ along with GCC; see the file COPYING3. If not see #define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG /* None of these other formats is supported. */ -#undef DWARF_DEBUGGING_INFO #undef DBX_DEBUGGING_INFO #undef XCOFF_DEBUGGING_INFO #undef VMS_DEBUGGING_INFO diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index f16e73c..b39c7ef 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -9591,8 +9591,8 @@ A C expression that returns the type of debugging output GCC should produce when the user specifies just @option{-g}. Define this if you have arranged for GCC to support more than one format of debugging output. Currently, the allowable values are @code{DBX_DEBUG}, -@code{DWARF_DEBUG}, @code{DWARF2_DEBUG}, -@code{XCOFF_DEBUG}, @code{VMS_DEBUG}, and @code{VMS_AND_DWARF2_DEBUG}. +@code{DWARF2_DEBUG}, @code{XCOFF_DEBUG}, @code{VMS_DEBUG}, +and @code{VMS_AND_DWARF2_DEBUG}. When the user specifies @option{-ggdb}, GCC normally also uses the value of this macro to select the debugging output format, but with two diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index 39f6fca..57b83a8 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -6629,8 +6629,8 @@ A C expression that returns the type of debugging output GCC should produce when the user specifies just @option{-g}. Define this if you have arranged for GCC to support more than one format of debugging output. Currently, the allowable values are @code{DBX_DEBUG}, -@code{DWARF_DEBUG}, @code{DWARF2_DEBUG}, -@code{XCOFF_DEBUG}, @code{VMS_DEBUG}, and @code{VMS_AND_DWARF2_DEBUG}. +@code{DWARF2_DEBUG}, @code{XCOFF_DEBUG}, @code{VMS_DEBUG}, +and @code{VMS_AND_DWARF2_DEBUG}. When the user specifies @option{-ggdb}, GCC normally also uses the value of this macro to select the debugging output format, but with two -- cgit v1.1