From owner-freebsd-mips@FreeBSD.ORG Tue Mar 13 14:41:07 2012 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D6C11065673 for ; Tue, 13 Mar 2012 14:41:07 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx1.freebsd.org (Postfix) with ESMTP id 2F7E08FC19 for ; Tue, 13 Mar 2012 14:41:06 +0000 (UTC) Received: by wibhr17 with SMTP id hr17so4783173wib.1 for ; Tue, 13 Mar 2012 07:41:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=QKQ+eqJs3tmeAFtMlc0L5a1ZecnvGXP2dV+Z8BG/AJE=; b=y/O2uTRtbcj53BLb/usiDTETEMl6X1hVkYvXRLAnQKwg2YX6p2h8lW4KEhEvsy65aJ 7ZNxoTJFYQTuORKJL2NNve2h6jdCWTOn7B/dHhJ05FvPdXVacC3M/CVLvi74XBoNidQZ Icm4ey9xqxI4NnWj9ls839mTpVcJeNXT8e5on+x0Q9xeqqYRNLOfuDS7pOKiqCSceIPu nWCMJzPqnSP4G90px+oSl/L8huEUJmKGOGHYwpErl4W7KUfPFIoEyTWk4Q7LDd3K/Irq 5S+/4/BnOMdwv8jko3SKPXL6nukkCf5p0EMIUcNJF88QVYTvNIHN0HUR5awu5T+K6QBb cCoQ== MIME-Version: 1.0 Received: by 10.180.88.199 with SMTP id bi7mr8094100wib.12.1331649665729; Tue, 13 Mar 2012 07:41:05 -0700 (PDT) Received: by 10.216.122.85 with HTTP; Tue, 13 Mar 2012 07:41:05 -0700 (PDT) In-Reply-To: References: Date: Tue, 13 Mar 2012 20:11:05 +0530 Message-ID: From: "Jayachandran C." To: Juli Mallett Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-mips@FreeBSD.org" Subject: Re: Enforcing soft-float. X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2012 14:41:07 -0000 On Tue, Mar 13, 2012 at 12:12 PM, Juli Mallett wr= ote: > Greetings, people of mips@, > > I think that at least with 64-bit kernels, MipsFPTrap should kill the > running program. =A0Does anyone object to this? =A0The FP code is not eve= n > remotely 64-bit safe. =A0I don't care/dare to correct it. =A0Does anyone? Looks like we share this code with NetBSD. I have not looked in detail, but the NetBSD code seems to have the ifdefs for n64. Any idea if we can just import it? JC.