From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id sHbEI51UHGGqSgAAWB0awg (envelope-from ) for ; Tue, 17 Aug 2021 20:30:21 -0400 Received: by simark.ca (Postfix, from userid 112) id 907F21EDFB; Tue, 17 Aug 2021 20:30:21 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.7 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_DYNAMIC,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 4954E1E813 for ; Tue, 17 Aug 2021 20:30:21 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 994133885C10 for ; Wed, 18 Aug 2021 00:30:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 994133885C10 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1629246620; bh=GAMCLN0hLLaNcAwdQw1CVfUCQk1txyHKP/hiZGOShTw=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=Xh3qV5mfYrutaF5i91kmC37sGorxaWdc3pKv4NQGhX2PuM5tSQILPvxGrtm9UeO7W +3ctNuRzlx0Stej6Gqaogn7UKOzlx/BYZl8ytyemubj8mqmxXrBH7OV0hp05IVkjZF AGF8hz4HBGw7UWWXiw4GEqj50pwWM4lglouhrnVQ= Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id B5D1F3853C04 for ; Wed, 18 Aug 2021 00:29:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B5D1F3853C04 Date: Tue, 17 Aug 2021 20:29:55 -0400 To: Joel Brobecker Subject: Re: [RFA] Rename gdb/ChangeLog to gdb/ChangeLog-2021 Message-ID: Mail-Followup-To: Joel Brobecker , Tom de Vries , Simon Marchi , gdb-patches@sourceware.org References: <20210703232710.GL550682@adacore.com> <20210703233242.1602803-1-brobecker@adacore.com> <20210706161658.GA12614@adacore.com> <20210708125641.GA229653@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210708125641.GA229653@adacore.com> X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Mike Frysinger via Gdb-patches Reply-To: Mike Frysinger Cc: Simon Marchi , gdb-patches@sourceware.org Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 08 Jul 2021 05:56, Joel Brobecker wrote: > > $ find gdb* -name ChangeLog > > gdb/doc/ChangeLog > > gdb/testsuite/ChangeLog > > gdb/stubs/ChangeLog > > gdbserver/ChangeLog > > gdbsupport/ChangeLog > > ... > > > > Maybe a good idea to rename those as well? Or am I missing something? > > Either that, or perhaps write a blurb at the start of the ChangeLog > file explaining that they are no longer used. These ChangeLog files > weren't rotated each year, so it might not make as much sense to > renaming them with a year extension (but I wouldn't object -- although > a range of years might make better sense in that case). > > We have to include also the ChangeLog in the sim, and there's > perhaps also include/gdb. i had a commit pending to handle the sim/ tree that was waiting for gdb to branch & update things. since that's landed, i've pushed the sim/ update now too. i also add ChangeLog to sim/.gitignore to make it harder to add new ChangeLog files, so hopefully that should help. -mike