From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22446 invoked by alias); 19 Sep 2002 18:40:37 -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 22437 invoked from network); 19 Sep 2002 18:40:34 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 19 Sep 2002 18:40:34 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id B30F83D7F; Thu, 19 Sep 2002 14:40:32 -0400 (EDT) Message-ID: <3D8A1A20.5040306@ges.redhat.com> Date: Thu, 19 Sep 2002 11:40:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Michael Snyder Cc: Daniel Jacobowitz , Adam Fedor , gdb-patches@sources.redhat.com Subject: Re: [PATCH] Preliminary check-in of ObjC support References: <3D890D2A.56AFC638@redhat.com> <20020919022807.GB31571@nevyn.them.org> <3D8951C1.7000304@ges.redhat.com> <3D8A15CF.36AC3417@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00498.txt.bz2 > Andrew Cagney wrote: > >> > >> > On Wed, Sep 18, 2002 at 04:32:58PM -0700, Michael Snyder wrote: >> > > >> >> 2002-09-18 Michael Snyder >> >> >> >> * objc-lang.c: New file, support for Objective-C. >> >> Preliminary check-in, not yet integrated into gdb. >> >> * objc-lang.h: New file. >> >> * objc-exp.y: New file. >> >> /* Objective C language support routines for GDB, the GNU debugger. >> >> Copyright 1996 NeXT Software, Inc. > >> > >> > >> > FSF? > >> >> I fixed that. >> >> I've also gone back and changed the ChangeLog per the attached. I think >> it is fitting that Adam get the credit for doing the bulk of the legwork >> necessary to get the patch integrated. The code has been available for >> years yet no one else has stepped up to the plate. >> >> Andrew > > > Geez. Can I at least put my name in the files as author? Already done! objc-lang.c reads: /* Objective-C language support routines for GDB, the GNU debugger. Copyright 2002 Free Software Foundation, Inc. Contributed by Apple Computer, Inc. Written by Michael Snyder. This file is part of GDB. .... BTW, the other place that credit often appears is in the front section of the doco (acknowledgments). Andrew