From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15119 invoked by alias); 14 Nov 2001 08:12:28 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 15003 invoked from network); 14 Nov 2001 08:12:23 -0000 Received: from unknown (HELO localhost.cygnus.com) (24.114.42.213) by sourceware.cygnus.com with SMTP; 14 Nov 2001 08:12:23 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id CE4AB3D6C; Wed, 14 Nov 2001 03:12:19 -0500 (EST) Message-ID: <3BF22763.6090001@cygnus.com> Date: Mon, 05 Nov 2001 08:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: Jeff Holcomb Cc: binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: [Patch] updated ltcf-*.sh, ltconfig, ltmain.sh References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-11/txt/msg00050.txt.bz2 Jeff, Is there a reason for pulling in GCC's hacks rather than going to the official version per src/MAINTAINERS: ltconfig; ltmain.sh libtool: http://gnu.org Changes need to be done in tandem with the official LIBTOOL sources or submitted to the master file maintainer and brought in via a merge. If we pull in a GCC hack such as: > 2001-07-21 Michael Chastain > * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some > HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local. > * ltmain.sh: Mark as gcc-local. then (no offence to MichaelC) we're taking on the responsibility of carrying that patch forward everytime a further import occures. Andrew