Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 60080 invoked from network); 13 Sep 2006 22:09:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2006 22:09:22 -0000 Received: (qmail 86689 invoked by uid 500); 13 Sep 2006 22:09:21 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 86657 invoked by uid 500); 13 Sep 2006 22:09:21 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 86646 invoked by uid 99); 13 Sep 2006 22:09:21 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 15:09:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from ([209.237.227.198:33364] helo=brutus.apache.org) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id 5E/72-00682-8F088054 for ; Wed, 13 Sep 2006 15:08:03 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C87ED41002A for ; Wed, 13 Sep 2006 22:03:22 +0000 (GMT) Message-ID: <16979574.1158185002818.JavaMail.jira@brutus> Date: Wed, 13 Sep 2006 15:03:22 -0700 (PDT) From: "Gregory Shimansky (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Created: (HARMONY-1459) [drlvm] DRLVM has problems compiling with gcc 3.4.x and greater MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [drlvm] DRLVM has problems compiling with gcc 3.4.x and greater --------------------------------------------------------------- Key: HARMONY-1459 URL: http://issues.apache.org/jira/browse/HARMONY-1459 Project: Harmony Issue Type: Bug Components: DRLVM Reporter: Gregory Shimansky Attachments: Fix-gcc-3.4.x-compilation.patch With HARMONY-1363 DRLVM started to use -fpic to build some libraries. When compiling them with gcc 3.4.x it causes problem for an inline assembly block in portlib. I've found this URL helpful to resolve the problem [1]. Looks like ebx cannot be clobbered for -fpic code. [1] http://gcc.gnu.org/ml/gcc-help/2004-02/msg00077.html -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira