From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4496 invoked by alias); 4 Jan 2013 20:20:39 -0000 Received: (qmail 4476 invoked by uid 22791); 4 Jan 2013 20:20:37 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-vb0-f52.google.com (HELO mail-vb0-f52.google.com) (209.85.212.52) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 04 Jan 2013 20:20:04 +0000 Received: by mail-vb0-f52.google.com with SMTP id ez10so16706741vbb.39 for ; Fri, 04 Jan 2013 12:20:03 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.228.138 with SMTP id je10mr35770306vcb.67.1357330803205; Fri, 04 Jan 2013 12:20:03 -0800 (PST) Received: by 10.220.23.197 with HTTP; Fri, 4 Jan 2013 12:20:03 -0800 (PST) In-Reply-To: <20130104041232.GA3567@adacore.com> References: <12972.1357230104__33958.3243280233$1357230256$gmane$org@usendtaylorx2l> <87hamy42ua.fsf@fleche.redhat.com> <20130104041232.GA3567@adacore.com> Date: Fri, 04 Jan 2013 20:20:00 -0000 Message-ID: Subject: Re: stabs support in binutils, gcc, and gdb From: David Edelsohn To: Joel Brobecker Cc: Tom Tromey , David Taylor , binutils@sourceware.org, gcc@gcc.gnu.org, gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 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: 2013-01/txt/msg00021.txt.bz2 On Thu, Jan 3, 2013 at 11:12 PM, Joel Brobecker wrote: >> AIX still uses STABS. GCC produces it and GDB consumes it. >> >> Recent releases of AIX now support DWARF as well, but GCC and GDB have >> not been converted to use it on AIX. > > Note that GNU ld is now completely usable; and one of the side > effects of using GNU ld is the ability to switch over to DWARF, > even on older versions such as AIX 5.1. Can you please clarify what "GNU ld is not completely usable" means? Is that referring to DWARF support? to compatibility with specific AIX releases? to compatibility with AIX DWARF feature? Thanks, David