Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964854AbcKDTIB (ORCPT ); Fri, 4 Nov 2016 15:08:01 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:27975 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935066AbcKDTIA (ORCPT ); Fri, 4 Nov 2016 15:08:00 -0400 Date: Fri, 4 Nov 2016 19:07:47 +0000 From: "Maciej W. Rozycki" To: Matthew Fortune CC: Guenter Roeck , Ralf Baechle , "linux-mips@linux-mips.org" , "linux-kernel@vger.kernel.org" , James Hogan Subject: RE: [PATCH] MIPS: VDSO: Always select -msoft-float In-Reply-To: <6D39441BF12EF246A7ABCE6654B0235380AB822B@HHMAIL01.hh.imgtec.org> Message-ID: References: <1477843551-21813-1-git-send-email-linux@roeck-us.net> <20161101233038.GA25472@roeck-us.net> <6D39441BF12EF246A7ABCE6654B0235380AB79B7@HHMAIL01.hh.imgtec.org> <20161104152603.GB12009@roeck-us.net> <6D39441BF12EF246A7ABCE6654B0235380AB822B@HHMAIL01.hh.imgtec.org> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [10.20.78.29] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 571 Lines: 14 On Fri, 4 Nov 2016, Matthew Fortune wrote: > > This code is executed in the user mode so while floating-point code may > > not be needed there, not at least right now, there's actually nothing > > which should stop us from from adding some should such a need arise. > > Indeed. For now though the switch to -msoft-float is the simplest solution > isn't it? As I previously noted I am leaning towards accepting this solution, but please let me do some further research before I answer your question. I'll reply to your original response when I am ready. Maciej