From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17885 invoked by alias); 11 Nov 2013 19:45:58 -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 17872 invoked by uid 89); 11 Nov 2013 19:45:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mail-ve0-f179.google.com Received: from Unknown (HELO mail-ve0-f179.google.com) (209.85.128.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 11 Nov 2013 19:45:57 +0000 Received: by mail-ve0-f179.google.com with SMTP id oz11so2466081veb.24 for ; Mon, 11 Nov 2013 11:45:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=iYmI82PxdpVyEx2Jp7SkI2yUMNxYYTmcWLKl6LFgMaE=; b=O4XwXVo8hb9N9z3gEHQzepvogqsI+eZPqOf3O4+kySyOgIRHSBQgDIIIHEQq7kXapt VKCccZTvwYZM+GS5/A5eWkpaI813w8haYVTmXXOQEgnKwkRhz/deYp4P391Yr7qoXel5 DC1uzIaqyrdVGyC4thT0Ismd1DXd+6p/uZZmnX5F2urqC2Npeo+eX1e3IbSdARH9zDvL +w9z8isTxNDNZIx96qqPBM9oOtknxsTMn0mzY/9q35DSS3SAf5I3dQ+NJTPEWI6ang/z 9D46R+S9mJJ7roHgRdXKnAMBbtRZcGqPqSan3I5J4X1cAz0F8ezWO00MWyqqjE/MDX9C IUWw== X-Gm-Message-State: ALoCoQm7sTYaAVBBBbjn+6SHM+on1qjMEIeqUje8D7uykEYIq1vth2yHx2P8teWDUBX+o9aF/7qAoWlqeOLoICa7621BAWwDi3BDhx6vGLzcMh64sxgpr/nnd5/McM+AMj85Uq9tsCR/mJErwDQf7oxXw4kx3blVrkIMQd78nmJ3BFg5r55FrPW2I6Rq9WxXe27NufswlqJ2 MIME-Version: 1.0 X-Received: by 10.52.118.73 with SMTP id kk9mr21377368vdb.13.1384199149340; Mon, 11 Nov 2013 11:45:49 -0800 (PST) Received: by 10.52.237.232 with HTTP; Mon, 11 Nov 2013 11:45:49 -0800 (PST) In-Reply-To: <201311081953.rA8JrDQU006232@greed.delorie.com> References: <874n7mrcg2.fsf@fleche.redhat.com> <87fvr6pwgs.fsf@fleche.redhat.com> <201311081953.rA8JrDQU006232@greed.delorie.com> Date: Mon, 11 Nov 2013 19:45:00 -0000 Message-ID: Subject: Re: merging from gcc From: Doug Evans To: DJ Delorie Cc: Tom Tromey , gdb , Binutils Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00043.txt.bz2 On Fri, Nov 8, 2013 at 11:53 AM, DJ Delorie wrote: > >> I'm happy to enhance it or just replace it with a link if it's already >> documented elsewhere. > > what we have is in src/MAINTAINERS: > > Makefile.*; configure; configure.ac; src-release > Any global maintainer can approve changes to these > files, but they should be aware that they need to > be kept in sync with their counterparts in the GCC > repository. Also please notify the following of > any committed patches: > binutils@sourceware.org > gdb-patches@sourceware.org > > config.guess; config.sub; readline/support/config.{sub,guess} > config: http://savannah.gnu.org/projects/config > Patches to config-patches@gnu.org. > Changes need to be done in tandem with the official CONFIG > sources or submitted to the master file maintainer and brought > in via a merge. When updating any of these files, please be > sure to update all of them. > Please notify the following of any committed patches: > binutils@sourceware.org > gdb-patches@sourceware.org > > include/ > See binutils/, gdb/, sid/, gcc/, libiberty/ etc. > > intl/; config.rhost; libiberty/; libiberty's part of include/; > compile; depcomp; install-sh; missing; ylwrap; config/ > gcc: http://gcc.gnu.org > Changes need to be done in tandem with the official GCC > sources or submitted to the master file maintainer and brought > in via a merge. Note: approved patches in gcc's libiberty or > intl are automatically approved in this libiberty and intl also; > feel free to merge them yourself if needed sooner than the next > merge. Otherwise, changes are automatically merged, usually > within a day. > > libdecnumber/ > See libiberty. The master copy of this directory is in the GCC > repository. > > > ltconfig; ltmain.sh; ltcf-*.sh > libtool: http://www.gnu.org/software/libtool/ > Changes need to be done in tandem with the official LIBTOOL > sources or submitted to the master file maintainer and brought > in via a merge. I'd be happy if this text were added. I will check it in if there are no objections. I'm happy to change it as desired as well. 2013-11-11 Doug Evans * MAINTAINERS: Clarify ownership of include. diff --git a/MAINTAINERS b/MAINTAINERS index dd8601b..b09fbc0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -47,7 +47,10 @@ gdb/; readline/; sim/; GDB's part of include/ See also gdb/MAINTAINERS and sim/MAINTAINERS. include/ - See binutils/, gdb/, sid/, gcc/, libiberty/ etc. + The rule is that if the file exists in the gcc tree + then gcc owns it. Thus you have to look at the gcc tree + to know whether any particular file is owned by gcc. + See also binutils/, gdb/, sid/, gcc/, libiberty/ etc. intl/; config.rhost; libiberty/; libiberty's part of include/ compile; depcomp; install-sh; missing; ylwrap; config/