From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15737 invoked by alias); 26 Oct 2007 13:58:45 -0000 Received: (qmail 15725 invoked by uid 22791); 26 Oct 2007 13:58:43 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.231) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 26 Oct 2007 13:58:40 +0000 Received: by wx-out-0506.google.com with SMTP id s7so795792wxc for ; Fri, 26 Oct 2007 06:58:35 -0700 (PDT) Received: by 10.70.19.20 with SMTP id 20mr5007708wxs.1193407115743; Fri, 26 Oct 2007 06:58:35 -0700 (PDT) Received: by 10.70.15.17 with HTTP; Fri, 26 Oct 2007 06:58:35 -0700 (PDT) Message-ID: <19c433eb0710260658y750befb3k290ccddbcf6d0ad1@mail.gmail.com> Date: Fri, 26 Oct 2007 13:58:00 -0000 From: "=?ISO-8859-1?Q?Fran=E7ois-Xavier_Coudert?=" To: gdb@sourceware.org Subject: Re: Another Fortran problem... In-Reply-To: <20071026131357.GA17240@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19c433eb0710260339w341f3437u4797445de7bc36d@mail.gmail.com> <19c433eb0710260604g53552b55ree7c72b13cb27f62@mail.gmail.com> <20071026131357.GA17240@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-10/txt/msg00267.txt.bz2 > Somewhat impractical. I think we would be best off ignoring linkage > names for Fortran, or else GCC not emitting them... I don't know > which. Won't they generally match the names in the ELF symbol table? Yes, they probably will. Don't they serve any other useful purpose? (not emitting them in GCC fixes the problem) FX