From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10249 invoked by alias); 13 Jan 2004 21:22:27 -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 10208 invoked from network); 13 Jan 2004 21:22:25 -0000 Received: from unknown (HELO mail-out3.apple.com) (17.254.13.22) by sources.redhat.com with SMTP; 13 Jan 2004 21:22:25 -0000 Received: from mailgate2.apple.com (a17-128-100-204.apple.com [17.128.100.204]) by mail-out3.apple.com (8.12.10/8.12.9) with ESMTP id i0DLMPnM002322 for ; Tue, 13 Jan 2004 13:22:25 -0800 (PST) Received: from relay3.apple.com (relay3.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.3.6) with ESMTP id ; Tue, 13 Jan 2004 13:22:25 -0800 Received: from apple.com (vpn-scv-x4-159.apple.com [17.219.194.159]) by relay3.apple.com (8.12.10/8.12.9) with ESMTP id i0DLMOIE004563; Tue, 13 Jan 2004 21:22:24 GMT Message-ID: <40046197.1060303@apple.com> Date: Tue, 13 Jan 2004 21:22:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4) Gecko/20030624 MIME-Version: 1.0 To: Elena Zannoni CC: gdb@sources.redhat.com Subject: Re: FORTRAN_HACK macro? References: <16381.55863.31921.85038@localhost.redhat.com> In-Reply-To: <16381.55863.31921.85038@localhost.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00170.txt.bz2 Elena Zannoni wrote: >Does anybody know where/why/when/if this macro is used? > >It's in dwarf2read.c. It has been there since the dawn of times. I am >thinking of killing it. > It was probably there to support Harris' Fortran compiler (which was not GCC). No longer a need for it in any case. Stan