From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20373 invoked by alias); 2 Sep 2009 17:19:20 -0000 Received: (qmail 20365 invoked by uid 22791); 2 Sep 2009 17:19:19 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 02 Sep 2009 17:19:09 +0000 Received: from spaceape12.eur.corp.google.com (spaceape12.eur.corp.google.com [172.28.16.146]) by smtp-out.google.com with ESMTP id n82HJ6dp005597 for ; Wed, 2 Sep 2009 10:19:07 -0700 Received: from yxe10 (yxe10.prod.google.com [10.190.2.10]) by spaceape12.eur.corp.google.com with ESMTP id n82HImgp030501 for ; Wed, 2 Sep 2009 10:19:04 -0700 Received: by yxe10 with SMTP id 10so66778yxe.12 for ; Wed, 02 Sep 2009 10:19:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.130.36 with SMTP id c36mr2152215ybd.180.1251911944187; Wed, 02 Sep 2009 10:19:04 -0700 (PDT) In-Reply-To: <8ac60eac0909021015u37d1a6e2u1ae88dd35d00d2b9@mail.gmail.com> References: <20090902163344.833F476568@localhost> <200909021747.27651.pedro@codesourcery.com> <8ac60eac0909021015u37d1a6e2u1ae88dd35d00d2b9@mail.gmail.com> Date: Wed, 02 Sep 2009 17:19:00 -0000 Message-ID: Subject: Re: [patch] Allow gdbserver to dynamically lookup libthread_db.so.1 From: Doug Evans To: Paul Pluzhnikov Cc: Pedro Alves , gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00065.txt.bz2 On Wed, Sep 2, 2009 at 10:15 AM, Paul Pluzhnikov wrote: > Given gdbserver/acinclude.m4 change, I should include gdbserver/configure > change here, but not gdbserver/configure.ac, right? Data point: It is not necessary to include changes to generated files in patches. Some even prefer to not include them, less noise in the patch.