From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12272 invoked by alias); 6 Jan 2004 17:07:16 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12204 invoked from network); 6 Jan 2004 17:07:15 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 6 Jan 2004 17:07:15 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id i06H7EA03676; Tue, 6 Jan 2004 12:07:14 -0500 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i06H7DE14726; Tue, 6 Jan 2004 12:07:13 -0500 Received: from localhost.localdomain.redhat.com (vpn50-25.rdu.redhat.com [172.16.50.25]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id i06H66xi020558; Tue, 6 Jan 2004 17:06:34 GMT To: Mark Kettenis Cc: gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: [PATCH/RFA] Add N_PATCH stab References: <200401042109.i04L9hMI026414@elgar.kettenis.dyndns.org> From: Nick Clifton Date: Tue, 06 Jan 2004 17:07:00 -0000 In-Reply-To: <200401042109.i04L9hMI026414@elgar.kettenis.dyndns.org> (Mark Kettenis's message of "Sun, 4 Jan 2004 22:09:43 +0100 (CET)") Message-ID: User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-01/txt/msg00139.txt.bz2 Hi Mark, > The Solaris compiler emits these, which triggers a complaint in GDB. > I'd like to make GDB ignore these beasts. > > Is this a BFD file or a GDB file? It is shared by both. > Index: include/aout/ChangeLog > from Mark Kettenis > > * stab.def: Add N_PATCH. I have taken the liberty of approving and applying this patch. I hope that nobody from GDB-land will object. Cheers Nick