This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Preliminary check-in of ObjC support


Andrew Cagney wrote:
> 
> > On Wed, Sep 18, 2002 at 04:32:58PM -0700, Michael Snyder wrote:
> >
> >> 2002-09-18  Michael Snyder  <msnyder@redhat.com>
> >>
> >>      * 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  <msnyder@redhat.com>
> 
> +       Contributed by Apple Computer, Inc.  Merged with current sources
> +       by Adam Fedor <fedor@doc.com> [cagney].
> +
>         * objc-lang.c: First clean-up round: comments, indentation.
>         * objc-lang.h: Ditto.
>         * objc-lang.y: Ditto.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]