From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24790 invoked by alias); 22 Feb 2002 18:46:30 -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 24664 invoked from network); 22 Feb 2002 18:46:28 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 22 Feb 2002 18:46:28 -0000 Received: by fw-cam.cambridge.arm.com; id SAA11575; Fri, 22 Feb 2002 18:46:26 GMT Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma011132; Fri, 22 Feb 02 18:45:31 GMT Received: from cam-mail2.cambridge.arm.com (localhost [127.0.0.1]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id SAA05747; Fri, 22 Feb 2002 18:45:30 GMT Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id SAA06227; Fri, 22 Feb 2002 18:45:29 GMT Message-Id: <200202221845.SAA06227@cam-mail2.cambridge.arm.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Daniel Jacobowitz cc: Richard.Earnshaw@arm.com, gdb-patches@sources.redhat.com Reply-To: Richard.Earnshaw@arm.com Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: Infinite loop in make_cv_type In-reply-to: Your message of "Fri, 22 Feb 2002 13:38:25 EST." <20020222133825.B18410@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 22 Feb 2002 10:46:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-02/txt/msg00627.txt.bz2 drow@mvista.com said: > This makes sense. The 'k' means const. 810 looks to be the number > for this type, since it's the first argument to operator=. And the > demangling of the current method says it takes a const ref to its own > type (thus the ERKS_, if I remember my mangling rules correctly). > What compiler is this? It doesn't look like GCC; I believe GCC always > generates type-pairs instead of type-nums. Is this some ARM compiler > that obeys the v3 ABI? It's gcc-current as of about 2 days ago. Configured for arm-netbsd (native). > You might want to grab the entire stab out of the object file with > objdump -G. The particular stab line is coming from libstdc++.so. > A testcase might help me sort through this a little better; I was the > last person to grub through the cv-type stuff. I'll see what I can come up with. R.