Jakub Jelinek
8a581cc8cf
2.3.4-9
cvs/fedora-glibc-2_3_4-9
2005-02-11 15:08:31 +00:00
Jakub Jelinek
e35b009a0e
* debug/chk_fail.c (__chk_fail): Add a while (1) loop around
...
__libc_message to kill GCC warning about noreturn function returning.
2005-02-11 15:06:18 +00:00
Jakub Jelinek
88da3f5402
* elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
...
for already prelinked ld.so.
2005-02-11 15:02:46 +00:00
Jakub Jelinek
8426ecf6be
* scripts/soversions.awk: Only record first WORDSIZE{32,64}
...
matching line.
2005-02-11 15:02:19 +00:00
Jakub Jelinek
b821229a10
Updated to fedora-glibc-20050211T1037
2005-02-11 11:02:13 +00:00
Roland McGrath
28c85b32ab
Tweak grepping for devel.filelist/headers.filelist.
...
Make sure gnu/stubs-{32,64}.h goes into devel instead of headers.
2005-02-11 10:25:03 +00:00
Jakub Jelinek
7ecaea1e8e
2.3.4-8
cvs/fedora-glibc-2_3_4-8
2005-02-11 09:12:57 +00:00
Jakub Jelinek
b2e5c15083
* 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.
2005-02-11 09:08:01 +00:00
Jakub Jelinek
bf8419b987
Updated to fedora-glibc-20050211T0853
2005-02-11 09:01:54 +00:00
Roland McGrath
d4f7a4c095
Use glibcname macro
2005-02-11 04:33:15 +00:00
Roland McGrath
79ed5577b8
(dist-import): Put md5sums in timestamp file.
2005-02-10 10:31:40 +00:00
Jakub Jelinek
0bac9ce531
Updated to fedora-glibc-20050208T2213
cvs/fedora-glibc-2_3_4-7
2005-02-08 22:32:37 +00:00
Jakub Jelinek
d585b66fa4
Updated to fedora-glibc-20050208T0948
cvs/fedora-glibc-2_3_4-6
2005-02-08 10:05:09 +00:00
Jakub Jelinek
e7cbcee498
Updated to fedora-glibc-20050106T2203
cvs/fedora-glibc-2_3_4-5
2005-01-06 22:18:46 +00:00
Jakub Jelinek
f19db0eaff
Switch to 2.3.4 for now.
cvs/fedora-glibc-2_3_4-4
2005-01-06 15:21:51 +00:00
Jakub Jelinek
ae8e3bb8f3
2.3.4-4
2005-01-06 15:14:37 +00:00
Jakub Jelinek
6bb54d1be0
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.
2005-01-06 15:08:34 +00:00
Jakub Jelinek
0ecfa2580d
Updated to fedora-glibc-20050106T1443
2005-01-06 14:57:16 +00:00
Jakub Jelinek
e4f5d077e9
2.3.4-3
cvs/fedora-glibc-2_3_4-3
2004-12-21 08:36:17 +00:00
Roland McGrath
f0bc541faa
(glibc.spec): Drop Makefile dep.
2004-12-20 23:34:42 +00:00
Roland McGrath
4b7c20f9d4
emit glibcname in glibc.spec
2004-12-20 23:31:56 +00:00
Roland McGrath
9b36a86525
Fix tag name in on-branch case.
2004-12-20 23:15:28 +00:00
Jakub Jelinek
861d5124ab
2.3.4-2
cvs/fedora-glibc-2_3_4-2
cvs/fedora-2_3-base
2004-12-20 07:59:25 +00:00
Jakub Jelinek
973900e759
2.3.4-1
cvs/fedora-glibc-2_3_4-1
2004-12-19 23:47:01 +00:00
Jakub Jelinek
a7008c8e9d
Updated to fedora-glibc-20041219T2331
2004-12-19 23:44:54 +00:00
Jakub Jelinek
acea899bcb
Updated to fedora-glibc-20041218T2312
cvs/fedora-glibc-2_3_3-99
2004-12-18 23:21:48 +00:00
Jakub Jelinek
63f0fc945f
* sysdeps/unix/sysv/linux/powerpc/powerpc64/bits/local_lim.h: Removed.
cvs/fedora-glibc-2_3_3-98
2004-12-18 11:52:46 +00:00
Jakub Jelinek
1c714a10f0
Updated to fedora-glibc-20041218T1131
2004-12-18 11:46:14 +00:00
Jakub Jelinek
a004c296d6
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 )
2004-12-18 11:20:18 +00:00
Jakub Jelinek
337cd636a1
Updated to fedora-glibc-20041217T0906
cvs/fedora-glibc-2_3_3-97
2004-12-17 10:09:19 +00:00
Jakub Jelinek
6ec2d74438
2.3.3-96
cvs/fedora-glibc-2_3_3-96
2004-12-15 21:12:09 +00:00
Jakub Jelinek
203a56c61e
2.3.3-96
2004-12-15 21:09:39 +00:00
Jakub Jelinek
d138a182cc
Updated to fedora-glibc-20041215T2056
2004-12-15 21:07:43 +00:00
Jakub Jelinek
95eb6211a1
2.3.3-95
cvs/fedora-glibc-2_3_3-95
2004-12-15 16:35:59 +00:00
Jakub Jelinek
4739365ace
* nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,
...
not libnsl_hidden_proto.
2004-12-15 16:34:09 +00:00
Jakub Jelinek
1494bc3fa2
Include tls.h.
cvs/fedora-glibc-2_3_3-93
2004-12-15 12:20:47 +00:00
Jakub Jelinek
7b77676c2f
* sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone): Save
...
and restore r2 around call to fn.
2004-12-15 11:35:12 +00:00
Jakub Jelinek
ac4d4092ac
2.3.3-93
2004-12-15 11:13:44 +00:00
Jakub Jelinek
978044a70e
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.
2004-12-15 11:09:41 +00:00
Jakub Jelinek
14cbd70aa6
* 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.
2004-12-15 09:53:46 +00:00
Jakub Jelinek
befe97e0d0
Sync from HEAD once again.
2004-12-15 09:35:48 +00:00
Jakub Jelinek
0d60d7de5d
Updated to fedora-glibc-20041215T0847
2004-12-15 09:16:13 +00:00
Jakub Jelinek
1b88b322d4
Updated to fedora-glibc-20041214T1058
cvs/fedora-glibc-2_3_3-92
2004-12-14 11:22:58 +00:00
Jakub Jelinek
d3cfe8dd4e
Remove leading underscore.
2004-12-14 09:23:25 +00:00
Jakub Jelinek
f9626feb2d
Updated to fedora-glibc-20041213T2323
cvs/fedora-glibc-2_3_3-91
2004-12-13 23:32:37 +00:00
Jakub Jelinek
e797f2e35c
* posix/getconf.c (main): Skip over initial underscore in
...
$libexecdir/getconf/default symlink target.
cvs/fedora-glibc-2_3_3-90
2004-12-10 08:57:56 +00:00
Jakub Jelinek
f2b016bfc9
Updated to fedora-glibc-20041210T0634
2004-12-10 06:50:32 +00:00
Jakub Jelinek
0e7f328d08
add __NR_waitid defines for alpha and ia64
2004-12-08 21:07:44 +00:00
Jakub Jelinek
fd74fc86fd
* 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.
cvs/fedora-glibc-2_3_3-89
2004-12-08 10:57:20 +00:00
Jakub Jelinek
ff4eb01a42
Updated to fedora-glibc-20041208T1024
2004-12-08 10:52:16 +00:00