From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10284 invoked by alias); 31 Oct 2014 19:26:05 -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 10262 invoked by uid 89); 31 Oct 2014 19:26:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qa0-f50.google.com Received: from mail-qa0-f50.google.com (HELO mail-qa0-f50.google.com) (209.85.216.50) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 31 Oct 2014 19:26:03 +0000 Received: by mail-qa0-f50.google.com with SMTP id bm13so3992734qab.37 for ; Fri, 31 Oct 2014 12:26:01 -0700 (PDT) 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=1OGPm9/aCdjfKP8Sxyz1SUwig7WhE5k3juQkbykRAts=; b=a+6ZjjmC6lPaaqcbAYcQ15h/1P/p45lhhgXN5fNmgLo44YbDfODO/dKk6bnxm/wXOv pAu5/Qqcczt3ZQC/+r7xNnUO61vAR9jsWEH48up/pvblzvg4bXg9BF6I3L6qKzhWxEuW ljl/87FiCwH4rjiy3+buwXMqb4Aotgext4jnD9XtBiLtyJWIui7FnbXz8kV5bAiCkKUx 6LMVJZrbmzmMwC6V4gbEKy8wEDGlcs1gaAzpaSEZqghQ/bxtO7XLjqZ+ZlmdnSEIQDQ1 QvVWEBVHg6fAZoRcFCmZlMBvOGtNStznd5nvtojipaqN4ea5HmfhVr26IJbSC+FsrWu/ aEog== X-Gm-Message-State: ALoCoQnT2bpPuUdwM4KCVzQf4goY2LTqd9O2QpG8IPQ7Zpx77P60AgGtz9LB20DFvGYnEdGSBlL0 MIME-Version: 1.0 X-Received: by 10.224.46.8 with SMTP id h8mr41057966qaf.26.1414783561229; Fri, 31 Oct 2014 12:26:01 -0700 (PDT) Received: by 10.229.250.4 with HTTP; Fri, 31 Oct 2014 12:26:01 -0700 (PDT) In-Reply-To: References: <874n7mrcg2.fsf@fleche.redhat.com> <87fvr6pwgs.fsf@fleche.redhat.com> <201311081953.rA8JrDQU006232@greed.delorie.com> Date: Fri, 31 Oct 2014 19:26:00 -0000 Message-ID: Subject: Re: merging from gcc From: Doug Evans To: DJ Delorie , gdb , Binutils Cc: Doug Evans Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00144.txt.bz2 On Mon, Nov 11, 2013 at 11:45 AM, Doug Evans wrote: > 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/ Hi. Going through my mail I see I didn't follow through on this. Just a heads up before I check this in. [This is to gdb+binutils MAINTAINERS file.] The MAINTAINERS file says no changelog entries for it, though I do see some in the toplevel ChangeLog. My plan is to follow what MAINTAINERS says and not update ChangeLog. [If people want a ChangeLog entry then let's first agree to update the text in MAINTAINERS.]