rpms/glibc/devel glibc-fedora.patch, 1.72, 1.73 glibc.spec, 1.136, 1.137 sources, 1.108, 1.109

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 25 12:20:14 UTC 2005


Update of /cvs/dist/rpms/glibc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1418/devel

Modified Files:
	glibc-fedora.patch glibc.spec sources 
Log Message:
auto-import glibc-2.3.4-18 on branch devel from glibc-2.3.4-18.src.rpm

glibc-fedora.patch:
 ChangeLog                                            |   17 
 ChangeLog.11                                         |   21 
 ChangeLog.12                                         |   12 
 ChangeLog.15                                         |   45 ++
 Versions.def                                         |    1 
 csu/elf-init.c                                       |   18 
 debug/Versions                                       |    6 
 debug/fgets_chk.c                                    |    2 
 debug/fgets_u_chk.c                                  |    2 
 debug/getcwd_chk.c                                   |    3 
 debug/getwd_chk.c                                    |    3 
 debug/pread64_chk.c                                  |    3 
 debug/pread_chk.c                                    |    3 
 debug/read_chk.c                                     |    3 
 debug/readlink_chk.c                                 |    3 
 debug/recv_chk.c                                     |    3 
 debug/recvfrom_chk.c                                 |    3 
 debug/tst-chk1.c                                     |    9 
 elf/dl-support.c                                     |    5 
 elf/ldconfig.c                                       |   25 -
 elf/rtld.c                                           |   98 ++++
 elf/tst-tls10.h                                      |    4 
 iconv/iconvconfig.c                                  |   55 +-
 include/features.h                                   |   10 
 intl/locale.alias                                    |    2 
 libio/bits/stdio2.h                                  |   34 -
 libio/stdio.h                                        |    2 
 linuxthreads/ChangeLog                               |   34 +
 linuxthreads/Makefile                                |    7 
 linuxthreads/cancel.c                                |    1 
 linuxthreads/lockfile.c                              |    6 
 linuxthreads/semaphore.h                             |    1 
 linuxthreads/sysdeps/alpha/tls.h                     |   46 +-
 linuxthreads/sysdeps/i386/tls.h                      |    9 
 linuxthreads/sysdeps/ia64/tls.h                      |    9 
 linuxthreads/sysdeps/powerpc/tls.h                   |   12 
 linuxthreads/sysdeps/pthread/Makefile                |   12 
 linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym |   13 
 linuxthreads/sysdeps/s390/tls.h                      |    9 
 linuxthreads/sysdeps/sh/tls.h                        |    9 
 linuxthreads/sysdeps/sparc/tls.h                     |    9 
 linuxthreads/sysdeps/x86_64/tls.h                    |    9 
 linuxthreads/tst-tls1.h                              |    2 
 locale/iso-4217.def                                  |   13 
 locale/programs/3level.h                             |   36 +
 localedata/Makefile                                  |    1 
 localedata/SUPPORTED                                 |    6 
 localedata/locales/cy_GB                             |    7 
 localedata/locales/en_GB                             |    4 
 localedata/locales/en_US                             |    1 
 localedata/locales/no_NO                             |   69 +++
 localedata/locales/zh_TW                             |    6 
 nptl/ChangeLog                                       |   10 
 nptl/Makefile                                        |    8 
 nptl/descr.h                                         |    4 
 nptl/pthread_cond_destroy.c                          |   30 +
 nptl/sysdeps/unix/sysv/linux/kernel-features.h       |    6 
 nscd/connections.c                                   |   52 ++
 nscd/nscd.c                                          |    8 
 nscd/nscd.conf                                       |    4 
 nscd/nscd_conf.c                                     |    5 
 posix/Makefile                                       |   19 
 posix/bits/unistd.h                                  |   58 --
 posix/getconf.speclist.h                             |   15 
 socket/bits/socket2.h                                |   18 
 sysdeps/generic/dl-cache.h                           |    8 
 sysdeps/i386/bits/atomic.h                           |  410 +++++++++++++++++++
 sysdeps/ia64/Makefile                                |    4 
 sysdeps/ia64/ia64libgcc.S                            |  350 ----------------
 sysdeps/ia64/libgcc-compat.c                         |   84 +++
 sysdeps/unix/nice.c                                  |    7 
 sysdeps/unix/sysv/linux/i386/dl-cache.h              |   59 ++
 sysdeps/unix/sysv/linux/ia64/dl-cache.h              |   27 +
 sysdeps/unix/sysv/linux/ia64/dl-procinfo.c           |    5 
 sysdeps/unix/sysv/linux/ia64/dl-procinfo.h           |    5 
 sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed         |    2 
 sysdeps/unix/sysv/linux/paths.h                      |    2 
 sysdeps/unix/sysv/linux/readonly-area.c              |    5 
 sysdeps/unix/sysv/linux/tcsetattr.c                  |   32 +
 sysdeps/wordsize-64/strtol_l.c                       |    2 
 sysdeps/wordsize-64/wcstol_l.c                       |    2 
 version.h                                            |    2 
 82 files changed, 1422 insertions(+), 544 deletions(-)

Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- glibc-fedora.patch	25 Mar 2005 08:31:15 -0000	1.72
+++ glibc-fedora.patch	25 Mar 2005 12:20:11 -0000	1.73
@@ -1,6 +1,15 @@
 --- glibc-20050324T0715/ChangeLog	24 Mar 2005 00:20:39 -0000	1.9292
-+++ glibc-20050324T0715-fedora/ChangeLog	24 Mar 2005 08:18:28 -0000	1.8782.2.88
-@@ -968,6 +968,18 @@
++++ glibc-20050324T0715-fedora/ChangeLog	25 Mar 2005 11:58:56 -0000	1.8782.2.89
+@@ -1,3 +1,8 @@
++2005-03-25  Jakub Jelinek  <jakub at redhat.com>
++
++	* sysdeps/wordsize-64/strtol_l.c: Don't add aliases if UNSIGNED.
++	* sysdeps/wordsize-64/wcstol_l.c: Likewise.
++
+ 2005-03-23  Jakub Jelinek  <jakub at redhat.com>
+ 
+ 	* nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
+@@ -968,6 +973,18 @@
  
  	* scripts/soversions.awk: Fix default version set handling.
  
@@ -3133,30 +3142,25 @@
 @@ -1 +1 @@
 -s_^\(RTLDLIST=\)\([^ 	]*\)-ia64\(\.so\.[0-9.]*\)[ 	]*$_\1"\2-ia64\3 \2\3"_
 +s_^\(RTLDLIST=\)\([^ 	]*\)-ia64\(\.so\.[0-9.]*\)[ 	]*$_\1"\2-ia64\3 /emul/ia32-linux\2\3"_
-2005-03-24  Jakub Jelinek  <jakub at redhat.com>
-
-	* sysdeps/wordsize-64/strtol_l.c: Don't add aliases if UNSIGNED.
-	* sysdeps/wordsize-64/wcstol_l.c: Likewise.
-
---- libc/sysdeps/wordsize-64/strtol_l.c.jj	2003-03-03 04:45:12.000000000 -0500
-+++ libc/sysdeps/wordsize-64/strtol_l.c	2005-03-24 08:09:38.970943112 -0500
+--- glibc-20050324T0715/sysdeps/wordsize-64/strtol_l.c	3 Mar 2003 09:45:12 -0000	1.4
++++ glibc-20050324T0715-fedora/sysdeps/wordsize-64/strtol_l.c	25 Mar 2005 11:59:01 -0000	1.4.2.1
 @@ -8,7 +8,9 @@
  #undef ____strtoll_l_internal
  #undef __strtoll_l
  #undef strtoll_l
-+#ifndef UNSIGNED
++#if !UNSIGNED
  strong_alias (____strtol_l_internal, ____strtoll_l_internal)
  libc_hidden_ver (____strtol_l_internal, ____strtoll_l_internal)
  weak_alias (__strtol_l, __strtoll_l)
  weak_alias (__strtol_l, strtoll_l)
 +#endif
---- libc/sysdeps/wordsize-64/wcstol_l.c.jj	2002-08-08 07:44:51.000000000 -0400
-+++ libc/sysdeps/wordsize-64/wcstol_l.c	2005-03-24 08:09:02.632875928 -0500
+--- glibc-20050324T0715/sysdeps/wordsize-64/wcstol_l.c	8 Aug 2002 11:44:51 -0000	1.4
++++ glibc-20050324T0715-fedora/sysdeps/wordsize-64/wcstol_l.c	25 Mar 2005 11:59:01 -0000	1.4.2.1
 @@ -8,6 +8,8 @@
  #undef ____wcstoll_l_internal
  #undef __wcstoll_l
  #undef wcstoll_l
-+#ifndef UNSIGNED
++#if !UNSIGNED
  strong_alias (____wcstol_l_internal, ____wcstoll_l_internal)
  weak_alias (__wcstol_l, __wcstoll_l)
  weak_alias (__wcstol_l, wcstoll_l)


Index: glibc.spec
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc.spec,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- glibc.spec	24 Mar 2005 09:08:31 -0000	1.136
+++ glibc.spec	25 Mar 2005 12:20:11 -0000	1.137
@@ -1,7 +1,7 @@
 %define glibcdate 20050324T0715
 %define glibcname glibc
 %define glibcversion 2.3.4
-%define glibcrelease 17
+%define glibcrelease 18
 %define auxarches i586 i686 athlon sparcv9 alphaev6
 %define prelinkarches noarch
 %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64
@@ -1278,6 +1278,9 @@
 %endif
 
 %changelog
+* Fri Mar 25 2005 Jakub Jelinek <jakub at redhat.com> 2.3.4-18
+- fix build on 64-bit arches with new GCC
+
 * Thu Mar 24 2005 Jakub Jelinek <jakub at redhat.com> 2.3.4-17
 - update from CVS
   - fix LD_AUDIT in LinuxThreads ld.so


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/sources,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- sources	24 Mar 2005 09:08:31 -0000	1.108
+++ sources	25 Mar 2005 12:20:11 -0000	1.109
@@ -1,2 +1,2 @@
 094f0a506082c395c44868109871cf89  glibc-20050324T0715.tar.bz2
-8db05af4f98f83078d0b9d89248cb2a3  glibc-fedora-20050324T0715.tar.bz2
+e0f737658ef41f394d3db0b12eeb526e  glibc-fedora-20050324T0715.tar.bz2




More information about the fedora-cvs-commits mailing list