From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8145 invoked by alias); 14 May 2005 09:10:20 -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 8090 invoked from network); 14 May 2005 09:10:16 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 14 May 2005 09:10:16 -0000 Received: from zaretski (IGLD-83-130-254-105.inter.net.il [83.130.254.105]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id EJJ53831 (AUTH halo1); Sat, 14 May 2005 12:10:09 +0300 (IDT) Date: Sat, 14 May 2005 10:10:00 -0000 From: "Eli Zaretskii" To: Paul Schlie Message-ID: <01c55864$Blat.v2.4$43f48780@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com In-reply-to: (message from Paul Schlie on Sat, 14 May 2005 03:13:09 -0400) Subject: Re: a check-in within the last few days broke head build of target=avr on OSX Reply-to: Eli Zaretskii References: X-SW-Source: 2005-05/txt/msg00335.txt.bz2 > Date: Sat, 14 May 2005 03:13:09 -0400 > From: Paul Schlie > > ld: Undefined symbols: > _basename_cannot_be_used_without_a_prototype > make[1]: *** [gdb] Error 1 > make: *** [all-gdb] Error 2 > > (any ideas as to what within the last few days may have affected this?) The _basename_cannot_be_used_without_a_prototype thingy is defined on libiberty.h. Could you please look at the preprocessor conditionals there and see which one of them changed lately, and why?