From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id DEA0D3857C5B; Mon, 21 Sep 2020 14:33:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org DEA0D3857C5B Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 08LEXcpF008733 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 21 Sep 2020 10:33:42 -0400 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 08LEXcpF008733 Received: from [172.16.0.95] (192-222-181-218.qc.cable.ebox.net [192.222.181.218]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id C83741EF4D; Mon, 21 Sep 2020 10:33:37 -0400 (EDT) Subject: Re: [PATCH] Import mklog.py from gcc repo To: =?UTF-8?Q?Martin_Li=c5=a1ka?= , Christian Biesinger Cc: binutils@sourceware.org, gdb-patches References: <20200917202922.4179305-1-simon.marchi@polymtl.ca> <1a02745d-b063-d146-5e81-fb1e5cd41b8a@suse.cz> From: Simon Marchi Message-ID: Date: Mon, 21 Sep 2020 10:33:37 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <1a02745d-b063-d146-5e81-fb1e5cd41b8a@suse.cz> Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 8bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Mon, 21 Sep 2020 14:33:38 +0000 X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-DCC: sonic: antispam2020.polymtl.ca 1255; Body=1 Fuz1=1 Fuz2=1 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Sep 2020 14:33:49 -0000 On 2020-09-21 8:45 a.m., Martin Liška wrote: > Note that some time ago I offered the gcc-changelog script to binutils community > and it was basically rejected. [1] is a motivation example as anybody has it's > own script to mechanically modify a timestamp and apply ChangeLog entries. > It's a legwork. Ok, I wasn't aware of those previous discussions (I don't follow the binutils mailing list, so if it was just on binutils and not GDB, I have not seen them). FWIW, I'm in favor of anything that would make the development of binutils/gdb/gcc more coherent (including using a single repo for all three). Simon