From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17538 invoked by alias); 8 Nov 2013 18:44:01 -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 6241 invoked by uid 89); 8 Nov 2013 18:29: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; Fri, 08 Nov 2013 18:29:16 +0000 Received: by mail-ve0-f179.google.com with SMTP id oz11so492985veb.10 for ; Fri, 08 Nov 2013 10:29:08 -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=jJMRHLSXlUMtPu/rj0I2+J6RssI+xdJl6iGbBRupYC4=; b=lhK7iNQHORKdio398yhK/Xrp0V4S8LA0javg6SZy9FAFK5fvHwS5BujOSJJGxDQzIJ BvGdB4cvrgU9rwpVU3wv/In2Eg2+yzSZ6zEdUgnVKczxZF2GNAT02qCxrZ6K59HeTo9Z tiOita1UF+Des6WhOSrCQYJxD6c/qfu8nmVOFLBNGVW/vMVpREknkfRvVmHH/RI9nkM6 Y+ODMeFZsTRXWbj4LwIf4wUKNPM+cSw1JE5jezuBgTbiN9O55xEavMwLJMucB6RjscLA Qdv7kn7Q1glePdyySEXWRwvLgU5QgYS9honUMheVmfuGkYLqCEl2l8sXPI1dK/n6KRXX oTkw== X-Gm-Message-State: ALoCoQnuDlcAKoIQ73nUEf616SkOhoDi++ONf5rLkZ5VLGxbTAfYXFVlpaKE9DWGNQdNIEIGgsVxyhGZmruulUqKDyy4zcDWwsRZWeIVqKTAUcDmAv/sxQQ/feJSkvG+XEelt3GR7NlNX6IcNNj+nUp2tJ0rj9klkAuDzvXe9FiKWBKuOPnf5f/mSzsCE0PtX1yZlJ18k+7s MIME-Version: 1.0 X-Received: by 10.220.174.200 with SMTP id u8mr13213336vcz.6.1383935348509; Fri, 08 Nov 2013 10:29:08 -0800 (PST) Received: by 10.52.237.232 with HTTP; Fri, 8 Nov 2013 10:29:08 -0800 (PST) In-Reply-To: <874n7mrcg2.fsf@fleche.redhat.com> References: <874n7mrcg2.fsf@fleche.redhat.com> Date: Fri, 08 Nov 2013 18:44:00 -0000 Message-ID: Subject: Re: merging from gcc From: Doug Evans To: Tom Tromey Cc: GDB Development , Binutils Development Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00021.txt.bz2 On Fri, Nov 8, 2013 at 10:11 AM, Tom Tromey wrote: > I've finally set up some semi-automatic merging from gcc to > binutils-gdb.git. > > Currently the process is not fully automated. I have it set up to > notify me when patches are available. > > I can make my script available if anybody cares. > > > I'm doing the first push now. Please let me know if there are any > problems. Hi. Do you know if it's written down anywhere exactly what is copied? 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.