From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19420 invoked by alias); 20 May 2011 16:35:49 -0000 Received: (qmail 19345 invoked by uid 22791); 20 May 2011 16:35:48 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,TW_JC,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 May 2011 16:35:34 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4KGZOib002484 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 20 May 2011 12:35:24 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p4KGZNqM026686; Fri, 20 May 2011 12:35:24 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p4KGZMEs026789; Fri, 20 May 2011 12:35:23 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 3C1D3481B2; Fri, 20 May 2011 10:35:22 -0600 (MDT) From: Tom Tromey To: "Joseph S. Myers" Cc: gcc-patches@gcc.gnu.org, gdr@integrable-solutions.net, bonzini@gnu.org, dj@redhat.com, neroden@gcc.gnu.org, aoliva@redhat.com, Ralf.Wildenhues@gmx.de, ro@CeBiTec.Uni-Bielefeld.DE Subject: Re: Link more common objects consistently into host programs References: Date: Fri, 20 May 2011 18:01:00 -0000 In-Reply-To: (Joseph S. Myers's message of "Fri, 20 May 2011 12:21:35 +0000 (UTC)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg01490.txt.bz2 >>>>> "Joseph" == Joseph S Myers writes: Joseph> 2011-05-20 Joseph Myers Joseph> * Make-lang.in ($(XGCJ)$(exeext)): Don't explicitly use intl.o and Joseph> version.o. Joseph> (JCFDUMP_OBJS): Remove errors.o, version.o and intl.o. Joseph> (JVGENMAIN_OBJS): Remove errors.o and intl.o. Joseph> (java/jcf-dump.o, java/jvgenmain.o): Depend in $(DIAGNOSTIC_H). Joseph> * jcf-dump.c: Include diagnostic.h. Joseph> (main): Initialize diagnostics. Joseph> * jvgenmain.c: Include diagnostic.h. Joseph> (main): Initialize diagnostics. This is ok. Thanks. Tom