From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15905 invoked by alias); 19 Sep 2002 18:22:53 -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 15898 invoked from network); 19 Sep 2002 18:22:53 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 19 Sep 2002 18:22:53 -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 LAA13228; Thu, 19 Sep 2002 11:10:01 -0700 (PDT) Message-ID: <3D8A15FB.3A522242@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: fedor@doc.com, gdb-patches@sources.redhat.com Subject: Re: [PATCH] Preliminary check-in of ObjC support References: <3D890D2A.56AFC638@redhat.com> <3D8954B6.1080306@ges.redhat.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-09/txt/msg00497.txt.bz2 Andrew Cagney 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. > > > > Not unepxected, the ARI picked up a number of coding style problems. Andrew, I thought you told me to check in the files, THEN fix the ARI issues. That's exactly what I did.