From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16702 invoked by alias); 14 Dec 2012 08:37:46 -0000 Received: (qmail 16618 invoked by uid 22791); 14 Dec 2012 08:37:43 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Dec 2012 08:37:36 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id E45FF290029; Fri, 14 Dec 2012 09:37:41 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0sPnolmkWz3A; Fri, 14 Dec 2012 09:37:41 +0100 (CET) Received: from [192.168.0.14] (mtg95-3-82-238-192-125.fbx.proxad.net [82.238.192.125]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 41F25290027; Fri, 14 Dec 2012 09:37:41 +0100 (CET) Subject: Re: proposed symbol format deprecations Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Tristan Gingold In-Reply-To: <87zk1i3psj.fsf@fleche.redhat.com> Date: Fri, 14 Dec 2012 08:37:00 -0000 Cc: GDB Development Content-Transfer-Encoding: 7bit Message-Id: <4C5C1CE6-64E0-4864-AB22-F5AF52E9E707@adacore.com> References: <87zk1i3psj.fsf@fleche.redhat.com> To: Tom Tromey X-IsSubscribed: yes 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: 2012-12/txt/msg00054.txt.bz2 On Dec 13, 2012, at 5:00 PM, Tom Tromey wrote: > I've been working on some changes that touch most of the symbol readers, > and I notice that a couple of them are barely active -- somread.c and > mdebugread.c. > > somread.c is used to read the HP-UX SOM format: > > http://en.wikipedia.org/wiki/System_Object_Model_%28file_format%29 > > It is only used on 32-bit PA-RISC systems. somread.c can't even be > built on other machines as it requires the HP-UX . [ bfd for HP/PA is able to be cross-built ] > > > mdebugread.c is used to read the ECOFF format: > > http://en.wikipedia.org/wiki/ECOFF > > It is most recently used, I think, by Tru64. > > > I would like to propose deprecating both of these readers. You should talk with the HP/PA GCC maintainer, as AFAIK only gdb is able to debug gcc-generated binaries. Tru64 is already deprecated in gcc. Tristan.