From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5477 invoked by alias); 11 Nov 2013 19:35:17 -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 5453 invoked by uid 89); 11 Nov 2013 19:35:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RDNS_NONE,SPF_PASS 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:35:15 +0000 Received: by mail-ve0-f179.google.com with SMTP id oz11so2492180veb.38 for ; Mon, 11 Nov 2013 11:35:07 -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=sJMdT7USEHUDgMA93kgSf/uqcqMKdmrMyGcz9IWaPMY=; b=mee0B04RB2WXfUSOM2FIhZYZu5MF2ySlIyoghFUgYqlOVWUrirEkORw+gbgQ6iR2pa uA5MBv5OtBiJLN0tZPUzgm5ks1h8uaI0QDesw2Cp4Du+6UpZshyYGbz3Sg+9XzcfHtKp eEDUW2MTLAhsrrEWq4UFOm9cGhdM00j6vmdxHWBOCurk6R/ejbVIPSVyiDho7MQNVWXG 4K+r5uPBkGjUTUroO3IHy+nPmpFITfwvzxhCt7sVL1swEVU1Gj+jCCxLn9/SGBODsyHJ ZgDkNg1OeZt+9gTPlUyrSXs6UNVl9uLaWuEazf44TVoMuy8bXNR+8NomvWziTjLsz9bh qflw== X-Gm-Message-State: ALoCoQkH+CWPrW3VTUuFAXbbtJ8jKiy+asA8WFVVQJ8GtyDPX7mk/6q85KGwBgQukobaUmrGwzHM4DTUNKS8szZdJb+1CmsO16Z3iPoE3FGqnUmoTrJKfKVSvoBGWtwaggQJ3xBWWi5kSsze2q2sSNd4o+IFZcSh5uzRVLfYpG9ATFsEAlsgxrFZ8pJqF0Ao5B92vxIpcVQ3 MIME-Version: 1.0 X-Received: by 10.221.40.10 with SMTP id to10mr4542697vcb.22.1384198507833; Mon, 11 Nov 2013 11:35:07 -0800 (PST) Received: by 10.52.237.232 with HTTP; Mon, 11 Nov 2013 11:35:07 -0800 (PST) In-Reply-To: References: <874n7mrcg2.fsf@fleche.redhat.com> Date: Mon, 11 Nov 2013 19:35:00 -0000 Message-ID: Subject: Re: merging from gcc From: Doug Evans To: DJ Delorie Cc: GDB Development , Binutils Development Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00042.txt.bz2 On Fri, Nov 8, 2013 at 11:04 AM, DJ Delorie wrote: > > Doug Evans writes: >> I know $src/include isn't (or wasn't) just a blanket copy, and can >> never remember the details, and am curious if anything has changed in >> The New World. > > The rule for include/ has always been: if a file exists in both repos, > gcc owns it. I think it's the fact that the granularity is per-file and I can't know from just looking at the binutils-gdb tree, that keeps me cautious.