From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from angie.orcam.me.uk (angie.orcam.me.uk [157.25.102.26]) by sourceware.org (Postfix) with ESMTP id 71A193858009 for ; Sun, 28 Feb 2021 00:36:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 71A193858009 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=macro@orcam.me.uk Received: by angie.orcam.me.uk (Postfix, from userid 500) id 2057292009C; Sun, 28 Feb 2021 01:36:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 11CBC92009B; Sun, 28 Feb 2021 01:36:32 +0100 (CET) Date: Sun, 28 Feb 2021 01:36:31 +0100 (CET) From: "Maciej W. Rozycki" To: Project Revolution cc: "gcc@gcc.gnu.org" , "kenixwhisperwind@gmail.com" Subject: Re: GCC generates non-compliant MIPS relocation data? Obscure GNU extension? In-Reply-To: Message-ID: References: , User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-3488.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_INFOUSMEBIZ, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2021 00:36:35 -0000 On Fri, 19 Feb 2021, Maciej W. Rozycki wrote: > It looks to me however that you actually have control over the relocation > processing code you have referred, so how about improving it to handle the > GNU R_MIPS_HI16 extension as well? FWIW note that the extension has been around for ~25 years now (which I forgot to mention previously). Maciej