From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21172 invoked by alias); 11 Nov 2013 16:54:41 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 21154 invoked by uid 89); 11 Nov 2013 16:54:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,URIBL_BLOCKED autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: relay1.mentorg.com Received: from Unknown (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 11 Nov 2013 16:54:39 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1Vfukp-0004Lo-Ne from joseph_myers@mentor.com ; Mon, 11 Nov 2013 08:54:23 -0800 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 11 Nov 2013 08:54:23 -0800 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Mon, 11 Nov 2013 16:54:22 +0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.76) (envelope-from ) id 1Vfukm-0005yi-Sr; Mon, 11 Nov 2013 16:54:20 +0000 Date: Mon, 11 Nov 2013 16:54:00 -0000 From: "Joseph S. Myers" To: Jan-Benedict Glaw CC: Tom Tromey , GDB Development , Binutils Development Subject: Re: merging from gcc In-Reply-To: <20131110193858.GH18885@lug-owl.de> Message-ID: References: <874n7mrcg2.fsf@fleche.redhat.com> <20131110193858.GH18885@lug-owl.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2013-11/txt/msg00040.txt.bz2 On Sun, 10 Nov 2013, Jan-Benedict Glaw wrote: > On Fri, 2013-11-08 11:11:09 -0700, Tom Tromey wrote: > > I've finally set up some semi-automatic merging from gcc to > > binutils-gdb.git. > > What about merging other external stuff? For the binutils/gdb repo, I > have this in mind: Any such merges of shared files maintained elsewhere, please update all of GCC SVN, binutils-gdb git and src CVS at the same time, rather than just a subset. (As the files you mention should always come verbatim from upstream, you don't need to worry about cases where people have changed the different repositories in different ways and you have to do a multi-way merge - you should just be able to copy in the latest version to all three repositories.) -- Joseph S. Myers joseph@codesourcery.com