From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9631 invoked by alias); 26 Jun 2002 03:19:53 -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 9605 invoked from network); 26 Jun 2002 03:19:43 -0000 Received: from unknown (HELO localhost.redhat.com) (24.112.240.27) by sources.redhat.com with SMTP; 26 Jun 2002 03:19:43 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 4DDEE3C62; Tue, 25 Jun 2002 23:19:23 -0400 (EDT) Message-ID: <3D1932BB.9000102@cygnus.com> Date: Tue, 25 Jun 2002 20:19:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020613 X-Accept-Language: en-us, en MIME-Version: 1.0 To: tromey@redhat.com Cc: Gdb List Subject: Re: _initialize_inftarg References: <87d6ufdskk.fsf@fleche.redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-06/txt/msg00266.txt.bz2 > There are 3 functions in gdb named _initialize_inftarg: > > grep -n '^_initialize_inftarg' *.c /dev/null > inftarg.c:839:_initialize_inftarg (void) > win32-nat.c:1818:_initialize_inftarg (void) > wince.c:1968:_initialize_inftarg (void) > > I assume the win* ones are simply cut-and-paste error? Er, yes - they should correspond to their file names. I guess only one was linked in at any time. Andrew