From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27622 invoked by alias); 9 Jan 2002 14:15:37 -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 27589 invoked from network); 9 Jan 2002 14:15:30 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 9 Jan 2002 14:15:30 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id QAA03732; Wed, 9 Jan 2002 16:14:35 +0200 (IST) Date: Wed, 09 Jan 2002 06:15:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Richard.Earnshaw@arm.com cc: gdb-patches@sources.redhat.com Subject: Re: Patch for building gdb on arm-netbsd In-Reply-To: <200201091334.NAA22174@cam-mail2.cambridge.arm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-01/txt/msg00169.txt.bz2 On Wed, 9 Jan 2002, Richard Earnshaw wrote: > The following patch is needed to enable building of gdb on arm-netbsd. > The definition of IN_SIGTRAMP tests NAME for being NULL and if not calls > STREQ to compare the strings. Nitpicking: Elena will probably be very happy if you toss STREQ and use strcmp instead.