From patchwork Mon Feb 27 18:22:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernhard Reutner-Fischer X-Patchwork-Id: 143239 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 30646B6F9F for ; Tue, 28 Feb 2012 05:23:11 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1330971792; h=Comment: DomainKey-Signature:Received:Received:Received:Received: Received-SPF:Received:Received:Received:Received:From:To:Cc: Subject:Date:Message-Id:In-Reply-To:References:Mailing-List: Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:Sender:Delivered-To; bh=bjZwMZ8mK9x5Nw7zWBwQp46KVTg=; b=SCB1CR8PTDycpUhKg7bzVDQKDwolIyfZCSLTkjGHMapJhvYDxWqQXG0rC2ptsQ QBDV1WkwSvCtUvRcsrRqv13bL1N1Phji2430h7372cbG/G/46vK2f6n83gjBNifi piaLu0ImJ9qohM4YT9cx5SQawwkY2qePubQA/ppxpL754= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Received-SPF:Authentication-Results:Received:Received:Received:Received:From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=WVBUpw8/tZ19EoQphCIxlA0ceL3GMsBzTmp2DNuBJ/lW1gcpw92YUJKX4Lyo4W PGFqG0pT62G9VyCFeIDreBX8ByL4Ss7t4jJDRDSUeUfEikrDsRTsgHNhgH742dlo LYUoh1iLU3TuiLxvPdERW/UqaS2NctQQhXYNsqRp07I6c=; Received: (qmail 27061 invoked by alias); 27 Feb 2012 18:23:04 -0000 Received: (qmail 27038 invoked by uid 22791); 27 Feb 2012 18:23:03 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ee0-f47.google.com (HELO mail-ee0-f47.google.com) (74.125.83.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 27 Feb 2012 18:22:46 +0000 Received: by eekc1 with SMTP id c1so599367eek.20 for ; Mon, 27 Feb 2012 10:22:45 -0800 (PST) Received-SPF: pass (google.com: domain of rep.dot.nop@gmail.com designates 10.213.35.9 as permitted sender) client-ip=10.213.35.9; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rep.dot.nop@gmail.com designates 10.213.35.9 as permitted sender) smtp.mail=rep.dot.nop@gmail.com; dkim=pass header.i=rep.dot.nop@gmail.com Received: from mr.google.com ([10.213.35.9]) by 10.213.35.9 with SMTP id n9mr4407861ebd.106.1330366965504 (num_hops = 1); Mon, 27 Feb 2012 10:22:45 -0800 (PST) Received: by 10.213.35.9 with SMTP id n9mr3302735ebd.106.1330366965389; Mon, 27 Feb 2012 10:22:45 -0800 (PST) Received: from s42.loc (85-127-89-51.dynamic.xdsl-line.inode.at. [85.127.89.51]) by mx.google.com with ESMTPS id n52sm60579522eea.5.2012.02.27.10.22.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 27 Feb 2012 10:22:44 -0800 (PST) Received: from cow by s42.loc with local (Exim 4.77) (envelope-from ) id 1S25Df-0005cK-6C; Mon, 27 Feb 2012 19:22:43 +0100 From: Bernhard Reutner-Fischer To: gcc-patches@gcc.gnu.org Cc: Bernhard Reutner-Fischer Subject: [PATCH 2/2] document gcc --help=common Date: Mon, 27 Feb 2012 19:22:41 +0100 Message-Id: <1330366961-21550-3-git-send-email-rep.dot.nop@gmail.com> In-Reply-To: <1330366961-21550-1-git-send-email-rep.dot.nop@gmail.com> References: <1330366961-21550-1-git-send-email-rep.dot.nop@gmail.com> Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org From: Bernhard Reutner-Fischer gcc/ChangeLog: 2010-01-03 Bernhard Reutner-Fischer * gcc.c (display_help): Document --help=common and sort entries alphabetically. Signed-off-by: Bernhard Reutner-Fischer --- gcc/gcc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gcc/gcc.c b/gcc/gcc.c index 2fc3b21..1c408a4 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -2976,7 +2976,7 @@ display_help (void) fputs (_(" -pass-exit-codes Exit with highest error code from a phase\n"), stdout); fputs (_(" --help Display this information\n"), stdout); fputs (_(" --target-help Display target specific command line options\n"), stdout); - fputs (_(" --help={target|optimizers|warnings|params|[^]{joined|separate|undocumented}}[,...]\n"), stdout); + fputs (_(" --help={common|optimizers|params|target|warnings|[^]{joined|separate|undocumented}}[,...]\n"), stdout); fputs (_(" Display specific types of command line options\n"), stdout); if (! verbose_flag) fputs (_(" (Use '-v --help' to display command line options of sub-processes)\n"), stdout);