From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by sourceware.org (Postfix) with ESMTPS id E5C6438560B9 for ; Wed, 5 Apr 2023 14:05:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E5C6438560B9 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=embecosm.com Received: by mail-wm1-x330.google.com with SMTP id m6-20020a05600c3b0600b003ee6e324b19so22073058wms.1 for ; Wed, 05 Apr 2023 07:05:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; t=1680703559; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=GaV2r/moO8+nscLVde6LquB+xCK+EBuSFh3tkU/IXN4=; b=JfRWED+EtdzUIQNtjAyYcSUrb7c9ztMoK7zCtKIZdPofWUCagay2W68FCPKCHaHoJQ LEz1gY4zTRjHvMMKBY+drIt0eaak+2T3Z1rS2mZi7/N2d24jx51JAu2A8C1iTiURn+Dw sEtTR6qb6YhQJ3OAtbTXmetmv9SiXWzI3lgF4n+4CGc1ZKEn+Mtgv48HtOaTxDiju5JI 26F3V8efgLsohS5rLaSMXAsb+llaIIxWHGydGCE1JWDlXwy1kWsGb4OtQmUUWg2H5EKl tguESZ7pberDCv4zUBid0vDI5ieUE0FDy2Af/JRdRDVhatXxbm4N+9lxtkHXhVJbxwkF DUKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680703559; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=GaV2r/moO8+nscLVde6LquB+xCK+EBuSFh3tkU/IXN4=; b=3486R5GAPaznEHJbB/c1VKfFop4pTGYuBK5mB1CXKhBuVAgFRBXeEPVwKoB34qB1bO MoSzTkLqfee+cc9wEypx2QNT0rYUXRS8LZc/mbHzlTxr2fU2Wy0l1km0pQT3cVdHVdoW WjluU5TM0muOBItO+uAy6Uteg1royJTcRnb8IkaS2CTkWTPJ/MoTAFAZDO0W/DCGpZWd IBCJtqlKef4NrZ0yTHg5nGzve3xlej4vm5bWF2OqHOFj6zoASQ7iYyB8o3fYm6H+66Ps yHpB1M8dZlDTvs24qSXTV4cT7FIHOQOaOKzpnY0vHHQHFXsA7FHX/lcvpE7R8AGZR9zh z6rA== X-Gm-Message-State: AAQBX9djHkfFyzDEsMld8K5SrC4B2WRLYueojlOLutSja50IgLwHRdNj 5VRmeBorh1qWVSFZvstcMsgOtSGD7ZqzRbpJww== X-Google-Smtp-Source: AKy350bwuwOmkqm60IeEdU+TuQWwEq6SIStzL7zqgbbBb28SX4/vZzNMF14kcxGdV3YPfrvOaYLxEA== X-Received: by 2002:a1c:790b:0:b0:3ed:2b49:1571 with SMTP id l11-20020a1c790b000000b003ed2b491571mr4552234wme.20.1680703559501; Wed, 05 Apr 2023 07:05:59 -0700 (PDT) Received: from platypus.localdomain ([62.23.166.218]) by smtp.gmail.com with ESMTPSA id ay8-20020a05600c1e0800b003edddae1068sm2330150wmb.9.2023.04.05.07.05.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 05 Apr 2023 07:05:59 -0700 (PDT) From: arthur.cohen@embecosm.com To: gcc-patches@gcc.gnu.org Cc: gcc-rust@gcc.gnu.org, Philip Herron Subject: [committed 44/88] gccrs: Rename rust-tyctx.cc to rust-typecheck-context.cc Date: Wed, 5 Apr 2023 16:03:28 +0200 Message-Id: <20230405140411.3016563-45-arthur.cohen@embecosm.com> X-Mailer: git-send-email 2.40.0 In-Reply-To: <20230405140411.3016563-1-arthur.cohen@embecosm.com> References: <20230405140411.3016563-1-arthur.cohen@embecosm.com> Reply-To: arthur.cohen@embecosm.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-14.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: From: Philip Herron Signed-off-by: Philip Herron gcc/rust/ChangeLog: * Make-lang.in: update name * typecheck/rust-tyctx.cc: Moved to... * typecheck/rust-typecheck-context.cc: ...here. --- gcc/rust/Make-lang.in | 2 +- gcc/rust/typecheck/{rust-tyctx.cc => rust-typecheck-context.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename gcc/rust/typecheck/{rust-tyctx.cc => rust-typecheck-context.cc} (100%) diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in index 5e173f1d2dc..4752bb83562 100644 --- a/gcc/rust/Make-lang.in +++ b/gcc/rust/Make-lang.in @@ -118,7 +118,7 @@ GRS_OBJS = \ rust/rust-tyty-util.o \ rust/rust-tyty-call.o \ rust/rust-tyty-subst.o \ - rust/rust-tyctx.o \ + rust/rust-typecheck-context.o \ rust/rust-tyty-bounds.o \ rust/rust-hir-type-check-util.o \ rust/rust-hir-trait-resolve.o \ diff --git a/gcc/rust/typecheck/rust-tyctx.cc b/gcc/rust/typecheck/rust-typecheck-context.cc similarity index 100% rename from gcc/rust/typecheck/rust-tyctx.cc rename to gcc/rust/typecheck/rust-typecheck-context.cc -- 2.40.0