From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8799 invoked by alias); 22 Aug 2013 17:12:45 -0000 Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org Received: (qmail 8783 invoked by uid 89); 22 Aug 2013 17:12:44 -0000 X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL autolearn=ham version=3.3.2 Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 22 Aug 2013 17:12:44 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1VCYR8-0005T8-Vv from Maciej_Rozycki@mentor.com for libc-ports@sourceware.org; Thu, 22 Aug 2013 10:12:43 -0700 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Thu, 22 Aug 2013 10:12:42 -0700 Received: from [172.30.64.243] (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.2.247.3; Thu, 22 Aug 2013 18:12:40 +0100 Date: Thu, 22 Aug 2013 17:12:00 -0000 From: "Maciej W. Rozycki" To: "Joseph S. Myers" CC: Subject: Re: [PATCH] MIPS: Correct the handling of reserved FCSR bits In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (DEB 962 2008-03-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2013-08/txt/msg00029.txt.bz2 On Wed, 21 Aug 2013, Joseph S. Myers wrote: > > * sysdeps/mips/fpu_control.h: Document bits reserved for > > architecture implementers. > > (_FPU_RESERVED): Clear bit #21. > > * sysdeps/mips/fpu/fedisblxcpt.c (fedisableexcept): Don't clear > > reserved bits. > > * sysdeps/mips/fpu/feenablxcpt.c (feenableexcept): Likewise. > > OK. Applied, thanks. Maciej