From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30824 invoked by alias); 2 May 2006 14:32:54 -0000 Received: (qmail 30813 invoked by uid 22791); 2 May 2006 14:32:53 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 02 May 2006 14:32:47 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k42EWjLL030239 for ; Tue, 2 May 2006 10:32:45 -0400 Received: from opsy.redhat.com (vpn50-164.rdu.redhat.com [172.16.50.164]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k42EWdRm022986; Tue, 2 May 2006 10:32:39 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 6EFED2DC142; Tue, 2 May 2006 08:30:06 -0600 (MDT) To: Gcc Patch List Subject: Patch Ping From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Tue, 02 May 2006 14:32:00 -0000 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2006-05/txt/msg00057.txt.bz2 Could someone review this please? http://gcc.gnu.org/ml/gcc-patches/2006-03/msg01584.html It changes gcov to consistently use get_gcov_unsigned_t(), instead of relying on unsigned_type_node, which gcj does not define. Tom