From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31467 invoked by alias); 6 Jan 2004 21:44:17 -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 31452 invoked from network); 6 Jan 2004 21:44:16 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 6 Jan 2004 21:44:16 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1434D2B8F; Tue, 6 Jan 2004 16:44:18 -0500 (EST) Message-ID: <3FFB2C31.9080306@gnu.org> Date: Tue, 06 Jan 2004 21:44:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Nick Clifton Cc: Mark Kettenis , gdb-patches@sources.redhat.com, binutils@sources.redhat.com Subject: Re: [PATCH/RFA] Add N_PATCH stab References: <200401042109.i04L9hMI026414@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00149.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. FYI, GDB uses it, but bfd "owns" it. Andrew