From owner-freebsd-mips@FreeBSD.ORG Tue Mar 13 06:42:35 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 8FA791065670 for ; Tue, 13 Mar 2012 06:42:35 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 24FFD8FC21 for ; Tue, 13 Mar 2012 06:42:34 +0000 (UTC) Received: by wern13 with SMTP id n13so217965wer.13 for ; Mon, 12 Mar 2012 23:42:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :x-gm-message-state; bh=0u3/EZ05XugB2QDQJo4BZtAYZQZ+03YROzb8rvvk0GI=; b=TGcrfgvjLenRm3wRd84HVJegEyaz1grSNuSgroGVUanU/1hXW2dAewBA9nnopE/VPo hkuAo4MCfOgF6oQzsdzRr5FJb+mivw/detZhtyloG2vjXTLuSdVoxq2cUoVhBHoYWi8M krtRoGDlxe7jgvR5PaLOru+e/7/EswSLk9m8jGPTB1RyG/zMGKKecDdg5TItgTPa0idi KCbQFb1XWOAeA0shnk7wVGvzWVoYHVDF7Seq+sUAYFiD0EtGJx21D2wTLFEsVqOzc+xr 4ev9ti2JOmjr/Wq+K0M64ScylBPkfT+Otk7KP2YurZb1I3Mz8gmXqP6CI4wklYjcY2KI mb8Q== Received: by 10.180.103.35 with SMTP id ft3mr4490466wib.0.1331620954188; Mon, 12 Mar 2012 23:42:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.96.231 with HTTP; Mon, 12 Mar 2012 23:42:14 -0700 (PDT) From: Juli Mallett Date: Mon, 12 Mar 2012 23:42:14 -0700 Message-ID: To: "freebsd-mips@FreeBSD.org" Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQky5xI0OzwBkIZBdmo0GWwRw9FC4VyJk+wZrgbQvD4iLLzsvKwCoSqScXOOdVOz1YM38PKL Subject: 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 06:42:35 -0000 Greetings, people of mips@, I think that at least with 64-bit kernels, MipsFPTrap should kill the running program. Does anyone object to this? The FP code is not even remotely 64-bit safe. I don't care/dare to correct it. Does anyone? Thanks, Juli.