From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2729 invoked by alias); 7 Dec 2011 22:58:36 -0000 Received: (qmail 2705 invoked by uid 22791); 7 Dec 2011 22:58:35 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_BF X-Spam-Check-By: sourceware.org Received: from mail-vx0-f175.google.com (HELO mail-vx0-f175.google.com) (209.85.220.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Dec 2011 22:58:23 +0000 Received: by vcbfo13 with SMTP id fo13so1020520vcb.20 for ; Wed, 07 Dec 2011 14:58:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.151.195 with SMTP id d3mr74912vcw.27.1323298702455; Wed, 07 Dec 2011 14:58:22 -0800 (PST) Received: by 10.220.229.66 with HTTP; Wed, 7 Dec 2011 14:58:22 -0800 (PST) Date: Wed, 07 Dec 2011 22:58:00 -0000 Message-ID: Subject: [Committed] Fix PR libffi/50051 (MIPS libffi does not compile for mips64octeon-linux-gnu) From: Andrew Pinski To: GCC Patches , Java Patch List Content-Type: multipart/mixed; boundary=f46d043893991778f404b3887da8 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2011-q4/txt/msg00014.txt.bz2 --f46d043893991778f404b3887da8 Content-Type: text/plain; charset=UTF-8 Content-length: 345 Hi, The problem here is Cavium's octeon assembler rejects floating point if the arch is set to either octeon or octeon2. This fixes the issue by adding: .set mips4 so that floating point instructions are enabled. Committed as approved by Anthony in the bugzilla. Thanks, Andrew Pinski libffi/ChangeLog: * src/mips/n32.S: Add ".set mips4". --f46d043893991778f404b3887da8 Content-Type: text/plain; charset=US-ASCII; name="fixocteonlibffi.diff.txt" Content-Disposition: attachment; filename="fixocteonlibffi.diff.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gvwxuumi0 Content-length: 366 SW5kZXg6IHNyYy9taXBzL24zMi5TCj09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0K LS0tIHNyYy9taXBzL24zMi5TCShyZXZpc2lvbiAxODIwODMpCisrKyBzcmMv bWlwcy9uMzIuUwkod29ya2luZyBjb3B5KQpAQCAtNDMsNiArNDMsNyBAQAog I2lmZGVmIF9fR05VQ19fCiAJLmFiaWNhbGxzCiAjZW5kaWYKKwkuc2V0IG1p cHM0CiAJLnRleHQKIAkuYWxpZ24JMgogCS5nbG9ibAlmZmlfY2FsbF9OMzIK --f46d043893991778f404b3887da8--