From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16033 invoked by alias); 17 Nov 2001 12:03:39 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15785 invoked from network); 17 Nov 2001 12:03:26 -0000 Received: from unknown (HELO mail.science.uva.nl) (146.50.4.51) by sourceware.cygnus.com with SMTP; 17 Nov 2001 12:03:26 -0000 Received: from soliton.wins.uva.nl [146.50.20.20] by mail.science.uva.nl with ESMTP (sendmail 8.11.6/config 11.19). id fAHC1u905172; Sat, 17 Nov 2001 13:01:56 +0100 (MET) Received: from localhost by soliton.wins.uva.nl (sendmail 8.11.6/config 11.15). id fAHC1tb04197; Sat, 17 Nov 2001 13:01:55 +0100 (MET) X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH RFA]: Fix i386-linux-nat.c fill_gregset() References: <1011117101740.ZM5510@ocotillo.lan> From: Mark Kettenis Date: Wed, 07 Nov 2001 08:14:00 -0000 In-Reply-To: Kevin Buettner's message of Sat, 17 Nov 2001 03:17:40 -0700 Message-ID: X-Mailer: Gnus v5.5/Emacs 20.2 X-SW-Source: 2001-11/txt/msg00104.txt.bz2 Kevin Buettner writes: > The patch below fixes a number of linux-dp failures that seem to > have crept in recently. I wonder why I didn't see those failures... Anyway, your reasoning seems sound to me so... > Okay to commit? ... go ahead. Thanks, Mark