From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3401 invoked by alias); 18 Nov 2002 18:58:16 -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 3394 invoked from network); 18 Nov 2002 18:58:15 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 18 Nov 2002 18:58:15 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gAIIYYw09067 for ; Mon, 18 Nov 2002 13:34:34 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gAIIw8s11277; Mon, 18 Nov 2002 13:58:08 -0500 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id gAIIw8M19943; Mon, 18 Nov 2002 10:58:08 -0800 Message-ID: <3DD93840.20EFF844@redhat.com> Date: Mon, 18 Nov 2002 10:58:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Adam Fedor CC: gdb-patches@sources.redhat.com Subject: Re: Ping on Objc patches References: <3DD90459.2060203@doc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00463.txt.bz2 Adam Fedor wrote: > > I'm just wondering about four patches for Objective-C I've submitted > over four weeks ago. Most of them are borderline obvious (one was > requested) so it doesn't seem like it should take to much to look them over. > > Handle ObjC ops in expprint.c > http://sources.redhat.com/ml/gdb-patches/2002-10/msg00328.html Approved (provided you change OP_NSSTRING to OP_OBJC_NSSTRING etc.) > Add ObjC struct to parser-defs.h > http://sources.redhat.com/ml/gdb-patches/2002-10/msg00327.html Approved > Rename ObjC ops. > http://sources.redhat.com/ml/gdb-patches/2002-10/msg00449.html Approved > Add Objc Rules. > http://sources.redhat.com/ml/gdb-patches/2002-10/msg00120.html What was the outcome of the discussion about this? Weren't we going to wait until most or all of the rest of the objc changes were in? Michael