From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32149 invoked by alias); 9 Jan 2007 23:58:15 -0000 Received: (qmail 32140 invoked by uid 22791); 9 Jan 2007 23:58:15 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 Jan 2007 23:58:10 +0000 Received: (qmail 31667 invoked from network); 9 Jan 2007 23:58:08 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 9 Jan 2007 23:58:08 -0000 To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: Ignore two more files for copyright.sh References: <20070109213811.GE30631@nevyn.them.org> <20070109233709.GA9295@nevyn.them.org> From: Jim Blandy Date: Tue, 09 Jan 2007 23:58:00 -0000 In-Reply-To: <20070109233709.GA9295@nevyn.them.org> (Daniel Jacobowitz's message of "Tue, 9 Jan 2007 18:37:09 -0500") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00285.txt.bz2 Daniel Jacobowitz writes: > On Tue, Jan 09, 2007 at 03:31:41PM -0800, Jim Blandy wrote: >> There are other facilities in lib/gdb.exp for writing tests so that >> they don't depend on exact line numbers (see gdb_get_line_number). >> This is a practice to avoid whenever possible, anyway. > > But these are tests for the compiler's "#line" directive. Right --- I just wanted to make clear that putting the copyright at the bottom of the file shouldn't be necessary for almost all files in the test suite.