From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5473 invoked by alias); 12 Aug 2003 15:36:31 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5410 invoked from network); 12 Aug 2003 15:36:27 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.115.144) by sources.redhat.com with SMTP; 12 Aug 2003 15:36:27 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.6p2/8.12.5) with ESMTP id h7CFaIkf000455; Tue, 12 Aug 2003 17:36:18 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6) with ESMTP id h7CFaIcM025905; Tue, 12 Aug 2003 17:36:18 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.6p2/8.12.6/Submit) id h7CFaIFh025902; Tue, 12 Aug 2003 17:36:18 +0200 (CEST) To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/i386]: Enable default support for SSE registers References: <1030722184305.ZM4145@localhost.localdomain> <1030729154932.ZM7867@localhost.localdomain> From: Mark Kettenis Date: Tue, 12 Aug 2003 15:36:00 -0000 In-Reply-To: Kevin Buettner's message of "Tue, 29 Jul 2003 08:49:32 -0700" Message-ID: <863cg6riq5.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2003-08/txt/msg00195.txt.bz2 Kevin Buettner writes: > Ping? Sorry, I've been on a vacation, and didn't read your message until yesterday. There is one more concern that I do have: If we include the SSE registers, we somehow should also set their values to something sensible for targets that don't support them. We already do this for Linux, but it makes more sense to add some code to i387_supply_fsave(). Go ahead and check this in on mainline. Do you want it on the 6.0 branch too? Mark