From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28812 invoked by alias); 7 Dec 2011 11:01:02 -0000 Received: (qmail 28794 invoked by uid 22791); 7 Dec 2011 11:01:01 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,TW_BF X-Spam-Check-By: sourceware.org Received: from mail-qw0-f41.google.com (HELO mail-qw0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Dec 2011 11:00:46 +0000 Received: by qan41 with SMTP id 41so184385qan.0 for ; Wed, 07 Dec 2011 03:00:45 -0800 (PST) Received: by 10.224.187.71 with SMTP id cv7mr15895365qab.59.1323255645566; Wed, 07 Dec 2011 03:00:45 -0800 (PST) Received: from [192.168.1.139] (bas3-toronto06-1177890430.dsl.bell.ca. [70.53.46.126]) by mx.google.com with ESMTPS id gg6sm2781911qab.3.2011.12.07.03.00.44 (version=SSLv3 cipher=OTHER); Wed, 07 Dec 2011 03:00:44 -0800 (PST) Message-ID: <4EDF475C.2010803@moxielogic.com> Date: Wed, 07 Dec 2011 11:01:00 -0000 From: Anthony Green User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: libffi-discuss@sourceware.org Subject: Re: libffi on mips with no floating pointer registers/instructions References: <94192E84-5C5E-47E7-BCFE-3DC14429F2A2@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org X-SW-Source: 2011/txt/msg00230.txt.bz2 On 12/6/2011 1:04 PM, Andrew Pinski wrote: > On Tue, Dec 6, 2011 at 9:30 AM, Charles Hardin wrote: >> All, >> >> It looks like the mips assembly code doesn't ifdef out the floating point loads and store if there is a soft and you get the expected unsupported opcode error. > This is http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50051 . You can > look at the bug report for a simple patch. > > Thanks, > Andrew Pinski Thanks Andrew. I'm following up in the ticket. AG