]>
git.ipfire.org Git - thirdparty/glibc.git/log
Jakub Jelinek [Thu, 3 Mar 2005 13:34:35 +0000 (13:34 +0000)]
Updated to fedora-glibc-20050302T1820
Roland McGrath [Fri, 18 Feb 2005 22:05:58 +0000 (22:05 +0000)]
Use -kk to suppress patches for $Id$ differences between branches.
Roland McGrath [Fri, 18 Feb 2005 02:07:01 +0000 (02:07 +0000)]
(bhc-url): quote #
Jakub Jelinek [Wed, 16 Feb 2005 21:44:34 +0000 (21:44 +0000)]
Use -mtune=pentium4 for i686.
Roland McGrath [Wed, 16 Feb 2005 21:21:42 +0000 (21:21 +0000)]
Default COLLECTION now dist-fc4 for fedora-branch.
Roland McGrath [Wed, 16 Feb 2005 21:21:13 +0000 (21:21 +0000)]
fix tarball names when on branch
Jakub Jelinek [Sat, 12 Feb 2005 11:49:17 +0000 (11:49 +0000)]
Don't fail on non-bi-arch arches.
Jakub Jelinek [Sat, 12 Feb 2005 10:04:41 +0000 (10:04 +0000)]
2.3.4-10
Jakub Jelinek [Sat, 12 Feb 2005 10:01:55 +0000 (10:01 +0000)]
* elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
before relocating ld.so again.
Jakub Jelinek [Fri, 11 Feb 2005 15:08:31 +0000 (15:08 +0000)]
2.3.4-9
Jakub Jelinek [Fri, 11 Feb 2005 15:06:18 +0000 (15:06 +0000)]
* debug/chk_fail.c (__chk_fail): Add a while (1) loop around
__libc_message to kill GCC warning about noreturn function returning.
Jakub Jelinek [Fri, 11 Feb 2005 15:02:46 +0000 (15:02 +0000)]
* elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
for already prelinked ld.so.
Jakub Jelinek [Fri, 11 Feb 2005 15:02:19 +0000 (15:02 +0000)]
* scripts/soversions.awk: Only record first WORDSIZE{32,64}
matching line.
Jakub Jelinek [Fri, 11 Feb 2005 11:02:13 +0000 (11:02 +0000)]
Updated to fedora-glibc-20050211T1037
Roland McGrath [Fri, 11 Feb 2005 10:25:03 +0000 (10:25 +0000)]
Tweak grepping for devel.filelist/headers.filelist.
Make sure gnu/stubs-{32,64}.h goes into devel instead of headers.
Jakub Jelinek [Fri, 11 Feb 2005 09:12:57 +0000 (09:12 +0000)]
2.3.4-8
Jakub Jelinek [Fri, 11 Feb 2005 09:08:01 +0000 (09:08 +0000)]
* sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.
* sysdeps/unix/sysv/linux/alpha/bits/termios.h: Add __USE_MISC
and __USE_XOPEN guards to match linux/bits/termios.h.
(CMSPAR): Define.
* sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Add __USE_MISC
and __USE_XOPEN guards to match linux/bits/termios.h.
(CMSPAR): Define.
* sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC
and __USE_XOPEN guards to match linux/bits/termios.h.
Jakub Jelinek [Fri, 11 Feb 2005 09:01:54 +0000 (09:01 +0000)]
Updated to fedora-glibc-20050211T0853
Roland McGrath [Fri, 11 Feb 2005 04:33:15 +0000 (04:33 +0000)]
Use glibcname macro
Roland McGrath [Thu, 10 Feb 2005 10:31:40 +0000 (10:31 +0000)]
(dist-import): Put md5sums in timestamp file.
Jakub Jelinek [Tue, 8 Feb 2005 22:32:37 +0000 (22:32 +0000)]
Updated to fedora-glibc-20050208T2213
Jakub Jelinek [Tue, 8 Feb 2005 10:05:09 +0000 (10:05 +0000)]
Updated to fedora-glibc-20050208T0948
Jakub Jelinek [Thu, 6 Jan 2005 22:18:46 +0000 (22:18 +0000)]
Updated to fedora-glibc-20050106T2203
Jakub Jelinek [Thu, 6 Jan 2005 15:21:51 +0000 (15:21 +0000)]
Switch to 2.3.4 for now.
Jakub Jelinek [Thu, 6 Jan 2005 15:14:37 +0000 (15:14 +0000)]
2.3.4-4
Jakub Jelinek [Thu, 6 Jan 2005 15:08:34 +0000 (15:08 +0000)]
2004-12-22 Steven Munroe <sjmunroe@us.ibm.com>
* math/libm-test.inc (rint_test_tonearest): New test.
(rint_test_towardzero): New test.
(rint_test_downward): New test.
(rint_test_upward): New test.
* sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
Remove redundant const values.
* sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
Remove redundant const values. Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
* sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
* sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
Remove redundant const values.
* sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
Remove redundant const values. Use float const.
* sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
Remove redundant const values.
* sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
Remove redundant const values. Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
alignment. Fix -0.0 case. Remove redundant const values.
* sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
alignment. Fix -0.0 case. Remove redundant const values.
Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
alignment. Fix -0.0 case.
* sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
alignment. Fix -0.0 case. Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
alignment. Fix -0.0 case.
* sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
alignment. Fix -0.0 case. Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
alignment. Fix -0.0 case. Remove redundant const values.
* sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
alignment. Fix -0.0 case. Remove redundant const values.
Use float const.
* sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
alignment. Fix -0.0 case.
* sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
alignment. Fix -0.0 case. Remove redundant const values.
Use float const.
Jakub Jelinek [Thu, 6 Jan 2005 14:57:16 +0000 (14:57 +0000)]
Updated to fedora-glibc-20050106T1443
Jakub Jelinek [Tue, 21 Dec 2004 08:36:17 +0000 (08:36 +0000)]
2.3.4-3
Roland McGrath [Mon, 20 Dec 2004 23:34:42 +0000 (23:34 +0000)]
(glibc.spec): Drop Makefile dep.
Roland McGrath [Mon, 20 Dec 2004 23:31:56 +0000 (23:31 +0000)]
emit glibcname in glibc.spec
Roland McGrath [Mon, 20 Dec 2004 23:15:28 +0000 (23:15 +0000)]
Fix tag name in on-branch case.
Jakub Jelinek [Mon, 20 Dec 2004 07:59:25 +0000 (07:59 +0000)]
2.3.4-2
Jakub Jelinek [Sun, 19 Dec 2004 23:47:01 +0000 (23:47 +0000)]
2.3.4-1
Jakub Jelinek [Sun, 19 Dec 2004 23:44:54 +0000 (23:44 +0000)]
Updated to fedora-glibc-20041219T2331
Jakub Jelinek [Sat, 18 Dec 2004 23:21:48 +0000 (23:21 +0000)]
Updated to fedora-glibc-20041218T2312
Jakub Jelinek [Sat, 18 Dec 2004 11:52:46 +0000 (11:52 +0000)]
* sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: Removed.
Jakub Jelinek [Sat, 18 Dec 2004 11:46:14 +0000 (11:46 +0000)]
Updated to fedora-glibc-20041218T1131
Jakub Jelinek [Sat, 18 Dec 2004 11:20:18 +0000 (11:20 +0000)]
add .%%{_target_cpu} to glibc_post_upgrade, only run telinit u
if /sbin/init is the same ELF class and machine as
glibc_post_upgrade.%%{_target_cpu} and similarly with
condrestarting sshd (#143046)
Jakub Jelinek [Fri, 17 Dec 2004 10:09:19 +0000 (10:09 +0000)]
Updated to fedora-glibc-20041217T0906
Jakub Jelinek [Wed, 15 Dec 2004 21:12:09 +0000 (21:12 +0000)]
2.3.3-96
Jakub Jelinek [Wed, 15 Dec 2004 21:09:39 +0000 (21:09 +0000)]
2.3.3-96
Jakub Jelinek [Wed, 15 Dec 2004 21:07:43 +0000 (21:07 +0000)]
Updated to fedora-glibc-20041215T2056
Jakub Jelinek [Wed, 15 Dec 2004 16:35:59 +0000 (16:35 +0000)]
2.3.3-95
Jakub Jelinek [Wed, 15 Dec 2004 16:34:09 +0000 (16:34 +0000)]
* nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,
not libnsl_hidden_proto.
Jakub Jelinek [Wed, 15 Dec 2004 12:20:47 +0000 (12:20 +0000)]
Include tls.h.
Jakub Jelinek [Wed, 15 Dec 2004 11:35:12 +0000 (11:35 +0000)]
* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone): Save
and restore r2 around call to fn.
Jakub Jelinek [Wed, 15 Dec 2004 11:13:44 +0000 (11:13 +0000)]
2.3.3-93
Jakub Jelinek [Wed, 15 Dec 2004 11:09:41 +0000 (11:09 +0000)]
2004-09-08 H.J. Lu <hongjiu.lu@intel.com>
* Makeconfig (libunwind): New.
(libgcc_eh): Add $(libunwind).
(gnulib): Always set to -lgcc $(libgcc_eh).
(static-gnulib): Always set to -lgcc -lgcc_eh $(libunwind).
(libc.so-gnulib): New.
* Makerules (LDLIBS-c.so): Use $(libc.so-gnulib) instead of
$(static-gnulib).
* configure.in (libc_cv_cc_with_libunwind): Set to yes if gcc
uses -lunwind for static binaries.
* configure: Regenerated.
Jakub Jelinek [Wed, 15 Dec 2004 09:53:46 +0000 (09:53 +0000)]
* sysdeps/unix/sysv/linux/s390/s390-32/clone.S (__clone): Add support for
NPTL where the PID is stored at userlevel and needs to be reset when
CLONE_THREAD is not used.
* sysdeps/unix/sysv/linux/s390/s390-64/clone.S (__clone): Likewise.
nptl/
* sysdeps/unix/sysv/linux/s390/s390-32/clone.S: New file.
* sysdeps/unix/sysv/linux/s390/s390-64/clone.S: New file.
* sysdeps/s390/tcb-offsets.sym (TID): Add.
Jakub Jelinek [Wed, 15 Dec 2004 09:35:48 +0000 (09:35 +0000)]
Sync from HEAD once again.
Jakub Jelinek [Wed, 15 Dec 2004 09:16:13 +0000 (09:16 +0000)]
Updated to fedora-glibc-20041215T0847
Jakub Jelinek [Tue, 14 Dec 2004 11:22:58 +0000 (11:22 +0000)]
Updated to fedora-glibc-20041214T1058
Jakub Jelinek [Tue, 14 Dec 2004 09:23:25 +0000 (09:23 +0000)]
Remove leading underscore.
Jakub Jelinek [Mon, 13 Dec 2004 23:32:37 +0000 (23:32 +0000)]
Updated to fedora-glibc-20041213T2323
Jakub Jelinek [Fri, 10 Dec 2004 08:57:56 +0000 (08:57 +0000)]
* posix/getconf.c (main): Skip over initial underscore in
$libexecdir/getconf/default symlink target.
Jakub Jelinek [Fri, 10 Dec 2004 06:50:32 +0000 (06:50 +0000)]
Updated to fedora-glibc-20041210T0634
Jakub Jelinek [Wed, 8 Dec 2004 21:07:44 +0000 (21:07 +0000)]
add __NR_waitid defines for alpha and ia64
Jakub Jelinek [Wed, 8 Dec 2004 10:57:20 +0000 (10:57 +0000)]
* elf/ldd.bash.in: For -u, set bind_now=yes.
If eval $add_env '"$file"' exits with exitcode 5, retry with
eval $add_env \${RTLD} '"$file"'.
Remove | cat usage, it breaks exit code propagation.
* elf/rtld.c (process_envvars): If __libc_enable_secure and
mode != normal, exit with exitcode 5.
Jakub Jelinek [Wed, 8 Dec 2004 10:52:16 +0000 (10:52 +0000)]
Updated to fedora-glibc-20041208T1024
Jakub Jelinek [Tue, 7 Dec 2004 16:20:56 +0000 (16:20 +0000)]
2.3.3-88
Jakub Jelinek [Tue, 7 Dec 2004 14:20:59 +0000 (14:20 +0000)]
* sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for
NPTL where the PID is stored at userlevel and needs to be reset when
CLONE_THREAD is not used.
nptl/
* sysdeps/ia64/tcb-offsets.sym (TID): Add.
* sysdeps/unix/sysv/linux/ia64/clone2.S: New file.
* Makefile (tests): Add tst-getpid2.c.
* tst-getpid1.c (TEST_CLONE_FLAGS): Define.
(do_test): Use it. Use __clone2 instead of clone on ia64.
* tst-getpid2.c: New test.
Jakub Jelinek [Tue, 7 Dec 2004 14:01:11 +0000 (14:01 +0000)]
Updated to fedora-glibc-20041207T1331
Jakub Jelinek [Fri, 3 Dec 2004 11:32:58 +0000 (11:32 +0000)]
2.3.3-87
Jakub Jelinek [Fri, 3 Dec 2004 11:20:54 +0000 (11:20 +0000)]
* posix/tst-regex.c: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
conditionals instead of defined _POSIX_CPUTIME.
(main): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME
option is available.
* posix/tst-regex.c2: Use defined _POSIX_CPUTIME && _POSIX_CPUTIME >= 0
conditionals instead of defined _POSIX_CPUTIME.
(do_test): If _POSIX_CPUTIME == 0, call sysconf to see if CPUTIME
option is available.
* sysdeps/posix/sysconf.c (__sysconf): If _POSIX_CPUTIME resp.
_POSIX_THREAD_CPUTIME is defined to 0, return -1 for the corresponding
_SC_ argument.
nptl/
* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME,
_POSIX_THREAD_CPUTIME): Define to 0.
* sysdeps/pthread/timer_create.c (timer_create): Remove unused code
handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
* sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk,
__timer_signal_thread_tclk): Remove.
(init_module): Remove their initialization.
(thread_cleanup): Remove their cleanup assertions.
* sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk,
__timer_signal_thread_tclk): Remove.
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed.
* sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed.
* sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.
linuxthreads/
* sysdeps/unix/sysv/linux/bits/posix_opt.h (_POSIX_CPUTIME,
_POSIX_THREAD_CPUTIME): Define to 0.
* sysdeps/pthread/timer_create.c (timer_create): Remove unused code
handling CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID.
* sysdeps/pthread/timer_routines.c (__timer_signal_thread_pclk,
__timer_signal_thread_tclk): Remove.
(init_module): Remove their initialization.
(thread_cleanup): Remove their cleanup assertions.
* sysdeps/pthread/posix-timer.h (__timer_signal_thread_pclk,
__timer_signal_thread_tclk): Remove.
* sysdeps/unix/sysv/linux/i386/bits/posix_opt.h: Removed.
* sysdeps/unix/sysv/linux/ia64/bits/posix_opt.h: Removed.
* sysdeps/unix/sysv/linux/x86_64/bits/posix_opt.h: Removed.
Jakub Jelinek [Fri, 3 Dec 2004 11:14:41 +0000 (11:14 +0000)]
* libio/Makefile (tests): Add bug-ungetc4.
* libio/bug-ungetc4.c: New test.
Jakub Jelinek [Fri, 3 Dec 2004 10:17:07 +0000 (10:17 +0000)]
Updated to fedora-glibc-20041203T0935
Jakub Jelinek [Tue, 30 Nov 2004 07:01:14 +0000 (07:01 +0000)]
2.3.3-86
Jakub Jelinek [Tue, 30 Nov 2004 06:33:11 +0000 (06:33 +0000)]
Updated to fedora-glibc-20041130T0624
Jakub Jelinek [Fri, 26 Nov 2004 13:48:49 +0000 (13:48 +0000)]
Updated to fedora-glibc-20041126T1318
Jakub Jelinek [Wed, 24 Nov 2004 08:05:15 +0000 (08:05 +0000)]
Updated to fedora-glibc-20041124T0741
Jakub Jelinek [Sun, 21 Nov 2004 11:42:23 +0000 (11:42 +0000)]
2.3.3-83
Jakub Jelinek [Sun, 21 Nov 2004 11:42:09 +0000 (11:42 +0000)]
2004-11-20 Jakub Jelinek <jakub@redhat.com>
* sysdeps/ieee754/k_standard.c: Document code 50.
(__kernel_standard) <case 50>: Avoid raising div-by-zero
exception again.
2004-11-19 H.J. Lu <hongjiu.lu@intel.com>
[BZ #552]
* math/libm-test.inc (tgamma_test): Update tgamma (0) and
tgamma (-0).
* sysdeps/generic/w_tgamma.c (__tgamma): Properly handle
|x| == 0.
* sysdeps/generic/w_tgammaf.c (__tgammaf): Likewise.
* sysdeps/generic/w_tgammal.c (__tgammal): Likewise.
* sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
* sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
* sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
* sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
* sysdeps/ieee754/k_standard.c (__kernel_standard): Handle
tgamma (0) and tgamma (-0).
Jakub Jelinek [Sun, 21 Nov 2004 11:37:07 +0000 (11:37 +0000)]
Updated to fedora-glibc-20041121T1116
Jakub Jelinek [Sat, 20 Nov 2004 09:58:35 +0000 (09:58 +0000)]
* pthread_create.c (pthread_cancel): Add PTHREAD_STATIC_FN_REQUIRE.
* pthread_cancel.c (pthread_create): Likewise.
Jakub Jelinek [Sat, 20 Nov 2004 09:56:34 +0000 (09:56 +0000)]
Updated to fedora-glibc-20041120T0949
Jakub Jelinek [Fri, 19 Nov 2004 06:39:35 +0000 (06:39 +0000)]
2.3.3-81
Jakub Jelinek [Fri, 19 Nov 2004 06:38:37 +0000 (06:38 +0000)]
chunksize(x) => x->size
Jakub Jelinek [Fri, 19 Nov 2004 00:25:07 +0000 (00:25 +0000)]
2.3.3-80
Jakub Jelinek [Fri, 19 Nov 2004 00:20:40 +0000 (00:20 +0000)]
Another version of the free checks.
Jakub Jelinek [Fri, 19 Nov 2004 00:18:13 +0000 (00:18 +0000)]
Updated to fedora-glibc-20041119T0003
Jakub Jelinek [Tue, 16 Nov 2004 09:37:16 +0000 (09:37 +0000)]
2.3.3-79
Jakub Jelinek [Tue, 16 Nov 2004 09:11:27 +0000 (09:11 +0000)]
Updated to fedora-glibc-20041116T0856
Jakub Jelinek [Tue, 16 Nov 2004 08:55:38 +0000 (08:55 +0000)]
MINSIZE => 2 * SIZE_SZ
Jakub Jelinek [Mon, 15 Nov 2004 13:15:02 +0000 (13:15 +0000)]
Restore change unintentionally killed during merge.
Jakub Jelinek [Mon, 15 Nov 2004 09:55:50 +0000 (09:55 +0000)]
2.3.3-78
Jakub Jelinek [Mon, 15 Nov 2004 09:49:06 +0000 (09:49 +0000)]
* malloc/malloc.c (_int_free): Further free () protection checks.
Jakub Jelinek [Mon, 15 Nov 2004 09:47:23 +0000 (09:47 +0000)]
Updated to fedora-glibc-20041115T0915
Jakub Jelinek [Fri, 12 Nov 2004 21:17:32 +0000 (21:17 +0000)]
* sysdeps/unix/sysv/linux/i386/setuid.c: Include linux/posix_types.h.
* sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setreuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setregid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
Jakub Jelinek [Fri, 12 Nov 2004 16:57:17 +0000 (16:57 +0000)]
* debug/chk_fail.c: Include errno.h and string.h.
(__chk_fail): Write a short message to stderr.
* debug/tst-chk1.c: Include fcntl.h.
(do_test): Redirect stderr to /dev/null.
* debug/test-strcpy_chk.c: Include fcntl.h.
(test_main): Redirect stderr to /dev/null.
(do_one_test, do_random_tests): Use printf instead of
error.
Jakub Jelinek [Fri, 12 Nov 2004 16:56:15 +0000 (16:56 +0000)]
Updated to fedora-glibc-20041112T1640
Jakub Jelinek [Wed, 10 Nov 2004 09:38:27 +0000 (09:38 +0000)]
2.3.3-76
Jakub Jelinek [Wed, 10 Nov 2004 09:02:52 +0000 (09:02 +0000)]
Updated to fedora-glibc-20041110T0839
Jakub Jelinek [Tue, 2 Nov 2004 17:07:42 +0000 (17:07 +0000)]
Include errno.h.
Jakub Jelinek [Tue, 2 Nov 2004 13:36:24 +0000 (13:36 +0000)]
2.3.3-75
Jakub Jelinek [Tue, 2 Nov 2004 13:30:19 +0000 (13:30 +0000)]
* 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.
Jakub Jelinek [Tue, 2 Nov 2004 13:20:52 +0000 (13:20 +0000)]
* 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.
Jakub Jelinek [Tue, 2 Nov 2004 12:26:42 +0000 (12:26 +0000)]
Updated to fedora-glibc-20041102T1153
Jakub Jelinek [Wed, 27 Oct 2004 21:39:59 +0000 (21:39 +0000)]
2.3.3-74
Jakub Jelinek [Wed, 27 Oct 2004 21:29:04 +0000 (21:29 +0000)]
2.3.3-74
Jakub Jelinek [Thu, 21 Oct 2004 11:46:43 +0000 (11:46 +0000)]
Back out errlist changes for now too.