From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id 90ZNHqAs+F+JJwAAWB0awg (envelope-from ) for ; Fri, 08 Jan 2021 04:57:52 -0500 Received: by simark.ca (Postfix, from userid 112) id 6B7611E99A; Fri, 8 Jan 2021 04:57:52 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RDNS_NONE,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from sourceware.org (unknown [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 0C5141E4F4; Fri, 8 Jan 2021 04:57:52 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 949563857C70; Fri, 8 Jan 2021 09:57:51 +0000 (GMT) Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by sourceware.org (Postfix) with ESMTPS id E470A3858025 for ; Fri, 8 Jan 2021 09:57:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E470A3858025 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=andrew.burgess@embecosm.com Received: by mail-wr1-x432.google.com with SMTP id t30so8413089wrb.0 for ; Fri, 08 Jan 2021 01:57:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=f2rcqEY8Wc3MvNAe9bWq7DoCmU0GDIvJWcaPeXnGdY8=; b=fdZgg2Jy3ex6HdPKEstN72xK7tpmnWSbHbmG1dUvL8twf99UIkWwkXc6aFl1r72l95 LXcMtvBdpkVbmsg3F/jSVYG4J02EZAquRWJlRqZ4gxsn+cFr/BkZSSDhQi8C7Tkho5+0 1cRL7XB11yzEHxWEunpMuC7J6n33hrhS6eW5JkJk0PRZNtEpMJmL0H50Qkeuhd4q/Nrv 5lZ3QMspVCqYPZF6RaiAgVZLIVrPcC0pzV5Vw92wg43ttybzqEQag8n25UhiIK63JcEI C33Lg/fyZ0oGS1p2DOhI5WSS2UYyTuZQcGDq8AaTA4pxdHh12BVbmFcBKBc4BuLUeFrs FsmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=f2rcqEY8Wc3MvNAe9bWq7DoCmU0GDIvJWcaPeXnGdY8=; b=TvvYPIS857Zrj1LS+p6hAfotfiznblecM4AYuN2yT0d3pDsbdetHG73MdzKjLiJrCj fLRG2GymqLOjsTkySY5LEx44ipBlxf/lOF/JcfNIqslps7bjxhBAZvZIkMkVl5BlnBsv F7tsAK9/IEdOk68FsL7SAXsqMEQlA099NMbar9878cyeeTVLXLcZ/kUkKT2A2TY83FOj RU7tcIGjYccpOGO/TyI487juQFhJaSIfFS+VpKw43wIUIqqL9pEP72oTSu+y5D75Eu99 0+nnmZisoBy7JPUOIEfZawS+yqv9hZs+r1T6V37I0w9VeUNJPfacWS6TP9pqYCb3klyU L9ug== X-Gm-Message-State: AOAM531/ngwRkr/1SMpSQE0WxO9DuYTCV+J89gbZJ77EUGODyDUcUu59 ncjHeXHuDJj2ScjXfHNfeH/Y9A== X-Google-Smtp-Source: ABdhPJwvpZrt2mOPSraRsBVpU/FUEHDnowHbfHU2Nh4122tVkTFZ19zBc3sRq35hBXppu4H6tI7x4w== X-Received: by 2002:adf:92c2:: with SMTP id 60mr2871793wrn.266.1610099868092; Fri, 08 Jan 2021 01:57:48 -0800 (PST) Received: from localhost (host86-166-129-230.range86-166.btcentralplus.com. [86.166.129.230]) by smtp.gmail.com with ESMTPSA id w8sm12320845wrl.91.2021.01.08.01.57.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Jan 2021 01:57:47 -0800 (PST) Date: Fri, 8 Jan 2021 09:57:46 +0000 From: Andrew Burgess To: Tom Tromey Subject: Re: [PATCH] sim: ChangeLog: move arch-specific entries into the arch dir Message-ID: <20210108095746.GV2945@embecosm.com> References: <20210107080947.10821-1-vapier@gentoo.org> <20210107093337.GM2945@embecosm.com> <20210107171236.GJ7494@vapier> <87tursv51x.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87tursv51x.fsf@tromey.com> X-Operating-System: Linux/5.8.13-100.fc31.x86_64 (x86_64) X-Uptime: 09:56:24 up 30 days, 14:40, X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] 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: , Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" * Tom Tromey [2021-01-07 13:57:14 -0700]: > Mike> merging them into one causes extra pain due to conflicts. having sep > Mike> arch ones alleviates that a little as you don't normally have people > Mike> working on the same arch at the same time. > > Mike> ideally we'd throw away these archaic ChangeLog files entirely. they > Mike> are a huge waste of time for everyone and would be much better served > Mike> writing proper git commit messages. it isn't the 80s/90s anymore. > > I'm +1 on that, but other maintainers like them, so we've been keeping > them around. For the record I see them as a waste of time too. > > For conflicts, I do this: > > https://gnu.wildebeest.org/blog/mjw/2012/03/16/automagically-merging-changelog-files-with-mercurial-or-git/ > > I rarely have ChangeLog conflicts or snafus. I can't really recall the > last one. That's what I use too, and I haven't had a ChangeLog conflict in years. Thanks, Andrew