From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29333 invoked by alias); 8 Nov 2013 19:10:09 -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 17090 invoked by uid 89); 8 Nov 2013 19:06:10 -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-f182.google.com Received: from Unknown (HELO mail-ve0-f182.google.com) (209.85.128.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 08 Nov 2013 19:05:43 +0000 Received: by mail-ve0-f182.google.com with SMTP id jy13so1769848veb.41 for ; Fri, 08 Nov 2013 11:05:35 -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=ZsOhacPUgZ547dJgPfSUVGw6hcO+MkFfdxcRVJJfWB8=; b=NSCMtMVJCLlcAA6qei76gyz41wAmfplwWqpItQagJBxu0DIpsiSpKvPEnv+W5r7Ni9 4om0nqx5/jyyQec8eMUXSxkvYOczdGRBc5VedCsQb/TSZdW8w6tEw8ZWKdy0gcfIWN3j a9X4RoX9zCxyH00d8UlKiJ+25Km7mIng+4clkqd0SUjsTJoXy43xa4YiiwplUjDd5uAK MRcpe6vlJSkF1tNSBAIoF+3DEuDrda8P6EdFc6IL1AhOt+ip9se2iijhBrxoM5I6Wtpu 69LjoEChr5Dae6inbI+2/pc5Yv92e6CmVkQUMI6Xzrg0zwz6lNkigObATRNxFcOk3e3j dihw== X-Gm-Message-State: ALoCoQmVqZ8Npbqi/CrzUceq3k4Xfz/xXwEg6ZGclJAja6KI78rsSHgCGeD5uyQ/vHYZLSGnz8dcirE92nRevaYrxOKzwSlhzVJiJCVyzMceGmGPjildXvqqRRpsUf98HV2VCqy3jriWqqjp8ZAIXb6ygKrC2X8kOELvQcjOn+W7heSFcns2mOKWgGgkFKU9dxbBxdhxLMYp MIME-Version: 1.0 X-Received: by 10.58.54.69 with SMTP id h5mr13380258vep.25.1383937535189; Fri, 08 Nov 2013 11:05:35 -0800 (PST) Received: by 10.52.237.232 with HTTP; Fri, 8 Nov 2013 11:05:35 -0800 (PST) In-Reply-To: <87fvr6pwgs.fsf@fleche.redhat.com> References: <874n7mrcg2.fsf@fleche.redhat.com> <87fvr6pwgs.fsf@fleche.redhat.com> Date: Fri, 08 Nov 2013 19:10: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/msg00025.txt.bz2 On Fri, Nov 8, 2013 at 10:41 AM, Tom Tromey wrote: >>>>>> "Doug" == Doug Evans writes: > > Doug> Do you know if it's written down anywhere exactly what is copied? > Doug> I know $src/include isn't (or wasn't) just a blanket copy, and can > Doug> never remember > Doug> the details, and am curious if anything has changed in The New World. > > @files = ("Makefile.tpl", "Makefile.def", "Makefile.in", > "configure.ac", "configure", "config", "install-sh", > "missing", "depcomp", "config.guess", "config.sub", > "compile", "ylwrap", "config.rpath", "ltgcc.m4", > "ltmain.sh", "ltoptions.m4", "ltsugar.m4", "ltversion.m4", > "lt~obsolete.m4"); > > $dir_rx = qr,^(libiberty|include|intl|libdecnumber)/,; > > > Files in "include" are then checked for existence in binutils-gdb.git. Thanks. I added something here. https://sourceware.org/gdb/wiki/GDBAdministrivia I'm happy to enhance it or just replace it with a link if it's already documented elsewhere.