From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9326 invoked by alias); 6 Oct 2015 16:52:02 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 9316 invoked by uid 89); 6 Oct 2015 16:52:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 06 Oct 2015 16:52:01 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 16E1829056; Tue, 6 Oct 2015 12:51:59 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1a5JDIeNnrrG; Tue, 6 Oct 2015 12:51:59 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id D862328FAE; Tue, 6 Oct 2015 12:51:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 612F442BB6; Tue, 6 Oct 2015 09:51:57 -0700 (PDT) Date: Tue, 06 Oct 2015 16:52:00 -0000 From: Joel Brobecker To: Doug Evans Cc: David Edelsohn , Tristan Gingold , GDB Patches Subject: Re: AIX DWARF debugging sections Message-ID: <20151006165157.GA3341@adacore.com> References: <20151002213227.GA3602@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-10/txt/msg00055.txt.bz2 > > Because the AIX section does not use the standard name, I am unsure > > which it represents. The documentation only states "dwmac", which > > could expand to either name. > > > > Thanks, David > > Yeah, I think we need to figure out which one it is. That's what I have been trying to do, but I don't see any evidence that GCC emits it, or that binutils handles it. So the answer must lie somewhere on the system side. David? -- Joel