From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11253 invoked by alias); 6 Oct 2009 22:03:31 -0000 Received: (qmail 11072 invoked by uid 22791); 6 Oct 2009 22:03:30 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Oct 2009 22:03:27 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 02DFA2BAC3D; Tue, 6 Oct 2009 18:03:26 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kwRWOyiTKs0q; Tue, 6 Oct 2009 18:03:25 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C30FD2BAC39; Tue, 6 Oct 2009 18:03:25 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 22828F589B; Tue, 6 Oct 2009 15:03:21 -0700 (PDT) Date: Tue, 06 Oct 2009 22:03:00 -0000 From: Joel Brobecker To: Jim Meyering Cc: gdb@sourceware.org Subject: Re: gdb.git hiccup Message-ID: <20091006220321.GA12017@adacore.com> References: <87ws3clkx8.fsf@meyering.net> <87r5tklij2.fsf@meyering.net> <87k4zclc87.fsf@meyering.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k4zclc87.fsf@meyering.net> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-10/txt/msg00124.txt.bz2 Hello Jim, I just did a quick comparison between the files listed in CVS and the ones we have in the git mirror, and found the following files to be missing from gdb.git: gdb/windows-termcap.c bfd/cpu-rx.c bfd/elf32-rx.c include/opcode/rx.h include/elf/rx.h opcodes/rx-decode.opc opcodes/rx-dis.c This is in addition to the cpu subdirectory. Regarding that subdirectory and how to import it in git, I am personnally completely fine with importing it as is in one new commit on top of the current conversion. I can't remember when the last time was when I actually looked inside that subdirectory, so I don't imagine that having full history for that tiny part of the GDB sources is going to be critical. Thanks again for helping us use git. -- Joel