From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x442.google.com (mail-pf1-x442.google.com [IPv6:2607:f8b0:4864:20::442]) by sourceware.org (Postfix) with ESMTPS id E29B13851C04 for ; Tue, 19 May 2020 20:43:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E29B13851C04 Received: by mail-pf1-x442.google.com with SMTP id 23so447004pfy.8 for ; Tue, 19 May 2020 13:43:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=dYfPhVVLdYFoku/AOrgIPBaUBy3m/WnC6xhTxs25lNo=; b=kK09McDkFWyzHxbq8qgWINqy55UpOigpW9AeW2LTMo0m3noIBRN0CasPt9Yv2U8/hk FCED0qd1U+f8LIxPcXz84TumyucRNy7wMN8Z/F+QrsYcRimjZQdVva1VFUSJHflxI7Bx HLxNJtbiIJnw4JIHraxEmS+QLsX+pv2/veGmPFYW7sO00IB7GrDV/Z2Kl0dTnJH7B3vV hOolBl5Oe81b5urTuL4zgl0fNtFPoOiCyPiYEBO50TudEk6Hl4wOI5WAoRtrbenak0LV C1ol5jb/J/2uE+pn1czbqtqpYHDe5B8r6yC/BMgqdfBPZCTsJmdlY8Uhy7qXFKyAvzZ2 iVOg== X-Gm-Message-State: AOAM5307oLXlxG27/UdfDmU+CCEcb5BBTlE72GPt8m8ZOEfwrCqLUVEY 8hlowEPLNEm7ImqqgTjKC18= X-Google-Smtp-Source: ABdhPJwKB8pkrNkxg+oO6vu8BUIa9CC0X2QWb6VdtxCv9IEASEa8vOLuALCQZY9w+Qwq6sASJGWh+Q== X-Received: by 2002:a63:d547:: with SMTP id v7mr914924pgi.413.1589920981028; Tue, 19 May 2020 13:43:01 -0700 (PDT) Received: from localhost (g216.222-224-245.ppp.wakwak.ne.jp. [222.224.245.216]) by smtp.gmail.com with ESMTPSA id 3sm325265pfo.27.2020.05.19.13.42.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 19 May 2020 13:43:00 -0700 (PDT) Date: Wed, 20 May 2020 05:42:57 +0900 From: Stafford Horne To: Nick Clifton Cc: GNU Binutils , Openrisc , Richard Henderson Subject: Re: [PATCH 0/8] OpenRISC BFD fixups for Glibc Message-ID: <20200519204257.GC2553@lianli.shorne-pla.net> References: <20200514210018.2749462-1-shorne@gmail.com> <2c2a4907-bb08-a112-e716-bf6f2cef3642@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2c2a4907-bb08-a112-e716-bf6f2cef3642@redhat.com> X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Tue, 19 May 2020 20:43:03 -0000 On Tue, May 19, 2020 at 02:30:06PM +0100, Nick Clifton wrote: > Hi Stafford, > > > Stafford Horne (8): > > or1k: Fix static linking when with .rela.got relocations > > or1k: Fix dynamic TLS symbol flag > > or1k: Add TLS mask to handle multiple model access > > or1k: Fix issue with multiple PCREL relocations > > or1k: TLS offset to use tcb size and section alignment > > or1k: refactor: Rename p to sec_relocs > > or1k: refactor: Rename s to sgot and splt > > or1k: Add dynamic flag to tpoff > > Patch series approved and applied. (Sorry for the delay...) Thank you, That was not much delay at all. However, I was about to just apply the set of patches myself. Would that have been a problem? -Stafford