From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32295 invoked by alias); 11 Dec 2012 17:23:06 -0000 Received: (qmail 32279 invoked by uid 22791); 11 Dec 2012 17:23:03 -0000 X-SWARE-Spam-Status: No, hits=-7.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS 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; Tue, 11 Dec 2012 17:22:54 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qBBHMsC4022967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 11 Dec 2012 12:22:54 -0500 Received: from zebedee.pink (ovpn-113-63.phx2.redhat.com [10.3.113.63]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id qBBHMqix029408; Tue, 11 Dec 2012 12:22:53 -0500 Message-ID: <50C76BEC.7060505@redhat.com> Date: Tue, 11 Dec 2012 17:23:00 -0000 From: Andrew Haley User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Matthias Klose CC: GCJ-patches Subject: Re: [patch] classpath merge 20121202 References: <50BC8729.6090003@ubuntu.com> In-Reply-To: <50BC8729.6090003@ubuntu.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: 2012-q4/txt/msg00051.txt.bz2 On 12/03/2012 11:04 AM, Matthias Klose wrote: > Prepared a classpath merge from classpath 20121202. > > - branches/CLASSPATH was updated to: > > - import classpath from git://git.savannah.gnu.org/classpath.git > commit c814d82e5a435f93150cd28b7cf0f9d600ff400d > - add m4/lib-{ld,link,prefix}.m4 > > The additional m4 files were taken from the gettext sources, > necessary to regenerate the auto* files. > > The merge itself didn't show up any issues. The testsuite doesn't show any > regressions. Not attaching a diff of the regenerated header and class files. > Ok for the trunk? Yes. Unless anyone has any specific objections, I don't propose to review the Classpath changes themselves because they've already been reviewed. Thanks, Andrew.