From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17870 invoked by alias); 20 Apr 2004 21:21:23 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17863 invoked from network); 20 Apr 2004 21:21:22 -0000 Received: from unknown (HELO mail0.lsil.com) (147.145.40.20) by sources.redhat.com with SMTP; 20 Apr 2004 21:21:22 -0000 Received: from milmhbs0.lsil.com (mhbs.lsil.com [147.145.1.30]) by mail0.lsil.com (8.12.8/8.12.8) with ESMTP id i3KLL5cq015426 for ; Tue, 20 Apr 2004 14:21:06 -0700 (PDT) Received: from server-1.videolocus.com (server-1.lsil.com [172.25.8.101]) by milmhbs0.lsil.com (8.12.11/8.12.11) with ESMTP id i3KLNhiM012804 for ; Tue, 20 Apr 2004 14:23:44 -0700 Received: by server-1.videolocus.com with Internet Mail Service (5.5.2653.19) id ; Tue, 20 Apr 2004 17:21:20 -0400 Message-ID: <10EE351D89AE1F488B426AC91EF6EDAB0120C829@server-1.videolocus.com> From: Marcus Rosen To: "'gdb@sources.redhat.com'" Subject: compatible versions of gdb6.1 and binutils? Date: Tue, 20 Apr 2004 21:23:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Scanned-By: MIMEDefang 2.39 X-SW-Source: 2004-04/txt/msg00112.txt.bz2 Hey, I am working on integrating a simulator for a custom sparc into gdb6.1. I would like to have the source for gdb and binutils in the same source tree but from what I can tell there is no evidence of any kind of common tags across these projects that would indicate how best to merge them. Is there any kind of common baseline for the shared components (bfd,opcodes,etc) that I should be aiming for? or is my only option to grab what I can tagged at the gdb6.1 release and merge in some appropriate binutils directories and hope to get them to build? My motivation is to avoid replication of the shared components and to be able to easily sync my copies with newer releases should it become necessary. Any help would be much appreciated, Marcus