From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 77737385800A; Fri, 14 Oct 2022 07:08:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 77737385800A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665731296; bh=hcujVtcldZuP+GZUZWzVg5ji9YuENn8niUkcNEHfIQE=; h=From:To:Subject:Date:From; b=TjsGhWVEjNZ+rVmdeiCzdnuHMyYsSR4+6R+lj393PFxwFGsLIjMumtsQg5OQh7KEm pTOdku5uYiyyT0cRpcHlP0P51m5xtZdkRRzhj2QkXoNQOUsDyx/uC9h2DEhcXXvX9q a9BvophCBcohjO+CVyHqckYcM4HoYx0igK8mm59M= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Merge #1584 X-Act-Checkin: gcc X-Git-Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 1a871569f66cdf1a0aabb3a50d5877a8b1c9db85 X-Git-Newrev: 8cbcff46d34c998239dfa1792fe7459699658c62 Message-Id: <20221014070816.77737385800A@sourceware.org> Date: Fri, 14 Oct 2022 07:08:16 +0000 (GMT) List-Id: https://gcc.gnu.org/g:8cbcff46d34c998239dfa1792fe7459699658c62 commit 8cbcff46d34c998239dfa1792fe7459699658c62 Merge: 1a871569f66 0a9a3e826fa Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Thu Oct 13 15:09:01 2022 +0000 Merge #1584 1584: Add missing lang item mappings r=philberty a=philberty Adds the missing fn_once lang item and the missing rust-call abi option. Co-authored-by: Philip Herron Diff: gcc/rust/util/rust-abi.cc | 2 ++ gcc/rust/util/rust-lang-item.h | 9 +++++++++ 2 files changed, 11 insertions(+)