diff --git a/.cvsignore b/.cvsignore index 9dd9d46..14342b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -glibc-20041021T0701.tar.bz2 -glibc-fedora-20041021T0701.tar.bz2 +glibc-20041102T1153.tar.bz2 +glibc-fedora-20041102T1153.tar.bz2 diff --git a/glibc-fedora.patch b/glibc-fedora.patch index aa9622d..b8a8749 100644 --- a/glibc-fedora.patch +++ b/glibc-fedora.patch @@ -1,6 +1,39 @@ ---- glibc-20041021T0701/ChangeLog 21 Oct 2004 01:29:31 -0000 1.8910 -+++ glibc-20041021T0701-fedora/ChangeLog 21 Oct 2004 07:16:40 -0000 1.8782.2.27 -@@ -1,3 +1,8 @@ +--- glibc-20041102T1153/ChangeLog 1 Nov 2004 05:31:52 -0000 1.8953 ++++ glibc-20041102T1153-fedora/ChangeLog 2 Nov 2004 13:30:10 -0000 1.8782.2.32 +@@ -1,3 +1,29 @@ ++2004-11-02 Jakub Jelinek ++ ++ * include/features.h (__USE_FORTIFY_LEVEL): Also set for Red Hat ++ GCC 3.4.x-RH >= 3.4.2-8. ++ * libio/bits/features.h (printf, fprintf, vprintf, vfprintf): For ++ GCC 3.4.x-RH use __builtin___{,v}{,f}printf_chk instead of ++ __{,v}{,f}printf_chk. ++ * debug/tst-chk1.c (do_test): Deal with GCC 3.4.x-RH not ++ being able to recognize subobjects. ++ ++2004-11-01 Jakub Jelinek ++ ++ * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h [__WORDSIZE == 32] ++ (elf_fpxregset_t): New type. ++ (struct elf_prpsinfo): If __WORDSIZE == 32, change pr_[ug]id type ++ to unsigned short int. ++ * sysdeps/unix/sysv/linux/x86_64/sys/user.h ++ (struct user_fpregs_struct): Fix comment. ++ * sysdeps/i386/fpu/bits/mathdef.h (float_t, double_t): If ++ __FLOAT_EVAL_METHOD__ is defined and 0, typedef to float resp. double. ++ * sysdeps/x86_64/fpu/bits/mathdef.h: Include bits/wordsize.h. ++ (float_t, double_t): If -m32 and not -mfpmath=sse, typedef to ++ long double. ++ * sysdeps/x86_64/fpu/bits/fenv.h: Include bits/wordsize.h. ++ (fenv_t): Remove __mxcsr field for -m32. ++ + 2004-10-31 Mariusz Mazur + + * sysdeps/unix/sysv/linux/alpha/setregid.c: New file. +@@ -293,6 +319,11 @@ + * posix/execvp.c (execvp): Also ignore ENODEV and ETIMEDOUT errno + values. + +2004-10-20 Jakub Jelinek + + * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): If /proc @@ -9,7 +42,7 @@ 2004-10-20 Roland McGrath * Makeconfig ($(common-objpfx)shlib-versions.v.i): Check also -@@ -70,6 +75,11 @@ +@@ -365,6 +396,11 @@ * debug/catchsegv.sh: Update copyright year. Use mktemp to create segv_output file. @@ -21,7 +54,7 @@ 2004-10-18 Jakub Jelinek * elf/dl-libc.c (__libc_dlsym_private, __libc_register_dl_open_hook): -@@ -1053,6 +1063,22 @@ +@@ -1348,6 +1384,22 @@ * string/string.h: Add __nonnull annotations. * stdlib/stdlib.h: Likewise. @@ -44,7 +77,7 @@ 2004-09-20 H.J. Lu * sysdeps/unix/sysv/linux/ia64/sysdep.h (DO_INLINE_SYSCALL): -@@ -1782,6 +1808,23 @@ +@@ -2077,6 +2129,23 @@ before return type. * locale/localename.c (__current_locale_name): Likewise. @@ -68,7 +101,7 @@ 2004-08-30 Roland McGrath * scripts/extract-abilist.awk: If `lastversion' variable defined, omit -@@ -1938,6 +1981,22 @@ +@@ -2233,6 +2302,22 @@ * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize status to NSS_STATUS_UNAVAIL. @@ -91,7 +124,7 @@ 2004-08-19 Ulrich Drepper * sysdeps/posix/getaddrinfo.c (gaih_inet): Use h->h_name in the -@@ -2242,6 +2301,12 @@ +@@ -2537,6 +2622,12 @@ * iconvdata/testdata/ISO-2022-JP-3: Regenerated. @@ -104,8 +137,8 @@ 2004-08-10 Alfred M. Szmidt * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition. ---- glibc-20041021T0701/ChangeLog.11 10 Nov 2000 03:31:36 -0000 1.1 -+++ glibc-20041021T0701-fedora/ChangeLog.11 22 Sep 2004 21:20:47 -0000 1.1.4.1 +--- glibc-20041102T1153/ChangeLog.11 10 Nov 2000 03:31:36 -0000 1.1 ++++ glibc-20041102T1153-fedora/ChangeLog.11 22 Sep 2004 21:20:47 -0000 1.1.4.1 @@ -1352,6 +1352,11 @@ * sysdeps/unix/sysv/linux/mips/sys/tas.h: Add missing .mips0 at the end of inline assembler code. @@ -155,8 +188,8 @@ * sysdeps/arm/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Add __extension__ to hexadecimal floating constant notation. * sysdeps/i386/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL): ---- glibc-20041021T0701/ChangeLog.12 16 Aug 2001 05:24:54 -0000 1.1 -+++ glibc-20041021T0701-fedora/ChangeLog.12 22 Sep 2004 21:20:47 -0000 1.1.4.1 +--- glibc-20041102T1153/ChangeLog.12 16 Aug 2001 05:24:54 -0000 1.1 ++++ glibc-20041102T1153-fedora/ChangeLog.12 22 Sep 2004 21:20:47 -0000 1.1.4.1 @@ -7729,6 +7729,13 @@ * Versions.def [ld]: Add GLIBC_2.2.1. @@ -183,8 +216,8 @@ 2001-01-02 Franz Sirl * sysdeps/powerpc/dl-machine.c (__process_machine_rela): Fix typo. ---- glibc-20041021T0701/csu/elf-init.c 16 Aug 2004 04:51:00 -0000 1.3 -+++ glibc-20041021T0701-fedora/csu/elf-init.c 22 Sep 2004 21:20:47 -0000 1.3.2.1 +--- glibc-20041102T1153/csu/elf-init.c 16 Aug 2004 04:51:00 -0000 1.3 ++++ glibc-20041102T1153-fedora/csu/elf-init.c 22 Sep 2004 21:20:47 -0000 1.3.2.1 @@ -44,6 +44,24 @@ extern void (*__init_array_start []) (vo extern void (*__init_array_end []) (void) attribute_hidden; extern void (*__fini_array_start []) (void) attribute_hidden; @@ -210,8 +243,28 @@ #endif /* These function symbols are provided for the .init/.fini section entry ---- glibc-20041021T0701/elf/dl-support.c 14 Oct 2004 02:06:18 -0000 1.86 -+++ glibc-20041021T0701-fedora/elf/dl-support.c 14 Oct 2004 05:57:53 -0000 1.84.2.3 +--- glibc-20041102T1153/debug/tst-chk1.c 18 Oct 2004 04:17:17 -0000 1.1 ++++ glibc-20041102T1153-fedora/debug/tst-chk1.c 2 Nov 2004 13:30:18 -0000 1.1.2.2 +@@ -201,7 +201,7 @@ do_test (void) + if (memcmp (a.buf1, "aabcdabcjj", 10)) + FAIL (); + +-#if __USE_FORTIFY_LEVEL < 2 ++#if __USE_FORTIFY_LEVEL < 2 || !__GNUC_PREREQ (4, 0) + /* The following tests are supposed to crash with -D_FORTIFY_SOURCE=2 + and sufficient GCC support, as the string operations overflow + from a.buf1 into a.buf2. */ +@@ -300,7 +300,7 @@ do_test (void) + memset (a.buf1 + 9, 'j', l0 + 2); + CHK_FAIL_END + +-#if __USE_FORTIFY_LEVEL >= 2 ++#if __USE_FORTIFY_LEVEL >= 2 && __GNUC_PREREQ (4, 0) + # define O 0 + #else + # define O 1 +--- glibc-20041102T1153/elf/dl-support.c 14 Oct 2004 02:06:18 -0000 1.86 ++++ glibc-20041102T1153-fedora/elf/dl-support.c 14 Oct 2004 05:57:53 -0000 1.84.2.3 @@ -274,6 +274,11 @@ _dl_non_dynamic_init (void) if (_dl_platform != NULL) _dl_platformlen = strlen (_dl_platform); @@ -224,8 +277,8 @@ /* Scan for a program header telling us the stack is nonexecutable. */ if (_dl_phdr != NULL) for (uint_fast16_t i = 0; i < _dl_phnum; ++i) ---- glibc-20041021T0701/elf/ldconfig.c 10 Aug 2004 04:04:32 -0000 1.47 -+++ glibc-20041021T0701-fedora/elf/ldconfig.c 22 Sep 2004 21:20:48 -0000 1.47.2.1 +--- glibc-20041102T1153/elf/ldconfig.c 10 Aug 2004 04:04:32 -0000 1.47 ++++ glibc-20041102T1153-fedora/elf/ldconfig.c 22 Sep 2004 21:20:48 -0000 1.47.2.1 @@ -944,17 +944,19 @@ search_dirs (void) @@ -307,8 +360,8 @@ } search_dirs (); ---- glibc-20041021T0701/elf/rtld.c 14 Oct 2004 09:23:31 -0000 1.335 -+++ glibc-20041021T0701-fedora/elf/rtld.c 14 Oct 2004 09:57:38 -0000 1.330.2.6 +--- glibc-20041102T1153/elf/rtld.c 14 Oct 2004 09:23:31 -0000 1.335 ++++ glibc-20041102T1153-fedora/elf/rtld.c 14 Oct 2004 09:57:38 -0000 1.330.2.6 @@ -1087,6 +1087,53 @@ of this helper program; chances are you ++GL(dl_ns)[LM_ID_BASE]._ns_nloaded; ++GL(dl_load_adds); @@ -431,8 +484,17 @@ if (__builtin_expect (npreloads, 0) != 0) { /* Set up PRELOADS with a vector of the preloaded libraries. */ ---- glibc-20041021T0701/elf/tst-tls10.h 17 Apr 2003 19:19:01 -0000 1.1 -+++ glibc-20041021T0701-fedora/elf/tst-tls10.h 22 Sep 2004 21:20:48 -0000 1.1.2.1 +--- glibc-20041102T1153/elf/tst-dlmopen3.c 27 Oct 2004 22:01:03 -0000 1.2 ++++ glibc-20041102T1153-fedora/elf/tst-dlmopen3.c 27 Oct 2004 21:29:07 -0000 1.1.2.1 +@@ -1,5 +1,6 @@ + #include + #include ++#include + + + static int +--- glibc-20041102T1153/elf/tst-tls10.h 17 Apr 2003 19:19:01 -0000 1.1 ++++ glibc-20041102T1153-fedora/elf/tst-tls10.h 22 Sep 2004 21:20:48 -0000 1.1.2.1 @@ -1,8 +1,8 @@ #include #include @@ -444,8 +506,8 @@ # define USE_TLS__THREAD struct A ---- glibc-20041021T0701/iconv/iconvconfig.c 24 Sep 2004 17:09:04 -0000 1.20 -+++ glibc-20041021T0701-fedora/iconv/iconvconfig.c 22 Sep 2004 21:20:51 -0000 1.19.2.1 +--- glibc-20041102T1153/iconv/iconvconfig.c 24 Sep 2004 17:09:04 -0000 1.20 ++++ glibc-20041102T1153-fedora/iconv/iconvconfig.c 22 Sep 2004 21:20:51 -0000 1.19.2.1 @@ -989,6 +989,34 @@ next_prime (uint32_t seed) module name offset (following last entry with step count 0) @@ -522,8 +584,8 @@ /* Open the output file. */ assert (GCONV_MODULES_CACHE[0] == '/'); strcpy (stpcpy (mempcpy (tmpfname, prefix, prefix_len), GCONV_MODULES_CACHE), ---- glibc-20041021T0701/include/features.h 18 Oct 2004 04:17:16 -0000 1.36 -+++ glibc-20041021T0701-fedora/include/features.h 18 Oct 2004 22:56:48 -0000 1.35.2.3 +--- glibc-20041102T1153/include/features.h 18 Oct 2004 04:17:16 -0000 1.36 ++++ glibc-20041102T1153-fedora/include/features.h 2 Nov 2004 13:30:19 -0000 1.35.2.4 @@ -181,8 +181,8 @@ /* If none of the ANSI/POSIX macros are defined, use POSIX.1 and POSIX.2 @@ -535,19 +597,23 @@ # define _POSIX_SOURCE 1 # if defined _XOPEN_SOURCE && (_XOPEN_SOURCE - 0) < 500 # define _POSIX_C_SOURCE 2 -@@ -262,7 +262,9 @@ +@@ -262,7 +262,13 @@ # define __USE_REENTRANT 1 #endif -#if _FORTIFY_SOURCE > 0 && __GNUC_PREREQ (4, 1) && __OPTIMIZE__ > 0 +#if _FORTIFY_SOURCE > 0 && __OPTIMIZE__ > 0 \ + && (__GNUC_PREREQ (4, 1) \ -+ || (defined __GNUC_RH_RELEASE__ && __GNUC_PREREQ (4, 0))) ++ || (defined __GNUC_RH_RELEASE__ && __GNUC_PREREQ (4, 0)) \ ++ || (defined __GNUC_RH_RELEASE__ && __GNUC_PREREQ (3, 4) \ ++ && __GNUC_MINOR__ == 4 \ ++ && (__GNUC_PATCHLEVEL__ > 2 \ ++ || (__GNUC_PATCHLEVEL__ == 2 && __GNUC_RH_RELEASE__ >= 8)))) # if _FORTIFY_SOURCE == 1 # define __USE_FORTIFY_LEVEL 1 # elif _FORTIFY_SOURCE > 1 ---- glibc-20041021T0701/intl/locale.alias 4 Dec 2003 07:57:47 -0000 1.23 -+++ glibc-20041021T0701-fedora/intl/locale.alias 22 Sep 2004 21:20:53 -0000 1.23.2.1 +--- glibc-20041102T1153/intl/locale.alias 4 Dec 2003 07:57:47 -0000 1.23 ++++ glibc-20041102T1153-fedora/intl/locale.alias 22 Sep 2004 21:20:53 -0000 1.23.2.1 @@ -58,8 +58,6 @@ korean ko_KR.eucKR korean.euc ko_KR.eucKR ko_KR ko_KR.eucKR @@ -557,8 +623,8 @@ norwegian nb_NO.ISO-8859-1 nynorsk nn_NO.ISO-8859-1 polish pl_PL.ISO-8859-2 ---- glibc-20041021T0701/libio/stdio.h 18 Oct 2004 04:17:15 -0000 1.79 -+++ glibc-20041021T0701-fedora/libio/stdio.h 18 Oct 2004 09:58:44 -0000 1.78.2.2 +--- glibc-20041102T1153/libio/stdio.h 18 Oct 2004 04:17:15 -0000 1.79 ++++ glibc-20041102T1153-fedora/libio/stdio.h 18 Oct 2004 09:58:44 -0000 1.78.2.2 @@ -142,10 +142,12 @@ typedef _G_fpos64_t fpos64_t; extern struct _IO_FILE *stdin; /* Standard input stream. */ extern struct _IO_FILE *stdout; /* Standard output stream. */ @@ -572,8 +638,40 @@ __BEGIN_NAMESPACE_STD /* Remove file FILENAME. */ ---- glibc-20041021T0701/linuxthreads/ChangeLog 19 Oct 2004 05:13:11 -0000 1.825 -+++ glibc-20041021T0701-fedora/linuxthreads/ChangeLog 20 Oct 2004 10:47:15 -0000 1.817.2.7 +--- glibc-20041102T1153/libio/bits/stdio2.h 18 Oct 2004 04:17:14 -0000 1.1 ++++ glibc-20041102T1153-fedora/libio/bits/stdio2.h 2 Nov 2004 13:30:19 -0000 1.1.2.2 +@@ -61,14 +61,25 @@ extern int __vfprintf_chk (FILE *__restr + extern int __vprintf_chk (int __flag, __const char *__restrict __format, + _G_va_list __ap); + +-# define printf(...) \ ++# if __GNUC_PREREQ (4, 0) ++# define printf(...) \ + __printf_chk (__USE_FORTIFY_LEVEL - 1, __VA_ARGS__) +-# define fprintf(stream, ...) \ ++# define fprintf(stream, ...) \ + __fprintf_chk (stream, __USE_FORTIFY_LEVEL - 1, __VA_ARGS__) +-# define vprintf(format, ap) \ ++# define vprintf(format, ap) \ + __vprintf_chk (__USE_FORTIFY_LEVEL - 1, format, ap) +-# define vfprintf(stream, format, ap) \ ++# define vfprintf(stream, format, ap) \ + __vfprintf_chk (stream, __USE_FORTIFY_LEVEL - 1, format, ap) ++# else ++# define printf(...) \ ++ __builtin___printf_chk (__USE_FORTIFY_LEVEL - 1, __VA_ARGS__) ++# define fprintf(stream, ...) \ ++ __builtin___fprintf_chk (stream, __USE_FORTIFY_LEVEL - 1, __VA_ARGS__) ++# define vprintf(format, ap) \ ++ __builtin___vprintf_chk (__USE_FORTIFY_LEVEL - 1, format, ap) ++# define vfprintf(stream, format, ap) \ ++ __builtin___vfprintf_chk (stream, __USE_FORTIFY_LEVEL - 1, format, ap) ++# endif + + #endif + +--- glibc-20041102T1153/linuxthreads/ChangeLog 19 Oct 2004 05:13:11 -0000 1.825 ++++ glibc-20041102T1153-fedora/linuxthreads/ChangeLog 20 Oct 2004 10:47:15 -0000 1.817.2.7 @@ -671,6 +671,12 @@ (pthread_barrierattr_setpshared): Return EINVAL if pshared is neither PTHREAD_PROCESS_PRIVATE nor PTHREAD_PROCESS_SHARED. @@ -622,8 +720,8 @@ * descr.h (struct _pthread_descr_struct): Provide p_res member even if USE_TLS && HAVE___THREAD. * sysdeps/pthread/res-state.c (__res_state): Return __resp ---- glibc-20041021T0701/linuxthreads/Makefile 19 Oct 2004 05:12:58 -0000 1.95 -+++ glibc-20041021T0701-fedora/linuxthreads/Makefile 20 Oct 2004 10:47:17 -0000 1.94.2.2 +--- glibc-20041102T1153/linuxthreads/Makefile 19 Oct 2004 05:12:58 -0000 1.95 ++++ glibc-20041102T1153-fedora/linuxthreads/Makefile 20 Oct 2004 10:47:17 -0000 1.94.2.2 @@ -256,15 +256,18 @@ $(addprefix $(objpfx), \ $(filter-out $(tests-static) $(tests-reverse) unload, \ $(tests) $(test-srcs))): $(objpfx)libpthread.so \ @@ -645,8 +743,8 @@ else $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a $(addprefix $(objpfx),$(librt-tests)): $(common-objpfx)rt/librt.a ---- glibc-20041021T0701/linuxthreads/cancel.c 22 Feb 2003 00:55:21 -0000 1.23 -+++ glibc-20041021T0701-fedora/linuxthreads/cancel.c 22 Sep 2004 21:20:55 -0000 1.23.2.1 +--- glibc-20041102T1153/linuxthreads/cancel.c 22 Feb 2003 00:55:21 -0000 1.23 ++++ glibc-20041102T1153-fedora/linuxthreads/cancel.c 22 Sep 2004 21:20:55 -0000 1.23.2.1 @@ -230,5 +230,6 @@ void __pthread_perform_cleanup(char *cur } @@ -654,8 +752,8 @@ + THREAD_SETMEM (self, p_cancelstate, PTHREAD_CANCEL_DISABLE); __libc_thread_freeres (); } ---- glibc-20041021T0701/linuxthreads/lockfile.c 18 Dec 2002 01:16:46 -0000 1.10 -+++ glibc-20041021T0701-fedora/linuxthreads/lockfile.c 22 Sep 2004 21:20:55 -0000 1.10.2.1 +--- glibc-20041102T1153/linuxthreads/lockfile.c 18 Dec 2002 01:16:46 -0000 1.10 ++++ glibc-20041102T1153-fedora/linuxthreads/lockfile.c 22 Sep 2004 21:20:55 -0000 1.10.2.1 @@ -74,7 +74,11 @@ __fresetlockfiles (void) __pthread_mutexattr_settype (&attr, PTHREAD_MUTEX_RECURSIVE_NP); @@ -669,8 +767,8 @@ __pthread_mutexattr_destroy (&attr); ---- glibc-20041021T0701/linuxthreads/semaphore.h 17 Apr 2004 23:01:39 -0000 1.13 -+++ glibc-20041021T0701-fedora/linuxthreads/semaphore.h 22 Sep 2004 21:20:55 -0000 1.13.2.1 +--- glibc-20041102T1153/linuxthreads/semaphore.h 17 Apr 2004 23:01:39 -0000 1.13 ++++ glibc-20041102T1153-fedora/linuxthreads/semaphore.h 22 Sep 2004 21:20:55 -0000 1.13.2.1 @@ -21,6 +21,7 @@ # define __need_timespec # include @@ -679,8 +777,8 @@ #ifndef _PTHREAD_DESCR_DEFINED /* Thread descriptors. Needed for `sem_t' definition. */ ---- glibc-20041021T0701/linuxthreads/tst-tls1.h 2 Sep 2003 00:29:30 -0000 1.1 -+++ glibc-20041021T0701-fedora/linuxthreads/tst-tls1.h 22 Sep 2004 21:20:55 -0000 1.1.2.1 +--- glibc-20041102T1153/linuxthreads/tst-tls1.h 2 Sep 2003 00:29:30 -0000 1.1 ++++ glibc-20041102T1153-fedora/linuxthreads/tst-tls1.h 22 Sep 2004 21:20:55 -0000 1.1.2.1 @@ -2,7 +2,7 @@ #include #include @@ -690,8 +788,8 @@ struct tls_obj { ---- glibc-20041021T0701/linuxthreads/sysdeps/alpha/tls.h 30 Jan 2003 21:03:40 -0000 1.5 -+++ glibc-20041021T0701-fedora/linuxthreads/sysdeps/alpha/tls.h 22 Sep 2004 21:20:55 -0000 1.5.2.1 +--- glibc-20041102T1153/linuxthreads/sysdeps/alpha/tls.h 30 Jan 2003 21:03:40 -0000 1.5 ++++ glibc-20041102T1153-fedora/linuxthreads/sysdeps/alpha/tls.h 22 Sep 2004 21:20:55 -0000 1.5.2.1 @@ -53,54 +53,76 @@ typedef struct # include @@ -781,8 +879,8 @@ /* Get the thread descriptor definition. */ # include ---- glibc-20041021T0701/linuxthreads/sysdeps/i386/tls.h 19 Oct 2004 05:12:58 -0000 1.37 -+++ glibc-20041021T0701-fedora/linuxthreads/sysdeps/i386/tls.h 20 Oct 2004 10:47:17 -0000 1.35.2.4 +--- glibc-20041102T1153/linuxthreads/sysdeps/i386/tls.h 19 Oct 2004 05:12:58 -0000 1.37 ++++ glibc-20041102T1153-fedora/linuxthreads/sysdeps/i386/tls.h 20 Oct 2004 10:47:17 -0000 1.35.2.4 @@ -81,7 +81,14 @@ typedef struct # define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t) @@ -799,8 +897,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041021T0701/linuxthreads/sysdeps/ia64/tls.h 8 Jul 2004 21:20:57 -0000 1.9 -+++ glibc-20041021T0701-fedora/linuxthreads/sysdeps/ia64/tls.h 22 Sep 2004 21:20:55 -0000 1.9.2.1 +--- glibc-20041102T1153/linuxthreads/sysdeps/ia64/tls.h 8 Jul 2004 21:20:57 -0000 1.9 ++++ glibc-20041102T1153-fedora/linuxthreads/sysdeps/ia64/tls.h 22 Sep 2004 21:20:55 -0000 1.9.2.1 @@ -60,7 +60,14 @@ typedef struct # define TLS_TCB_SIZE sizeof (tcbhead_t) @@ -817,8 +915,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041021T0701/linuxthreads/sysdeps/powerpc/tls.h 9 Apr 2004 19:09:42 -0000 1.8 -+++ glibc-20041021T0701-fedora/linuxthreads/sysdeps/powerpc/tls.h 22 Sep 2004 21:20:55 -0000 1.8.2.1 +--- glibc-20041102T1153/linuxthreads/sysdeps/powerpc/tls.h 9 Apr 2004 19:09:42 -0000 1.8 ++++ glibc-20041102T1153-fedora/linuxthreads/sysdeps/powerpc/tls.h 22 Sep 2004 21:20:55 -0000 1.8.2.1 @@ -64,11 +64,19 @@ typedef struct # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) @@ -841,8 +939,8 @@ TCB + 0x7000 (per the ABI). This implies that TCB address is TP - 0x7000. As we define TLS_DTV_AT_TP we can assume that the pthread_descr is allocated immediately ahead of the ---- glibc-20041021T0701/linuxthreads/sysdeps/pthread/Makefile 14 Aug 2003 00:14:22 -0000 1.7 -+++ glibc-20041021T0701-fedora/linuxthreads/sysdeps/pthread/Makefile 22 Sep 2004 21:20:56 -0000 1.7.2.1 +--- glibc-20041102T1153/linuxthreads/sysdeps/pthread/Makefile 14 Aug 2003 00:14:22 -0000 1.7 ++++ glibc-20041102T1153-fedora/linuxthreads/sysdeps/pthread/Makefile 22 Sep 2004 21:20:56 -0000 1.7.2.1 @@ -12,3 +12,15 @@ endif ifeq ($(subdir),posix) CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../linuxthreads/Banner)\"" @@ -859,8 +957,8 @@ + @echo '#define NPTL_STRUCT_PTHREAD_SIZE 0' > $@ +endif +endif ---- glibc-20041021T0701/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041021T0701-fedora/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym 22 Sep 2004 21:20:56 -0000 1.1.2.1 +--- glibc-20041102T1153/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041102T1153-fedora/linuxthreads/sysdeps/pthread/nptl-struct-pthread.sym 22 Sep 2004 21:20:56 -0000 1.1.2.1 @@ -0,0 +1,13 @@ +#ifdef HAVE_TLS_SUPPORT +# ifndef HAVE_FORCED_UNWIND @@ -875,8 +973,8 @@ +#ifdef HAVE_TLS_SUPPORT +NPTL_STRUCT_PTHREAD_SIZE sizeof (struct pthread) +#endif ---- glibc-20041021T0701/linuxthreads/sysdeps/s390/tls.h 30 Jan 2003 18:34:11 -0000 1.3 -+++ glibc-20041021T0701-fedora/linuxthreads/sysdeps/s390/tls.h 22 Sep 2004 21:20:56 -0000 1.3.2.1 +--- glibc-20041102T1153/linuxthreads/sysdeps/s390/tls.h 30 Jan 2003 18:34:11 -0000 1.3 ++++ glibc-20041102T1153-fedora/linuxthreads/sysdeps/s390/tls.h 22 Sep 2004 21:20:56 -0000 1.3.2.1 @@ -72,7 +72,14 @@ typedef struct # define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t) @@ -893,8 +991,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041021T0701/linuxthreads/sysdeps/sh/tls.h 2 Mar 2003 11:44:20 -0000 1.9 -+++ glibc-20041021T0701-fedora/linuxthreads/sysdeps/sh/tls.h 22 Sep 2004 21:20:57 -0000 1.9.2.1 +--- glibc-20041102T1153/linuxthreads/sysdeps/sh/tls.h 2 Mar 2003 11:44:20 -0000 1.9 ++++ glibc-20041102T1153-fedora/linuxthreads/sysdeps/sh/tls.h 22 Sep 2004 21:20:57 -0000 1.9.2.1 @@ -64,7 +64,14 @@ typedef struct # define TLS_TCB_SIZE sizeof (tcbhead_t) @@ -911,8 +1009,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041021T0701/linuxthreads/sysdeps/sparc/tls.h 4 Feb 2003 20:41:02 -0000 1.3 -+++ glibc-20041021T0701-fedora/linuxthreads/sysdeps/sparc/tls.h 22 Sep 2004 21:20:57 -0000 1.3.2.1 +--- glibc-20041102T1153/linuxthreads/sysdeps/sparc/tls.h 4 Feb 2003 20:41:02 -0000 1.3 ++++ glibc-20041102T1153-fedora/linuxthreads/sysdeps/sparc/tls.h 22 Sep 2004 21:20:57 -0000 1.3.2.1 @@ -64,7 +64,14 @@ typedef struct # define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t) @@ -929,8 +1027,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041021T0701/linuxthreads/sysdeps/x86_64/tls.h 18 Apr 2004 02:32:25 -0000 1.6 -+++ glibc-20041021T0701-fedora/linuxthreads/sysdeps/x86_64/tls.h 22 Sep 2004 21:20:57 -0000 1.6.2.1 +--- glibc-20041102T1153/linuxthreads/sysdeps/x86_64/tls.h 18 Apr 2004 02:32:25 -0000 1.6 ++++ glibc-20041102T1153-fedora/linuxthreads/sysdeps/x86_64/tls.h 22 Sep 2004 21:20:57 -0000 1.6.2.1 @@ -66,7 +66,14 @@ typedef struct # define TLS_INIT_TCB_ALIGN __alignof__ (tcbhead_t) @@ -947,8 +1045,8 @@ /* Alignment requirements for the TCB. */ # define TLS_TCB_ALIGN __alignof__ (struct _pthread_descr_struct) ---- glibc-20041021T0701/locale/iso-4217.def 10 Aug 2004 05:10:38 -0000 1.15 -+++ glibc-20041021T0701-fedora/locale/iso-4217.def 22 Sep 2004 21:20:57 -0000 1.15.2.1 +--- glibc-20041102T1153/locale/iso-4217.def 10 Aug 2004 05:10:38 -0000 1.15 ++++ glibc-20041102T1153-fedora/locale/iso-4217.def 22 Sep 2004 21:20:57 -0000 1.15.2.1 @@ -8,6 +8,7 @@ * * !!! The list has to be sorted !!! @@ -1040,8 +1138,8 @@ DEFINE_INT_CURR("PYG") /* Paraguay Guarani */ DEFINE_INT_CURR("QAR") /* Qatar Rial */ DEFINE_INT_CURR("ROL") /* Romanian Leu */ ---- glibc-20041021T0701/locale/programs/3level.h 13 Jun 2003 20:45:38 -0000 1.5 -+++ glibc-20041021T0701-fedora/locale/programs/3level.h 22 Sep 2004 21:20:58 -0000 1.5.2.1 +--- glibc-20041102T1153/locale/programs/3level.h 13 Jun 2003 20:45:38 -0000 1.5 ++++ glibc-20041102T1153-fedora/locale/programs/3level.h 22 Sep 2004 21:20:58 -0000 1.5.2.1 @@ -204,6 +204,42 @@ CONCAT(TABLE,_iterate) (struct TABLE *t, } } @@ -1085,8 +1183,8 @@ #endif #ifndef NO_FINALIZE ---- glibc-20041021T0701/localedata/Makefile 7 Aug 2004 23:38:13 -0000 1.101 -+++ glibc-20041021T0701-fedora/localedata/Makefile 22 Sep 2004 21:20:58 -0000 1.101.2.1 +--- glibc-20041102T1153/localedata/Makefile 7 Aug 2004 23:38:13 -0000 1.101 ++++ glibc-20041102T1153-fedora/localedata/Makefile 22 Sep 2004 21:20:58 -0000 1.101.2.1 @@ -222,6 +222,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo echo -n '...'; \ input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \ @@ -1095,9 +1193,9 @@ -i locales/$$input -c -f charmaps/$$charset \ $(addprefix --prefix=,$(install_root)) $$locale; \ echo ' done'; \ ---- glibc-20041021T0701/localedata/SUPPORTED 17 May 2004 18:51:41 -0000 1.71 -+++ glibc-20041021T0701-fedora/localedata/SUPPORTED 22 Sep 2004 21:20:58 -0000 1.71.2.1 -@@ -64,6 +64,7 @@ cy_GB.UTF-8/UTF-8 \ +--- glibc-20041102T1153/localedata/SUPPORTED 31 Oct 2004 20:49:54 -0000 1.72 ++++ glibc-20041102T1153-fedora/localedata/SUPPORTED 2 Nov 2004 12:25:45 -0000 1.71.2.2 +@@ -63,6 +63,7 @@ cy_GB.UTF-8/UTF-8 \ cy_GB/ISO-8859-14 \ da_DK.UTF-8/UTF-8 \ da_DK/ISO-8859-1 \ @@ -1105,7 +1203,7 @@ de_AT.UTF-8/UTF-8 \ de_AT/ISO-8859-1 \ de_AT@euro/ISO-8859-15 \ -@@ -90,6 +91,7 @@ en_DK.UTF-8/UTF-8 \ +@@ -89,6 +90,7 @@ en_DK.UTF-8/UTF-8 \ en_DK/ISO-8859-1 \ en_GB.UTF-8/UTF-8 \ en_GB/ISO-8859-1 \ @@ -1113,7 +1211,7 @@ en_HK.UTF-8/UTF-8 \ en_HK/ISO-8859-1 \ en_IE.UTF-8/UTF-8 \ -@@ -104,6 +106,7 @@ en_SG.UTF-8/UTF-8 \ +@@ -103,6 +105,7 @@ en_SG.UTF-8/UTF-8 \ en_SG/ISO-8859-1 \ en_US.UTF-8/UTF-8 \ en_US/ISO-8859-1 \ @@ -1121,7 +1219,7 @@ en_ZA.UTF-8/UTF-8 \ en_ZA/ISO-8859-1 \ en_ZW.UTF-8/UTF-8 \ -@@ -244,6 +247,8 @@ nl_NL/ISO-8859-1 \ +@@ -243,6 +246,8 @@ nl_NL/ISO-8859-1 \ nl_NL@euro/ISO-8859-15 \ nn_NO.UTF-8/UTF-8 \ nn_NO/ISO-8859-1 \ @@ -1130,7 +1228,7 @@ oc_FR/ISO-8859-1 \ om_ET/UTF-8 \ om_KE/ISO-8859-1 \ -@@ -281,6 +286,7 @@ sv_FI/ISO-8859-1 \ +@@ -280,6 +285,7 @@ sv_FI/ISO-8859-1 \ sv_FI@euro/ISO-8859-15 \ sv_SE.UTF-8/UTF-8 \ sv_SE/ISO-8859-1 \ @@ -1138,8 +1236,8 @@ ta_IN/UTF-8 \ te_IN/UTF-8 \ tg_TJ/KOI8-T \ ---- glibc-20041021T0701/localedata/locales/cy_GB 28 Sep 2004 04:37:33 -0000 1.4 -+++ glibc-20041021T0701-fedora/localedata/locales/cy_GB 29 Sep 2004 08:48:23 -0000 1.3.2.2 +--- glibc-20041102T1153/localedata/locales/cy_GB 28 Sep 2004 04:37:33 -0000 1.4 ++++ glibc-20041102T1153-fedora/localedata/locales/cy_GB 29 Sep 2004 08:48:23 -0000 1.3.2.2 @@ -248,8 +248,11 @@ mon "" d_fmt "" @@ -1154,8 +1252,8 @@ END LC_TIME LC_MESSAGES ---- glibc-20041021T0701/localedata/locales/en_GB 4 Dec 2003 04:49:58 -0000 1.10 -+++ glibc-20041021T0701-fedora/localedata/locales/en_GB 22 Sep 2004 21:21:01 -0000 1.10.2.1 +--- glibc-20041102T1153/localedata/locales/en_GB 31 Oct 2004 23:42:26 -0000 1.12 ++++ glibc-20041102T1153-fedora/localedata/locales/en_GB 2 Nov 2004 12:25:47 -0000 1.10.2.2 @@ -112,8 +112,8 @@ mon "" d_fmt "" @@ -1167,8 +1265,8 @@ date_fmt "/ / " ---- glibc-20041021T0701/localedata/locales/en_US 5 Dec 2003 09:48:09 -0000 1.7 -+++ glibc-20041021T0701-fedora/localedata/locales/en_US 22 Sep 2004 21:21:01 -0000 1.7.2.1 +--- glibc-20041102T1153/localedata/locales/en_US 31 Oct 2004 23:42:26 -0000 1.9 ++++ glibc-20041102T1153-fedora/localedata/locales/en_US 2 Nov 2004 12:25:47 -0000 1.7.2.2 @@ -100,7 +100,6 @@ mon " "";/ "";/ @@ -1177,8 +1275,8 @@ % Appropriate date and time representation (%c) % "%a %d %b %Y %r %Z" d_t_fmt "" ---- glibc-20041021T0701/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041021T0701-fedora/localedata/locales/no_NO 22 Sep 2004 21:21:01 -0000 1.11.2.1 +--- glibc-20041102T1153/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041102T1153-fedora/localedata/locales/no_NO 22 Sep 2004 21:21:01 -0000 1.11.2.1 @@ -0,0 +1,69 @@ +escape_char / +comment_char % @@ -1249,8 +1347,8 @@ +LC_ADDRESS +copy "nb_NO" +END LC_ADDRESS ---- glibc-20041021T0701/localedata/locales/zh_TW 28 Sep 2002 05:25:36 -0000 1.5 -+++ glibc-20041021T0701-fedora/localedata/locales/zh_TW 22 Sep 2004 21:21:01 -0000 1.5.2.1 +--- glibc-20041102T1153/localedata/locales/zh_TW 31 Oct 2004 23:42:28 -0000 1.7 ++++ glibc-20041102T1153-fedora/localedata/locales/zh_TW 2 Nov 2004 12:25:57 -0000 1.5.2.2 @@ -1,7 +1,7 @@ comment_char % escape_char / @@ -1269,7 +1367,7 @@ source "" address "" contact "" -@@ -25,7 +25,7 @@ email "bug-glibc@gnu.org" +@@ -25,7 +25,7 @@ email "bug-glibc-locales@gnu.org" tel "" fax "" language "Chinese" @@ -1278,8 +1376,8 @@ revision "0.2" date "2000-08-02" % ---- glibc-20041021T0701/malloc/arena.c 18 Oct 2004 23:15:33 -0000 1.12 -+++ glibc-20041021T0701-fedora/malloc/arena.c 18 Oct 2004 23:30:23 -0000 1.8.2.5 +--- glibc-20041102T1153/malloc/arena.c 18 Oct 2004 23:15:33 -0000 1.12 ++++ glibc-20041102T1153-fedora/malloc/arena.c 18 Oct 2004 23:30:23 -0000 1.8.2.5 @@ -18,7 +18,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ @@ -1289,19 +1387,19 @@ /* Compile-time constants. */ ---- glibc-20041021T0701/malloc/malloc.c 14 Oct 2004 01:56:52 -0000 1.131 -+++ glibc-20041021T0701-fedora/malloc/malloc.c 14 Oct 2004 05:57:53 -0000 1.127.2.4 +--- glibc-20041102T1153/malloc/malloc.c 30 Oct 2004 17:59:51 -0000 1.132 ++++ glibc-20041102T1153-fedora/malloc/malloc.c 2 Nov 2004 12:25:58 -0000 1.127.2.5 @@ -24,7 +24,7 @@ Doug Lea and adapted to multiple threads/arenas by Wolfram Gloger. * Version ptmalloc2-20011215 -- $Id: malloc.c,v 1.131 2004/10/14 01:56:52 drepper Exp $ -+ $Id: malloc.c,v 1.127.2.4 2004/10/14 05:57:53 jakub Exp $ +- $Id: malloc.c,v 1.132 2004/10/30 17:59:51 drepper Exp $ ++ $Id: malloc.c,v 1.127.2.5 2004/11/02 12:25:58 jakub Exp $ based on: VERSION 2.7.0 Sun Mar 11 14:14:06 2001 Doug Lea (dl at gee) ---- glibc-20041021T0701/manual/errno.texi 20 Oct 2004 10:05:01 -0000 1.69 -+++ glibc-20041021T0701-fedora/manual/errno.texi 21 Oct 2004 11:46:42 -0000 1.68.2.2 +--- glibc-20041102T1153/manual/errno.texi 20 Oct 2004 10:05:01 -0000 1.69 ++++ glibc-20041102T1153-fedora/manual/errno.texi 21 Oct 2004 11:46:42 -0000 1.68.2.2 @@ -1229,30 +1229,6 @@ They are not yet documented.} @comment errno ???/??? @end deftypevr @@ -1333,9 +1431,9 @@ @node Error Messages, , Error Codes, Error Reporting @section Error Messages ---- glibc-20041021T0701/nptl/ChangeLog 18 Oct 2004 04:19:48 -0000 1.723 -+++ glibc-20041021T0701-fedora/nptl/ChangeLog 18 Oct 2004 09:58:48 -0000 1.706.2.12 -@@ -242,6 +242,11 @@ +--- glibc-20041102T1153/nptl/ChangeLog 29 Oct 2004 21:53:26 -0000 1.728 ++++ glibc-20041102T1153-fedora/nptl/ChangeLog 2 Nov 2004 12:26:00 -0000 1.706.2.13 +@@ -273,6 +273,11 @@ Move definition inside libpthread, libc, librt check. Provide definition for rtld. @@ -1347,7 +1445,7 @@ 2004-09-02 Ulrich Drepper * sysdeps/alpha/jmpbuf-unwind.h: Define __libc_unwind_longjmp. -@@ -2316,6 +2321,11 @@ +@@ -2347,6 +2352,11 @@ * Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules). @@ -1359,8 +1457,8 @@ 2003-07-25 Jakub Jelinek * tst-cancel17.c (do_test): Check if aio_cancel failed. ---- glibc-20041021T0701/nptl/Makefile 20 Sep 2004 22:05:25 -0000 1.157 -+++ glibc-20041021T0701-fedora/nptl/Makefile 22 Sep 2004 21:21:01 -0000 1.157.2.1 +--- glibc-20041102T1153/nptl/Makefile 20 Sep 2004 22:05:25 -0000 1.157 ++++ glibc-20041102T1153-fedora/nptl/Makefile 22 Sep 2004 21:21:01 -0000 1.157.2.1 @@ -503,15 +503,19 @@ $(addprefix $(objpfx), \ $(tests) $(test-srcs))): $(objpfx)libpthread.so \ $(objpfx)libpthread_nonshared.a @@ -1383,8 +1481,8 @@ else $(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a endif ---- glibc-20041021T0701/nptl/alloca_cutoff.c 26 Nov 2002 22:50:01 -0000 1.1.1.1 -+++ glibc-20041021T0701-fedora/nptl/alloca_cutoff.c 22 Sep 2004 21:21:01 -0000 1.1.1.1.2.1 +--- glibc-20041102T1153/nptl/alloca_cutoff.c 26 Nov 2002 22:50:01 -0000 1.1.1.1 ++++ glibc-20041102T1153-fedora/nptl/alloca_cutoff.c 22 Sep 2004 21:21:01 -0000 1.1.1.1.2.1 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -1406,8 +1504,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041021T0701/nptl/descr.h 25 Sep 2004 07:35:42 -0000 1.24 -+++ glibc-20041021T0701-fedora/nptl/descr.h 25 Sep 2004 07:55:43 -0000 1.23.2.2 +--- glibc-20041102T1153/nptl/descr.h 25 Sep 2004 07:35:42 -0000 1.24 ++++ glibc-20041102T1153-fedora/nptl/descr.h 25 Sep 2004 07:55:43 -0000 1.23.2.2 @@ -27,9 +27,13 @@ #include #include @@ -1422,8 +1520,8 @@ #include "../nptl_db/thread_db.h" #include #ifdef HAVE_FORCED_UNWIND ---- glibc-20041021T0701/nptl/pthread_cond_destroy.c 2 Sep 2004 18:45:37 -0000 1.5 -+++ glibc-20041021T0701-fedora/nptl/pthread_cond_destroy.c 22 Sep 2004 21:21:01 -0000 1.5.2.1 +--- glibc-20041102T1153/nptl/pthread_cond_destroy.c 2 Sep 2004 18:45:37 -0000 1.5 ++++ glibc-20041102T1153-fedora/nptl/pthread_cond_destroy.c 22 Sep 2004 21:21:01 -0000 1.5.2.1 @@ -44,15 +44,35 @@ __pthread_cond_destroy (cond) broadcasted, but still are using the pthread_cond_t structure, pthread_cond_destroy needs to wait for them. */ @@ -1465,8 +1563,8 @@ } return 0; ---- glibc-20041021T0701/nptl/tst-unload.c 25 Feb 2004 18:41:32 -0000 1.3 -+++ glibc-20041021T0701-fedora/nptl/tst-unload.c 22 Sep 2004 21:21:01 -0000 1.3.2.1 +--- glibc-20041102T1153/nptl/tst-unload.c 25 Feb 2004 18:41:32 -0000 1.3 ++++ glibc-20041102T1153-fedora/nptl/tst-unload.c 22 Sep 2004 21:21:01 -0000 1.3.2.1 @@ -3,16 +3,16 @@ Contributed by Ulrich Drepper , 2000. @@ -1488,8 +1586,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041021T0701/nptl/sysdeps/pthread/allocalim.h 26 Nov 2002 22:50:35 -0000 1.1.1.1 -+++ glibc-20041021T0701-fedora/nptl/sysdeps/pthread/allocalim.h 22 Sep 2004 21:21:02 -0000 1.1.1.1.2.1 +--- glibc-20041102T1153/nptl/sysdeps/pthread/allocalim.h 26 Nov 2002 22:50:35 -0000 1.1.1.1 ++++ glibc-20041102T1153-fedora/nptl/sysdeps/pthread/allocalim.h 22 Sep 2004 21:21:02 -0000 1.1.1.1.2.1 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -1511,8 +1609,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041021T0701/nptl/sysdeps/pthread/pt-initfini.c 31 Dec 2002 08:46:38 -0000 1.3 -+++ glibc-20041021T0701-fedora/nptl/sysdeps/pthread/pt-initfini.c 22 Sep 2004 21:21:02 -0000 1.3.2.1 +--- glibc-20041102T1153/nptl/sysdeps/pthread/pt-initfini.c 31 Dec 2002 08:46:38 -0000 1.3 ++++ glibc-20041102T1153-fedora/nptl/sysdeps/pthread/pt-initfini.c 22 Sep 2004 21:21:02 -0000 1.3.2.1 @@ -3,11 +3,11 @@ This file is part of the GNU C Library. @@ -1539,8 +1637,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041021T0701/nptl/sysdeps/pthread/bits/libc-lock.h 11 Dec 2003 04:50:49 -0000 1.17 -+++ glibc-20041021T0701-fedora/nptl/sysdeps/pthread/bits/libc-lock.h 22 Sep 2004 21:21:02 -0000 1.17.2.1 +--- glibc-20041102T1153/nptl/sysdeps/pthread/bits/libc-lock.h 11 Dec 2003 04:50:49 -0000 1.17 ++++ glibc-20041102T1153-fedora/nptl/sysdeps/pthread/bits/libc-lock.h 22 Sep 2004 21:21:02 -0000 1.17.2.1 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -1562,8 +1660,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041021T0701/nptl/sysdeps/pthread/bits/sigthread.h 26 Nov 2002 22:50:35 -0000 1.1.1.1 -+++ glibc-20041021T0701-fedora/nptl/sysdeps/pthread/bits/sigthread.h 22 Sep 2004 21:21:02 -0000 1.1.1.1.2.1 +--- glibc-20041102T1153/nptl/sysdeps/pthread/bits/sigthread.h 26 Nov 2002 22:50:35 -0000 1.1.1.1 ++++ glibc-20041102T1153-fedora/nptl/sysdeps/pthread/bits/sigthread.h 22 Sep 2004 21:21:02 -0000 1.1.1.1.2.1 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -1585,8 +1683,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041021T0701/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041021T0701-fedora/nptl/sysdeps/unix/sysv/linux/kernel-features.h 22 Sep 2004 21:21:02 -0000 1.1.2.1 +--- glibc-20041102T1153/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041102T1153-fedora/nptl/sysdeps/unix/sysv/linux/kernel-features.h 22 Sep 2004 21:21:02 -0000 1.1.2.1 @@ -0,0 +1,6 @@ +#include_next + @@ -1594,8 +1692,8 @@ +#ifndef __ASSUME_CLONE_THREAD_FLAGS +# define __ASSUME_CLONE_THREAD_FLAGS 1 +#endif ---- glibc-20041021T0701/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h 13 Apr 2004 02:00:09 -0000 1.6 -+++ glibc-20041021T0701-fedora/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h 22 Sep 2004 21:21:02 -0000 1.6.2.1 +--- glibc-20041102T1153/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h 13 Apr 2004 02:00:09 -0000 1.6 ++++ glibc-20041102T1153-fedora/nptl/sysdeps/unix/sysv/linux/bits/local_lim.h 22 Sep 2004 21:21:02 -0000 1.6.2.1 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -1617,8 +1715,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041021T0701/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 13 Apr 2004 02:01:17 -0000 1.8 -+++ glibc-20041021T0701-fedora/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 22 Sep 2004 21:21:02 -0000 1.8.2.1 +--- glibc-20041102T1153/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 13 Apr 2004 02:01:17 -0000 1.8 ++++ glibc-20041102T1153-fedora/nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h 22 Sep 2004 21:21:02 -0000 1.8.2.1 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -1640,8 +1738,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041021T0701/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 4 Oct 2004 20:47:50 -0000 1.8 -+++ glibc-20041021T0701-fedora/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 5 Oct 2004 08:25:24 -0000 1.7.2.2 +--- glibc-20041102T1153/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 4 Oct 2004 20:47:50 -0000 1.8 ++++ glibc-20041102T1153-fedora/nptl/sysdeps/unix/sysv/linux/i386/bits/posix_opt.h 5 Oct 2004 08:25:24 -0000 1.7.2.2 @@ -3,16 +3,16 @@ This file is part of the GNU C Library. @@ -1663,8 +1761,8 @@ License along with the GNU C Library; see the file COPYING.LIB. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ ---- glibc-20041021T0701/nscd/connections.c 15 Oct 2004 21:12:15 -0000 1.64 -+++ glibc-20041021T0701-fedora/nscd/connections.c 18 Oct 2004 09:58:49 -0000 1.55.2.5 +--- glibc-20041102T1153/nscd/connections.c 15 Oct 2004 21:12:15 -0000 1.64 ++++ glibc-20041102T1153-fedora/nscd/connections.c 18 Oct 2004 09:58:49 -0000 1.55.2.5 @@ -21,6 +21,7 @@ #include #include @@ -1755,8 +1853,8 @@ + prune_cache (&dbs[hstdb], LONG_MAX); +} + ---- glibc-20041021T0701/nscd/nscd.c 4 Oct 2004 16:14:31 -0000 1.42 -+++ glibc-20041021T0701-fedora/nscd/nscd.c 5 Oct 2004 08:25:25 -0000 1.38.2.4 +--- glibc-20041102T1153/nscd/nscd.c 4 Oct 2004 16:14:31 -0000 1.42 ++++ glibc-20041102T1153-fedora/nscd/nscd.c 5 Oct 2004 08:25:25 -0000 1.38.2.4 @@ -122,9 +122,16 @@ static struct argp argp = options, parse_opt, NULL, doc, }; @@ -1782,8 +1880,8 @@ signal (SIGPIPE, SIG_IGN); /* Cleanup files created by a previous 'bind'. */ ---- glibc-20041021T0701/nscd/nscd.conf 3 Oct 2004 21:09:23 -0000 1.10 -+++ glibc-20041021T0701-fedora/nscd/nscd.conf 4 Oct 2004 08:56:17 -0000 1.8.2.2 +--- glibc-20041102T1153/nscd/nscd.conf 3 Oct 2004 21:09:23 -0000 1.10 ++++ glibc-20041102T1153-fedora/nscd/nscd.conf 4 Oct 2004 08:56:17 -0000 1.8.2.2 @@ -31,8 +31,8 @@ # logfile /var/log/nscd.log # threads 6 @@ -1795,8 +1893,8 @@ debug-level 0 # reload-count 5 paranoia no ---- glibc-20041021T0701/nscd/nscd_conf.c 3 Oct 2004 21:10:35 -0000 1.16 -+++ glibc-20041021T0701-fedora/nscd/nscd_conf.c 4 Oct 2004 08:56:17 -0000 1.14.2.2 +--- glibc-20041102T1153/nscd/nscd_conf.c 3 Oct 2004 21:10:35 -0000 1.16 ++++ glibc-20041102T1153-fedora/nscd/nscd_conf.c 4 Oct 2004 08:56:17 -0000 1.14.2.2 @@ -230,7 +230,10 @@ nscd_parse_file (const char *fname, stru if (strcmp (arg2, "no") == 0) dbs[cnt].shared = 0; @@ -1809,8 +1907,8 @@ break; } if (cnt == lastdb) ---- glibc-20041021T0701/resolv/gethnamaddr.c 18 Oct 2004 05:09:59 -0000 1.50 -+++ glibc-20041021T0701-fedora/resolv/gethnamaddr.c 18 Oct 2004 09:58:50 -0000 1.49.2.1 +--- glibc-20041102T1153/resolv/gethnamaddr.c 18 Oct 2004 05:09:59 -0000 1.50 ++++ glibc-20041102T1153-fedora/resolv/gethnamaddr.c 18 Oct 2004 09:58:50 -0000 1.49.2.1 @@ -51,7 +51,7 @@ #if defined(LIBC_SCCS) && !defined(lint) @@ -1820,8 +1918,8 @@ #endif /* LIBC_SCCS and not lint */ #include ---- glibc-20041021T0701/sunrpc/rpc_clntout.c 17 Oct 2004 14:59:39 -0000 1.7 -+++ glibc-20041021T0701-fedora/sunrpc/rpc_clntout.c 18 Oct 2004 09:58:53 -0000 1.6.4.1 +--- glibc-20041102T1153/sunrpc/rpc_clntout.c 17 Oct 2004 14:59:39 -0000 1.7 ++++ glibc-20041102T1153-fedora/sunrpc/rpc_clntout.c 18 Oct 2004 09:58:53 -0000 1.6.4.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -1831,8 +1929,8 @@ #endif /* ---- glibc-20041021T0701/sunrpc/rpc_cout.c 17 Oct 2004 14:59:39 -0000 1.14 -+++ glibc-20041021T0701-fedora/sunrpc/rpc_cout.c 18 Oct 2004 09:58:53 -0000 1.13.4.1 +--- glibc-20041102T1153/sunrpc/rpc_cout.c 17 Oct 2004 14:59:39 -0000 1.14 ++++ glibc-20041102T1153-fedora/sunrpc/rpc_cout.c 18 Oct 2004 09:58:53 -0000 1.13.4.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -1842,8 +1940,8 @@ #endif /* ---- glibc-20041021T0701/sunrpc/rpc_hout.c 17 Oct 2004 14:59:39 -0000 1.8 -+++ glibc-20041021T0701-fedora/sunrpc/rpc_hout.c 18 Oct 2004 09:58:53 -0000 1.7.4.1 +--- glibc-20041102T1153/sunrpc/rpc_hout.c 17 Oct 2004 14:59:39 -0000 1.8 ++++ glibc-20041102T1153-fedora/sunrpc/rpc_hout.c 18 Oct 2004 09:58:53 -0000 1.7.4.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -1853,8 +1951,8 @@ #endif /* ---- glibc-20041021T0701/sunrpc/rpc_main.c 17 Oct 2004 14:59:39 -0000 1.24 -+++ glibc-20041021T0701-fedora/sunrpc/rpc_main.c 18 Oct 2004 09:58:53 -0000 1.23.2.1 +--- glibc-20041102T1153/sunrpc/rpc_main.c 17 Oct 2004 14:59:39 -0000 1.24 ++++ glibc-20041102T1153-fedora/sunrpc/rpc_main.c 18 Oct 2004 09:58:53 -0000 1.23.2.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -1864,8 +1962,8 @@ #endif /* ---- glibc-20041021T0701/sunrpc/rpc_parse.c 17 Oct 2004 14:59:39 -0000 1.8 -+++ glibc-20041021T0701-fedora/sunrpc/rpc_parse.c 18 Oct 2004 09:58:53 -0000 1.5.4.2 +--- glibc-20041102T1153/sunrpc/rpc_parse.c 17 Oct 2004 14:59:39 -0000 1.8 ++++ glibc-20041102T1153-fedora/sunrpc/rpc_parse.c 18 Oct 2004 09:58:53 -0000 1.5.4.2 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -1875,8 +1973,8 @@ #endif /* ---- glibc-20041021T0701/sunrpc/rpc_sample.c 17 Oct 2004 14:59:39 -0000 1.6 -+++ glibc-20041021T0701-fedora/sunrpc/rpc_sample.c 18 Oct 2004 09:58:53 -0000 1.5.6.1 +--- glibc-20041102T1153/sunrpc/rpc_sample.c 17 Oct 2004 14:59:39 -0000 1.6 ++++ glibc-20041102T1153-fedora/sunrpc/rpc_sample.c 18 Oct 2004 09:58:53 -0000 1.5.6.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -1886,8 +1984,8 @@ #endif /* ---- glibc-20041021T0701/sunrpc/rpc_scan.c 17 Oct 2004 14:59:39 -0000 1.9 -+++ glibc-20041021T0701-fedora/sunrpc/rpc_scan.c 18 Oct 2004 09:58:53 -0000 1.8.4.1 +--- glibc-20041102T1153/sunrpc/rpc_scan.c 17 Oct 2004 14:59:39 -0000 1.9 ++++ glibc-20041102T1153-fedora/sunrpc/rpc_scan.c 18 Oct 2004 09:58:53 -0000 1.8.4.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -1897,8 +1995,8 @@ #endif /* ---- glibc-20041021T0701/sunrpc/rpc_svcout.c 17 Oct 2004 14:59:39 -0000 1.12 -+++ glibc-20041021T0701-fedora/sunrpc/rpc_svcout.c 18 Oct 2004 09:58:53 -0000 1.11.2.1 +--- glibc-20041102T1153/sunrpc/rpc_svcout.c 17 Oct 2004 14:59:39 -0000 1.12 ++++ glibc-20041102T1153-fedora/sunrpc/rpc_svcout.c 18 Oct 2004 09:58:53 -0000 1.11.2.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -1908,8 +2006,8 @@ #endif /* ---- glibc-20041021T0701/sunrpc/rpc_tblout.c 17 Oct 2004 14:59:39 -0000 1.3 -+++ glibc-20041021T0701-fedora/sunrpc/rpc_tblout.c 18 Oct 2004 09:58:53 -0000 1.2.6.1 +--- glibc-20041102T1153/sunrpc/rpc_tblout.c 17 Oct 2004 14:59:39 -0000 1.3 ++++ glibc-20041102T1153-fedora/sunrpc/rpc_tblout.c 18 Oct 2004 09:58:53 -0000 1.2.6.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -1919,8 +2017,8 @@ #endif /* ---- glibc-20041021T0701/sunrpc/rpc_util.c 17 Oct 2004 14:59:39 -0000 1.7 -+++ glibc-20041021T0701-fedora/sunrpc/rpc_util.c 18 Oct 2004 09:58:53 -0000 1.6.6.1 +--- glibc-20041102T1153/sunrpc/rpc_util.c 17 Oct 2004 14:59:39 -0000 1.7 ++++ glibc-20041102T1153-fedora/sunrpc/rpc_util.c 18 Oct 2004 09:58:53 -0000 1.6.6.1 @@ -33,7 +33,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) @@ -1930,8 +2028,8 @@ #endif /* ---- glibc-20041021T0701/sysdeps/generic/dl-cache.h 25 Jun 2003 08:01:22 -0000 1.13 -+++ glibc-20041021T0701-fedora/sysdeps/generic/dl-cache.h 22 Sep 2004 21:21:07 -0000 1.13.2.1 +--- glibc-20041102T1153/sysdeps/generic/dl-cache.h 25 Jun 2003 08:01:22 -0000 1.13 ++++ glibc-20041102T1153-fedora/sysdeps/generic/dl-cache.h 22 Sep 2004 21:21:07 -0000 1.13.2.1 @@ -36,6 +36,14 @@ # define add_system_dir(dir) add_dir (dir) #endif @@ -1947,8 +2045,8 @@ #define CACHEMAGIC "ld.so-1.7.0" /* libc5 and glibc 2.0/2.1 use the same format. For glibc 2.2 another ---- glibc-20041021T0701/sysdeps/gnu/Makefile 20 Oct 2004 10:04:57 -0000 1.19 -+++ glibc-20041021T0701-fedora/sysdeps/gnu/Makefile 21 Oct 2004 11:46:42 -0000 1.18.2.2 +--- glibc-20041102T1153/sysdeps/gnu/Makefile 20 Oct 2004 10:04:57 -0000 1.19 ++++ glibc-20041102T1153-fedora/sysdeps/gnu/Makefile 21 Oct 2004 11:46:42 -0000 1.18.2.2 @@ -49,14 +49,10 @@ endif # Make it unwritable so noone will edit it by mistake. -chmod a-w $@T @@ -1966,8 +2064,8 @@ endif ifeq ($(subdir),login) ---- glibc-20041021T0701/sysdeps/gnu/errlist-compat.awk 20 Oct 2004 10:04:57 -0000 1.6 -+++ glibc-20041021T0701-fedora/sysdeps/gnu/errlist-compat.awk 21 Oct 2004 11:46:42 -0000 1.5.2.2 +--- glibc-20041102T1153/sysdeps/gnu/errlist-compat.awk 20 Oct 2004 10:04:57 -0000 1.6 ++++ glibc-20041102T1153-fedora/sysdeps/gnu/errlist-compat.awk 21 Oct 2004 11:46:42 -0000 1.5.2.2 @@ -59,7 +59,7 @@ END { count = maxerr + 1; @@ -1990,8 +2088,8 @@ for (old in compat) { new = compat[old]; n = vcount[old]; ---- glibc-20041021T0701/sysdeps/gnu/errlist.awk 20 Oct 2004 10:04:57 -0000 1.22 -+++ glibc-20041021T0701-fedora/sysdeps/gnu/errlist.awk 21 Oct 2004 11:46:42 -0000 1.21.2.2 +--- glibc-20041102T1153/sysdeps/gnu/errlist.awk 20 Oct 2004 10:04:57 -0000 1.22 ++++ glibc-20041102T1153-fedora/sysdeps/gnu/errlist.awk 21 Oct 2004 11:46:42 -0000 1.21.2.2 @@ -47,16 +47,7 @@ BEGIN { print "#endif"; print ""; @@ -2010,8 +2108,8 @@ print " {"; print " [0] = N_(\"Success\")," } ---- glibc-20041021T0701/sysdeps/gnu/errlist.c 20 Oct 2004 10:05:01 -0000 1.30 -+++ glibc-20041021T0701-fedora/sysdeps/gnu/errlist.c 21 Oct 2004 11:46:42 -0000 1.27.2.2 +--- glibc-20041102T1153/sysdeps/gnu/errlist.c 20 Oct 2004 10:05:01 -0000 1.30 ++++ glibc-20041102T1153-fedora/sysdeps/gnu/errlist.c 21 Oct 2004 11:46:42 -0000 1.27.2.2 @@ -7,15 +7,7 @@ # define ERR_REMAP(n) n #endif @@ -2068,8 +2166,8 @@ }; const int _sys_nerr_internal ---- glibc-20041021T0701/sysdeps/i386/bits/atomic.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041021T0701-fedora/sysdeps/i386/bits/atomic.h 5 Oct 2004 12:09:44 -0000 1.1.2.3 +--- glibc-20041102T1153/sysdeps/i386/bits/atomic.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041102T1153-fedora/sysdeps/i386/bits/atomic.h 5 Oct 2004 12:09:44 -0000 1.1.2.3 @@ -0,0 +1,410 @@ +/* Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. + This file is part of the GNU C Library. @@ -2481,8 +2579,32 @@ + + +#define atomic_delay() asm ("rep; nop") ---- glibc-20041021T0701/sysdeps/ia64/Makefile 16 Aug 2004 06:46:14 -0000 1.10 -+++ glibc-20041021T0701-fedora/sysdeps/ia64/Makefile 22 Sep 2004 21:21:07 -0000 1.10.2.1 +--- glibc-20041102T1153/sysdeps/i386/fpu/bits/mathdef.h 15 Mar 2004 21:44:09 -0000 1.12 ++++ glibc-20041102T1153-fedora/sysdeps/i386/fpu/bits/mathdef.h 2 Nov 2004 13:20:50 -0000 1.12.2.1 +@@ -23,6 +23,13 @@ + #if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF + # define _MATH_H_MATHDEF 1 + ++# if defined __FLT_EVAL_METHOD__ && __FLT_EVAL_METHOD__ == 0 ++/* When using -mfpmath=sse, values are computed with the precission of the ++ used type. */ ++typedef float float_t; /* `float' expressions are evaluated as `float'. */ ++typedef double double_t; /* `double' expressions are evaluated as ++ `double'. */ ++# else + /* The ix87 FPUs evaluate all values in the 80 bit floating-point format + which is also available for the user as `long double'. Therefore we + define: */ +@@ -30,6 +37,7 @@ typedef long double float_t; /* `float' + `long double'. */ + typedef long double double_t; /* `double' expressions are evaluated as + `long double'. */ ++# endif + + /* The values returned by `ilogb' for 0 and NaN respectively. */ + # define FP_ILOGB0 (-2147483647 - 1) +--- glibc-20041102T1153/sysdeps/ia64/Makefile 16 Aug 2004 06:46:14 -0000 1.10 ++++ glibc-20041102T1153-fedora/sysdeps/ia64/Makefile 22 Sep 2004 21:21:07 -0000 1.10.2.1 @@ -12,8 +12,8 @@ elide-routines.os += hp-timing ifeq (yes,$(build-shared)) @@ -2494,8 +2616,8 @@ endif endif ---- glibc-20041021T0701/sysdeps/ia64/ia64libgcc.S 11 May 2002 05:12:35 -0000 1.2 -+++ glibc-20041021T0701-fedora/sysdeps/ia64/ia64libgcc.S 22 Sep 2004 21:21:07 -0000 1.2.2.1 +--- glibc-20041102T1153/sysdeps/ia64/ia64libgcc.S 11 May 2002 05:12:35 -0000 1.2 ++++ glibc-20041102T1153-fedora/sysdeps/ia64/ia64libgcc.S 22 Sep 2004 21:21:07 -0000 1.2.2.1 @@ -1,350 +0,0 @@ -/* From the Intel IA-64 Optimization Guide, choose the minimum latency - alternative. */ @@ -2847,8 +2969,8 @@ - .symver ___multi3, __multi3@GLIBC_2.2 - -#endif ---- glibc-20041021T0701/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041021T0701-fedora/sysdeps/ia64/libgcc-compat.c 22 Sep 2004 21:21:08 -0000 1.1.2.1 +--- glibc-20041102T1153/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041102T1153-fedora/sysdeps/ia64/libgcc-compat.c 22 Sep 2004 21:21:08 -0000 1.1.2.1 @@ -0,0 +1,84 @@ +/* pre-.hidden libgcc compatibility + Copyright (C) 2002 Free Software Foundation, Inc. @@ -2934,8 +3056,8 @@ +symbol_version (INTUSE (__multi3), __multi3, GLIBC_2.2); + +#endif ---- glibc-20041021T0701/sysdeps/unix/nice.c 28 Sep 2002 19:13:13 -0000 1.6 -+++ glibc-20041021T0701-fedora/sysdeps/unix/nice.c 22 Sep 2004 21:21:08 -0000 1.6.2.1 +--- glibc-20041102T1153/sysdeps/unix/nice.c 28 Sep 2002 19:13:13 -0000 1.6 ++++ glibc-20041102T1153-fedora/sysdeps/unix/nice.c 22 Sep 2004 21:21:08 -0000 1.6.2.1 @@ -41,7 +41,12 @@ nice (int incr) __set_errno (save); } @@ -2950,23 +3072,8 @@ if (result != -1) return getpriority (PRIO_PROCESS, 0); else ---- glibc-20041021T0701/sysdeps/unix/sysv/linux/Versions 20 Oct 2004 10:05:00 -0000 1.25 -+++ glibc-20041021T0701-fedora/sysdeps/unix/sysv/linux/Versions 21 Oct 2004 11:46:43 -0000 1.23.2.3 -@@ -114,12 +114,6 @@ libc { - } - GLIBC_2.3.4 { - sched_getaffinity; sched_setaffinity; -- -- # new syscalls -- setaltroot; add_key; request_key; keyctl; -- -- #errlist-compat 129 -- _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; - } - GLIBC_PRIVATE { - # functions used in other libraries ---- glibc-20041021T0701/sysdeps/unix/sysv/linux/paths.h 15 Nov 2000 23:06:47 -0000 1.11 -+++ glibc-20041021T0701-fedora/sysdeps/unix/sysv/linux/paths.h 22 Sep 2004 21:21:08 -0000 1.11.4.1 +--- glibc-20041102T1153/sysdeps/unix/sysv/linux/paths.h 15 Nov 2000 23:06:47 -0000 1.11 ++++ glibc-20041102T1153-fedora/sysdeps/unix/sysv/linux/paths.h 22 Sep 2004 21:21:08 -0000 1.11.4.1 @@ -61,7 +61,7 @@ #define _PATH_TTY "/dev/tty" #define _PATH_UNIX "/boot/vmlinux" @@ -2976,8 +3083,8 @@ #define _PATH_WTMP "/var/log/wtmp" /* Provide trailing slash, since mostly used for building pathnames. */ ---- glibc-20041021T0701/sysdeps/unix/sysv/linux/readonly-area.c 18 Oct 2004 04:17:11 -0000 1.1 -+++ glibc-20041021T0701-fedora/sysdeps/unix/sysv/linux/readonly-area.c 20 Oct 2004 11:04:51 -0000 1.1.2.2 +--- glibc-20041102T1153/sysdeps/unix/sysv/linux/readonly-area.c 18 Oct 2004 04:17:11 -0000 1.1 ++++ glibc-20041102T1153-fedora/sysdeps/unix/sysv/linux/readonly-area.c 20 Oct 2004 11:04:51 -0000 1.1.2.2 @@ -33,7 +33,10 @@ __readonly_area (const char *ptr, size_t FILE *fp = fopen ("/proc/self/maps", "rc"); @@ -2990,8 +3097,8 @@ /* We need no locking. */ __fsetlocking (fp, FSETLOCKING_BYCALLER); ---- glibc-20041021T0701/sysdeps/unix/sysv/linux/tcsetattr.c 10 Sep 2003 19:16:07 -0000 1.16 -+++ glibc-20041021T0701-fedora/sysdeps/unix/sysv/linux/tcsetattr.c 22 Sep 2004 21:21:08 -0000 1.16.2.1 +--- glibc-20041102T1153/sysdeps/unix/sysv/linux/tcsetattr.c 10 Sep 2003 19:16:07 -0000 1.16 ++++ glibc-20041102T1153-fedora/sysdeps/unix/sysv/linux/tcsetattr.c 22 Sep 2004 21:21:08 -0000 1.16.2.1 @@ -49,6 +49,7 @@ tcsetattr (fd, optional_actions, termios { struct __kernel_termios k_termios; @@ -3037,8 +3144,8 @@ + return retval; } libc_hidden_def (tcsetattr) ---- glibc-20041021T0701/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041021T0701-fedora/sysdeps/unix/sysv/linux/i386/dl-cache.h 22 Sep 2004 21:21:08 -0000 1.1.2.1 +--- glibc-20041102T1153/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041102T1153-fedora/sysdeps/unix/sysv/linux/i386/dl-cache.h 22 Sep 2004 21:21:08 -0000 1.1.2.1 @@ -0,0 +1,59 @@ +/* Support for reading /etc/ld.so.cache files written by Linux ldconfig. + Copyright (C) 2004 Free Software Foundation, Inc. @@ -3099,8 +3206,8 @@ + } while (0) + +#include_next ---- glibc-20041021T0701/sysdeps/unix/sysv/linux/ia64/dl-cache.h 6 Jul 2001 04:56:17 -0000 1.2 -+++ glibc-20041021T0701-fedora/sysdeps/unix/sysv/linux/ia64/dl-cache.h 22 Sep 2004 21:21:09 -0000 1.2.4.1 +--- glibc-20041102T1153/sysdeps/unix/sysv/linux/ia64/dl-cache.h 6 Jul 2001 04:56:17 -0000 1.2 ++++ glibc-20041102T1153-fedora/sysdeps/unix/sysv/linux/ia64/dl-cache.h 22 Sep 2004 21:21:09 -0000 1.2.4.1 @@ -22,4 +22,31 @@ #define _dl_cache_check_flags(flags) \ ((flags) == _DL_CACHE_DEFAULT_ID) @@ -3133,24 +3240,138 @@ + } while (0) + #include_next ---- glibc-20041021T0701/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041021T0701-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 22 Sep 2004 21:21:09 -0000 1.1.2.1 +--- glibc-20041102T1153/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041102T1153-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 22 Sep 2004 21:21:09 -0000 1.1.2.1 @@ -0,0 +1,5 @@ +#ifdef IS_IN_ldconfig +#include +#else +#include +#endif ---- glibc-20041021T0701/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000 -+++ glibc-20041021T0701-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 22 Sep 2004 21:21:09 -0000 1.1.2.1 +--- glibc-20041102T1153/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000 ++++ glibc-20041102T1153-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 22 Sep 2004 21:21:09 -0000 1.1.2.1 @@ -0,0 +1,5 @@ +#ifdef IS_IN_ldconfig +#include +#else +#include +#endif ---- glibc-20041021T0701/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 17 Jan 2002 06:49:28 -0000 1.2 -+++ glibc-20041021T0701-fedora/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 22 Sep 2004 21:21:09 -0000 1.2.2.1 +--- glibc-20041102T1153/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 17 Jan 2002 06:49:28 -0000 1.2 ++++ glibc-20041102T1153-fedora/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 22 Sep 2004 21:21:09 -0000 1.2.2.1 @@ -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"_ +--- glibc-20041102T1153/sysdeps/unix/sysv/linux/x86_64/sys/procfs.h 19 Sep 2001 10:30:49 -0000 1.1 ++++ glibc-20041102T1153-fedora/sysdeps/unix/sysv/linux/x86_64/sys/procfs.h 2 Nov 2004 13:20:51 -0000 1.1.4.1 +@@ -1,4 +1,4 @@ +-/* Copyright (C) 2001 Free Software Foundation, Inc. ++/* Copyright (C) 2001, 2004 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or +@@ -45,10 +45,20 @@ typedef unsigned long elf_greg_t; + #define ELF_NGREG (sizeof (struct user_regs_struct) / sizeof(elf_greg_t)) + typedef elf_greg_t elf_gregset_t[ELF_NGREG]; + ++#if __WORDSIZE == 32 ++/* Register set for the floating-point registers. */ ++typedef struct user_fpregs_struct elf_fpregset_t; ++ ++/* Register set for the extended floating-point registers. Includes ++ the Pentium III SSE registers in addition to the classic ++ floating-point stuff. */ ++typedef struct user_fpxregs_struct elf_fpxregset_t; ++#else + /* Register set for the extended floating-point registers. Includes + the Pentium III SSE registers in addition to the classic + floating-point stuff. */ + typedef struct user_fpregs_struct elf_fpregset_t; ++#endif + + /* Signal info. */ + struct elf_siginfo +@@ -94,8 +104,13 @@ struct elf_prpsinfo + char pr_zomb; /* Zombie. */ + char pr_nice; /* Nice val. */ + unsigned long int pr_flag; /* Flags. */ ++#if __WORDSIZE == 32 ++ unsigned short int pr_uid; ++ unsigned short int pr_gid; ++#else + unsigned int pr_uid; + unsigned int pr_gid; ++#endif + int pr_pid, pr_ppid, pr_pgrp, pr_sid; + /* Lots missing */ + char pr_fname[16]; /* Filename of executable. */ +--- glibc-20041102T1153/sysdeps/unix/sysv/linux/x86_64/sys/user.h 22 Mar 2002 12:16:57 -0000 1.4 ++++ glibc-20041102T1153-fedora/sysdeps/unix/sysv/linux/x86_64/sys/user.h 2 Nov 2004 13:20:51 -0000 1.4.2.1 +@@ -1,4 +1,4 @@ +-/* Copyright (C) 2001, 2002 Free Software Foundation, Inc. ++/* Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or +@@ -38,7 +38,7 @@ struct user_fpregs_struct + __uint32_t mxcsr; + __uint32_t mxcr_mask; + __uint32_t st_space[32]; /* 8*16 bytes for each FP-reg = 128 bytes */ +- __uint32_t xmm_space[64]; /* 16*16 bytes for each XMM-reg = 128 bytes */ ++ __uint32_t xmm_space[64]; /* 16*16 bytes for each XMM-reg = 256 bytes */ + __uint32_t padding[24]; + }; + +--- glibc-20041102T1153/sysdeps/x86_64/fpu/bits/fenv.h 19 Sep 2001 10:22:08 -0000 1.1 ++++ glibc-20041102T1153-fedora/sysdeps/x86_64/fpu/bits/fenv.h 2 Nov 2004 13:20:51 -0000 1.1.4.1 +@@ -1,4 +1,4 @@ +-/* Copyright (C) 1997,1998,1999,2000,2001 Free Software Foundation, Inc. ++/* Copyright (C) 1997,1998,1999,2000,2001,2004 Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or +@@ -20,6 +20,8 @@ + # error "Never use directly; include instead." + #endif + ++#include ++ + + /* Define bits representing the exception. We use the bit positions + of the appropriate bits in the FPU control word. */ +@@ -80,7 +82,9 @@ typedef struct + unsigned int __data_offset; + unsigned short int __data_selector; + unsigned short int __unused5; ++#if __WORDSIZE == 64 + unsigned int __mxcsr; ++#endif + } + fenv_t; + +--- glibc-20041102T1153/sysdeps/x86_64/fpu/bits/mathdef.h 15 Mar 2004 21:44:11 -0000 1.2 ++++ glibc-20041102T1153-fedora/sysdeps/x86_64/fpu/bits/mathdef.h 2 Nov 2004 13:20:52 -0000 1.2.2.1 +@@ -23,11 +23,23 @@ + #if defined __USE_ISOC99 && defined _MATH_H && !defined _MATH_H_MATHDEF + # define _MATH_H_MATHDEF 1 + ++# include ++ ++# if __WORDSIZE == 64 || (defined __FLT_EVAL_METHOD__ && __FLT_EVAL_METHOD__ == 0) + /* The x86-64 architecture computes values with the precission of the +- used type. */ ++ used type. Similarly for -m32 -mfpmath=sse. */ + typedef float float_t; /* `float' expressions are evaluated as `float'. */ + typedef double double_t; /* `double' expressions are evaluated + as `double'. */ ++# else ++/* The ix87 FPUs evaluate all values in the 80 bit floating-point format ++ which is also available for the user as `long double'. Therefore we ++ define: */ ++typedef long double float_t; /* `float' expressions are evaluated as ++ `long double'. */ ++typedef long double double_t; /* `double' expressions are evaluated as ++ `long double'. */ ++# endif + + /* The values returned by `ilogb' for 0 and NaN respectively. */ + # define FP_ILOGB0 (-2147483647 - 1) diff --git a/glibc.spec b/glibc.spec index bc26ce8..8febd3d 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ -%define glibcdate 20041021T0701 +%define glibcdate 20041102T1153 %define glibcversion 2.3.3 -%define glibcrelease 73 +%define glibcrelease 75 %define auxarches i586 i686 athlon sparcv9 alphaev6 %define prelinkarches noarch %define nptlarches i386 i686 athlon x86_64 ia64 s390 s390x sparcv9 ppc ppc64 @@ -1258,6 +1258,21 @@ rm -f *.filelist* %endif %changelog +* Tue Nov 2 2004 Jakub Jelinek 2.3.3-75 +- update from CVS + - mktime cleanups (BZ #487, #473, + - unique comments in free(3) check error messages +- adjust some x86_64 headers for -m32 (#129712) +- object size checking support even with GCC-3.4.2-RH >= 3.4.2-8 + +* Wed Oct 27 2004 Jakub Jelinek 2.3.3-74 +- fix header +- fix globfree (#137176) +- fix exiting if there are dlmopened libraries in namespaces + other than main one not closed yet +- export again _res_opcodes and __p_{class,type}_syms from + libresolv.so that were lost in -69 + * Thu Oct 21 2004 Jakub Jelinek 2.3.3-73 - remove setaltroot and key{_add,_request,ctl} also from Versions - back out _sys_errlist changes diff --git a/sources b/sources index 670d862..5818dcc 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -3aa1a754e2375a08ced711c06981ba7c glibc-20041021T0701.tar.bz2 -23f73664912c9d9ccec4be8ef08abd44 glibc-fedora-20041021T0701.tar.bz2 +6de9654bb7f6c7f71755fcb017140b42 glibc-20041102T1153.tar.bz2 +2d4d42314b165c4e212fd8af6b9b9f65 glibc-fedora-20041102T1153.tar.bz2