From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14834 invoked by alias); 29 Mar 2010 15:51:50 -0000 Received: (qmail 14825 invoked by uid 22791); 29 Mar 2010 15:51:49 -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:51:44 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L0100000VXUAS00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 29 Mar 2010 18:51:41 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.127.176.135]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L0100JIUW24MNB0@a-mtaout20.012.net.il>; Mon, 29 Mar 2010 18:51:41 +0300 (IDT) Date: Mon, 29 Mar 2010 15:51:00 -0000 From: Eli Zaretskii Subject: Re: PATCH: 6/6 [3rd try]: Add AVX support (gdbserver changes) In-reply-to: <6dc9ffc81003290842k7e498076s4a54c4f0e627060@mail.gmail.com> To: "H.J. Lu" Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83aatr15yk.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT 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> <6dc9ffc81003290842k7e498076s4a54c4f0e627060@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/msg00998.txt.bz2 > Date: Mon, 29 Mar 2010 08:42:34 -0700 > From: "H.J. Lu" > Cc: gdb-patches@sourceware.org > > >          * 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. > > > > > > Those files aren't in gdb source tree and they are generated during > build in gdb/gdbserver build directory. If they are generated, you don't need to do anything. The DJGPP build (the one which needs fnchange.lst) does not compile gdbserver, so these files will never be produced, and no harm will ever be done. Sorry for my misunderstanding.