From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 3D8ED385415D; Thu, 25 Aug 2022 07:33:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3D8ED385415D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1661412820; bh=BouSaKiJSnHBhXIKN+3gldlmUXlt7tif84PlMqu9J3o=; h=From:To:Subject:Date:From; b=j1z4JXKsKLMUWNa50XWSZEb8T1niT9AENx+SBsr6YYS7RTJKujfYUA8nNJ1slr0VQ JUoHJGVsQssH97NOQ2jYUcEWEKlm+m5tiXqYdikUI//pnT2nWqfobmcpH2CAQxAhSZ JwD/dvCpMaPIn+1D7mgABXnjsjJPhHp4/NE4UJoc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc(refs/users/marxin/heads/stabs-removal)] Remove one documentation entry. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/users/marxin/heads/stabs-removal X-Git-Oldrev: 909cc601a4467afeaa0834471096d28f012235fe X-Git-Newrev: 622554717fb2aa3428cd4a7742a5482e3ccbd5dd Message-Id: <20220825073340.3D8ED385415D@sourceware.org> Date: Thu, 25 Aug 2022 07:33:40 +0000 (GMT) List-Id: https://gcc.gnu.org/g:622554717fb2aa3428cd4a7742a5482e3ccbd5dd commit 622554717fb2aa3428cd4a7742a5482e3ccbd5dd Author: Martin Liska Date: Thu Aug 25 09:22:01 2022 +0200 Remove one documentation entry. Diff: --- gcc/doc/tm.texi | 2 +- gcc/doc/tm.texi.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index f972f2b7869..b389d310497 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -9967,7 +9967,7 @@ 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{DWARF2_DEBUG}, @code{XCOFF_DEBUG}, @code{VMS_DEBUG}, +@code{DWARF2_DEBUG}, @code{VMS_DEBUG}, and @code{VMS_AND_DWARF2_DEBUG}. When the user specifies @option{-ggdb}, GCC normally also uses the diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index 1ece742b07f..de0414d6592 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -6654,7 +6654,7 @@ 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{DWARF2_DEBUG}, @code{XCOFF_DEBUG}, @code{VMS_DEBUG}, +@code{DWARF2_DEBUG}, @code{VMS_DEBUG}, and @code{VMS_AND_DWARF2_DEBUG}. When the user specifies @option{-ggdb}, GCC normally also uses the