From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25675 invoked by alias); 24 Apr 2003 03:20:35 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 25666 invoked from network); 24 Apr 2003 03:20:35 -0000 Received: from unknown (HELO zenia.red-bean.com) (12.222.151.100) by sources.redhat.com with SMTP; 24 Apr 2003 03:20:35 -0000 Received: from zenia.red-bean.com (localhost.localdomain [127.0.0.1]) by zenia.red-bean.com (8.12.5/8.12.5) with ESMTP id h3O3NhFq008499; Wed, 23 Apr 2003 22:23:43 -0500 Received: (from jimb@localhost) by zenia.red-bean.com (8.12.5/8.12.5/Submit) id h3O3Nab0008495; Wed, 23 Apr 2003 22:23:36 -0500 To: David Taylor Cc: gcc@gcc.gnu.org, gdb@sources.redhat.com Subject: Re: stabs and macro information References: <200304161558.h3GFwJV09359@mailhub.lss.emc.com> From: Jim Blandy Date: Thu, 24 Apr 2003 03:20:00 -0000 In-Reply-To: <200304161558.h3GFwJV09359@mailhub.lss.emc.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.95 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-04/txt/msg00283.txt.bz2 David Taylor writes: > One question I have is what stabs types to use -- tentatively I'm using: > > /* GNU extension. Macro define. */ > __define_stab(N_MAC_DEFINE, 0x36, "MAC_DEFINE") > > /* GNU extension. Macro undefine. */ > __define_stab(N_MAC_UNDEF, 0x3a, "MAC_UNDEF") > > as it appears (based on gcc/stab.def, include/aout/stab.def, and > gdb/doc/stabs.texinfo) that 0x36 and 0x3a are available. > > Is anyone aware of any other uses of stab types 0x36 and 0x3a -- > i.e. is anyone aware of uses that might conflict? At least according to Version 4.0 of Sun's _Stabs Interface Manual_, dated February 1999, those numbers are not in use. The _Stabs Interface Manual_ is not available on the web. I wrote to Sun asking why it wasn't; they told me that it was included with the Sun toolchain, and was deliberately not available on the web.