From patchwork Tue Jan 16 15:25:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Maroneze?= X-Patchwork-Id: 84188 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id D7EE9385840F for ; Tue, 16 Jan 2024 15:26:28 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from sainfoin-smtp-out.extra.cea.fr (sainfoin-smtp-out.extra.cea.fr [132.167.192.228]) by sourceware.org (Postfix) with ESMTPS id 16A933858D37 for ; Tue, 16 Jan 2024 15:24:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 16A933858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cea.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=cea.fr ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 16A933858D37 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=132.167.192.228 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705418704; cv=none; b=ajZwvP8HMK6tzzal1fLZL5xUKEpCZ5mKZH26QwJGZvnHqlx88XVLmH3YRUwwy/z6pzyHFFCbkXQZV1VHdvd3kCvv0/xqspSGJYDmVeaznjtlVvlBpKCHrimHAKURmWY1jbJA7arFxNLG+l7+Rt+jaccYKyqAyPXm/5n+iFeSK1E= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705418704; c=relaxed/simple; bh=nMoe3Dv479dmcy/XbUPbzTybfXn2UFIF2pxm1+Sm9cQ=; h=Message-ID:Date:MIME-Version:From:Subject:To; b=GDl/C+e79tdVTIMAxqQ4GT7DcuszABsWh/oDEy+KcoEy6K4PJOmcISH70YbwTHCToU6Up7uzQlLTpvceKIQultAED7R6dQkBSYQ5l9/jlKVIa7tgDryTET6bwoUKbkB/EJQJJb6BSllRLNAD9gsyT/dFzbcyBVhFrtB2zYafeIo= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from pisaure.intra.cea.fr (pisaure.intra.cea.fr [132.166.88.21]) by sainfoin-sys.extra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id 40GFOw87005338 for ; Tue, 16 Jan 2024 16:24:58 +0100 Received: from pisaure.intra.cea.fr (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 812CA205F7E for ; Tue, 16 Jan 2024 16:24:58 +0100 (CET) Received: from muguet2-smtp-out.intra.cea.fr (muguet2-smtp-out.intra.cea.fr [132.166.192.13]) by pisaure.intra.cea.fr (Postfix) with ESMTP id 78D51205F12 for ; Tue, 16 Jan 2024 16:24:58 +0100 (CET) Received: from [10.8.35.253] (is154579.intra.cea.fr [10.8.35.253]) by muguet2-sys.intra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id 40GFOw8d032858 for ; Tue, 16 Jan 2024 16:24:58 +0100 Message-ID: <3940c57a-b256-4331-aa19-dbc55f21ba41@cea.fr> Date: Tue, 16 Jan 2024 16:25:10 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: =?utf-8?q?Andr=C3=A9_Maroneze?= Subject: [PATCH] Spec Files: remove documentation about obsolete spec strings To: gcc-patches@gcc.gnu.org Content-Language: en-US X-CEA-Virus: SOPHOS_SAVI_ERROR_OLD_VIRUS_DATA X-Spam-Status: No, score=-12.0 required=5.0 tests=BAYES_00, BODY_8BITS, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Remove from documentation spec strings that no longer exist in the code: - predefines: removed in 2003 (From-SVN: r66917) - signed_char: removed in 2002 (From-SVN: r49444) gcc/         * doc/invoke.texi (Spec Files): Remove obsolete spec strings ---  gcc/doc/invoke.texi | 3 ---  1 file changed, 3 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 01170c0ce5c..2ddd3665308 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -35855,9 +35855,6 @@ link         Options to pass to the linker  lib          Libraries to include on the command line to the linker  libgcc       Decides which GCC support library to pass to the linker  linker       Sets the name of the linker -predefines   Defines to be passed to the C preprocessor -signed_char  Defines to pass to CPP to say whether @code{char} is signed -             by default  startfile    Object files to include at the start of the link  @end smallexample