From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25713 invoked by alias); 2 Mar 2010 19:16:27 -0000 Received: (qmail 25697 invoked by uid 22791); 2 Mar 2010 19:16:26 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-ww0-f41.google.com (HELO mail-ww0-f41.google.com) (74.125.82.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Mar 2010 19:16:20 +0000 Received: by wwb22 with SMTP id 22so308023wwb.0 for ; Tue, 02 Mar 2010 11:16:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.86.132 with SMTP id w4mr205423wee.87.1267557378312; Tue, 02 Mar 2010 11:16:18 -0800 (PST) In-Reply-To: <837hpu4n9h.fsf@gnu.org> References: <20100302152128.GA28089@intel.com> <837hpu4n9h.fsf@gnu.org> Date: Tue, 02 Mar 2010 19:16:00 -0000 Message-ID: <6dc9ffc81003021116l3221c148i5e5d3efef02061a5@mail.gmail.com> Subject: Re: PATCH: Add x86 AVX XML files 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/msg00070.txt.bz2 On Tue, Mar 2, 2010 at 10:00 AM, Eli Zaretskii wrote: >> Date: Tue, 2 Mar 2010 07:21:28 -0800 >> From: "H.J. Lu" >> >> I am submitting AVX patches in pieces since AVX changes are quite >> large. =A0This patch adds x86 AVX target descriptions. =A0OK to install? > > Could you please add the necessary file-name mappings to > config/djgpp/fnchange.lst? =A0Some of the new files will have their > names clash under the 8+3 DOS butchery. =A0(You can use `doschk' to see > which files fall victim to this.) > Where is `doschk' ? It is not in src CVS. --=20 H.J.