From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26475 invoked by alias); 2 May 2007 08:22:05 -0000 Received: (qmail 26416 invoked by uid 22791); 2 May 2007 08:22:03 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 02 May 2007 08:22:01 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l428Lr3I030789 for ; Wed, 2 May 2007 04:21:53 -0400 Received: from lacrosse.corp.redhat.com (lacrosse.corp.redhat.com [172.16.52.154]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l428Lqtx002676; Wed, 2 May 2007 04:21:52 -0400 Received: from [192.168.7.77] (vpn-14-50.rdu.redhat.com [10.11.14.50]) by lacrosse.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id l428LdUY022301; Wed, 2 May 2007 04:21:49 -0400 Message-ID: <46384A0D.4070405@redhat.com> Date: Wed, 02 May 2007 08:22:00 -0000 From: Ulrich Drepper User-Agent: Thunderbird 1.5.0.10 (X11/20070302) MIME-Version: 1.0 To: Steven Munroe CC: GNU libc hacker , Jakub Jelinek , Richard Henderson Subject: Re: [PATCH] PPC fenv fixes 4th update References: <4637BE8E.9020107@us.ibm.com> In-Reply-To: <4637BE8E.9020107@us.ibm.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig8252A65E699A50099EDE2B3B" Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2007-05/txt/msg00002.txt.bz2 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig8252A65E699A50099EDE2B3B Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-length: 495 Steven Munroe wrote: > +/* This is presently a stub, until it's decided how the kernels should > + support this. */ > + > +const fenv_t * > +__fe_mask_env(void) > +{ > + __set_errno (ENOSYS); > + return FE_DFL_ENV; > +} Why are you sending a patch if it's incomplete? Fix the kernel and then send a patch. Who knows, maybe a completely different solution is needed. --=20 =E2=9E=A7 Ulrich Drepper =E2=9E=A7 Red Hat, Inc. =E2=9E=A7 444 Castro St = =E2=9E=A7 Mountain View, CA =E2=9D=96 --------------enig8252A65E699A50099EDE2B3B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" Content-length: 251 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFGOEoN2ijCOnn/RHQRAkOKAJ9ItWoYetJQdhu7uVbbaCjL4yIA0gCfV0at 7cGtvW8CIpdyoIXuBiI800M= =m8qt -----END PGP SIGNATURE----- --------------enig8252A65E699A50099EDE2B3B--