From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20012 invoked by alias); 19 Sep 2002 04:25:47 -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 20002 invoked from network); 19 Sep 2002 04:25:44 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 19 Sep 2002 04:25:44 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id C66083CAA; Thu, 19 Sep 2002 00:25:37 -0400 (EDT) Message-ID: <3D8951C1.7000304@ges.redhat.com> Date: Wed, 18 Sep 2002 21:25: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: Daniel Jacobowitz , Michael Snyder , Adam Fedor Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Preliminary check-in of ObjC support References: <3D890D2A.56AFC638@redhat.com> <20020919022807.GB31571@nevyn.them.org> Content-Type: multipart/mixed; boundary="------------070803040506010801080302" X-SW-Source: 2002-09/txt/msg00453.txt.bz2 This is a multi-part message in MIME format. --------------070803040506010801080302 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 714 > 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 --------------070803040506010801080302 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 561 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. --------------070803040506010801080302--