From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28737 invoked by alias); 21 Nov 2005 14:13:09 -0000 Received: (qmail 28725 invoked by uid 22791); 21 Nov 2005 14:13:06 -0000 X-Spam-Check-By: sourceware.org Received: from h-68-164-203-246.nycmny83.covad.net (HELO dberlin.org) (68.164.203.246) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 Nov 2005 14:13:03 +0000 Received: from [127.0.0.1] (HELO localhost) by dberlin.org (CommuniGate Pro SMTP 5.0.1) with ESMTP id 8322241; Mon, 21 Nov 2005 09:13:01 -0500 Subject: Re: [RFC] Use DW_CC_program to indicate Fortran main subroutine From: Daniel Berlin To: Jim Blandy Cc: Wu Zhou , gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, pinskia@gcc.gnu.org In-Reply-To: <8f2776cb0511202328r51f03b30jdb1ac7d067ecd43c@mail.gmail.com> References: <20051121051017.GA12030@nevyn.them.org> <8f2776cb0511202328r51f03b30jdb1ac7d067ecd43c@mail.gmail.com> Content-Type: text/plain Date: Mon, 21 Nov 2005 16:37:00 -0000 Message-Id: <1132582382.3076.18.camel@linux.site> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00390.txt.bz2 On Sun, 2005-11-20 at 23:28 -0800, Jim Blandy wrote: > I don't want to stand in the way of solving the Java and Fortran "find > the main program" problems, but when you look at the description of > DW_AT_calling_convention, it seems to me like that attribute is more > concerned with telling you how to assemble arguments to pass to the > function, and not so much with describing the overall structure of the > executable. Exactly. > > I don't see any other attribute that is more appropriate. Hence, we should make one, as we've done in other cases.