rpms/glibc/devel glibc-fedora.patch,1.218,1.219

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Mar 18 12:02:25 UTC 2007


Author: jakub

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

Modified Files:
	glibc-fedora.patch 
Log Message:
2.5.90-19

glibc-fedora.patch:
 ChangeLog                                                  |    9 
 ChangeLog.15                                               |   37 +
 ChangeLog.16                                               |  101 +++
 csu/Makefile                                               |    3 
 csu/elf-init.c                                             |   17 
 debug/tst-chk1.c                                           |    7 
 elf/ldconfig.c                                             |   25 
 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/nscd/gai.c                                            |    3 
 libc/powerpc-cpu/sysdeps/powerpc/powerpc32/power4/memset.S |    4 
 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 
 manual/libc.texinfo                                        |    2 
 nis/nss                                                    |    2 
 nptl/ChangeLog                                             |   19 
 nptl/Makefile                                              |   11 
 nptl/sysdeps/unix/sysv/linux/kernel-features.h             |    6 
 nptl/tst-stackguard1.c                                     |    8 
 nscd/connections.c                                         |   18 
 nscd/nscd.c                                                |    4 
 nscd/nscd.conf                                             |    4 
 nscd/nscd.init                                             |   19 
 posix/Makefile                                             |   18 
 posix/getconf.speclist.h                                   |   15 
 sysdeps/generic/dl-cache.h                                 |    8 
 sysdeps/i386/Makefile                                      |    8 
 sysdeps/ia64/Makefile                                      |    4 
 sysdeps/ia64/ia64libgcc.S                                  |  350 -------------
 sysdeps/ia64/libgcc-compat.c                               |   84 +++
 sysdeps/powerpc/powerpc64/Makefile                         |    1 
 sysdeps/unix/nice.c                                        |    7 
 sysdeps/unix/sysv/linux/check_pf.c                         |    5 
 sysdeps/unix/sysv/linux/dl-osinfo.h                        |   29 +
 sysdeps/unix/sysv/linux/futimesat.c                        |   23 
 sysdeps/unix/sysv/linux/i386/clone.S                       |    4 
 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/netlinkaccess.h                    |   18 
 sysdeps/unix/sysv/linux/paths.h                            |    2 
 sysdeps/unix/sysv/linux/tcsetattr.c                        |   32 +
 sysdeps/unix/sysv/linux/x86_64/clone.S                     |    4 
 59 files changed, 816 insertions(+), 481 deletions(-)

Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.218
retrieving revision 1.219
diff -u -r1.218 -r1.219
--- glibc-fedora.patch	17 Mar 2007 22:07:06 -0000	1.218
+++ glibc-fedora.patch	18 Mar 2007 12:02:21 -0000	1.219
@@ -2206,3 +2206,22 @@
  /* __ptr_t [r3] memset (__ptr_t s [r3], int c [r4], size_t n [r5]));
     Returns 's'.
  
+--- libc/nscd/gai.c	2007-01-17 10:00:57.000000000 +0100
++++ libc/nscd/gai.c	2007-03-18 13:00:25.000000000 +0100
+@@ -15,6 +15,7 @@
+    along with this program; if not, write to the Free Software Foundation,
+    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+ 
++#include <alloca.h>
+ /* This file uses the getaddrinfo code but it compiles it without NSCD
+    support.  We just need a few symbol renames.  */
+ #define __inet_aton inet_aton
+@@ -25,6 +26,8 @@
+ #define __sendto sendto
+ #define __strchrnul strchrnul
+ #define __getline getline
++/* nscd uses 1MB or 2MB thread stacks.  */
++#define __libc_use_alloca(size) (size <= __MAX_ALLOCA_CUTOFF)
+ 
+ #include <getaddrinfo.c>
+ 




More information about the fedora-cvs-commits mailing list