From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4781 invoked by alias); 27 Nov 2012 16:07:32 -0000 Received: (qmail 4755 invoked by uid 22791); 27 Nov 2012 16:07:30 -0000 X-SWARE-Spam-Status: No, hits=-3.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-qa0-f54.google.com (HELO mail-qa0-f54.google.com) (209.85.216.54) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Nov 2012 16:07:24 +0000 Received: by mail-qa0-f54.google.com with SMTP id g24so4194998qab.20 for ; Tue, 27 Nov 2012 08:07:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.191.137 with SMTP id dm9mr16619844qab.40.1354032443683; Tue, 27 Nov 2012 08:07:23 -0800 (PST) Received: by 10.49.12.210 with HTTP; Tue, 27 Nov 2012 08:07:23 -0800 (PST) In-Reply-To: <50B49A0C.2050602@ubuntu.com> References: <50B49A0C.2050602@ubuntu.com> Date: Tue, 27 Nov 2012 16:07:00 -0000 Message-ID: Subject: Re: RFA: Enable both ld and gold in GCC 4.8 From: "H.J. Lu" To: Matthias Klose Cc: GCC Patches , Diego Novillo Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2012-11/txt/msg02226.txt.bz2 On Tue, Nov 27, 2012 at 2:46 AM, Matthias Klose wrote: > Am 26.11.2012 17:53, schrieb H.J. Lu: >> Hi, >> >> There is a patch to enable both ld and gold in GCC: >> >> http://gcc.gnu.org/ml/gcc-patches/2011-06/msg02076.html >> >> and Diego asked if there is "anything in particular blocking >> this patch in trunk": > > I think it's lack of review. > >> http://gcc.gnu.org/ml/gcc-patches/2011-06/msg02121.html >> There is no reply for http://gcc.gnu.org/ml/gcc-patches/2011-06/msg02121.html -- H.J.