From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 6A03B385700B for ; Mon, 5 Jul 2021 15:25:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6A03B385700B Received: from mail-wm1-f71.google.com (mail-wm1-f71.google.com [209.85.128.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-429-xr22JHmVM-e32iDKT7CEfg-1; Mon, 05 Jul 2021 11:25:10 -0400 X-MC-Unique: xr22JHmVM-e32iDKT7CEfg-1 Received: by mail-wm1-f71.google.com with SMTP id t12-20020a7bc3cc0000b02901f290c9c44eso99485wmj.7 for ; Mon, 05 Jul 2021 08:25:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=lJ5v7VSMAMOw/yyf3CKcxfIJFsX0pKd8Ae6Y3eY5pSQ=; b=ICIBS5uhF5gmWRvMzQPWe2DdNQVgV2EY+zx8eXsWXHpQNwtL6AFE/1WX7NTdxucszr n5NaZvAx2qgVqk3vnfjDwLBE+faiXZeYu811VHTmp934+gVRd2m657wfPrv4oepjzKbn aKaFWeHXWooTsD+W1qahjCHt8DHTYZ8gduLbL46DN7jV4UHC7btfmLxyrvMQfWD10Plc njjgrpzSu6iGscxWhbkszJw9tyVByp97LVMYm26kwFJEQcJm6Ykx4lvKBiNUEBmXKCLC JYdRVFHTDzkuBbg3CHehEAq3ugjK13B2gb4M1sdOqXghJepX9sR2OnrHIcLCNrubt+v8 KqRA== X-Gm-Message-State: AOAM531dKhm9TRec2HIE3cM42vXuRZSZApQhUt3E5yhbzsfMZghH2YyC 9XWtRIS6rvBbOzJOHZp5bhaxroYcimBIfQOqmJ1tyJOGIOxeN+q8SxRc/IlKcErh2bdyNfXQNXI HHnhZyR2I8Ae9io9vIqsSXExi3eSfr+1oOqDeOUBZ0VopN9IJHnADsfX6Z9/Oy46w3Q== X-Received: by 2002:a05:600c:4f53:: with SMTP id m19mr13176218wmq.176.1625498709019; Mon, 05 Jul 2021 08:25:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwHKz2SchgBo+lInBcp1+ru5pLdoVxS6NReVb26GE3zjTlatjxqVuqnx+S75Hv4/g2QGWS00w== X-Received: by 2002:a05:600c:4f53:: with SMTP id m19mr13176198wmq.176.1625498708830; Mon, 05 Jul 2021 08:25:08 -0700 (PDT) Received: from [192.168.1.5] ([80.168.238.114]) by smtp.gmail.com with ESMTPSA id w8sm14573820wrt.83.2021.07.05.08.25.08 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 05 Jul 2021 08:25:08 -0700 (PDT) Subject: Re: Commit: Update libiberty sources To: "H.J. Lu" , Alan Modra , GCC Patches Cc: Binutils References: <87h7hba749.fsf@redhat.com> From: Nick Clifton Message-ID: <7c3926c7-9200-d162-8dab-96626181e0d3@redhat.com> Date: Mon, 5 Jul 2021 16:25:07 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=unavailable autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2021 15:25:13 -0000 Hi H.J. > My patch is needed to build binutils with LTO. I submitted a patch for GCC: > > https://gcc.gnu.org/pipermail/gcc-patches/2021-July/574405.html Very well. I have reappplied your patch to the mainline and 2.37 branch sources. Cheers Nick