[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/glibc/devel glibc-fedora.patch,1.138,1.139



Author: jakub

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

Modified Files:
	glibc-fedora.patch 
Log Message:
2.3.90-39


glibc-fedora.patch:
 ChangeLog                                          |   68 ++++
 ChangeLog.11                                       |   21 +
 ChangeLog.12                                       |   12 
 ChangeLog.15                                       |   45 ++
 csu/elf-init.c                                     |   17 +
 debug/tst-chk1.c                                   |    7 
 elf/ldconfig.c                                     |   38 +-
 elf/tst-stackguard1.c                              |    8 
 iconv/iconvconfig.c                                |   55 +--
 include/bits/stdlib-ldbl.h                         |    1 
 include/bits/wchar-ldbl.h                          |    1 
 include/features.h                                 |    8 
 intl/locale.alias                                  |    2 
 libc/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h |    2 
 libio/bits/stdio2.h                                |   19 -
 libio/stdio.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/no_NO                           |   69 ++++
 localedata/locales/zh_TW                           |    6 
 malloc/mcheck.c                                    |   30 +
 malloc/mtrace.c                                    |   20 -
 nptl/ChangeLog                                     |   27 +
 nptl/Makefile                                      |    8 
 nptl/sysdeps/unix/sysv/linux/kernel-features.h     |    6 
 nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h  |   58 +++
 nptl/tst-stackguard1.c                             |    8 
 nscd/connections.c                                 |   15 
 nscd/nscd.c                                        |    4 
 nscd/nscd.conf                                     |    4 
 nscd/nscd.init                                     |   19 -
 posix/Makefile                                     |   19 -
 posix/getconf.speclist.h                           |   15 
 sysdeps/generic/dl-cache.h                         |    8 
 sysdeps/ia64/Makefile                              |    4 
 sysdeps/ia64/ia64libgcc.S                          |  350 ---------------------
 sysdeps/ia64/libgcc-compat.c                       |   84 +++++
 sysdeps/unix/nice.c                                |    7 
 sysdeps/unix/sysv/linux/dl-osinfo.h                |   29 +
 sysdeps/unix/sysv/linux/futimesat.c                |   23 -
 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/tcsetattr.c                |   32 +
 51 files changed, 849 insertions(+), 469 deletions(-)

Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- glibc-fedora.patch	1 Mar 2006 09:47:51 -0000	1.138
+++ glibc-fedora.patch	1 Mar 2006 12:33:03 -0000	1.139
@@ -2210,3 +2210,14 @@
 @@ -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"_
+--- libc/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h.jj	2006-02-28 15:14:07.000000000 +0100
++++ libc/sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h	2006-03-01 13:31:48.000000000 +0100
+@@ -268,7 +268,7 @@
+ 	register unsigned long gpr6 asm ("6") = (unsigned long)(arg5);
+ #define DECLARGS_6(arg1, arg2, arg3, arg4, arg5, arg6) \
+ 	DECLARGS_5(arg1, arg2, arg3, arg4, arg5) \
+-	register unsigned long gpr6 asm ("7") = (unsigned long)(arg6);
++	register unsigned long gpr7 asm ("7") = (unsigned long)(arg6);
+ 
+ #define ASMFMT_0
+ #define ASMFMT_1 , "0" (gpr2)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]