From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19486 invoked by alias); 30 Oct 2002 17:30:37 -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 19041 invoked from network); 30 Oct 2002 17:30:21 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 30 Oct 2002 17:30:21 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3/8.9.3) with ESMTP id MAA11129; Wed, 30 Oct 2002 12:28:04 -0500 Received: from catdog ([10.4.2.2]) by smtp.ott.qnx.com (8.8.8/8.6.12) with SMTP id MAA17875; Wed, 30 Oct 2002 12:19:26 -0500 Message-ID: <121101c2803a$005145e0$d8020c0a@catdog> From: "Kris Warkentin" To: "Daniel Jacobowitz" Cc: References: <120101c28037$3ddb3d10$d8020c0a@catdog> <20021030172051.GA27733@nevyn.them.org> Subject: Re: gnu-v3-abi.c: problems w/ virtual base class Date: Wed, 30 Oct 2002 09:30:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-SW-Source: 2002-10/txt/msg00205.txt.bz2 > Well, why do you have it using the gnu-v3 code? You've got a patently > gnu-v2 compiler. I wasn't aware that I had it using anything in particular - we just moved our 5.0 support forward and got it running but now we're discovering some of these gotcha's > Please don't tell me QNX has a symbol starting with _Z in normal > binaries... that would fool the autodetection code. I think Free > Pascal has a similar problem, since it starts all symbols with > underscores. objdump -x foo | grep _Z gave me nothing. You say there's an autodetect routine? I'll have to look at it to see why it thinks we're gnu-v3 I suppose. cheers, Kris