From patchwork Sun Dec 1 17:13:45 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Mansfield X-Patchwork-Id: 295697 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D1E312C0096 for ; Mon, 2 Dec 2013 04:14:15 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; q= dns; s=default; b=tYxL3Cc7VSawB/eVR24g66tKDajxP7mfa0GZ37csP9S9kb LFOwS1pg0D01BZzO4S+pajjJIzeXma1Oj9OR4ZAHysVdkJozxy6w7ja18FW10h4C CbWAghFV5Nv660uz8JbL2OtAb+myqVeKDFxZeO9iCbOaPspm/HIfwRpMfbcJs= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:content-type; s= default; bh=/i/EKSLIDIvjHyu+u5hKWuCmJC4=; b=pj4GiUpEcfanJIK5NqJu x3+ZnAnDQ0cqMnX8XcmC4jysXtdKvhvwEJjXLSYGaZJcuh2lYkwQRoP+3CxJj3f5 3Y5zZiE+8H7FnmZyhItrugTysLXV/pRd1LqKx6RzLbu0wRqbDgmCLDY5dTLvyXn0 3hlAjbN7tXcrlhf2zVQ6Fqk= Received: (qmail 6056 invoked by alias); 1 Dec 2013 17:14:02 -0000 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 Received: (qmail 5979 invoked by uid 89); 1 Dec 2013 17:14:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL, BAYES_20, RDNS_NONE, URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: MXA.ott.qnx.com Received: from Unknown (HELO MXA.ott.qnx.com) (72.1.200.108) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 01 Dec 2013 17:13:55 +0000 X-ASG-Debug-ID: 1385918095-0721882e291db80001-Gfy7bY Received: from exhts.ott.qnx.com (exch1.ott.qnx.com [10.222.2.137]) by MXA.ott.qnx.com with ESMTP id TwWMU1gq8fFIg8bC (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO) for ; Sun, 01 Dec 2013 12:14:55 -0500 (EST) X-Barracuda-Envelope-From: RMansfield@qnx.com Received: from [10.222.100.35] (10.222.2.5) by EXCH1.ott.qnx.com (10.222.2.137) with Microsoft SMTP Server (TLS) id 14.3.123.3; Sun, 1 Dec 2013 12:13:46 -0500 Message-ID: <529B6E49.4060407@qnx.com> Date: Sun, 1 Dec 2013 12:13:45 -0500 From: Ryan Mansfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Subject: doc: Add -fuse-ld to option index X-ASG-Orig-Subj: doc: Add -fuse-ld to option index X-Barracuda-Connect: exch1.ott.qnx.com[10.222.2.137] X-Barracuda-Start-Time: 1385918095 X-Barracuda-Encrypted: AES128-SHA X-Barracuda-URL: http://qnx-spam.ott.qnx.com:80/cgi-mod/mark.cgi X-Barracuda-BRTS-Status: 1 X-Barracuda-Spam-Score: 0.00 X-Barracuda-Spam-Status: No, SCORE=0.00 using global scores of TAG_LEVEL=1000.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=9.0 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.2.142759 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-IsSubscribed: yes I noticed there wasn't an entry in the option index for -fuse-ld. If OK, can someone apply? Thanks. Regards, Ryan Mansfield 2013-12-01 Ryan Mansfield * doc/invoke.texi (-fuse-ld): Add index entry. Index: gcc/doc/invoke.texi =================================================================== --- gcc/doc/invoke.texi (revision 205573) +++ gcc/doc/invoke.texi (working copy) @@ -8691,6 +8691,7 @@ Enabled at levels @option{-O}, @option{-O2}, @option{-O3}, @option{-Os}. @item -fuse-ld=bfd +@opindex fuse-ld Use the @command{bfd} linker instead of the default linker. @item -fuse-ld=gold