From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25651 invoked by alias); 26 Apr 2009 00:18:41 -0000 Received: (qmail 25642 invoked by uid 22791); 26 Apr 2009 00:18:41 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 26 Apr 2009 00:18:36 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n3Q0IYdb000354; Sat, 25 Apr 2009 20:18:34 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n3Q0IXus014194; Sat, 25 Apr 2009 20:18:33 -0400 Received: from opsy.redhat.com (vpn-12-123.rdu.redhat.com [10.11.12.123]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n3Q0IWbQ005852; Sat, 25 Apr 2009 20:18:32 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 3E43837829A; Sat, 25 Apr 2009 18:18:31 -0600 (MDT) To: Dave Korn Cc: java-patches@gcc.gnu.org Subject: Re: [RFC] Fix PR38892: "--enable-libgcj-debug" breaks bootstrap. References: <49EF6F29.2000601@gmail.com> <49EFA476.5080305@gmail.com> <49EFD607.6020007@gmail.com> From: Tom Tromey Reply-To: Tom Tromey Date: Sun, 26 Apr 2009 00:18:00 -0000 In-Reply-To: <49EFD607.6020007@gmail.com> (Dave Korn's message of "Thu\, 23 Apr 2009 03\:44\:23 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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: 2009-q2/txt/msg00043.txt.bz2 >>>>> "Dave" == Dave Korn writes: Dave> Well, as it happens :) Dave> libjava/ChangeLog [...] Dave> * classpath/configure.ac: Likewise. Dave> * classpath/native/jni/classpath/jcl.h: Likewise. Dave> * classpath/native/jni/java-lang/java_lang_VMDouble.c: Likewise. I think you should not need any changes to Classpath. Classpath code won't include the CNI headers, and so should not have the problem. Is that not the case? Tom