From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7837 invoked by alias); 29 Mar 2010 15:42:50 -0000 Received: (qmail 7828 invoked by uid 22791); 29 Mar 2010 15:42:49 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-vw0-f41.google.com (HELO mail-vw0-f41.google.com) (209.85.212.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Mar 2010 15:42:44 +0000 Received: by vws4 with SMTP id 4so256487vws.0 for ; Mon, 29 Mar 2010 08:42:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.90.201 with HTTP; Mon, 29 Mar 2010 08:42:34 -0700 (PDT) In-Reply-To: <83eij317uj.fsf@gnu.org> References: <20100304180219.GA10826@intel.com> <20100304180748.GC10869@intel.com> <20100304180901.GD10869@intel.com> <20100304181003.GE10869@intel.com> <20100306222250.GG21133@intel.com> <20100312172541.GB6643@intel.com> <20100329010935.GA27237@intel.com> <83ljdb1as1.fsf@gnu.org> <6dc9ffc81003290742h6d6260c6ibc25066177485f9a@mail.gmail.com> <83eij317uj.fsf@gnu.org> Date: Mon, 29 Mar 2010 15:42:00 -0000 Received: by 10.220.107.21 with SMTP id z21mr2525394vco.197.1269877355092; Mon, 29 Mar 2010 08:42:35 -0700 (PDT) Message-ID: <6dc9ffc81003290842k7e498076s4a54c4f0e627060@mail.gmail.com> Subject: Re: PATCH: 6/6 [3rd try]: Add AVX support (gdbserver changes) From: "H.J. Lu" To: Eli Zaretskii Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 2010-03/txt/msg00997.txt.bz2 On Mon, Mar 29, 2010 at 8:11 AM, Eli Zaretskii wrote: >> Date: Mon, 29 Mar 2010 07:42:19 -0700 >> From: "H.J. Lu" >> Cc: gdb-patches@sourceware.org >> >> > Thanks. =A0There are several files you add whose names will clash on D= OS >> > filesystems. =A0Could you please provide suitable additions to >> > fnchange.lst for them? =A0TIA >> > >> >> Those files are generated during gdb build. The original ones are covered >> in >> >> http://sourceware.org/ml/gdb-patches/2010-03/msg00262.html >> >> Did I miss some files? > > I meant this part from your patch: > > =A02010-03-28 =A0H.J. Lu =A0 > > =A0 =A0 =A0 =A0 =A0* Makefile.in (clean): Updated. > =A0 =A0 =A0 =A0 =A0(i386-avx.o): New. > =A0 =A0 =A0 =A0 =A0(i386-avx.c): Likewise. > =A0 =A0 =A0 =A0 =A0(i386-avx-linux.o): Likewise. > =A0 =A0 =A0 =A0 =A0(i386-avx-linux.c): Likewise. > =A0 =A0 =A0 =A0 =A0(amd64-avx.o): Likewise. > =A0 =A0 =A0 =A0 =A0(amd64-avx.c): Likewise. > =A0 =A0 =A0 =A0 =A0(amd64-avx-linux.o): Likewise. > =A0 =A0 =A0 =A0 =A0(amd64-avx-linux.c): Likewise. > > I don't think these *.c files are covered by the message in the above > URL. =A0That message only handles files in the gdb/features/ directory, > but the files above are in gdb/, AFAIU. > > Those files aren't in gdb source tree and they are generated during build in gdb/gdbserver build directory. How should I handle them? --=20 H.J.