From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 416 invoked by alias); 1 Dec 2002 19:49:30 -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 399 invoked from network); 1 Dec 2002 19:49:29 -0000 Received: from unknown (HELO localhost.redhat.com) (24.114.171.218) by sources.redhat.com with SMTP; 1 Dec 2002 19:49:29 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id D3CD63E4B; Sun, 1 Dec 2002 14:49:15 -0500 (EST) Message-ID: <3DEA67BB.2030203@redhat.com> Date: Sun, 01 Dec 2002 11:49: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: Per Bothner Cc: Alan Modra , binutils@sources.redhat.com, gdb@sources.redhat.com Subject: Re: bye-bye boolean References: <20021130083313.GO949@bubble.sa.bigpond.net.au> <3DEA5D58.6010602@bothner.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00001.txt.bz2 > Alan Modra wrote: > > Here goes my biggest commit. s/boolean/bfd_boolean/ s/true/TRUE/ > s/false/FALSE/ practically everywhere in binutils, > > My strong recommendation: > > s/true/1/ > s/false/0/ > s/boolean/int/ > > This is C. Pretending C is Pascal does not make it so. > It makes for one more magic thing binutils-hackers have to learn, > and get wrong. BTW, that's what my follow up, to fix the GDB fallout, did. Andrew