From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B1898385C303; Wed, 23 Aug 2023 06:16:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B1898385C303 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1692771399; bh=VdoIyzV35NtomA7AuTRJ3B98ZIMEwZNEcmY+FYDRRCQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VALeFzYJk89KRpP/2VDBnpEZIp720xQY7nn8+xUZzX9nlJhF07acaIPeQa96LC4rt UuDyD2b8c+nUjLSBQQvNdojEk/MkODJ6K/FeetQcS6kyrFrcPkYc8k5O1TC4JyaPjX P2TNhR6Scpp5MVvzKYkrCKx3AfdEhabvVM+f4DK4= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libffi/108682] libffi needs to merge upstream to get LoongArch support Date: Wed, 23 Aug 2023 06:16:38 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libffi X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D108682 --- Comment #11 from CVS Commits --- The master branch has been updated by LuluCheng : https://gcc.gnu.org/g:4beacf3cb8d128b3b9c8c2d3824693b895414428 commit r14-3405-g4beacf3cb8d128b3b9c8c2d3824693b895414428 Author: Lulu Cheng Date: Tue Aug 22 19:56:21 2023 +0800 libffi: Backport of LoongArch support for libffi. This is a backport of , and contains modifications to commit 5a4774cd4d, as well as the LoongAr= ch schema portion of commit ee22ecbd11. This is needed for libgo. libffi/ChangeLog: PR libffi/108682 * configure.host: Add LoongArch support. * Makefile.am: Likewise. * Makefile.in: Regenerate. * src/loongarch64/ffi.c: New file. * src/loongarch64/ffitarget.h: New file. * src/loongarch64/sysv.S: New file.=