From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20373 invoked by alias); 15 Apr 2009 00:30:26 -0000 Received: (qmail 20300 invoked by uid 22791); 15 Apr 2009 00:30:20 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_63,SPF_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Apr 2009 00:30:18 +0000 Received: from spaceape7.eur.corp.google.com (spaceape7.eur.corp.google.com [172.28.16.141]) by smtp-out.google.com with ESMTP id n3F0TujS026886; Wed, 15 Apr 2009 01:29:56 +0100 Received: from smtp.corp.google.com (spacemonkey1.corp.google.com [192.168.120.115]) by spaceape7.eur.corp.google.com with ESMTP id n3F0TrF0031719 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 14 Apr 2009 17:29:54 -0700 Received: from localhost.localdomain.google.com (67-218-110-112.cust.layer42.net [67.218.110.112] (may be forged)) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id n3F0ThwZ025038 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Tue, 14 Apr 2009 17:29:49 -0700 To: Eli Zaretskii Cc: "Joseph S. Myers" , gcc-patches@gcc.gnu.org, gdb-patches@sources.redhat.com Subject: Re: needed-list fails in libiberty References: <83vdp7mile.fsf@gnu.org> <83r5zvmh5v.fsf@gnu.org> From: Ian Lance Taylor Date: Wed, 15 Apr 2009 00:30:00 -0000 In-Reply-To: <83r5zvmh5v.fsf@gnu.org> (Eli Zaretskii's message of "Tue\, 14 Apr 2009 17\:41\:32 +0300") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-System-Of-Record: true Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-04/txt/msg00291.txt.bz2 Eli Zaretskii writes: > 2009-04-14 Eli Zaretskii > > * Makefile.in (needed-list): Target removed (not used in GCC > 3.0 and later). All references deleted. This is OK if you've done a clean bootstrap on a primary platform. > Btw, what are needed.awk and needed2.awk? should they be deleted as > well? needed.awk and needed2.awk were the old scripts which were used to generate needed-list before I converted libiberty to use autoconf. Please feel free to remove the remaining references to them in libiberty/Makefile.in. Thanks. Ian