rpms/glibc/devel glibc-fedora.patch,1.71,1.72

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 25 08:31:18 UTC 2005


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

Modified Files:
	glibc-fedora.patch 
Log Message:
Fix wcstol and strtol with new GCC.


glibc-fedora.patch:
 ChangeLog                                            |   12 
 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 
 libc/sysdeps/wordsize-64/strtol_l.c                  |    2 
 libc/sysdeps/wordsize-64/wcstol_l.c                  |    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 +
 version.h                                            |    2 
 82 files changed, 1417 insertions(+), 544 deletions(-)

Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- glibc-fedora.patch	24 Mar 2005 09:08:31 -0000	1.71
+++ glibc-fedora.patch	25 Mar 2005 08:31:15 -0000	1.72
@@ -3133,3 +3133,31 @@
 @@ -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
+@@ -8,7 +8,9 @@
+ #undef ____strtoll_l_internal
+ #undef __strtoll_l
+ #undef strtoll_l
++#ifndef 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
+@@ -8,6 +8,8 @@
+ #undef ____wcstoll_l_internal
+ #undef __wcstoll_l
+ #undef wcstoll_l
++#ifndef UNSIGNED
+ strong_alias (____wcstol_l_internal, ____wcstoll_l_internal)
+ weak_alias (__wcstol_l, __wcstoll_l)
+ weak_alias (__wcstol_l, wcstoll_l)
++#endif




More information about the fedora-cvs-commits mailing list