From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25217 invoked by alias); 27 Jul 2006 21:33:02 -0000 Received: (qmail 25206 invoked by uid 22791); 27 Jul 2006 21:33:02 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 27 Jul 2006 21:33:00 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1G6DTW-0007Qd-Q6; Thu, 27 Jul 2006 17:32:58 -0400 Date: Thu, 27 Jul 2006 21:33:00 -0000 From: Daniel Jacobowitz To: Bob Wilson Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] print newline after copyright message Message-ID: <20060727213258.GC28145@nevyn.them.org> Mail-Followup-To: Bob Wilson , gdb-patches@sources.redhat.com References: <4502EB65-3352-4094-8397-AD0E93913023@tensilica.com> <20060724201846.GC15759@nevyn.them.org> <44C530F7.8090306@tensilica.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44C530F7.8090306@tensilica.com> User-Agent: Mutt/1.5.11+cvs20060403 X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00406.txt.bz2 On Mon, Jul 24, 2006 at 01:43:35PM -0700, Bob Wilson wrote: > I don't work on GDB much, so I'm not on the write-after-approval list in > the MAINTAINERS file. If my write access for binutils applies to the gdb > directory (I don't know how that works), I would be happy to apply the > patch. Is that OK? Otherwise, would you apply it for me? Here is the > revised changelog: You aren't actually in the right group, so I've applied the patch. If you'd like write access to GDB, though, let me know. My eye is actually somewhat confused by the new layout, since I was so used to the old: drow@caradoc:/space/fsf/x86-64/commit-gdb/gdb% ./gdb =gdb GNU gdb 6.5.50.20060727-cvs Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu"... (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". Setting up the environment for debugging gdb. But I think it's still better. If someone else wants to rearrange the newlines again later, I'll let them :-) -- Daniel Jacobowitz CodeSourcery