From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25090 invoked by alias); 22 Jul 2003 09:09:19 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 25083 invoked from network); 22 Jul 2003 09:09:19 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 22 Jul 2003 09:09:19 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h6M99IH27633 for ; Tue, 22 Jul 2003 05:09:18 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6M99II23500; Tue, 22 Jul 2003 05:09:18 -0400 Received: from localhost.localdomain.redhat.com (vpn50-9.rdu.redhat.com [172.16.50.9]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6M98Gv20374; Tue, 22 Jul 2003 05:08:55 -0400 To: Chris Chambreau Cc: binutils@sources.redhat.com Subject: Re: Unrecognized storage class message on AIX w/XL Fortran V7.1 References: <200307211152.26711.chcham@llnl.gov> <200307211305.34211.chcham@llnl.gov> <200307211501.54690.chcham@llnl.gov> From: Nick Clifton Date: Tue, 22 Jul 2003 09:09:00 -0000 In-Reply-To: <200307211501.54690.chcham@llnl.gov> (Chris Chambreau's message of "Mon, 21 Jul 2003 15:01:54 -0500") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00412.txt.bz2 Hi Chris, > As far as I can tell, it looks like the only dbx storage classes > that are missing are C_TCSYM & C_ECOML. The other dbx classes > already appear to be in coffcode.h OK - I have checked my patch in and also added C_TCSYM as well. Cheers Nick 2003-07-22 Nick Clifton * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to expected RS6000 storage classes.