From patchwork Wed Jul 6 13:59:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ian Lance Taylor X-Patchwork-Id: 103482 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 9C4A8B6F67 for ; Wed, 6 Jul 2011 23:59:52 +1000 (EST) Received: (qmail 17084 invoked by alias); 6 Jul 2011 13:59:50 -0000 Received: (qmail 17074 invoked by uid 22791); 6 Jul 2011 13:59:49 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, SPF_HELO_PASS, TW_CX, T_RP_MATCHES_RCVD, T_TVD_MIME_NO_HEADERS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Jul 2011 13:59:35 +0000 Received: from kpbe18.cbf.corp.google.com (kpbe18.cbf.corp.google.com [172.25.105.82]) by smtp-out.google.com with ESMTP id p66DxYnX017886 for ; Wed, 6 Jul 2011 06:59:34 -0700 Received: from iye7 (iye7.prod.google.com [10.241.50.7]) by kpbe18.cbf.corp.google.com with ESMTP id p66DxX3I032237 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 6 Jul 2011 06:59:33 -0700 Received: by iye7 with SMTP id 7so7530014iye.31 for ; Wed, 06 Jul 2011 06:59:33 -0700 (PDT) Received: by 10.42.228.9 with SMTP id jc9mr8670333icb.174.1309960773144; Wed, 06 Jul 2011 06:59:33 -0700 (PDT) Received: from coign.google.com ([67.218.104.187]) by mx.google.com with ESMTPS id s2sm8815373icw.5.2011.07.06.06.59.30 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 06 Jul 2011 06:59:32 -0700 (PDT) From: Ian Lance Taylor To: gcc-patches@gcc.gnu.org Subject: patch committed: Correct configure option name in docs Date: Wed, 06 Jul 2011 06:59:25 -0700 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 X-System-Of-Record: true X-IsSubscribed: yes 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 This patch corrects the name of the configure option --enable-gnu-indirect-function in the docs to correspond to the source. Committed as obvious. Ian 2011-07-06 Ian Lance Taylor * doc/install.texi (Configuration): It's --enable-gnu-indirect-function, not --enable-indirect-function. Index: doc/install.texi =================================================================== --- doc/install.texi (revision 175914) +++ doc/install.texi (working copy) @@ -1245,7 +1245,7 @@ destructors, but requires __cxa_atexit i only available on systems with GNU libc. When enabled, this will cause @option{-fuse-cxa-atexit} to be passed by default. -@item --enable-indirect-function +@item --enable-gnu-indirect-function Define if you want to enable the @code{ifunc} attribute. This option is currently only available on systems with GNU libc on certain targets.