From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11105 invoked by alias); 1 Dec 2002 19:15:19 -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 11018 invoked from network); 1 Dec 2002 19:15:17 -0000 Received: from unknown (HELO bothner.com) (216.102.199.253) by sources.redhat.com with SMTP; 1 Dec 2002 19:15:17 -0000 Received: from bothner.com (eureka.bothner.com [192.168.1.9]) by bothner.com (8.11.6/8.11.6) with ESMTP id gB1JG3N32045; Sun, 1 Dec 2002 11:16:04 -0800 Message-ID: <3DEA5D58.6010602@bothner.com> Date: Sun, 01 Dec 2002 11:15:00 -0000 From: Per Bothner User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alan Modra CC: binutils@sources.redhat.com, gdb@sources.redhat.com Subject: Re: bye-bye boolean References: <20021130083313.GO949@bubble.sa.bigpond.net.au> In-Reply-To: <20021130083313.GO949@bubble.sa.bigpond.net.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-12/txt/msg00000.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. -- --Per Bothner per@bothner.com http://www.bothner.com/per/