From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20683 invoked by alias); 19 May 2006 15:37:40 -0000 Received: (qmail 20653 invoked by uid 22791); 19 May 2006 15:37:38 -0000 X-Spam-Check-By: sourceware.org Received: from palrel13.hp.com (HELO palrel13.hp.com) (156.153.255.238) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 19 May 2006 15:37:36 +0000 Received: from smtp1.ptp.hp.com (hpda.cup.hp.com [15.1.28.250]) by palrel13.hp.com (Postfix) with ESMTP id 1952E365ED; Fri, 19 May 2006 08:37:08 -0700 (PDT) Received: from hpsje.cup.hp.com (hpsje.cup.hp.com [16.89.92.85]) by smtp1.ptp.hp.com (Postfix) with ESMTP id 7FD8B3DA204; Fri, 19 May 2006 15:37:08 +0000 (UTC) Received: (from sje@localhost) by hpsje.cup.hp.com (8.9.3 (PHNE_24419+JAGae58098)/8.7.3 TIS Messaging 5.0) id IAA07067; Fri, 19 May 2006 08:37:07 -0700 (PDT) Date: Fri, 19 May 2006 15:57:00 -0000 From: Steve Ellcey Message-Id: <200605191537.IAA07067@hpsje.cup.hp.com> To: binutils@sourceware.org, gdb@sourceware.org Subject: PATCH: Update src/intl from gcc/intl Cc: drow@false.org, gcc@gcc.gnu.org, ian@airs.com Reply-To: sje@cup.hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00311.txt.bz2 OK, Here is an official patch proposal to replace the contents of the src/intl tree with the bits from gcc/intl. I tested the change on HPPA and IA64 HP-UX and on IA64 Linux. The Linux build didn't prove much because it used the system gettext bits but the HP-UX builds built and used the new intl directory with no problems and I am willing to try and fix any problems caused by the change if other platforms have problems with it. 2006-05-19 Steve Ellcey * MAINTAINERS: Change intl updating instructions. * config.rpath: Copy from GCC tree. * intl: Replace contents of intl directory with intl from GCC tree. *** MAINTAINERS.orig Wed May 17 11:58:10 2006 --- MAINTAINERS Wed May 17 12:01:37 2006 *************** gdb/; readline/; sim/; GDB's part of inc *** 47,61 **** include/ See binutils/, gdb/, sid/, gcc/, libiberty/ etc. ! libiberty/; libiberty's part of include/ gcc: http://gcc.gnu.org Changes need to be done in tandem with the official GCC sources or submitted to the master file maintainer and brought ! in via a merge. Note: approved patches in gcc's libiberty ! are automatically approved in this libiberty also; feel free ! to merge them yourself if needed sooner than the next merge. ! Otherwise, changes are automatically merged, usually within ! a day. ltconfig; ltmain.sh; ltcf-*.sh libtool: http://www.gnu.org/software/libtool/ --- 47,61 ---- include/ See binutils/, gdb/, sid/, gcc/, libiberty/ etc. ! intl/; config.rhost; libiberty/; libiberty's part of include/ gcc: http://gcc.gnu.org Changes need to be done in tandem with the official GCC sources or submitted to the master file maintainer and brought ! in via a merge. Note: approved patches in gcc's libiberty or ! intl are automatically approved in this libiberty and intl also; ! feel free to merge them yourself if needed sooner than the next ! merge. Otherwise, changes are automatically merged, usually ! within a day. ltconfig; ltmain.sh; ltcf-*.sh libtool: http://www.gnu.org/software/libtool/ *************** winsup/ *** 99,105 **** See also winsup/MAINTAINERS. config-ml.in; makefile.vms; mkdep; setup.com; ! etc/; intl/; utils/; Any global maintainer can approve changes to these files and directories. --- 99,105 ---- See also winsup/MAINTAINERS. config-ml.in; makefile.vms; mkdep; setup.com; ! etc/; utils/; Any global maintainer can approve changes to these files and directories.