From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26816 invoked by alias); 29 Mar 2010 15:11:02 -0000 Received: (qmail 26808 invoked by uid 22791); 29 Mar 2010 15:11:02 -0000 X-SWARE-Spam-Status: No, hits=2.5 required=5.0 tests=BAYES_00,RCVD_IN_JMF_BL,RCVD_IN_SORBS_WEB,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Mar 2010 15:10:56 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L0100L00U3LZA00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 29 Mar 2010 18:10:53 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.176.135]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L0100IF6U65NDA0@a-mtaout20.012.net.il>; Mon, 29 Mar 2010 18:10:53 +0300 (IDT) Date: Mon, 29 Mar 2010 15:11:00 -0000 From: Eli Zaretskii Subject: Re: PATCH: 6/6 [3rd try]: Add AVX support (gdbserver changes) In-reply-to: <6dc9ffc81003290742h6d6260c6ibc25066177485f9a@mail.gmail.com> To: "H.J. Lu" Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83eij317uj.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT References: <20100304180219.GA10826@intel.com> <20100304180408.GA10869@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> 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/msg00994.txt.bz2 > Date: Mon, 29 Mar 2010 07:42:19 -0700 > From: "H.J. Lu" > Cc: gdb-patches@sourceware.org > > > Thanks.  There are several files you add whose names will clash on DOS > > filesystems.  Could you please provide suitable additions to > > fnchange.lst for them?  TIA > > > > 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: 2010-03-28 H.J. Lu * Makefile.in (clean): Updated. (i386-avx.o): New. (i386-avx.c): Likewise. (i386-avx-linux.o): Likewise. (i386-avx-linux.c): Likewise. (amd64-avx.o): Likewise. (amd64-avx.c): Likewise. (amd64-avx-linux.o): Likewise. (amd64-avx-linux.c): Likewise. I don't think these *.c files are covered by the message in the above URL. That message only handles files in the gdb/features/ directory, but the files above are in gdb/, AFAIU.