List Info

Thread: PATCH: Update src/intl from gcc/intl




PATCH: Update src/intl from gcc/intl
user name
2006-05-19 15:37:07
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  <sjecup.hp.com>

	* 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.o
rg/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.o
rg/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.
  

PATCH: Update src/intl from gcc/intl
user name
2006-05-19 15:54:17
Hi Steve,

> OK, Here is an official patch proposal to replace the
contents of the
> src/intl tree with the bits from gcc/intl.

> 2006-05-19  Steve Ellcey  <sjecup.hp.com>
> 
> 	* MAINTAINERS: Change intl updating instructions.
> 	* config.rpath: Copy from GCC tree.
> 	* intl: Replace contents of intl directory with intl
from GCC tree.

Approved for binutils.

Cheers
   Nick

PATCH: Update src/intl from gcc/intl
user name
2006-05-19 15:57:06
On Fri, May 19, 2006 at 04:54:17PM +0100, Nick Clifton
wrote:
> Hi Steve,
> 
> >OK, Here is an official patch proposal to replace
the contents of the
> >src/intl tree with the bits from gcc/intl.
> 
> >2006-05-19  Steve Ellcey  <sjecup.hp.com>
> >
> >	* MAINTAINERS: Change intl updating instructions.
> >	* config.rpath: Copy from GCC tree.
> >	* intl: Replace contents of intl directory with
intl from GCC tree.
> 
> Approved for binutils.

Fine for GDB, too.

-- 
Daniel Jacobowitz
CodeSourcery
PATCH: Update src/intl from gcc/intl
user name
2006-05-19 17:47:03
> ! intl/; config.rhost; libiberty/; libiberty's part
> ! ...
> ! 	merge.  Otherwise, changes are automatically merged,
usually
> ! 	within a day.

Who signed up to do the automatic merge?
PATCH: Update src/intl from gcc/intl
user name
2006-05-19 17:57:50
> > ! intl/; config.rhost; libiberty/; libiberty's
part
> > ! ...
> > ! 	merge.  Otherwise, changes are automatically
merged, usually
> > ! 	within a day.
> 
> Who signed up to do the automatic merge?

I will unless you want to add this to the libiberty merge
you do now.

intl changes even less than libiberty does.  The src version
of intl has
4 changes since January of 2002.  The GCC version has 8
changes since
Zack put the gettext 0.12.1 version in back in July 2003.

Steve Ellcey
sjecup.hp.com
PATCH: Update src/intl from gcc/intl
user name
2006-05-19 19:20:24
> I will unless you want to add this to the libiberty
merge you do now.

I don't mind adding it to my script, if people agree
that's what they
want.  It's just that nobody asked :-P
PATCH: Update src/intl from gcc/intl
user name
2006-05-20 02:59:34
DJ Delorie wrote:
>> I will unless you want to add this to the libiberty
merge you do now.
> 
> I don't mind adding it to my script, if people agree
that's what they
> want.  It's just that nobody asked :-P

I hereby request that you add automatic intl/ merging to
your script. 

-- 
Mark Mitchell
CodeSourcery
markcodesourcery.com
(650) 331-3385 x713
PATCH: Update src/intl from gcc/intl
user name
2006-05-22 15:38:56
DJ,

I have updated the intl directory to match the GCC directory
so if you
could add that to your libiberty merge process that would be
great.  I
also copied config.rpath over at the top level so that
should be added
too.

If anyone runs into a problem with the new intl directory
bits please
let me know and I will try to fix any problems that arise.

Steve Ellcey
sjecup.hp.com
PATCH: Update src/intl from gcc/intl
user name
2006-05-22 16:36:19
> I hereby request that you add automatic intl/ merging
to your script. 

Ok 
PATCH: Update src/intl from gcc/intl
user name
2006-05-22 17:56:12
> I have updated the intl directory to match the GCC
directory so if
> you could add that to your libiberty merge process that
would be
> great.  I also copied config.rpath over at the top
level so that
> should be added too.

All set.
[1-10]

about | contact  Other archives ( Real Estate discussion Medical topics )