rpms/glibc/devel glibc-fedora.patch,1.108,1.109

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 15 10:01:31 UTC 2005


Author: jakub

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

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


glibc-fedora.patch:
 ChangeLog                                      |   34 ++
 ChangeLog.11                                   |   21 +
 ChangeLog.12                                   |   12 
 ChangeLog.15                                   |   45 +++
 csu/elf-init.c                                 |   17 +
 debug/tst-chk1.c                               |    7 
 elf/ldconfig.c                                 |   25 +
 elf/tst-stackguard1.c                          |    8 
 iconv/iconvconfig.c                            |   55 ++-
 include/features.h                             |    8 
 intl/locale.alias                              |    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 
 nptl/ChangeLog                                 |   19 +
 nptl/Makefile                                  |    8 
 nptl/sysdeps/unix/sysv/linux/kernel-features.h |    6 
 nptl/tst-stackguard1.c                         |    8 
 nscd/connections.c                             |   15 +
 nscd/nscd.c                                    |    4 
 nscd/nscd.conf                                 |    4 
 nscd/nscd.init                                 |   19 -
 nscd/selinux.c                                 |    2 
 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/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 ++
 45 files changed, 694 insertions(+), 436 deletions(-)

Index: glibc-fedora.patch
===================================================================
RCS file: /cvs/dist/rpms/glibc/devel/glibc-fedora.patch,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- glibc-fedora.patch	15 Nov 2005 09:36:30 -0000	1.108
+++ glibc-fedora.patch	15 Nov 2005 10:01:26 -0000	1.109
@@ -224,21 +224,21 @@
  
  	* scripts/extract-abilist.awk: If `lastversion' variable defined, omit
 --- glibc-20051115T0809/csu/elf-init.c	5 Nov 2005 17:41:38 -0000	1.8
-+++ glibc-20051115T0809-fedora/csu/elf-init.c	15 Nov 2005 08:21:54 -0000	1.3.2.5
-@@ -49,6 +49,24 @@ extern void (*__init_array_end []) (int,
++++ glibc-20051115T0809-fedora/csu/elf-init.c	15 Nov 2005 09:54:10 -0000	1.3.2.6
+@@ -49,6 +49,23 @@ extern void (*__init_array_end []) (int,
  extern void (*__fini_array_start []) (void) attribute_hidden;
  extern void (*__fini_array_end []) (void) attribute_hidden;
  
-+# if defined HAVE_VISIBILITY_ATTRIBUTE \
-+     && (defined SHARED || defined LIBC_NONSHARED)
-+#  define hidden_undef_2(x) #x
-+#  define hidden_undef_1(x) hidden_undef_2 (x)
-+#  define hidden_undef(x) \
++#if defined HAVE_VISIBILITY_ATTRIBUTE \
++    && (defined SHARED || defined LIBC_NONSHARED)
++# define hidden_undef_2(x) #x
++# define hidden_undef_1(x) hidden_undef_2 (x)
++# define hidden_undef(x) \
 +  __asm (hidden_undef_1 (ASM_GLOBAL_DIRECTIVE) " " #x); \
 +  __asm (".hidden " #x);
-+# else
-+#  define hidden_undef(x)
-+# endif
++#else
++# define hidden_undef(x)
++#endif
 +
 +hidden_undef (__preinit_array_start)
 +hidden_undef (__preinit_array_end)
@@ -246,7 +246,6 @@
 +hidden_undef (__init_array_end)
 +hidden_undef (__fini_array_start)
 +hidden_undef (__fini_array_end)
-+#endif
  
  /* These function symbols are provided for the .init/.fini section entry
     points automagically by the linker.  */




More information about the fedora-cvs-commits mailing list