From owner-freebsd-current@freebsd.org Sun Sep 4 15:28:57 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B682FA9DF6E for ; Sun, 4 Sep 2016 15:28:57 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail105.syd.optusnet.com.au (mail105.syd.optusnet.com.au [211.29.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 72B5F8AE; Sun, 4 Sep 2016 15:28:56 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from c122-106-149-109.carlnfd1.nsw.optusnet.com.au (c122-106-149-109.carlnfd1.nsw.optusnet.com.au [122.106.149.109]) by mail105.syd.optusnet.com.au (Postfix) with ESMTPS id AA6681045D31; Mon, 5 Sep 2016 01:28:48 +1000 (AEST) Date: Mon, 5 Sep 2016 01:28:47 +1000 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Michael Butler cc: freebsd-current , bde@freebsd.org Subject: Re: SVN r305382 breaks world32 on amd64 (and native 32-bit) In-Reply-To: <7d5e0358-3731-2fa7-ec77-856bde32ac01@protected-networks.net> Message-ID: <20160905012433.E6221@besplex.bde.org> References: <7d5e0358-3731-2fa7-ec77-856bde32ac01@protected-networks.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=CoZCCSMD c=1 sm=1 tr=0 a=R/f3m204ZbWUO/0rwPSMPw==:117 a=L9H7d07YOLsA:10 a=9cW_t1CCXrUA:10 a=s5jvgZ67dGcA:10 a=kj9zAlcOel0A:10 a=lMQNEXsRJo1_-fd_JoUA:9 a=CjuIK1q_8ugA:10 X-Mailman-Approved-At: Sun, 04 Sep 2016 15:54:02 +0000 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2016 15:28:57 -0000 On Sun, 4 Sep 2016, Michael Butler wrote: > Build fails with: > > ===> lib/msun (obj,all,install) > Building /usr/obj/usr/src/lib/msun/e_fmodf.o > /usr/src/lib/msun/i387/e_fmodf.S:10:17: error: register %rsp is only > available in 64-bit mode > movss %xmm0,-4(%rsp) > ^~~~ > /usr/src/lib/msun/i387/e_fmodf.S:11:17: error: register %rsp is only Fixed. I noticed it proof-reading the committed sources instead of the commit mail, and missed it for a while since I checked amd64 first. The bug was there for a couple of hours. At least the build failure prevented it being run. Bruce