From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpcmd10101.aruba.it (smtpcmd10101.aruba.it [62.149.156.101]) by sourceware.org (Postfix) with ESMTP id 6FDC53858018 for ; Wed, 5 May 2021 07:51:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6FDC53858018 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=benettiengineering.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=giulio.benetti@benettiengineering.com Received: from [192.168.50.138] ([146.241.181.225]) by Aruba Outgoing Smtp with ESMTPA id eCJslFocLSvjVeCJslquzI; Wed, 05 May 2021 09:51:46 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=aruba.it; s=a1; t=1620201107; bh=loQbCsqNBSdX7z/+710O16hYh7NR8IhmnzYX2zU1+PU=; h=Content-Type:From:Mime-Version:Subject:Date:To; b=DzjaiyK44LDtW0twansGTWrN4he/n8n1nkaHiOSQImDjDFL4fGzcARLqj9oPlLf24 pGNikWd3ctxEUN3jAAmGFhUKYSgeVIE6zPJTU/tykoAn0QSHHo9u3VRlHBSGkV8QNb bohapBGyjnd0A0jFsfRzzJIIwC7sDHPSEqrhYlQZ+EXEus5wLAwIOWLUojas+Pdouw wCd3JO/2Bh7eXVLffVLJxqn59fgQbjJQBU8Bh7Kccz70s8+ZzdMr81Phw5W7NdcFoq hIE2Q743wcKSYW03N2ai3Yo9cD041QvypA6TUZ6X9OdbZHl880XoYKddZ5UasPO5H0 U4peLnA+jnU3Q== From: Giulio Benetti Mime-Version: 1.0 (1.0) Subject: Re: [PATCH v2 0/2] OpenRISC support for cmodel=large Date: Wed, 5 May 2021 09:51:43 +0200 Message-Id: <0E376E20-5570-4914-A816-679D77FB1E24@benettiengineering.com> References: <20210505063004.GT3288043@lianli.shorne-pla.net> Cc: GCC patches , Richard Henderson , Openrisc In-Reply-To: <20210505063004.GT3288043@lianli.shorne-pla.net> To: Stafford Horne X-Mailer: iPhone Mail (18D70) X-CMAE-Envelope: MS4wfGvT1OLrcwT3xVAu9IsAW+gys/TgaQSvQa/617vEH0YDSR4fW1wKem9up9RQ1LsSzhR5K9Ao9ZYO4CB0Xww5XNVWTrlKyRzd0K/o+txEt+HXuccrvF6w YKG1VHLI20SzHLxUJaiItfhi7IBljqouYdjRnnGxMHisHNDWr2GQ69KWuFgCLUd44S6xC3i+TO8gupD+FGx5ODvmNrCLwvdBK7MuJCQEzaUhcM4SwsLpihG6 ob9Lb3MrM1EgHZ/wXtxJGh7/SHYgE3WUN/H2OxNWILhcC492k8Z/HCDAc8IB+hJFLlRs5arjKHFqLgaAQTicNA== X-Spam-Status: No, score=1.0 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, HTML_MESSAGE, MIME_QP_LONG_LINE, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, 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 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2021 07:51:50 -0000 Hi Stafford, All, > Il giorno 5 mag 2021, alle ore 08:30, Stafford Horne ha= scritto: >=20 > =EF=BB=BFOn Mon, May 03, 2021 at 12:34:22PM +0200, Giulio Benetti wrote: >> Hi Stafford, All, >>=20 >> I've backported this patchset for Buildroot to versions: >> - 9.3.0 >> - 10.3.0 >>=20 >> Does it make sense to send them? I don't know if those version will have >> minor versions where these backported patches can be applied. >=20 > Do you mean for me/you to send the backported GCC patches for GCC or build= root? I mean for GCC, I=E2=80=99ve already sent them for buildroot: https://patchwork.ozlabs.org/project/buildroot/list/?series=3D241844 >=20 > I don't need backported versions of the toolchains and usually work off th= e > latest release/master. If someone wants them let me know. I was asking to know if newer minor versions of binutils and gcc will be released. If yes I could send your back ported patches here in the 2 mailing lists(binutils and gcc o= nes). Giulio Benetti >=20 > -Stafford >=20 >> Best regards >> --=20 >> Giulio Benetti >> Benetti Engineering sas >>=20 >>> On 5/1/21 11:11 PM, Stafford Horne wrote: >>> Changes from v1: >>> - Added patch to enabled cmodle=3Dlarge on crtstuff >>>=20 >>> This series fixes some bugs found when linking large binaries, both in b= uildroot >>> and glibc testing. >>>=20 >>> Stafford Horne (2): >>> or1k: Add mcmodel option to handle large GOTs >>> or1k: Use cmodel=3Dlarge when building crtstuff >>>=20 >>> gcc/config/or1k/or1k-opts.h | 30 ++++++++++++++++++++++++++++++ >>> gcc/config/or1k/or1k.c | 11 +++++++++-- >>> gcc/config/or1k/or1k.h | 7 +++++++ >>> gcc/config/or1k/or1k.opt | 19 +++++++++++++++++++ >>> gcc/doc/invoke.texi | 12 +++++++++++- >>> libgcc/config.host | 4 ++-- >>> libgcc/config/or1k/t-crtstuff | 2 ++ >>> 7 files changed, 80 insertions(+), 5 deletions(-) >>> create mode 100644 gcc/config/or1k/or1k-opts.h >>> create mode 100644 libgcc/config/or1k/t-crtstuff >>>=20