From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26931 invoked by alias); 8 Nov 2002 19:15:02 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 26912 invoked from network); 8 Nov 2002 19:15:01 -0000 Received: from unknown (HELO deimos.hpl.hp.com) (192.6.19.190) by sources.redhat.com with SMTP; 8 Nov 2002 19:15:01 -0000 Received: from hplms2.hpl.hp.com (hplms2.hpl.hp.com [15.0.152.33]) by deimos.hpl.hp.com (8.9.3 (PHNE_24419)/HPL-PA Relay) with ESMTP id LAA18212; Fri, 8 Nov 2002 11:15:00 -0800 (PST) Received: from napali.hpl.hp.com (napali.hpl.hp.com [15.4.89.123]) by hplms2.hpl.hp.com (8.10.2/8.10.2 HPL-PA Hub) with ESMTP id gA8JExv14398; Fri, 8 Nov 2002 11:14:59 -0800 (PST) Received: from napali.hpl.hp.com (napali [127.0.0.1]) by napali.hpl.hp.com (8.12.3/8.12.3/Debian -4) with ESMTP id gA8JExHW032381; Fri, 8 Nov 2002 11:14:59 -0800 Received: (from davidm@localhost) by napali.hpl.hp.com (8.12.3/8.12.3/Debian -4) id gA8JEtP2032377; Fri, 8 Nov 2002 11:14:55 -0800 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15820.3375.539356.429624@napali.hpl.hp.com> Date: Fri, 08 Nov 2002 11:15:00 -0000 To: Roland McGrath Cc: libc-hacker@sources.redhat.com Subject: Re: [PATCH] move __gmon_start__ call out of .init section In-Reply-To: <200211080143.gA81hXp29892@magilla.sf.frob.com> References: <15818.59920.66031.178917@napali.hpl.hp.com> <200211080143.gA81hXp29892@magilla.sf.frob.com> Reply-To: davidm@hpl.hp.com X-SW-Source: 2002-11/txt/msg00040.txt.bz2 >>>>> On Thu, 7 Nov 2002 17:43:33 -0800, Roland McGrath said: Roland> My cvs version calls itself 1.11.1p1, and it produces diffs Roland> with proper file names in them for cvs diff by itself. Roland> Probably yours does too, and the script you are using that Roland> was necessary for older cvs versions does not mix well with Roland> already-correct input. Ah, that makes sense (along with Andreas' comments). Thanks for the help. --david