From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23536 invoked by alias); 8 Oct 2004 18:37:08 -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 23451 invoked from network); 8 Oct 2004 18:37:07 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sourceware.org with SMTP; 8 Oct 2004 18:37:07 -0000 Received: from zaretski (pns03-196-71.inter.net.il [80.230.196.71]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.3.7-GR) with ESMTP id DUV53728 (AUTH halo1); Fri, 8 Oct 2004 20:37:05 +0200 (IST) Date: Fri, 08 Oct 2004 18:37:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sources.redhat.com Message-ID: <01c4ad65$Blat.v2.2.2$7bcf45a0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <20041008161919.GF6702@cygbert.vinschen.de> (message from Corinna Vinschen on Fri, 8 Oct 2004 18:19:19 +0200) Subject: Re: [RFA] gdbtypes.h: Add "calling_convention" field to struct main_type Reply-to: Eli Zaretskii References: <20041007094727.GM6702@cygbert.vinschen.de> <01c4ad28$Blat.v2.2.2$4a1e18c0@zahav.net.il> <20041008161919.GF6702@cygbert.vinschen.de> X-SW-Source: 2004-10/txt/msg00154.txt.bz2 > Date: Fri, 8 Oct 2004 18:19:19 +0200 > From: Corinna Vinschen > > On Oct 8 13:15, Eli Zaretskii wrote: > > > Date: Thu, 7 Oct 2004 11:47:27 +0200 > > > From: Corinna Vinschen > > > > > > * gdbtypes.h (struct_main_type): Add member calling_convention. > > > (TYPE_CALLING_CONVENTION): New macro. > > > > If this patch is approved, please review the relevant parts of > > gdbint.texinfo and see if something there needs updating (perhaps just > > mention this new macro or something). > > I had a look into gdbint.texinfo and it seems that none of these TYPE_* > macros nor the main_type fields made it into that document. ??? I can clearly see them mentioned in the section named "Types". It is part of the node "Symbol Handling".