From owner-freebsd-mips@FreeBSD.ORG Thu Jan 13 16:46:49 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 641961065695 for ; Thu, 13 Jan 2011 16:46:49 +0000 (UTC) (envelope-from giffunip@tutopia.com) Received: from nm2.bullet.mail.sp2.yahoo.com (nm2.bullet.mail.sp2.yahoo.com [98.139.91.72]) by mx1.freebsd.org (Postfix) with SMTP id 41E668FC0C for ; Thu, 13 Jan 2011 16:46:49 +0000 (UTC) Received: from [98.139.91.65] by nm2.bullet.mail.sp2.yahoo.com with NNFMP; 13 Jan 2011 16:33:07 -0000 Received: from [98.139.91.3] by tm5.bullet.mail.sp2.yahoo.com with NNFMP; 13 Jan 2011 16:33:07 -0000 Received: from [127.0.0.1] by omp1003.mail.sp2.yahoo.com with NNFMP; 13 Jan 2011 16:33:07 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 472341.90626.bm@omp1003.mail.sp2.yahoo.com Received: (qmail 44377 invoked by uid 60001); 13 Jan 2011 16:33:07 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1294936387; bh=jhvo6nRhK3CMU6sG7oDpUyYVkDC4jAUJhdRdwEL5xdc=; h=Message-ID:X-YMail-OSG:Received:X-RocketYMMF:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=k+3cLTgCp3GSm3aSzuMutwJg5w0umtjtiLBIlSPRO/Vb2VwM2C+b+FVP/eXZiPgLHF2MvcURBpuUUQnJ76Xck4Zyxlk9EejZrTSziB99SmksBggBFueAvLNKESs1RBbl3FbOJ2pbgTEKpX3wKh2iP7VqRvhkGGTmG9VAW7Pqrvc= Message-ID: <949389.43566.qm@web113508.mail.gq1.yahoo.com> X-YMail-OSG: ejE_57UVM1kVzNAb5xoka8wVbdMul4ZfnTczdnZaFfqh3pS U67h8K6QvJLSChShQrJgKHpxc60cZ1gulm1Ds7Towy6CLPyO4mjZeJsY5U7D _iqa4OtlX2_ly4U1sGj6T0oEPIuTBZrcK5JWUmb16ONAc7uBC09jjm7qgvlD 0DA_OQpUTcCZVyexNmeVNnFwbwojWBQUBJpWZzpcZLpP0PdeJTFGRzIgj20V PL2pifEjOBQPRxRY6NcHmhgghNMkGq7xyhhwgo.cVkY8bDtLujXZ7I0iRqvp XbnAnvBdolmvPo4hXIRWcWRYTl.k2vvYY8flgBmeJf62VDWYEzxfQ.SQtw_x FQREUZft194Ph1dXsH_hakz4TbvMsBnBNjUfTn9RnshORcGgOSl6tEH1vNT3 Y8Uu_Nahrg0gRDA-- Received: from [190.157.140.248] by web113508.mail.gq1.yahoo.com via HTTP; Thu, 13 Jan 2011 08:33:06 PST X-RocketYMMF: giffunip X-Mailer: YahooMailClassic/11.4.20 YahooMailWebService/0.8.107.285259 Date: Thu, 13 Jan 2011 08:33:06 -0800 (PST) From: "Pedro F. Giffuni" To: freebsd-mips@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: MIPS specific gcc update X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: giffunip@tutopia.com List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2011 16:46:49 -0000 Hello guys; While I was looking for some GPLv2 updates for GCC, I noticed this MIPS specific change that was committed upstream before the GPLv3 switch: ______ 2007-08-20 Adam Nemet * config/mips/predicates.md (const_call_insn_operand): Invoke SYMBOL_REF_LONG_CALL_P only on SYMBOL_REFs. http://gcc.gnu.org/viewcvs/branches/gcc-4_2-branch/gcc/config/mips/predicates.md?r1=117923&r2=127658&pathrev=127959 ______ I have no idea of the relevance of the issue and I don't have a MIPS platform to try this anyways, but I would suspect the change is still in latest gcc versions so you might want to check it in. cheers, Pedro.