From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30026 invoked by alias); 8 Dec 2001 19:05:52 -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 30003 invoked from network); 8 Dec 2001 19:05:49 -0000 Received: from unknown (HELO nic.osagesoftware.com) (65.186.161.49) by sources.redhat.com with SMTP; 8 Dec 2001 19:05:49 -0000 Received: from maple.osagesoftware.com (maple.osagesoftware.com [192.168.1.20]) by nic.osagesoftware.com (8.10.1/8.10.1) with ESMTP id fB8J5mI04891 for ; Sat, 8 Dec 2001 14:05:48 -0500 Message-Id: <4.3.2.7.2.20011208140259.00af05d0@mail.osagesoftware.com> X-Sender: relson@mail.osagesoftware.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Sat, 08 Dec 2001 11:05:00 -0000 To: gdb@sources.redhat.com From: David Relson Subject: Re: More code code dropping In-Reply-To: <1011208155449.ZM11896@ocotillo.lan> References: <20011129005901.A60085@molenda.com> <200112070641.WAA01521@localhost.localdomain> <3C10E0F3.2010607@cygnus.com> <3C10E386.2070809@cygnus.com> <20011208081530.BC4D8F28C6@nile.gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-SW-Source: 2001-12/txt/msg00096.txt.bz2 At 10:54 AM 12/8/01, you wrote: >On Dec 8, 3:15am, Paul Hilfinger wrote: > > > I thought that a diff against the gdb 5.0 release > > was probably most useful. Andrew had suggested a patch against the > > latest, bleeding-edge changes. Since the idea of a diff is to give the > > curious some idea of our changes, it seemed to me that the latter diff > would > > show mostly undoings of more recent changes to GDB. If anyone else out > > there has an opinion on this subject, I'd like to hear it. > >I think it depends upon what you want. Personally, I'd be interested >in seeing a patch that shows the changes that ACT has made. So the >best candidate for diffing against would be the version of GDB that >you merged with in your most recent merge. > >OTOH, a patch against the bleeding edge sources gives us a method of >obtaining your source tree. Personally, I think it'd just be better >for you to drop a tarball someplace if this is what's desired. > >As I think about it now, I think a tarball is probably the best >approach anyway. That, along with a pointer to the version of >GDB that you merged against should allow those interested to >do their own diffs in whatever why they want... > >Kevin My vote would be for a tarball of the ACT version PLUS the diff. The tarball would allow rebuilding of the executable, for those who want to do that. The diff would allow the changes to be viewed and would allow the changes to be applied to (merged with) the latest version of gdb. David