From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5514 invoked by alias); 6 Nov 2002 22:48:59 -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 5500 invoked from network); 6 Nov 2002 22:48:57 -0000 Received: from unknown (HELO mta02ps.bigpond.com) (144.135.25.134) by sources.redhat.com with SMTP; 6 Nov 2002 22:48:57 -0000 Received: from bubble.local ([144.135.25.78]) by mta02ps.bigpond.com (Netscape Messaging Server 4.15 mta02ps Jul 16 2002 22:47:55) with SMTP id H56FDJ00.6QP for ; Thu, 7 Nov 2002 08:48:55 +1000 Received: from CPE-144-136-184-243.sa.bigpond.net.au ([144.136.184.243]) by PSMAM04.mailsvc.email.bigpond.com(MailRouter V3.0n 98/45592485); 07 Nov 2002 08:48:55 Received: (qmail 21549 invoked by uid 179); 6 Nov 2002 22:48:54 -0000 Date: Wed, 06 Nov 2002 14:48:00 -0000 From: Alan Modra To: Andrew Cagney Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: bfd target lists Message-ID: <20021106224854.GW967@bubble.sa.bigpond.net.au> Mail-Followup-To: Andrew Cagney , binutils@sources.redhat.com, gdb-patches@sources.redhat.com References: <20021015205951.N22176@bubble.sa.bigpond.net.au> <3DC994B4.6050409@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DC994B4.6050409@redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2002-11/txt/msg00140.txt.bz2 On Wed, Nov 06, 2002 at 05:16:20PM -0500, Andrew Cagney wrote: > BTW, how does: > *name_ptr++ = &bfd_target_vector[0]->name; > for (target = &bfd_target_vector[1]; *target != NULL; target++) > if (*target != bfd_target_vector[0]) > *name_ptr++ = (*target)->name; > look. I wouldn't complain. -- Alan Modra IBM OzLabs - Linux Technology Centre