From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6486 invoked by alias); 24 Apr 2004 19:40:54 -0000 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 Received: (qmail 6475 invoked from network); 24 Apr 2004 19:40:53 -0000 Received: from unknown (HELO atrey.karlin.mff.cuni.cz) (195.113.31.123) by sources.redhat.com with SMTP; 24 Apr 2004 19:40:53 -0000 Received: by atrey.karlin.mff.cuni.cz (Postfix, from userid 29025) id 02D964C014A; Sat, 24 Apr 2004 21:40:48 +0200 (CEST) Date: Sat, 24 Apr 2004 19:40:00 -0000 From: Zdenek Dvorak To: Aldy Hernandez Cc: Nathan Sidwell , gcc-patches@gcc.gnu.org Subject: Re: Patch ping Message-ID: <20040424194048.GA12707@atrey.karlin.mff.cuni.cz> References: <20040423110837.GB12376@atrey.karlin.mff.cuni.cz> <40891B4F.5070908@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-SW-Source: 2004-04/txt/msg01660.txt.bz2 Hello, > >>>>> "Nathan" == Nathan Sidwell writes: > > >> http://gcc.gnu.org/ml/gcc-patches/2004-03/msg01148.html > >> -- the patch to prevent code with -fprofile-arcs and > >> -fbranch-probabilities from diverging before the > >> profile feedback pass (which may cause profile missmatches) > > this one is ok, wrt the libgcov bits > > Hi Nathan. Hi Zdenek. > > The gcov changes broke powerpc-eabi*, and possibly all embedded > targets. See below. "pid_t" is not declared where you think it is. does this help? Zdenek Index: libgcov.c =================================================================== RCS file: /cvs/gcc/gcc/gcc/libgcov.c,v retrieving revision 1.25 diff -c -3 -p -r1.25 libgcov.c *** libgcov.c 23 Apr 2004 22:50:16 -0000 1.25 --- libgcov.c 24 Apr 2004 19:39:12 -0000 *************** void __gcov_merge_delta (gcov_type *coun *** 81,86 **** --- 81,87 ---- #include #include #endif + #include #ifdef L_gcov #include "gcov-io.c"