From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1682 invoked by alias); 10 Sep 2002 04:59:30 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 1675 invoked from network); 10 Sep 2002 04:59:29 -0000 Received: from unknown (HELO molenda.com) (192.220.74.81) by sources.redhat.com with SMTP; 10 Sep 2002 04:59:29 -0000 Received: (qmail 94782 invoked by uid 19025); 10 Sep 2002 04:58:38 -0000 Date: Mon, 09 Sep 2002 21:59:00 -0000 From: Jason Molenda To: Adam Fedor Cc: gdb Subject: Re: Apple's Objective-C language patch Message-ID: <20020909215838.C89192@molenda.com> References: <3D7D0186.8020103@doc.com> <20020909173318.A50843@molenda.com> <3D7D6762.2010300@doc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3D7D6762.2010300@doc.com>; from fedor@doc.com on Mon, Sep 09, 2002 at 09:30:42PM -0600 X-SW-Source: 2002-09/txt/msg00073.txt.bz2 On Mon, Sep 09, 2002 at 09:30:42PM -0600, Adam Fedor wrote: > > I got everything, including objc-exp.y from the 'recent' Apple patch. I > haven't looked at the latest Apple sources - I didn't know if I should > do that since Andrew Cagney told me to work from the patch, but perhaps > I misunderstood. Ah you're right, there was a separate objc-exp.y file last year. I don't want to complicate your task, but the current sources have it merged into c-exp.y, and I think that's a better route to take. I will work on another source drop but I don't know if I'll have free time to do it before next weekend. :-/ > Thanks for the other comments. I'll have to look at name demangling more > closely to see what's happening. Yeah, I wouldn't sweat that point too much - it doesn't hurt to do checks for mangled objc names, and there may be some people who want to use objc on Windows and need to mangle the names or something. I'm sort of hoping someone with more historical knowledge can step up and say what's the deal with that... J