From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16530 invoked by alias); 9 Jan 2002 17:21:12 -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 16477 invoked from network); 9 Jan 2002 17:21:11 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sources.redhat.com with SMTP; 9 Jan 2002 17:21:11 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 679533CC5; Wed, 9 Jan 2002 12:21:11 -0500 (EST) Message-ID: <3C3C7C07.2090203@cygnus.com> Date: Wed, 09 Jan 2002 09:21:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.7) Gecko/20020103 X-Accept-Language: en-us MIME-Version: 1.0 To: Eli Zaretskii , Richard.Earnshaw@arm.com Cc: gdb-patches@sources.redhat.com Subject: Re: Patch for building gdb on arm-netbsd References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00176.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. I'm puzzled as to why it would be Elena? Anyway, Richard, when generating new code just keep an eye on http://sources.redhat.com/gdb/ari/ for things to not copy. BTW, people tend to just use NULL. either way, yes it is obvious, Andrew