From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19066 invoked by alias); 24 Aug 2004 22:54:09 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18869 invoked from network); 24 Aug 2004 22:54:08 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 24 Aug 2004 22:54:08 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i7OMrwS2007549 for ; Tue, 24 Aug 2004 18:54:03 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i7OMrv311024; Tue, 24 Aug 2004 18:53:57 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5FAD52B9D; Tue, 24 Aug 2004 18:52:49 -0400 (EDT) Message-ID: <412BC6C1.1080104@gnu.org> Date: Tue, 24 Aug 2004 22:54:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040801 MIME-Version: 1.0 To: Michael Chastain Cc: cagney@redhat.com, ezannoni@redhat.com, gdb-patches@sources.redhat.com Subject: Re: [rfa/testsuite/mi/copyright] basics.c, var-cmd.c: add copyright notice References: <4121EDC0.nail9EU1ZPKM2@mindspring.com> In-Reply-To: <4121EDC0.nail9EU1ZPKM2@mindspring.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00678.txt.bz2 > Ha. It turns out that all of the files which use pthreads.c are already > line-number-independent. So I'm finished adding gdb_get_line_number. > > Here is the next phase for making gdb.mi work with gcc HEAD: > adding copyright notices to several files. > > Fernando Nasser created basics.c in 1999. > It was last edited in 2000. > > Elena Zannoni created var-cmd.c in 1999. > Andrew Cagney committed it to CVS in 2000. > It hasn't been edited since then. > I assume that the file wasn't edited in 2000, either. > > Data sources: cvs log, testsuite/gdb.mi/ChangeLog-1999-2003, > testsuite/ChangeLog, historical gdb releases, and the > gdb-patches mailing list for 1999q4 and 2000q1. > > Tested on native i686-pc-linux-gnu with gcc 2.95.3, gcc 3.3.4, > and gcc 3.4.1, with dwarf-2 and stabs+. > > After this, the next phase will be the addition of several > "#include" lines to several *.c files so that they compile > with gcc HEAD with no warnings. Both ok. I think we can largly view this stuff as mindless (no offence :-) mechanical, and effectively obviousish. Andrew > 2004-08-17 Michael Chastain > > * gdb.mi/basics.c: Add copyright notice. > * gdb.mi/var-cmd.c: Add copyright notice. >