From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15616 invoked by alias); 2 Mar 2010 18:00:25 -0000 Received: (qmail 15602 invoked by uid 22791); 2 Mar 2010 18:00:24 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout22.012.net.il (HELO mtaout22.012.net.il) (80.179.55.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Mar 2010 18:00:19 +0000 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KYO005001UPUN00@a-mtaout22.012.net.il> for gdb-patches@sourceware.org; Tue, 02 Mar 2010 20:00:17 +0200 (IST) Received: from HOME-C4E4A596F7 ([84.228.54.31]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KYO0010320EAOC0@a-mtaout22.012.net.il>; Tue, 02 Mar 2010 20:00:15 +0200 (IST) Date: Tue, 02 Mar 2010 18:00:00 -0000 From: Eli Zaretskii Subject: Re: PATCH: Add x86 AVX XML files In-reply-to: <20100302152128.GA28089@intel.com> To: "H.J. Lu" Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <837hpu4n9h.fsf@gnu.org> References: <20100302152128.GA28089@intel.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/msg00064.txt.bz2 > 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. This patch adds x86 AVX target descriptions. OK to install? Could you please add the necessary file-name mappings to config/djgpp/fnchange.lst? Some of the new files will have their names clash under the 8+3 DOS butchery. (You can use `doschk' to see which files fall victim to this.) Thanks.