From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23054 invoked by alias); 28 Aug 2007 13:25:57 -0000 Received: (qmail 22961 invoked by uid 22791); 28 Aug 2007 13:25:56 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,DK_POLICY_SIGNSOME,SPF_HELO_PASS,SPF_PASS 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, 28 Aug 2007 13:25:47 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l7SDPjHw025685 for ; Tue, 28 Aug 2007 09:25:45 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l7SDPitU006725; Tue, 28 Aug 2007 09:25:44 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l7SDPhkw030206; Tue, 28 Aug 2007 09:25:43 -0400 Message-ID: <46D42272.8020607@redhat.com> Date: Tue, 28 Aug 2007 13:25:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 1.5.0.12 (X11/20070530) MIME-Version: 1.0 To: Sami Wagiaalla CC: Roland McGrath , frysk Subject: Re: elfutils import References: <20070822215158.AFB804D0418@magilla.localdomain> <46D32573.6070904@redhat.com> In-Reply-To: <46D32573.6070904@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00358.txt.bz2 Sami Wagiaalla wrote: > >> Please show me all the differences in that tree from the upstream >> elfutils. >> You should not be carrying any. >> > Sorry for the late reply... I was away for a couple of days. > > I dont think we plan to carry any of these differences. > > But I attached the patch anways: > > The following files contain conflicts: > > configure.ac > libdwfl/dwfl_module.c > libdwfl/dwfl_module_addrsym.c > src/ldlex.c > tests/Makefile.am > > ChangeLog > backends/ChangeLog > libdwfl/ChangeLog > tests/ChangeLog Sami, Hmm, this diff looks too big. Perhaps try diffing our head with the last import so you can see what changes there were; like you note we're constantly trying to eliminate them. With regard to the test failures; they're in symtab lookup. May be double check that our temporary fixes were flushed during the import. Andrew