From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17521 invoked by alias); 18 Dec 2001 00:29:46 -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 17410 invoked from network); 18 Dec 2001 00:29:44 -0000 Received: from unknown (HELO mta04ps.bigpond.com) (144.135.25.136) by sources.redhat.com with SMTP; 18 Dec 2001 00:29:44 -0000 Received: from bubble.local ([144.135.25.81]) by mta04ps.bigpond.com (Netscape Messaging Server 4.15) with SMTP id GOIKCZ00.83L for ; Tue, 18 Dec 2001 10:36:35 +1000 Received: from CPE-144-136-176-14.sa.bigpond.net.au ([144.136.176.14]) by psmam05.mailsvc.email.bigpond.com(MailRouter V3.0g 107/3611017); 18 Dec 2001 10:29:42 Received: (qmail 4791 invoked by uid 179); 18 Dec 2001 00:29:41 -0000 Date: Mon, 17 Dec 2001 16:29:00 -0000 From: Alan Modra To: Andrew Cagney Cc: Ian Lance Taylor , binutils@sources.redhat.com, gdb@sources.redhat.com Subject: Re: enum { BFD_ENDIAN_BIG, ...} Message-ID: <20011218105941.Q29130@bubble.sa.bigpond.net.au> Mail-Followup-To: Andrew Cagney , Ian Lance Taylor , binutils@sources.redhat.com, gdb@sources.redhat.com References: <3C1D4919.1000102@cygnus.com> <3C1E0F79.6050209@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <3C1E0F79.6050209@cygnus.com>; from ac131313@cygnus.com on Mon, Dec 17, 2001 at 10:30:01AM -0500 X-SW-Source: 2001-12/txt/msg00155.txt.bz2 While we're on this subject, note that initialising pointers (and FP) to all-bits-zero via memset is not strictly portable. Not all architectures represent a NULL pointer as all-bits-zero. The C-FAQ mentions a number of such machines. http://www.eskimo.com/~scs/C-faq/top.html Alan