From owner-freebsd-arm@freebsd.org Fri Jul 8 19:29:38 2016 Return-Path: Delivered-To: freebsd-arm@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 97202B83C6F for ; Fri, 8 Jul 2016 19:29:38 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-211-154.reflexion.net [208.70.211.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 32D75115D for ; Fri, 8 Jul 2016 19:29:37 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 25158 invoked from network); 8 Jul 2016 19:30:12 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 8 Jul 2016 19:30:12 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v7.90.3) with SMTP; Fri, 08 Jul 2016 15:30:24 -0400 (EDT) Received: (qmail 23668 invoked from network); 8 Jul 2016 19:30:24 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 8 Jul 2016 19:30:24 -0000 X-No-Relay: not in my network X-No-Relay: not in my network Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 2F1981C4079; Fri, 8 Jul 2016 12:29:18 -0700 (PDT) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: fixing python uses VFP register arguments, /usr/local/lib/libpython3.4m.so does not Message-Id: <9CECB233-A34C-45B9-897A-5F58BC6B0CE6@dsl-only.net> Date: Fri, 8 Jul 2016 12:29:34 -0700 To: freebsd-arm , fbsd@www.zefox.net Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2016 19:29:38 -0000 If I understand correctly the message actually is complaining that = /usr/local/lib/libpython3.4m.so is still using softloat. In other words: The VFP register usage for floating point arguments is = the new hardfloat way of passing such arguments and that part of the = message indicates the as-desired part of the complaint. It is the = non-VFP part of the complaint that indicates where a problem is. =3D=3D=3D Mark Millard markmi at dsl-only.net