From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15372 invoked by alias); 19 Sep 2002 18:22:12 -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 15364 invoked from network); 19 Sep 2002 18:22:12 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 19 Sep 2002 18:22:12 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id LAA13191; Thu, 19 Sep 2002 11:09:17 -0700 (PDT) Message-ID: <3D8A15CF.36AC3417@redhat.com> Date: Thu, 19 Sep 2002 11:22:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Andrew Cagney 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> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00495.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? > > ------------------------------------------------------------------------------- > Index: ChangeLog > =================================================================== > RCS file: /cvs/src/src/gdb/ChangeLog,v > retrieving revision 1.3248 > diff -u -r1.3248 ChangeLog > --- ChangeLog 19 Sep 2002 04:12:09 -0000 1.3248 > +++ ChangeLog 19 Sep 2002 04:17:18 -0000 > @@ -90,6 +90,9 @@ > > 2002-09-18 Michael Snyder > > + Contributed by Apple Computer, Inc. Merged with current sources > + by Adam Fedor [cagney]. > + > * objc-lang.c: First clean-up round: comments, indentation. > * objc-lang.h: Ditto. > * objc-lang.y: Ditto.