From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from angie.orcam.me.uk (angie.orcam.me.uk [78.133.224.34]) by sourceware.org (Postfix) with ESMTP id A3A313895FE3; Fri, 21 Jun 2024 14:00:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org A3A313895FE3 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=orcam.me.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=orcam.me.uk ARC-Filter: OpenARC Filter v1.0.0 sourceware.org A3A313895FE3 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=78.133.224.34 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718978405; cv=none; b=UFArk7jdX4yo6Fo/2uz6hlVds8o5z6YH8gI1EYTXjVfozbC4oYyISucEzkf3XaTjLb9/VOUjqUy3vWR4BSRMpJAhp62zgmmXfsnGn1jy2bYf/blqNAjZhGN0vtVwroUUCtADbBX7X0D792tax3C8AgyVMQSfUNHV/x5AE9XkPd0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718978405; c=relaxed/simple; bh=7OfEJ200dw/+6wJXQGOSa7lvZ9wMyhAusGlcKBTsbgU=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=Vmi9laZR9HQdMBrV0FaSTB28lKtK2qRb2rqX4Zwd7jCU/sSXeF73cbAwEKywuNn61BSTEXqjaMFmKRzgytO/aJ9LLbU7urBEGdXTythSMAtWW4Nd7Vv9+nSbykIfG72E2izUDkOfEqlAsmike++42zELtmMrlHKVjToLDZIBGyY= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by angie.orcam.me.uk (Postfix, from userid 500) id 12B9692009C; Fri, 21 Jun 2024 16:00:03 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by angie.orcam.me.uk (Postfix) with ESMTP id 0425492009B; Fri, 21 Jun 2024 15:00:02 +0100 (BST) Date: Fri, 21 Jun 2024 15:00:02 +0100 (BST) From: "Maciej W. Rozycki" To: Richard Sandiford cc: YunQiang Su , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Build: Set gcc_cv_as_mips_explicit_relocs if gcc_cv_as_mips_explicit_relocs_pcrel In-Reply-To: Message-ID: References: <20240620024324.18568-1-syq@gcc.gnu.org> 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=-1163.2 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, 21 Jun 2024, Maciej W. Rozycki wrote: > > Yeah, agreed FWIW. This was necessary while the feature was relatively > > new, and while we still supported IRIX as, but I can't see any reasonable > > justification for using such an ancient binutils with modern GCC. > > > > Getting rid of -mno-explicit-relocs altogether might simplify things. > > FWIW I tend to agree too, although I think the current mess has to be > fixed first (and backported to the release branches) before going forward > with the removal. And FAOD I think a stub check has to remain even after the removal and just cause `configure' to bail out if an unsupported obsolete version of GAS has been identified. Maciej