auto-import glibc-2.4.90-33 on branch devel from glibc-2.4.90-33.src.rpm

This commit is contained in:
Jakub Jelinek 2006-09-19 19:15:48 +00:00
parent 18aa46f17d
commit 1b8e233f99
4 changed files with 126 additions and 481 deletions

View File

@ -1,2 +1,2 @@
glibc-20060915T0943.tar.bz2
glibc-fedora-20060915T0943.tar.bz2
glibc-20060919T1847.tar.bz2
glibc-fedora-20060919T1847.tar.bz2

View File

@ -1,6 +1,8 @@
--- glibc-20060915T0943/ChangeLog 15 Sep 2006 07:48:10 -0000 1.10337
+++ glibc-20060915T0943-fedora/ChangeLog 15 Sep 2006 13:05:35 -0000 1.8782.2.209
@@ -1,4 +1,15 @@
--- glibc-20060919T1847/ChangeLog 19 Sep 2006 17:07:04 -0000 1.10342
+++ glibc-20060919T1847-fedora/ChangeLog 19 Sep 2006 18:46:49 -0000 1.8782.2.210
@@ -59,6 +59,17 @@
* sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Rewritten.
2006-09-14 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Comment fixes.
@ -14,10 +16,10 @@
+
+2006-09-14 Jakub Jelinek <jakub@redhat.com>
Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Add 4 new cap
--- glibc-20060915T0943/ChangeLog.11 10 Nov 2000 03:31:36 -0000 1.1
+++ glibc-20060915T0943-fedora/ChangeLog.11 22 Sep 2004 21:20:47 -0000 1.1.4.1
--- glibc-20060919T1847/ChangeLog.11 10 Nov 2000 03:31:36 -0000 1.1
+++ glibc-20060919T1847-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.
@ -67,8 +69,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-20060915T0943/ChangeLog.12 16 Aug 2001 05:24:54 -0000 1.1
+++ glibc-20060915T0943-fedora/ChangeLog.12 22 Sep 2004 21:20:47 -0000 1.1.4.1
--- glibc-20060919T1847/ChangeLog.12 16 Aug 2001 05:24:54 -0000 1.1
+++ glibc-20060919T1847-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.
@ -95,8 +97,8 @@
2001-01-02 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* sysdeps/powerpc/dl-machine.c (__process_machine_rela): Fix typo.
--- glibc-20060915T0943/ChangeLog.15 16 Feb 2005 07:34:17 -0000 1.1
+++ glibc-20060915T0943-fedora/ChangeLog.15 3 Mar 2005 17:29:57 -0000 1.1.6.2
--- glibc-20060919T1847/ChangeLog.15 16 Feb 2005 07:34:17 -0000 1.1
+++ glibc-20060919T1847-fedora/ChangeLog.15 3 Mar 2005 17:29:57 -0000 1.1.6.2
@@ -477,6 +477,14 @@
2004-11-26 Jakub Jelinek <jakub@redhat.com>
@ -177,8 +179,8 @@
2004-08-30 Roland McGrath <roland@frob.com>
* scripts/extract-abilist.awk: If `lastversion' variable defined, omit
--- glibc-20060915T0943/ChangeLog.16 4 May 2006 16:05:24 -0000 1.1
+++ glibc-20060915T0943-fedora/ChangeLog.16 5 May 2006 06:11:52 -0000 1.1.2.1
--- glibc-20060919T1847/ChangeLog.16 4 May 2006 16:05:24 -0000 1.1
+++ glibc-20060919T1847-fedora/ChangeLog.16 5 May 2006 06:11:52 -0000 1.1.2.1
@@ -171,6 +171,11 @@
[BZ #2611]
* stdio-common/renameat.c (renameat): Fix typo.
@ -350,8 +352,8 @@
2005-02-10 Roland McGrath <roland@redhat.com>
[BZ #157]
--- glibc-20060915T0943/csu/elf-init.c 5 Nov 2005 17:41:38 -0000 1.8
+++ glibc-20060915T0943-fedora/csu/elf-init.c 15 Nov 2005 09:54:10 -0000 1.3.2.6
--- glibc-20060919T1847/csu/elf-init.c 5 Nov 2005 17:41:38 -0000 1.8
+++ glibc-20060919T1847-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;
@ -376,8 +378,8 @@
/* These function symbols are provided for the .init/.fini section entry
points automagically by the linker. */
--- glibc-20060915T0943/debug/tst-chk1.c 24 Apr 2006 17:00:18 -0000 1.15
+++ glibc-20060915T0943-fedora/debug/tst-chk1.c 24 Apr 2006 20:31:49 -0000 1.1.2.16
--- glibc-20060919T1847/debug/tst-chk1.c 24 Apr 2006 17:00:18 -0000 1.15
+++ glibc-20060919T1847-fedora/debug/tst-chk1.c 24 Apr 2006 20:31:49 -0000 1.1.2.16
@@ -17,6 +17,9 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
@ -406,8 +408,8 @@
# define O 0
#else
# define O 1
--- glibc-20060915T0943/elf/ldconfig.c 7 Apr 2006 06:57:49 -0000 1.54
+++ glibc-20060915T0943-fedora/elf/ldconfig.c 24 Apr 2006 08:55:38 -0000 1.47.2.9
--- glibc-20060919T1847/elf/ldconfig.c 7 Apr 2006 06:57:49 -0000 1.54
+++ glibc-20060919T1847-fedora/elf/ldconfig.c 24 Apr 2006 08:55:38 -0000 1.47.2.9
@@ -964,17 +964,19 @@ search_dirs (void)
@ -489,8 +491,8 @@
}
search_dirs ();
--- glibc-20060915T0943/elf/tst-stackguard1.c 26 Jun 2005 18:08:36 -0000 1.1
+++ glibc-20060915T0943-fedora/elf/tst-stackguard1.c 8 Aug 2005 21:24:27 -0000 1.1.2.3
--- glibc-20060919T1847/elf/tst-stackguard1.c 26 Jun 2005 18:08:36 -0000 1.1
+++ glibc-20060919T1847-fedora/elf/tst-stackguard1.c 8 Aug 2005 21:24:27 -0000 1.1.2.3
@@ -160,17 +160,21 @@ do_test (void)
the 16 runs, something is very wrong. */
int ndifferences = 0;
@ -515,8 +517,8 @@
{
puts ("stack guard canaries are not randomized enough");
puts ("nor equal to the default canary value");
--- glibc-20060915T0943/iconv/iconvconfig.c 1 Jan 2006 19:15:56 -0000 1.25
+++ glibc-20060915T0943-fedora/iconv/iconvconfig.c 2 Jan 2006 10:52:50 -0000 1.19.2.6
--- glibc-20060919T1847/iconv/iconvconfig.c 1 Jan 2006 19:15:56 -0000 1.25
+++ glibc-20060919T1847-fedora/iconv/iconvconfig.c 2 Jan 2006 10:52:50 -0000 1.19.2.6
@@ -1011,6 +1011,34 @@ next_prime (uint32_t seed)
module name offset
(following last entry with step count 0)
@ -593,8 +595,8 @@
/* Open the output file. */
if (output_file == NULL)
{
--- glibc-20060915T0943/include/features.h 25 Apr 2006 20:34:32 -0000 1.43
+++ glibc-20060915T0943-fedora/include/features.h 26 Apr 2006 20:18:17 -0000 1.35.2.12
--- glibc-20060919T1847/include/features.h 25 Apr 2006 20:34:32 -0000 1.43
+++ glibc-20060919T1847-fedora/include/features.h 26 Apr 2006 20:18:17 -0000 1.35.2.12
@@ -275,7 +275,13 @@
#endif
@ -610,16 +612,16 @@
# if _FORTIFY_SOURCE > 1
# define __USE_FORTIFY_LEVEL 2
# else
--- glibc-20060915T0943/include/bits/stdlib-ldbl.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060915T0943-fedora/include/bits/stdlib-ldbl.h 1 Feb 2006 09:30:43 -0000 1.1.2.1
--- glibc-20060919T1847/include/bits/stdlib-ldbl.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060919T1847-fedora/include/bits/stdlib-ldbl.h 1 Feb 2006 09:30:43 -0000 1.1.2.1
@@ -0,0 +1 @@
+#include <stdlib/bits/stdlib-ldbl.h>
--- glibc-20060915T0943/include/bits/wchar-ldbl.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060915T0943-fedora/include/bits/wchar-ldbl.h 1 Feb 2006 09:30:43 -0000 1.1.2.1
--- glibc-20060919T1847/include/bits/wchar-ldbl.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060919T1847-fedora/include/bits/wchar-ldbl.h 1 Feb 2006 09:30:43 -0000 1.1.2.1
@@ -0,0 +1 @@
+#include <wcsmbs/bits/wchar-ldbl.h>
--- glibc-20060915T0943/intl/locale.alias 4 Dec 2003 07:57:47 -0000 1.23
+++ glibc-20060915T0943-fedora/intl/locale.alias 22 Sep 2004 21:20:53 -0000 1.23.2.1
--- glibc-20060919T1847/intl/locale.alias 4 Dec 2003 07:57:47 -0000 1.23
+++ glibc-20060919T1847-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
@ -629,20 +631,8 @@
norwegian nb_NO.ISO-8859-1
nynorsk nn_NO.ISO-8859-1
polish pl_PL.ISO-8859-2
--- glibc-20060915T0943/io/Makefile 20 Jan 2006 23:23:11 -0000 1.65
+++ glibc-20060915T0943-fedora/io/Makefile 15 Sep 2006 13:03:11 -0000 1.56.2.6
@@ -98,6 +98,9 @@ CFLAGS-mknod.c = -DHAVE_DOT_HIDDEN
CFLAGS-stat64.c = -DHAVE_DOT_HIDDEN
CFLAGS-fstat64.c = -DHAVE_DOT_HIDDEN
CFLAGS-lstat64.c = -DHAVE_DOT_HIDDEN
+CFLAGS-fstatat.c = -DHAVE_DOT_HIDDEN
+CFLAGS-fstatat64.c = -DHAVE_DOT_HIDDEN
+CFLAGS-mknodat.c = -DHAVE_DOT_HIDDEN
endif
test-stat2-ARGS = Makefile . $(objpfx)test-stat2
--- glibc-20060915T0943/libio/stdio.h 16 Jan 2006 20:12:21 -0000 1.86
+++ glibc-20060915T0943-fedora/libio/stdio.h 30 Jan 2006 09:29:46 -0000 1.78.2.8
--- glibc-20060919T1847/libio/stdio.h 16 Jan 2006 20:12:21 -0000 1.86
+++ glibc-20060919T1847-fedora/libio/stdio.h 30 Jan 2006 09:29:46 -0000 1.78.2.8
@@ -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. */
@ -656,8 +646,8 @@
__BEGIN_NAMESPACE_STD
/* Remove file FILENAME. */
--- glibc-20060915T0943/libio/bits/stdio2.h 19 Mar 2005 00:14:58 -0000 1.4
+++ glibc-20060915T0943-fedora/libio/bits/stdio2.h 27 Jun 2005 13:04:16 -0000 1.1.2.6
--- glibc-20060919T1847/libio/bits/stdio2.h 19 Mar 2005 00:14:58 -0000 1.4
+++ glibc-20060919T1847-fedora/libio/bits/stdio2.h 27 Jun 2005 13:04:16 -0000 1.1.2.6
@@ -61,14 +61,25 @@ extern int __vfprintf_chk (FILE *__restr
extern int __vprintf_chk (int __flag, __const char *__restrict __format,
_G_va_list __ap);
@ -688,8 +678,8 @@
#endif
--- glibc-20060915T0943/locale/iso-4217.def 26 Apr 2006 07:14:53 -0000 1.19
+++ glibc-20060915T0943-fedora/locale/iso-4217.def 26 Apr 2006 20:18:17 -0000 1.15.2.4
--- glibc-20060919T1847/locale/iso-4217.def 26 Apr 2006 07:14:53 -0000 1.19
+++ glibc-20060919T1847-fedora/locale/iso-4217.def 26 Apr 2006 20:18:17 -0000 1.15.2.4
@@ -8,6 +8,7 @@
*
* !!! The list has to be sorted !!!
@ -781,8 +771,8 @@
DEFINE_INT_CURR("PYG") /* Paraguay Guarani */
DEFINE_INT_CURR("QAR") /* Qatar Rial */
DEFINE_INT_CURR("ROL") /* Romanian Leu */
--- glibc-20060915T0943/locale/programs/3level.h 7 Dec 2005 05:47:27 -0000 1.6
+++ glibc-20060915T0943-fedora/locale/programs/3level.h 19 Dec 2005 12:11:15 -0000 1.5.2.2
--- glibc-20060919T1847/locale/programs/3level.h 7 Dec 2005 05:47:27 -0000 1.6
+++ glibc-20060919T1847-fedora/locale/programs/3level.h 19 Dec 2005 12:11:15 -0000 1.5.2.2
@@ -202,6 +202,42 @@ CONCAT(TABLE,_iterate) (struct TABLE *t,
}
}
@ -826,8 +816,8 @@
#endif
#ifndef NO_FINALIZE
--- glibc-20060915T0943/localedata/Makefile 26 Apr 2006 05:14:03 -0000 1.103
+++ glibc-20060915T0943-fedora/localedata/Makefile 26 Apr 2006 20:18:17 -0000 1.101.2.3
--- glibc-20060919T1847/localedata/Makefile 26 Apr 2006 05:14:03 -0000 1.103
+++ glibc-20060919T1847-fedora/localedata/Makefile 26 Apr 2006 20:18:17 -0000 1.101.2.3
@@ -223,6 +223,7 @@ $(INSTALL-SUPPORTED-LOCALES): install-lo
echo -n '...'; \
input=`echo $$locale | sed 's/\([^.]*\)[^@]*\(.*\)/\1\2/'`; \
@ -836,8 +826,8 @@
-i locales/$$input -c -f charmaps/$$charset \
$(addprefix --prefix=,$(install_root)) $$locale; \
echo ' done'; \
--- glibc-20060915T0943/localedata/SUPPORTED 13 Aug 2006 20:15:25 -0000 1.96
+++ glibc-20060915T0943-fedora/localedata/SUPPORTED 15 Aug 2006 05:53:48 -0000 1.71.2.13
--- glibc-20060919T1847/localedata/SUPPORTED 13 Aug 2006 20:15:25 -0000 1.96
+++ glibc-20060919T1847-fedora/localedata/SUPPORTED 15 Aug 2006 05:53:48 -0000 1.71.2.13
@@ -77,6 +77,7 @@ cy_GB.UTF-8/UTF-8 \
cy_GB/ISO-8859-14 \
da_DK.UTF-8/UTF-8 \
@ -879,8 +869,8 @@
ta_IN/UTF-8 \
te_IN/UTF-8 \
tg_TJ.UTF-8/UTF-8 \
--- glibc-20060915T0943/localedata/locales/cy_GB 28 Sep 2004 04:37:33 -0000 1.4
+++ glibc-20060915T0943-fedora/localedata/locales/cy_GB 29 Sep 2004 08:48:23 -0000 1.3.2.2
--- glibc-20060919T1847/localedata/locales/cy_GB 28 Sep 2004 04:37:33 -0000 1.4
+++ glibc-20060919T1847-fedora/localedata/locales/cy_GB 29 Sep 2004 08:48:23 -0000 1.3.2.2
@@ -248,8 +248,11 @@ mon "<U0049><U006F><U006E><U0061
d_t_fmt "<U0044><U0079><U0064><U0064><U0020><U0025><U0041><U0020><U0025><U0064><U0020><U006d><U0069><U0073><U0020><U0025><U0042><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
d_fmt "<U0025><U0064><U002E><U0025><U006D><U002E><U0025><U0079>"
@ -895,8 +885,8 @@
END LC_TIME
LC_MESSAGES
--- glibc-20060915T0943/localedata/locales/en_GB 30 Jul 2006 22:19:44 -0000 1.13
+++ glibc-20060915T0943-fedora/localedata/locales/en_GB 31 Jul 2006 07:16:59 -0000 1.10.2.3
--- glibc-20060919T1847/localedata/locales/en_GB 30 Jul 2006 22:19:44 -0000 1.13
+++ glibc-20060919T1847-fedora/localedata/locales/en_GB 31 Jul 2006 07:16:59 -0000 1.10.2.3
@@ -116,8 +116,8 @@ mon "<U004A><U0061><U006E><U0075
d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
d_fmt "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0079>"
@ -908,8 +898,8 @@
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U005A><U0020><U0025><U0059>"
--- glibc-20060915T0943/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000
+++ glibc-20060915T0943-fedora/localedata/locales/no_NO 22 Sep 2004 21:21:01 -0000 1.11.2.1
--- glibc-20060919T1847/localedata/locales/no_NO 1 Jan 1970 00:00:00 -0000
+++ glibc-20060919T1847-fedora/localedata/locales/no_NO 22 Sep 2004 21:21:01 -0000 1.11.2.1
@@ -0,0 +1,69 @@
+escape_char /
+comment_char %
@ -980,8 +970,8 @@
+LC_ADDRESS
+copy "nb_NO"
+END LC_ADDRESS
--- glibc-20060915T0943/localedata/locales/zh_TW 31 Oct 2004 23:42:28 -0000 1.7
+++ glibc-20060915T0943-fedora/localedata/locales/zh_TW 2 Nov 2004 12:25:57 -0000 1.5.2.2
--- glibc-20060919T1847/localedata/locales/zh_TW 31 Oct 2004 23:42:28 -0000 1.7
+++ glibc-20060919T1847-fedora/localedata/locales/zh_TW 2 Nov 2004 12:25:57 -0000 1.5.2.2
@@ -1,7 +1,7 @@
comment_char %
escape_char /
@ -1009,8 +999,8 @@
revision "0.2"
date "2000-08-02"
%
--- glibc-20060915T0943/malloc/mcheck.c 8 Sep 2004 20:36:02 -0000 1.18
+++ glibc-20060915T0943-fedora/malloc/mcheck.c 20 Dec 2005 10:59:21 -0000 1.18.2.1
--- glibc-20060919T1847/malloc/mcheck.c 8 Sep 2004 20:36:02 -0000 1.18
+++ glibc-20060919T1847-fedora/malloc/mcheck.c 20 Dec 2005 10:59:21 -0000 1.18.2.1
@@ -24,9 +24,25 @@
# include <mcheck.h>
# include <stdint.h>
@ -1086,8 +1076,8 @@
old_free_hook = __free_hook;
__free_hook = freehook;
--- glibc-20060915T0943/malloc/mtrace.c 14 Sep 2004 04:24:46 -0000 1.41
+++ glibc-20060915T0943-fedora/malloc/mtrace.c 20 Dec 2005 10:59:21 -0000 1.41.2.1
--- glibc-20060919T1847/malloc/mtrace.c 14 Sep 2004 04:24:46 -0000 1.41
+++ glibc-20060919T1847-fedora/malloc/mtrace.c 20 Dec 2005 10:59:21 -0000 1.41.2.1
@@ -40,6 +40,18 @@
# include <libio/iolibio.h>
# define setvbuf(s, b, f, l) INTUSE(_IO_setvbuf) (s, b, f, l)
@ -1143,17 +1133,17 @@
__memalign_hook = tr_memalignhook;
__malloc_hook = tr_mallochook;
--- glibc-20060915T0943/nis/nss 28 Apr 2006 21:02:23 -0000 1.3
+++ glibc-20060915T0943-fedora/nis/nss 1 May 2006 08:02:53 -0000 1.2.2.2
--- glibc-20060919T1847/nis/nss 28 Apr 2006 21:02:23 -0000 1.3
+++ glibc-20060919T1847-fedora/nis/nss 1 May 2006 08:02:53 -0000 1.2.2.2
@@ -25,4 +25,4 @@
# memory with every getXXent() call. Otherwise each getXXent() call
# might result into a network communication with the server to get
# the next entry.
-#SETENT_BATCH_READ=TRUE
+SETENT_BATCH_READ=TRUE
--- glibc-20060915T0943/nptl/ChangeLog 12 Sep 2006 11:44:01 -0000 1.921
+++ glibc-20060915T0943-fedora/nptl/ChangeLog 15 Sep 2006 12:51:46 -0000 1.706.2.105
@@ -1136,6 +1136,15 @@
--- glibc-20060919T1847/nptl/ChangeLog 18 Sep 2006 13:43:12 -0000 1.923
+++ glibc-20060919T1847-fedora/nptl/ChangeLog 19 Sep 2006 18:46:50 -0000 1.706.2.106
@@ -1150,6 +1150,15 @@
Use __sigfillset. Document that sigfillset does the right thing wrt
to SIGSETXID.
@ -1169,7 +1159,7 @@
2005-07-11 Jakub Jelinek <jakub@redhat.com>
[BZ #1102]
@@ -1872,6 +1881,11 @@
@@ -1886,6 +1895,11 @@
Move definition inside libpthread, libc, librt check. Provide
definition for rtld.
@ -1181,7 +1171,7 @@
2004-09-02 Ulrich Drepper <drepper@redhat.com>
* sysdeps/alpha/jmpbuf-unwind.h: Define __libc_unwind_longjmp.
@@ -3946,6 +3960,11 @@
@@ -3960,6 +3974,11 @@
* Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules).
@ -1193,8 +1183,8 @@
2003-07-25 Jakub Jelinek <jakub@redhat.com>
* tst-cancel17.c (do_test): Check if aio_cancel failed.
--- glibc-20060915T0943/nptl/Makefile 8 Sep 2006 10:40:49 -0000 1.188
+++ glibc-20060915T0943-fedora/nptl/Makefile 10 Sep 2006 18:59:02 -0000 1.157.2.28
--- glibc-20060919T1847/nptl/Makefile 8 Sep 2006 10:40:49 -0000 1.188
+++ glibc-20060919T1847-fedora/nptl/Makefile 10 Sep 2006 18:59:02 -0000 1.157.2.28
@@ -524,15 +524,19 @@ $(addprefix $(objpfx), \
$(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so \
$(objpfx)libpthread_nonshared.a
@ -1217,8 +1207,8 @@
else
$(addprefix $(objpfx),$(tests) $(test-srcs)): $(objpfx)libpthread.a
endif
--- glibc-20060915T0943/nptl/tst-stackguard1.c 26 Jun 2005 17:44:14 -0000 1.1
+++ glibc-20060915T0943-fedora/nptl/tst-stackguard1.c 8 Aug 2005 21:24:28 -0000 1.1.2.3
--- glibc-20060919T1847/nptl/tst-stackguard1.c 26 Jun 2005 17:44:14 -0000 1.1
+++ glibc-20060919T1847-fedora/nptl/tst-stackguard1.c 8 Aug 2005 21:24:28 -0000 1.1.2.3
@@ -190,17 +190,21 @@ do_test (void)
the 16 runs, something is very wrong. */
int ndifferences = 0;
@ -1243,8 +1233,8 @@
{
puts ("stack guard canaries are not randomized enough");
puts ("nor equal to the default canary value");
--- glibc-20060915T0943/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060915T0943-fedora/nptl/sysdeps/unix/sysv/linux/kernel-features.h 22 Sep 2004 21:21:02 -0000 1.1.2.1
--- glibc-20060919T1847/nptl/sysdeps/unix/sysv/linux/kernel-features.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060919T1847-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 <kernel-features.h>
+
@ -1252,8 +1242,8 @@
+#ifndef __ASSUME_CLONE_THREAD_FLAGS
+# define __ASSUME_CLONE_THREAD_FLAGS 1
+#endif
--- glibc-20060915T0943/nscd/connections.c 30 May 2006 17:31:43 -0000 1.90
+++ glibc-20060915T0943-fedora/nscd/connections.c 31 May 2006 15:10:34 -0000 1.55.2.25
--- glibc-20060919T1847/nscd/connections.c 30 May 2006 17:31:43 -0000 1.90
+++ glibc-20060919T1847-fedora/nscd/connections.c 31 May 2006 15:10:34 -0000 1.55.2.25
@@ -1914,3 +1914,21 @@ finish_drop_privileges (void)
install_real_capabilities (new_caps);
#endif
@ -1276,8 +1266,8 @@
+ prune_cache (&dbs[hstdb], LONG_MAX, -1);
+}
+
--- glibc-20060915T0943/nscd/nscd.c 30 May 2006 17:29:36 -0000 1.53
+++ glibc-20060915T0943-fedora/nscd/nscd.c 31 May 2006 15:10:34 -0000 1.38.2.13
--- glibc-20060919T1847/nscd/nscd.c 30 May 2006 17:29:36 -0000 1.53
+++ glibc-20060919T1847-fedora/nscd/nscd.c 31 May 2006 15:10:34 -0000 1.38.2.13
@@ -119,6 +119,9 @@ static struct argp argp =
options, parse_opt, NULL, doc,
};
@ -1296,8 +1286,8 @@
signal (SIGPIPE, SIG_IGN);
/* Cleanup files created by a previous 'bind'. */
--- glibc-20060915T0943/nscd/nscd.conf 27 Apr 2006 14:46:36 -0000 1.13
+++ glibc-20060915T0943-fedora/nscd/nscd.conf 27 Apr 2006 21:29:54 -0000 1.8.2.5
--- glibc-20060919T1847/nscd/nscd.conf 27 Apr 2006 14:46:36 -0000 1.13
+++ glibc-20060919T1847-fedora/nscd/nscd.conf 27 Apr 2006 21:29:54 -0000 1.8.2.5
@@ -33,8 +33,8 @@
# logfile /var/log/nscd.log
# threads 6
@ -1309,8 +1299,8 @@
debug-level 0
# reload-count 5
paranoia no
--- glibc-20060915T0943/nscd/nscd.init 20 Jun 2005 15:47:52 -0000 1.9
+++ glibc-20060915T0943-fedora/nscd/nscd.init 12 Sep 2005 12:53:20 -0000 1.6.2.4
--- glibc-20060919T1847/nscd/nscd.init 20 Jun 2005 15:47:52 -0000 1.9
+++ glibc-20060919T1847-fedora/nscd/nscd.init 12 Sep 2005 12:53:20 -0000 1.6.2.4
@@ -9,6 +9,7 @@
# slow naming services like NIS, NIS+, LDAP, or hesiod.
# processname: /usr/sbin/nscd
@ -1351,8 +1341,8 @@
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/nscd
--- glibc-20060915T0943/posix/Makefile 7 Sep 2006 13:50:05 -0000 1.193
+++ glibc-20060915T0943-fedora/posix/Makefile 7 Sep 2006 10:42:04 -0000 1.171.2.21
--- glibc-20060919T1847/posix/Makefile 7 Sep 2006 13:50:05 -0000 1.193
+++ glibc-20060919T1847-fedora/posix/Makefile 7 Sep 2006 10:42:04 -0000 1.171.2.21
@@ -108,7 +108,8 @@ generated := $(addprefix wordexp-test-re
bug-regex21-mem bug-regex21.mtrace \
tst-rxspencer-mem tst-rxspencer.mtrace tst-getconf.out \
@ -1386,8 +1376,8 @@
+ | sed -n -e '/START_OF_STRINGS/,$${/POSIX_V6_/{s/^[^"]*"//;s/".*$$//;p}}' \
+ > $@.new
+ mv -f $@.new $@
--- glibc-20060915T0943/posix/getconf.speclist.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060915T0943-fedora/posix/getconf.speclist.h 13 Dec 2004 23:32:37 -0000 1.1.2.2
--- glibc-20060919T1847/posix/getconf.speclist.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060919T1847-fedora/posix/getconf.speclist.h 13 Dec 2004 23:32:37 -0000 1.1.2.2
@@ -0,0 +1,15 @@
+#include <unistd.h>
+const char *START_OF_STRINGS =
@ -1404,8 +1394,8 @@
+"POSIX_V6_LPBIG_OFFBIG"
+#endif
+"";
--- glibc-20060915T0943/sysdeps/generic/dl-cache.h 25 Jun 2003 08:01:22 -0000 1.13
+++ glibc-20060915T0943-fedora/sysdeps/generic/dl-cache.h 22 Sep 2004 21:21:07 -0000 1.13.2.1
--- glibc-20060919T1847/sysdeps/generic/dl-cache.h 25 Jun 2003 08:01:22 -0000 1.13
+++ glibc-20060919T1847-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
@ -1421,8 +1411,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-20060915T0943/sysdeps/i386/Makefile 6 Mar 2005 00:18:16 -0000 1.20
+++ glibc-20060915T0943-fedora/sysdeps/i386/Makefile 30 Jun 2006 09:16:34 -0000 1.16.2.4
--- glibc-20060919T1847/sysdeps/i386/Makefile 6 Mar 2005 00:18:16 -0000 1.20
+++ glibc-20060919T1847-fedora/sysdeps/i386/Makefile 30 Jun 2006 09:16:34 -0000 1.16.2.4
@@ -64,4 +64,12 @@ endif
ifneq (,$(filter -mno-tls-direct-seg-refs,$(CFLAGS)))
@ -1436,8 +1426,8 @@
+CPPFLAGS-.oS += -DNO_TLS_DIRECT_SEG_REFS
+CFLAGS-.oS += -mno-tls-direct-seg-refs
endif
--- glibc-20060915T0943/sysdeps/ia64/Makefile 16 Aug 2004 06:46:14 -0000 1.10
+++ glibc-20060915T0943-fedora/sysdeps/ia64/Makefile 22 Sep 2004 21:21:07 -0000 1.10.2.1
--- glibc-20060919T1847/sysdeps/ia64/Makefile 16 Aug 2004 06:46:14 -0000 1.10
+++ glibc-20060919T1847-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))
@ -1449,8 +1439,8 @@
endif
endif
--- glibc-20060915T0943/sysdeps/ia64/ia64libgcc.S 11 May 2002 05:12:35 -0000 1.2
+++ glibc-20060915T0943-fedora/sysdeps/ia64/ia64libgcc.S 22 Sep 2004 21:21:07 -0000 1.2.2.1
--- glibc-20060919T1847/sysdeps/ia64/ia64libgcc.S 11 May 2002 05:12:35 -0000 1.2
+++ glibc-20060919T1847-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. */
@ -1802,8 +1792,8 @@
- .symver ___multi3, __multi3@GLIBC_2.2
-
-#endif
--- glibc-20060915T0943/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000
+++ glibc-20060915T0943-fedora/sysdeps/ia64/libgcc-compat.c 22 Sep 2004 21:21:08 -0000 1.1.2.1
--- glibc-20060919T1847/sysdeps/ia64/libgcc-compat.c 1 Jan 1970 00:00:00 -0000
+++ glibc-20060919T1847-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.
@ -1889,360 +1879,8 @@
+symbol_version (INTUSE (__multi3), __multi3, GLIBC_2.2);
+
+#endif
--- glibc-20060915T0943/sysdeps/ieee754/ldbl-128ibm/s_llrintl.c 16 Mar 2006 23:16:52 -0000 1.2
+++ glibc-20060915T0943-fedora/sysdeps/ieee754/ldbl-128ibm/s_llrintl.c 15 Sep 2006 13:05:36 -0000 1.1.2.3
@@ -1,4 +1,4 @@
-/* Round to int long double floating-point values.
+/* Round to long long int long double floating-point values.
IBM extended format long double version.
Copyright (C) 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -18,9 +18,6 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-/* This has been coded in assembler because GCC makes such a mess of it
- when it's coded in C. */
-
#include <math.h>
#include <fenv_libc.h>
#include <math_ldbl_opt.h>
--- glibc-20060915T0943/sysdeps/ieee754/ldbl-128ibm/s_llroundl.c 16 Mar 2006 23:16:52 -0000 1.2
+++ glibc-20060915T0943-fedora/sysdeps/ieee754/ldbl-128ibm/s_llroundl.c 15 Sep 2006 13:05:36 -0000 1.1.2.3
@@ -1,4 +1,4 @@
-/* Round to long long, long double floating-point values.
+/* Round to long long int long double floating-point values.
IBM extended format long double version.
Copyright (C) 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -18,9 +18,6 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-/* This has been coded in assembler because GCC makes such a mess of it
- when it's coded in C. */
-
#include <math.h>
#include <fenv_libc.h>
#include <math_ldbl_opt.h>
--- glibc-20060915T0943/sysdeps/ieee754/ldbl-128ibm/s_lrintl.c 28 Jan 2006 00:07:25 -0000 1.1
+++ glibc-20060915T0943-fedora/sysdeps/ieee754/ldbl-128ibm/s_lrintl.c 15 Sep 2006 13:05:36 -0000 1.1.2.2
@@ -1,9 +1,162 @@
-/* FIXME */
+/* Round to long int long double floating-point values.
+ IBM extended format long double version.
+ Copyright (C) 2006 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
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA. */
+
#include <math.h>
+#include <fenv_libc.h>
#include <math_ldbl_opt.h>
+#include <float.h>
+#include <ieee754.h>
+
-long int __lrintl (long double d)
+#ifdef __STDC__
+long
+__lrintl (long double x)
+#else
+long
+__lrintl (x)
+ long double x;
+#endif
{
- return llrintl (d);
+ double xh, xl;
+ long res, hi, lo;
+ int save_round;
+
+ ldbl_unpack (x, &xh, &xl);
+
+ /* Limit the range of values handled by the conversion to long.
+ We do this because we aren't sure whether that conversion properly
+ raises FE_INVALID. */
+ if (
+#if __LONG_MAX__ == 2147483647
+ __builtin_expect
+ ((__builtin_fabs (xh) <= (double) __LONG_MAX__ + 2), 1)
+#else
+ __builtin_expect
+ ((__builtin_fabs (xh) <= -(double) (-__LONG_MAX__ - 1)), 1)
+#endif
+#if !defined (FE_INVALID)
+ || 1
+#endif
+ )
+ {
+ save_round = fegetround ();
+
+#if __LONG_MAX__ == 2147483647
+ long long llhi = (long long) xh;
+ if (llhi != (long) llhi)
+ hi = llhi < 0 ? -__LONG_MAX__ - 1 : __LONG_MAX__;
+ else
+ hi = llhi;
+ xh -= hi;
+#else
+ if (__builtin_expect ((xh == -(double) (-__LONG_MAX__ - 1)), 0))
+ {
+ /* When XH is 9223372036854775808.0, converting to long long will
+ overflow, resulting in an invalid operation. However, XL might
+ be negative and of sufficient magnitude that the overall long
+ double is in fact in range. Avoid raising an exception. In any
+ case we need to convert this value specially, because
+ the converted value is not exactly represented as a double
+ thus subtracting HI from XH suffers rounding error. */
+ hi = __LONG_MAX__;
+ xh = 1.0;
+ }
+ else
+ {
+ hi = (long) xh;
+ xh -= hi;
+ }
+#endif
+ ldbl_canonicalize (&xh, &xl);
+
+ lo = (long) xh;
+
+ /* Peg at max/min values, assuming that the above conversions do so.
+ Strictly speaking, we can return anything for values that overflow,
+ but this is more useful. */
+ res = hi + lo;
+
+ /* This is just sign(hi) == sign(lo) && sign(res) != sign(hi). */
+ if (__builtin_expect (((~(hi ^ lo) & (res ^ hi)) < 0), 0))
+ goto overflow;
+
+ xh -= lo;
+ ldbl_canonicalize (&xh, &xl);
+
+ hi = res;
+ switch (save_round)
+ {
+ case FE_TONEAREST:
+ if (fabs (xh) < 0.5
+ || (fabs (xh) == 0.5
+ && ((xh > 0.0 && xl < 0.0)
+ || (xh < 0.0 && xl > 0.0)
+ || (xl == 0.0 && (res & 1) == 0))))
+ return res;
+
+ if (xh < 0.0)
+ res -= 1;
+ else
+ res += 1;
+ break;
+
+ case FE_TOWARDZERO:
+ if (res > 0 && (xh < 0.0 || (xh == 0.0 && xl < 0.0)))
+ res -= 1;
+ else if (res < 0 && (xh > 0.0 || (xh == 0.0 && xl > 0.0)))
+ res += 1;
+ return res;
+ break;
+
+ case FE_UPWARD:
+ if (xh > 0.0 || (xh == 0.0 && xl > 0.0))
+ res += 1;
+ break;
+
+ case FE_DOWNWARD:
+ if (xh < 0.0 || (xh == 0.0 && xl < 0.0))
+ res -= 1;
+ break;
+ }
+
+ if (__builtin_expect (((~(hi ^ (res - hi)) & (res ^ hi)) < 0), 0))
+ goto overflow;
+
+ return res;
+ }
+ else
+ {
+ if (xh > 0.0)
+ hi = __LONG_MAX__;
+ else if (xh < 0.0)
+ hi = -__LONG_MAX__ - 1;
+ else
+ /* Nan */
+ hi = 0;
+ }
+
+overflow:
+#ifdef FE_INVALID
+ feraiseexcept (FE_INVALID);
+#endif
+ return hi;
}
+
long_double_symbol (libm, __lrintl, lrintl);
--- glibc-20060915T0943/sysdeps/ieee754/ldbl-128ibm/s_lroundl.c 28 Jan 2006 00:07:25 -0000 1.1
+++ glibc-20060915T0943-fedora/sysdeps/ieee754/ldbl-128ibm/s_lroundl.c 15 Sep 2006 13:05:36 -0000 1.1.2.2
@@ -1,9 +1,142 @@
-/* FIXME */
+/* Round to long int long double floating-point values.
+ IBM extended format long double version.
+ Copyright (C) 2006 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
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ The GNU C Library is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA. */
+
#include <math.h>
+#include <fenv_libc.h>
#include <math_ldbl_opt.h>
+#include <float.h>
+#include <ieee754.h>
-long int __lroundl (long double d)
+#ifdef __STDC__
+long
+__lroundl (long double x)
+#else
+long
+__lroundl (x)
+ long double x;
+#endif
{
- return llroundl (d);
+ double xh, xl;
+ long res, hi, lo;
+
+ ldbl_unpack (x, &xh, &xl);
+
+ /* Limit the range of values handled by the conversion to long.
+ We do this because we aren't sure whether that conversion properly
+ raises FE_INVALID. */
+ if (
+#if __LONG_MAX__ == 2147483647
+ __builtin_expect
+ ((__builtin_fabs (xh) <= (double) __LONG_MAX__ + 2), 1)
+#else
+ __builtin_expect
+ ((__builtin_fabs (xh) <= -(double) (-__LONG_MAX__ - 1)), 1)
+#endif
+#if !defined (FE_INVALID)
+ || 1
+#endif
+ )
+ {
+#if __LONG_MAX__ == 2147483647
+ long long llhi = (long long) xh;
+ if (llhi != (long) llhi)
+ hi = llhi < 0 ? -__LONG_MAX__ - 1 : __LONG_MAX__;
+ else
+ hi = llhi;
+ xh -= hi;
+#else
+ if (__builtin_expect ((xh == -(double) (-__LONG_MAX__ - 1)), 0))
+ {
+ /* When XH is 9223372036854775808.0, converting to long long will
+ overflow, resulting in an invalid operation. However, XL might
+ be negative and of sufficient magnitude that the overall long
+ double is in fact in range. Avoid raising an exception. In any
+ case we need to convert this value specially, because
+ the converted value is not exactly represented as a double
+ thus subtracting HI from XH suffers rounding error. */
+ hi = __LONG_MAX__;
+ xh = 1.0;
+ }
+ else
+ {
+ hi = (long) xh;
+ xh -= hi;
+ }
+#endif
+ ldbl_canonicalize (&xh, &xl);
+
+ lo = (long) xh;
+
+ /* Peg at max/min values, assuming that the above conversions do so.
+ Strictly speaking, we can return anything for values that overflow,
+ but this is more useful. */
+ res = hi + lo;
+
+ /* This is just sign(hi) == sign(lo) && sign(res) != sign(hi). */
+ if (__builtin_expect (((~(hi ^ lo) & (res ^ hi)) < 0), 0))
+ goto overflow;
+
+ xh -= lo;
+ ldbl_canonicalize (&xh, &xl);
+
+ hi = res;
+ if (xh > 0.5)
+ {
+ res += 1;
+ }
+ else if (xh == 0.5)
+ {
+ if (xl > 0.0 || (xl == 0.0 && res >= 0))
+ res += 1;
+ }
+ else if (-xh > 0.5)
+ {
+ res -= 1;
+ }
+ else if (-xh == 0.5)
+ {
+ if (xl < 0.0 || (xl == 0.0 && res <= 0))
+ res -= 1;
+ }
+
+ if (__builtin_expect (((~(hi ^ (res - hi)) & (res ^ hi)) < 0), 0))
+ goto overflow;
+
+ return res;
+ }
+ else
+ {
+ if (xh > 0.0)
+ hi = __LONG_MAX__;
+ else if (xh < 0.0)
+ hi = -__LONG_MAX__ - 1;
+ else
+ /* Nan */
+ hi = 0;
+ }
+
+overflow:
+#ifdef FE_INVALID
+ feraiseexcept (FE_INVALID);
+#endif
+ return hi;
}
+
long_double_symbol (libm, __lroundl, lroundl);
--- glibc-20060915T0943/sysdeps/unix/nice.c 15 Aug 2006 05:24:45 -0000 1.7
+++ glibc-20060915T0943-fedora/sysdeps/unix/nice.c 15 Aug 2006 05:53:50 -0000 1.6.2.2
--- glibc-20060919T1847/sysdeps/unix/nice.c 15 Aug 2006 05:24:45 -0000 1.7
+++ glibc-20060919T1847-fedora/sysdeps/unix/nice.c 15 Aug 2006 05:53:50 -0000 1.6.2.2
@@ -42,7 +42,12 @@ nice (int incr)
__set_errno (save);
}
@ -2257,8 +1895,8 @@
if (result == -1)
{
if (errno == EACCES)
--- glibc-20060915T0943/sysdeps/unix/sysv/linux/dl-osinfo.h 1 Aug 2006 06:55:27 -0000 1.23
+++ glibc-20060915T0943-fedora/sysdeps/unix/sysv/linux/dl-osinfo.h 2 Aug 2006 16:57:42 -0000 1.14.2.9
--- glibc-20060919T1847/sysdeps/unix/sysv/linux/dl-osinfo.h 1 Aug 2006 06:55:27 -0000 1.23
+++ glibc-20060919T1847-fedora/sysdeps/unix/sysv/linux/dl-osinfo.h 2 Aug 2006 16:57:42 -0000 1.14.2.9
@@ -18,11 +18,14 @@
02111-1307 USA. */
@ -2306,8 +1944,8 @@
+ ret ^= stk;
return ret;
}
--- glibc-20060915T0943/sysdeps/unix/sysv/linux/futimesat.c 3 Feb 2006 05:26:34 -0000 1.6
+++ glibc-20060915T0943-fedora/sysdeps/unix/sysv/linux/futimesat.c 3 Feb 2006 09:43:55 -0000 1.1.2.7
--- glibc-20060919T1847/sysdeps/unix/sysv/linux/futimesat.c 3 Feb 2006 05:26:34 -0000 1.6
+++ glibc-20060919T1847-fedora/sysdeps/unix/sysv/linux/futimesat.c 3 Feb 2006 09:43:55 -0000 1.1.2.7
@@ -37,14 +37,14 @@ futimesat (fd, file, tvp)
{
int result;
@ -2350,8 +1988,8 @@
{
size_t filelen = strlen (file);
static const char procfd[] = "/proc/self/fd/%d/%s";
--- glibc-20060915T0943/sysdeps/unix/sysv/linux/paths.h 15 Nov 2000 23:06:47 -0000 1.11
+++ glibc-20060915T0943-fedora/sysdeps/unix/sysv/linux/paths.h 22 Sep 2004 21:21:08 -0000 1.11.4.1
--- glibc-20060919T1847/sysdeps/unix/sysv/linux/paths.h 15 Nov 2000 23:06:47 -0000 1.11
+++ glibc-20060919T1847-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"
@ -2361,8 +1999,8 @@
#define _PATH_WTMP "/var/log/wtmp"
/* Provide trailing slash, since mostly used for building pathnames. */
--- glibc-20060915T0943/sysdeps/unix/sysv/linux/tcsetattr.c 10 Sep 2003 19:16:07 -0000 1.16
+++ glibc-20060915T0943-fedora/sysdeps/unix/sysv/linux/tcsetattr.c 22 Sep 2004 21:21:08 -0000 1.16.2.1
--- glibc-20060919T1847/sysdeps/unix/sysv/linux/tcsetattr.c 10 Sep 2003 19:16:07 -0000 1.16
+++ glibc-20060919T1847-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;
@ -2408,8 +2046,8 @@
+ return retval;
}
libc_hidden_def (tcsetattr)
--- glibc-20060915T0943/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060915T0943-fedora/sysdeps/unix/sysv/linux/i386/dl-cache.h 22 Sep 2004 21:21:08 -0000 1.1.2.1
--- glibc-20060919T1847/sysdeps/unix/sysv/linux/i386/dl-cache.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060919T1847-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.
@ -2470,8 +2108,8 @@
+ } while (0)
+
+#include_next <dl-cache.h>
--- glibc-20060915T0943/sysdeps/unix/sysv/linux/ia64/dl-cache.h 6 Jul 2001 04:56:17 -0000 1.2
+++ glibc-20060915T0943-fedora/sysdeps/unix/sysv/linux/ia64/dl-cache.h 22 Sep 2004 21:21:09 -0000 1.2.4.1
--- glibc-20060919T1847/sysdeps/unix/sysv/linux/ia64/dl-cache.h 6 Jul 2001 04:56:17 -0000 1.2
+++ glibc-20060919T1847-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)
@ -2504,24 +2142,24 @@
+ } while (0)
+
#include_next <dl-cache.h>
--- glibc-20060915T0943/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000
+++ glibc-20060915T0943-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 22 Sep 2004 21:21:09 -0000 1.1.2.1
--- glibc-20060919T1847/sysdeps/unix/sysv/linux/ia64/dl-procinfo.c 1 Jan 1970 00:00:00 -0000
+++ glibc-20060919T1847-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 <sysdeps/i386/dl-procinfo.c>
+#else
+#include <sysdeps/generic/dl-procinfo.c>
+#endif
--- glibc-20060915T0943/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060915T0943-fedora/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 22 Sep 2004 21:21:09 -0000 1.1.2.1
--- glibc-20060919T1847/sysdeps/unix/sysv/linux/ia64/dl-procinfo.h 1 Jan 1970 00:00:00 -0000
+++ glibc-20060919T1847-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 <sysdeps/unix/sysv/linux/i386/dl-procinfo.h>
+#else
+#include <sysdeps/generic/dl-procinfo.h>
+#endif
--- glibc-20060915T0943/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 17 Jan 2002 06:49:28 -0000 1.2
+++ glibc-20060915T0943-fedora/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 22 Sep 2004 21:21:09 -0000 1.2.2.1
--- glibc-20060919T1847/sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed 17 Jan 2002 06:49:28 -0000 1.2
+++ glibc-20060919T1847-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"_

View File

@ -1,9 +1,9 @@
%define glibcdate 20060915T0943
%define glibcdate 20060919T1847
%define glibcname glibc
%define glibcsrcdir glibc-20060915T0943
%define glibcsrcdir glibc-20060919T1847
%define glibc_release_tarballs 0
%define glibcversion 2.4.90
%define glibcrelease 32
%define glibcrelease 33
%define auxarches i586 i686 athlon sparcv9 alphaev6
%define xenarches i686 athlon
%ifarch %{xenarches}
@ -793,7 +793,7 @@ touch locale/programs/*-kw.h
GCC=gcc
GXX=g++
%ifarch %{ix86}
BuildFlags="-march=%{_target_cpu}"
BuildFlags="-march=%{_target_cpu} -mtune=generic"
%endif
%ifarch i686
BuildFlags="-march=i686 -mtune=generic"
@ -1529,6 +1529,13 @@ rm -f *.filelist*
%endif
%changelog
* Tue Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-33
- fix dlclose (#206639)
- don't load platform optimized libraries if kernel doesn't set
AT_PLATFORM
- fix ppc{32,64} libSegFault.so
- use -mtune=generic even for glibc-devel.i386 (#206437)
* Fri Sep 15 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-32
- on ppc* use just AT_PLATFORM and altivec AT_HWCAP bit for library selection
- fix lrintl and lroundl on ppc{,64}

View File

@ -1,2 +1,2 @@
be445f769d1896191bddfd46f76856f3 glibc-20060915T0943.tar.bz2
391002efa28073647ec89b38378061b0 glibc-fedora-20060915T0943.tar.bz2
00bf2a225ee2c94c32a9b0f156811bd4 glibc-20060919T1847.tar.bz2
c2b06d8fd33e4cf76f008fb8b234e2ab glibc-fedora-20060919T1847.tar.bz2