From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30740 invoked by alias); 26 Jan 2002 17:07:36 -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 30696 invoked from network); 26 Jan 2002 17:07:32 -0000 Received: from unknown (HELO mail.science.uva.nl) (146.50.4.51) by sources.redhat.com with SMTP; 26 Jan 2002 17:07:32 -0000 Received: from soliton.wins.uva.nl [146.50.20.20] by mail.science.uva.nl with ESMTP (sendmail 8.11.6/config 11.24). id g0QH3VJ28686; Sat, 26 Jan 2002 18:03:31 +0100 (MET) Received: from localhost by soliton.wins.uva.nl (sendmail 8.11.6/config 11.15). id g0QH3XA02797; Sat, 26 Jan 2002 18:03:33 +0100 (MET) X-Organisation: Faculty of Science, University of Amsterdam, The Netherlands X-URL: http://www.science.uva.nl/ To: rbrown64@csc.com.au Cc: gdb-patches@sources.redhat.com Subject: Re: Additional patches for UnixWare {2.1.3,7.1.0} support References: From: Mark Kettenis Date: Sat, 26 Jan 2002 09:07:00 -0000 In-Reply-To: rbrown64@csc.com.au's message of Tue, 15 Jan 2002 18:24:22 +1100 Message-ID: X-Mailer: Gnus v5.5/Emacs 20.2 X-SW-Source: 2002-01/txt/msg00738.txt.bz2 rbrown64@csc.com.au writes: > 2002-01-15 Rodney Brown > > * config/i386/tm-i386v4.h: Define HAVE_I387_REGS. > * config/i386/i386v42mp.mh: Add i387-nat.o . > * i386v4-nat.c: Include i387-nat.h. > (supply_fpregset): Use i387_supply_fsave. > (fill_fpregset): Use i387_fill_fsave. > * procfs.c(procfs_do_thread_registers): Use elfcore_write_pstatus > if pstatus_t is available. Sorry for the delay, but the i386 bits of these patch are approved. Mark