From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23641 invoked by alias); 7 Apr 2010 14:41:52 -0000 Received: (qmail 23552 invoked by uid 22791); 7 Apr 2010 14:41:47 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Apr 2010 14:41:43 +0000 Received: (qmail 1566 invoked from network); 7 Apr 2010 14:41:39 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 Apr 2010 14:41:39 -0000 Date: Wed, 07 Apr 2010 14:41:00 -0000 From: Daniel Jacobowitz To: Eli Zaretskii Cc: "H.J. Lu" , pierre.muller@ics-cnrs.unistra.fr, gdb-patches@sourceware.org Subject: Re: [RFC] Fix for Go32-v2 native woes Message-ID: <20100407144132.GA30700@caradoc.them.org> Mail-Followup-To: Eli Zaretskii , "H.J. Lu" , pierre.muller@ics-cnrs.unistra.fr, gdb-patches@sourceware.org References: <002a01cad517$d36eab90$7a4c02b0$%muller@ics-cnrs.unistra.fr> <001801cad593$8e70daf0$ab5290d0$%muller@ics-cnrs.unistra.fr> <83iq84xyoa.fsf@gnu.org> <83y6h0vtj6.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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/msg00130.txt.bz2 On Wed, Apr 07, 2010 at 02:44:10AM -0400, Eli Zaretskii wrote: > > Date: Tue, 6 Apr 2010 23:19:36 -0700 > > From: "H.J. Lu" > > Cc: pierre.muller@ics-cnrs.unistra.fr, gdb-patches@sourceware.org > > > > I have a followup patch on top of AVX gdb to support i386 without > > SSE. I will submit it after AVX patches are checked in. > > Thank you. > > Btw, what happens with the register-related features you added if > libexpat is not linked in? Do these features silently disappear > (good) or break the build (bad) or cause fatal internal errors at run > time (worse)? They continue to work (even better). We parse the XML files used for native debugging into C files, and the generated C files are stored in the source tree. This was a design requirement before we could require XML descriptions for any native platform. -- Daniel Jacobowitz CodeSourcery