aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <jimw@sifive.com>2017-12-02 00:24:36 +0000
committerJim Wilson <wilson@gcc.gnu.org>2017-12-01 16:24:36 -0800
commitd7d5f241f08bfbe5c888b24b380220851816387e (patch)
tree9985c70517a133e7afbaf0a7568f536919b038c8 /gcc
parent8d7de03993aea09a6e2f108d709c933eab0f6c7d (diff)
downloadgcc-d7d5f241f08bfbe5c888b24b380220851816387e.zip
gcc-d7d5f241f08bfbe5c888b24b380220851816387e.tar.gz
gcc-d7d5f241f08bfbe5c888b24b380220851816387e.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog9
-rw-r--r--gcc/common.opt2
-rw-r--r--gcc/config/vx-common.h1
-rw-r--r--gcc/doc/tm.texi4
-rw-r--r--gcc/doc/tm.texi.in4
5 files changed, 14 insertions, 6 deletions
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 <jimw@sifive.com>
+
+ * 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 <meissner@linux.vnet.ibm.com>
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