From patchwork Sat Dec 10 07:37:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Schwinge X-Patchwork-Id: 61741 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id CF647388A763 for ; Sat, 10 Dec 2022 07:38:22 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id A6EAF3889060; Sat, 10 Dec 2022 07:38:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A6EAF3889060 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.96,232,1665475200"; d="scan'208,223";a="89191217" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 09 Dec 2022 23:38:00 -0800 IronPort-SDR: 9AinKT9yObfIUfEwBL/qDjcIbm8pNLSHbRfJ7lAgGTLXQfB2r5uYLaSdPMawxWvi3GtlvmL9sQ ClkbeDEZfqLT4IfK3pzVd1ENJXwCF9cVhhR5fXlHTcJb0I7XTPUaO6xlRfX5OQcDZqURMhSztI /yjZHFqVX/XvmpBv4CML6RLLO5tOb0schz64m1zYT1YelN8OLmi6Bt5hjjo/JYU1jQ3brChV5T cQkW5oUMc1GfC7DlTJVM+IfSopQuoreRP9xDmuvA7846X1K7BQVL3HJdQc+COkl7ESEszjo7Pt bJM= From: Thomas Schwinge To: CC: Richard Biener , , , Martin =?utf-8?b?TGnFoWth?= , "Jakub Jelinek" Subject: Add stub 'gcc/rust/ChangeLog' (was: Prepare 'contrib/gcc-changelog/git_commit.py' for GCC/Rust) In-Reply-To: <87zgbv225f.fsf@euler.schwinge.homeip.net> References: <20221206101417.778807-1-arthur.cohen@embecosm.com> <87zgbv225f.fsf@euler.schwinge.homeip.net> User-Agent: Notmuch/0.29.3+94~g74c3f1b (https://notmuchmail.org) Emacs/27.1 (x86_64-pc-linux-gnu) Date: Sat, 10 Dec 2022 08:37:49 +0100 Message-ID: <87pmcr1zg2.fsf@euler.schwinge.homeip.net> MIME-Version: 1.0 X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-09.mgc.mentorg.com (139.181.222.9) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, 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 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: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Hi! On 2022-12-10T07:39:24+0100, I wrote: > I've pushed "Prepare 'contrib/gcc-changelog/git_commit.py' for GCC/Rust" > to master branch in commit 325529e21e81fbc3561d2568cb7e8a26296e5b2f, see > attached. > > Please let me know if there is anything that I need to do to actually > generate the empty 'gcc/rust/ChangeLog' file. I've now been informed of a non-public email, that indeed there is a manual step involved; pushed "Add stub 'gcc/rust/ChangeLog'" to master branch in commit 24ff0b3e0c41e3997fb4c11736b8a412afbaadf3, see attached. > (For avoidance of doubt: yes, only 'gcc/rust/' at this time.) Grüße Thomas ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955 From 24ff0b3e0c41e3997fb4c11736b8a412afbaadf3 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sat, 10 Dec 2022 08:33:22 +0100 Subject: [PATCH] Add stub 'gcc/rust/ChangeLog' --- gcc/rust/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gcc/rust/ChangeLog diff --git a/gcc/rust/ChangeLog b/gcc/rust/ChangeLog new file mode 100644 index 000000000000..3a4f03c28af8 --- /dev/null +++ b/gcc/rust/ChangeLog @@ -0,0 +1,6 @@ + +Copyright (C) 2022 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. -- 2.35.1