From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21030 invoked by alias); 3 Jul 2003 15:46:32 -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 21014 invoked from network); 3 Jul 2003 15:46:31 -0000 Received: from unknown (HELO mail.codesourcery.com) (65.73.237.138) by sources.redhat.com with SMTP; 3 Jul 2003 15:46:31 -0000 Received: (qmail 14308 invoked from network); 3 Jul 2003 15:45:17 -0000 Received: from egil.codesourcery.com (HELO taltos.codesourcery.com) (zack@66.92.14.122) by mail.codesourcery.com with DES-CBC3-SHA encrypted SMTP; 3 Jul 2003 15:45:17 -0000 Received: by taltos.codesourcery.com (sSMTP sendmail emulation); Thu, 3 Jul 2003 08:46:19 -0700 From: "Zack Weinberg" To: Alexandre Oliva Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org, binutils@sourceware.org Subject: Re: PATCH: replace obsolete GCC libintl with top-level libintl from newest gettext distribution References: <87he64wa7m.fsf@codesourcery.com> Date: Thu, 03 Jul 2003 15:46:00 -0000 In-Reply-To: (Alexandre Oliva's message of "03 Jul 2003 12:21:09 -0300") Message-ID: <87znjvtxys.fsf@egil.codesourcery.com> User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00076.txt.bz2 Alexandre Oliva writes: > On Jul 3, 2003, "Zack Weinberg" wrote: > >> OK to apply? > > Oh, wait! This will break uberbaum, unless binutils, gdb and > everybody else switches to the new intl/ at the same time. It shouldn't. The uberbaum intl/ symlink points to /cvs/src/src/intl, so you'll get the old libintl, which is harmless. GCC has no dependency on the precise version of libintl in use. zw