From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25886 invoked by alias); 28 Nov 2002 23:23:54 -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 25869 invoked from network); 28 Nov 2002 23:23:53 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 28 Nov 2002 23:23:53 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 11FF23F30; Thu, 28 Nov 2002 18:23:43 -0500 (EST) Message-ID: <3DE6A57E.9020704@redhat.com> Date: Thu, 28 Nov 2002 15:23:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan Modra Cc: binutils@sources.redhat.com, gdb@sources.redhat.com Subject: Re: [RFA] Replace strdup with xstrdup in tic30-dis.c References: <20021128223919.GG949@bubble.sa.bigpond.net.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00417.txt.bz2 > On Wed, Nov 27, 2002 at 09:56:47PM -0800, Ian Lance Taylor wrote: > >> We won't have problems with `bfd_boolean'. > > > OK, OK. :) "typedef int bfd_boolean" it is. Plain 0 and 1 for values. You ment 0 and !0 right? :-^