diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-30 20:26:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-30 20:26:38 +0000 |
commit | 7ba7c8291adc5ee95b9e5d8715ed3dc747abd024 (patch) | |
tree | 4fd53ff820b126d0ec57988aec457d336f1142a1 /localedata | |
parent | 886d5973b793fbb53705db7754ebfb93c1224d26 (diff) | |
download | glibc-7ba7c8291adc5ee95b9e5d8715ed3dc747abd024.tar.gz glibc-7ba7c8291adc5ee95b9e5d8715ed3dc747abd024.tar.xz glibc-7ba7c8291adc5ee95b9e5d8715ed3dc747abd024.zip |
Update.
2003-01-30 Jakub Jelinek <jakub@redhat.com> * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_lazy_rel): Move to RESOLVE protected part of the header. * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_lazy_rel): Likewise. 2003-01-30 Ulrich Drepper <drepper@redhat.com> * stdio-common/Makefile (tests): Add bug15. (bug15-ENV): Define. * stdio-common/bug15.c: New file.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/localedata/Makefile b/localedata/Makefile index 60c69b2cf2..a7df29d9b1 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc. +# Copyright (C) 1996-2002, 2003 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -129,7 +129,8 @@ ifeq (no,$(cross-compiling)) # We have to generate locales LOCALES := de_DE.ISO-8859-1 de_DE.UTF-8 en_US.ANSI_X3.4-1968 \ en_US.ISO-8859-1 ja_JP.EUC-JP da_DK.ISO-8859-1 \ - hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 + hr_HR.ISO-8859-2 sv_SE.ISO-8859-1 ja_JP.SJIS fr_FR.ISO-8859-1 \ + vi_VN.TCVN5712-1 LOCALE_SRCS := $(shell echo "$(LOCALES)"|sed 's/\([^ .]*\)[^ ]*/\1/g') CHARMAPS := $(shell echo "$(LOCALES)" | \ sed -e 's/[^ .]*[.]\([^ ]*\)/\1/g' -e s/SJIS/SHIFT_JIS/g) |