From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20041 invoked by alias); 5 Jan 2013 00:11:41 -0000 Received: (qmail 20010 invoked by uid 22791); 5 Jan 2013 00:11:39 -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-vc0-f176.google.com (HELO mail-vc0-f176.google.com) (209.85.220.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 05 Jan 2013 00:11:34 +0000 Received: by mail-vc0-f176.google.com with SMTP id fo13so17055679vcb.35 for ; Fri, 04 Jan 2013 16:11:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.58.45.105 with SMTP id l9mr30609792vem.13.1357344693856; Fri, 04 Jan 2013 16:11:33 -0800 (PST) Received: by 10.220.23.197 with HTTP; Fri, 4 Jan 2013 16:11:33 -0800 (PST) In-Reply-To: References: <12972.1357230104__33958.3243280233$1357230256$gmane$org@usendtaylorx2l> <87hamy42ua.fsf@fleche.redhat.com> <20130104041232.GA3567@adacore.com> Date: Sat, 05 Jan 2013 00:11: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/msg00022.txt.bz2 On Fri, Jan 4, 2013 at 3:20 PM, David Edelsohn wrote: > 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? Sorry, I meant what "GNU ld is now completely usable" means because I believe that it actually is NOT completely usable on AIX. Thanks, David