From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 325 invoked by alias); 8 Nov 2013 19:53:25 -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 305 invoked by uid 89); 8 Nov 2013 19:53:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPF_HELO_PASS,URIBL_BLOCKED autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Nov 2013 19:53:23 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA8JrFmZ008392 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 8 Nov 2013 14:53:15 -0500 Received: from greed.delorie.com (ovpn-113-31.phx2.redhat.com [10.3.113.31]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id rA8JrE3q007355 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Nov 2013 14:53:15 -0500 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.14.4/8.14.4) with ESMTP id rA8JrDfM006233; Fri, 8 Nov 2013 14:53:13 -0500 Received: (from dj@localhost) by greed.delorie.com (8.14.4/8.14.4/Submit) id rA8JrDQU006232; Fri, 8 Nov 2013 14:53:13 -0500 Date: Fri, 08 Nov 2013 19:53:00 -0000 Message-Id: <201311081953.rA8JrDQU006232@greed.delorie.com> From: DJ Delorie To: Doug Evans CC: tromey@redhat.com, gdb@sourceware.org, binutils@sourceware.org In-reply-to: (message from Doug Evans on Fri, 8 Nov 2013 11:05:35 -0800) Subject: Re: merging from gcc References: <874n7mrcg2.fsf@fleche.redhat.com> <87fvr6pwgs.fsf@fleche.redhat.com> X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00030.txt.bz2 > 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.