From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10972 invoked by alias); 25 May 2010 20:41:47 -0000 Received: (qmail 10949 invoked by uid 22791); 25 May 2010 20:41:46 -0000 X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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, 25 May 2010 20:41:39 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o4PKfY6V021889 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 25 May 2010 16:41:35 -0400 Received: from greed.delorie.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o4PKfXA9017150 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 25 May 2010 16:41:34 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1] (may be forged)) by greed.delorie.com (8.14.3/8.14.3) with ESMTP id o4PKfX73023814; Tue, 25 May 2010 16:41:33 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.3/8.14.3/Submit) id o4PKfX7u023811; Tue, 25 May 2010 16:41:33 -0400 Date: Tue, 25 May 2010 20:41:00 -0000 Message-Id: <201005252041.o4PKfX7u023811@greed.delorie.com> From: DJ Delorie To: Ralf Wildenhues CC: bonzini@gnu.org, binutils@sourceware.org, gdb@sourceware.org, gcc@gnu.org In-reply-to: <20100525173348.GA25424@ins.uni-bonn.de> (message from Ralf Wildenhues on Tue, 25 May 2010 19:33:53 +0200) Subject: Re: toplevel out of sync References: <4BFBF578.40904@gnu.org> <20100525170912.GA21863@ins.uni-bonn.de> <4BFC0489.4040904@gnu.org> <20100525173348.GA25424@ins.uni-bonn.de> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-05/txt/msg00080.txt.bz2 > There are no changes in intl, libiberty. The sourceware git mirror > doesn't seem to carry libdecnumber. Which files in include/ were > part of libiberty again? Libiberty is kept in sync because gcc is the master and src is the copy, so it can be mostly automated. The libiberty sync includes libiberty/, intl/, libdecnumber/, and those files in include/ that exist in both repositories (src has more files therein which are src-specific).