From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12635 invoked by alias); 19 Apr 2010 13:56:15 -0000 Received: (qmail 12475 invoked by uid 22791); 19 Apr 2010 13:56:11 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45,TW_AV 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, 19 Apr 2010 13:56:05 +0000 Received: by vws17 with SMTP id 17so172373vws.0 for ; Mon, 19 Apr 2010 06:56:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.44.198 with HTTP; Mon, 19 Apr 2010 06:56:02 -0700 (PDT) In-Reply-To: <6200558430975530197@unknownmsgid> References: <201004171158.08327.pedro@codesourcery.com> <201004180045.51495.pedro@codesourcery.com> <6200558430975530197@unknownmsgid> Date: Mon, 19 Apr 2010 13:56:00 -0000 Received: by 10.220.107.162 with SMTP id b34mr3557826vcp.215.1271685362714; Mon, 19 Apr 2010 06:56:02 -0700 (PDT) Message-ID: Subject: Re: [RFA] Prepare for Mingw Windows 64-bit gdbserver From: "H.J. Lu" To: Pierre Muller Cc: Pedro Alves , 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-04/txt/msg00554.txt.bz2 On Sun, Apr 18, 2010 at 11:37 PM, Pierre Muller wrote: >> > -srv_amd64_regobj=3D"amd64.o x86-64-avx.o" >> > +srv_amd64_regobj=3D"amd64.o amd64-avx.o" >> >> looks like another piece. =A0Is it just a cosmetic change because >> we use amd64 instead of x86-64 throughout? =A0Please explain >> it and post it separately, if possible. > > =A0I suspect that this is an error in the commit > from H.J. Lu dated 2010/04/07. > > =A0The ChangeLog says: > =A0 =A0 =A0 =A0* configure.srv (srv_i386_regobj): Add i386-avx.o. > =A0 =A0 =A0 =A0(srv_i386_linux_regobj): Add i386-avx-linux.o. > =A0 =A0 =A0 =A0(srv_amd64_regobj): Add amd64-avx.o. > That was a typo. Thanks for fixing it. --=20 H.J.