Ulrich Drepper
ee6bf14d9e
Update.
...
2003-04-05 Ulrich Drepper <drepper@redhat.com>
* math/test-tgmath.c (F): Initialize c.
* sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why
2003-04-05 21:35:28 +00:00
Ulrich Drepper
b4068b0a94
Update.
...
* libio/fileops.c (_IO_new_file_fopen): Don't free step data right
after getting them.
2003-04-05 20:43:40 +00:00
Ulrich Drepper
9587cf0f70
(_IO_new_file_fopen): Don't free step data right after getting them.
2003-04-05 20:36:49 +00:00
Alexandre Oliva
743f1874ad
* sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New. * sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: New. * sysdeps/unix/sysv/linux/kernel-features.h: fcntl64 is available on mips n32. * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why XSTAT_IS_XSTAT64 must not be used for mips n64. Use 64-bit data structure on n32 as well. * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use POSIX-compliant data types on n32 and n64.
...
2003-04-05 Alexandre Oliva <aoliva@redhat.com>
* sysdeps/unix/sysv/linux/mips/mips64/n32/ftruncate64.c: New.
* sysdeps/unix/sysv/linux/mips/mips64/n32/truncate64.c: New.
* sysdeps/unix/sysv/linux/kernel-features.h: fcntl64 is available
on mips n32.
* sysdeps/unix/sysv/linux/mips/kernel_stat.h: Explain why
XSTAT_IS_XSTAT64 must not be used for mips n64. Use 64-bit data
structure on n32 as well.
* sysdeps/unix/sysv/linux/mips/bits/stat.h: Use POSIX-compliant
data types on n32 and n64.
2003-04-05 19:57:35 +00:00
Ulrich Drepper
54e0138f7f
Update.
...
2003-04-05 Ulrich Drepper <drepper@redhat.com>
* malloc/thread-m.h [PTHREAD_MUTEX_INITIALIZER]: If
HAVE_register_atfork_malloc is defined use __register_atfork_malloc
instead of __register_atfork.
2003-04-05 09:36:56 +00:00
Ulrich Drepper
b22d701bb7
Update.
...
2003-04-04 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/createthread.c (create_thread): Add some more
comments explaining when to set multiple_threads and when not.
* pthreadP.h: Define THREAD_ATOMIC_CMPXCHG_VAL and
THREAD_ATOMIC_BIT_SET if not already defined.
* sysdeps/i386/tls.h: Define THREAD_ATOMIC_CMPXCHG_VAL and
THREAD_ATOMIC_BIT_SET:
* sysdeps/x86_64/tls.h: Likewise.
* cleanup_defer.c (_pthread_cleanup_push_defer): Rewrite to use
THREAD_ATOMIC_CMPXCHG_VAL.
(_pthread_cleanup_pop_restore): Likewise.
* cancellation.c (__pthread_enable_asynccancel): Likewise.
(__pthread_enable_asynccancel_2): Likewise.
(__pthread_disable_asynccancel): Likewise.
* libc-cancellation.c (__libc_enable_asynccancel): Likewise.
(__libc_disable_asynccancel): Likewise.
* init.c (sigcancel_handler): Likewise.
* pthread_setcancelstate.c (__pthread_setcancelstate): Likewise.
* pthread_setcanceltype.c (__pthread_setcanceltype): Likewise.
2003-04-05 05:21:15 +00:00
Ulrich Drepper
3242201746
Define THREAD_ATOMIC_CMPXCHG_VAL and THREAD_ATOMIC_BIT_SET if not already defined.
2003-04-05 05:08:05 +00:00
Roland McGrath
d0f534e9a1
* stdio-common/reg-printf.c (__register_printf_function): Calloc
...
instead of malloc __printf_arginfo_table and __printf_function_table.
Reported by John Reiser <jreiser@BitWagon.com>.
2003-04-05 00:34:07 +00:00
Roland McGrath
beb03cee27
* sysdeps/powerpc/powerpc64/strchr.S: 64-bit optimizations.
...
* sysdeps/powerpc/powerpc64/strlen.S: 64-bit optimizations.
* sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before
defining.
2003-04-04 22:03:25 +00:00
Roland McGrath
91613ed9d8
2003-04-04 Steven Munroe <sjmunroe@us.ibm.com>
...
* sysdeps/powerpc/fpu/bits/mathdef.h (FLT_EVAL_METHOD): Undef before
defining.
2003-04-04 22:00:47 +00:00
Ulrich Drepper
86246935da
Update.
...
2003-04-03 Ulrich Drepper <drepper@redhat.com>
* init.c (sigcancel_handler): Don't set EXITING_BIT here.
* libc-cancellation.c (__libc_enable_asynccancel): Likewise.
* pthreadP.h (__do_cancel): Set EXITING_BIT here.
* Makefile (tests): Add tst-cancel11.
* tst-cancel11.c: New file.
2003-04-04 07:59:55 +00:00
Ulrich Drepper
d9eb687be2
(sigcancel_handler): Don't set EXITING_BIT here.
2003-04-04 07:56:14 +00:00
Alexandre Oliva
26b54a6bca
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock): Adjust for n64 abi.
...
2003-04-04 Alexandre Oliva <aoliva@redhat.com>
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock): Adjust
for n64 abi.
2003-04-04 05:12:00 +00:00
Roland McGrath
ff084b8768
* configure.in: Fix up use of compilation flags to match the build:
...
For .s files, $ASFLAGS;
For .S files, $CPPFLAGS $ASFLAGS;
For .c files, $CFLAGS $CPPFLAGS;
when linking, add $LDFLAGS.
* configure: Regenerated.
2003-04-04 03:04:08 +00:00
Roland McGrath
3217788f60
2003-04-03 Roland McGrath <roland@redhat.com>
...
* configure.in: Fix up use of compilation flags to match the build:
For .s files, $ASFLAGS;
For .S files, $CPPFLAGS $ASFLAGS;
For .c files, $CFLAGS $CPPFLAGS;
when linking, add $LDFLAGS.
* configure: Regenerated.
2003-04-04 03:03:58 +00:00
Ulrich Drepper
dd59050d0a
Update.
...
2003-04-03 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Reverse test
for atomic_compare_and_exchange_bool_acq failure.
2003-04-03 19:33:35 +00:00
Ulrich Drepper
ff4d6f1bd5
Update.
...
2003-04-03 Jakub Jelinek <jakub@redhat.com>
* pthread.c (pthread_initialize): Unblock __pthread_sig_cancel
in case the parent blocked it.
2003-04-03 18:53:31 +00:00
Ulrich Drepper
148bb057a0
Update.
...
2003-04-03 Ulrich Drepper <drepper@redhat.com>
* posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION,
_POSIX2_C_BIND, _POSIX2_C_DEV, _POSIX2_SW_DEV, and
_POSXI2_LOCALEDEF to 200112L. Remove _POSIX2_C_VERSION.
Remove declaration of pthread_atfork.
2003-04-03 08:22:06 +00:00
Ulrich Drepper
fab07ed651
Update.
...
* locale/iso-639.def: Add many more languages from the current ISO 639.
2003-04-03 04:55:51 +00:00
Ulrich Drepper
d903678ae9
Update.
...
2003-04-02 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/ipc_priv.h: Define IPCOP_semtimedop.
* sysdeps/generic/semtimedop.c: New file.
* sysdeps/unix/sysv/linux/i386/semtimedop.S: New file.
* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add semtimedop.
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
* sysvipc/Makefile (routines): Add semtimedop.
* sysvipc/Versions [GLIBC_2.3.3] (glibc): Add semtimedop.
* sysvipc/sys/sem.h: Declare semtimedop.
2003-04-02 23:49:47 +00:00
Ulrich Drepper
5fa85e5086
Generic semtimedop implementation.
2003-04-02 23:44:57 +00:00
Roland McGrath
426074293f
* configure.in: Check for __register_frame_info in both
...
-lgcc and -lgcc_eh.
* configure: Regenerated.
2003-04-02 20:03:30 +00:00
Roland McGrath
fabb2e1c04
* Makefile (libpthread-routines): Add pthread_atfork.
...
(libpthread-static-only-routines): Add pthread_atfork.
2003-04-02 09:20:07 +00:00
Roland McGrath
c86b08413e
2003-04-02 Jakub Jelinek <jakub@redhat.com>
...
* Makefile (libpthread-routines): Add pthread_atfork.
(libpthread-static-only-routines): Add pthread_atfork.
2003-04-02 09:19:59 +00:00
Ulrich Drepper
fd722fba2f
Update.
2003-04-02 04:57:59 +00:00
Ulrich Drepper
bb9e7c828f
Undo last change.
2003-04-02 04:57:15 +00:00
Roland McGrath
242f3e2fc1
Merged in current data for powerpc-.*-linux.*/notls.
2003-04-02 04:39:52 +00:00
Roland McGrath
b85d11ddc3
Merged in current data for most platforms.
2003-04-02 04:24:30 +00:00
Ulrich Drepper
0d73a73b4b
Update.
...
* Makefile (tests): Add tst-tsd3.c and tst-tsd4.
* tst-tsd4.c: New file.
2003-04-02 04:02:00 +00:00
Ulrich Drepper
bafaffac70
Check PTHREAD_DESTRUCTOR_ITERATIONS handling.
2003-04-02 04:00:53 +00:00
Roland McGrath
a95ced3e71
* scripts/abilist.awk: Allow dots in soname suffix.
...
* scripts/abilist.awk (emit): Fix bailout condition.
2003-04-02 04:00:15 +00:00
Ulrich Drepper
14c65d07e7
(tests): Add tst-tsd4.
2003-04-02 04:00:15 +00:00
Roland McGrath
a9448c548d
2003-04-01 Roland McGrath <roland@redhat.com>
...
* scripts/abilist.awk: Allow dots in soname suffix.
* scripts/abilist.awk (emit): Fix bailout condition.
2003-04-02 04:00:03 +00:00
Ulrich Drepper
6b4686a534
Update.
...
2003-04-01 Ulrich Drepper <drepper@redhat.com>
* pthread_create.c (deallocate_tsd): Clear/free memory after the last
round, not the first. Use specific_used flag instead of local
found_nonzero variable. Use THREAD_[SG]ETMEM where possible.
(__free_tcb): Don't call deallocate_tsd here.
(start_thread): Call deallocate_tsd here.
* pthread_setspecific.c: Set specific_used flag really only when
needed.
* Makefile (tests): Add tst-tsd3.c
* tst-tsd3.c: New file.
2003-04-02 03:51:24 +00:00
Ulrich Drepper
fa36efe893
(do_test): Make static.
2003-04-02 00:36:44 +00:00
Roland McGrath
9a197dcc6a
* sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the
...
IA-64 version.
2003-04-02 00:11:05 +00:00
Roland McGrath
de58be8a09
2003-04-01 Jakub Jelinek <jakub@redhat.com>
...
* sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Use the
IA-64 version.
2003-04-02 00:06:44 +00:00
Ulrich Drepper
fbb7fc7523
Update.
...
* elf/tls-macros.h [__ia64__] (TLS_IE, TLS_LD, TLS_GD): Add gp
register as input to asm.
2003-04-01 Jakub Jelinek <jakub@redhat.com>
2003-04-01 20:11:20 +00:00
Ulrich Drepper
4b1a1328b1
Update.
...
2003-04-01 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (sigevent_t): Fix a typo.
2003-04-01 19:04:03 +00:00
Ulrich Drepper
195d5d89fc
sigevent_t): Fix a typo.
2003-04-01 19:01:17 +00:00
Andreas Jaeger
735881750c
* configure.in: Output as/ld as name if version is too old.
...
2003-04-01 Andreas Jaeger <aj@suse.de>
* configure.in: Output as/ld as name if version is too old.
2003-04-01 06:53:27 +00:00
Roland McGrath
640f011927
* configure.in: Don't require an installed C library in the test
...
for ".set" assembler support.
* configure: Regenerated.
2003-03-31 Roland McGrath <roland@redhat.com>
* signal/tst-sigset.c: New file.
* signal/Makefile (tests): Add it.
2003-04-01 06:50:04 +00:00
Roland McGrath
22f974f6c0
2003-03-31 Roland McGrath <roland@redhat.com>
...
* signal/tst-sigset.c: New file.
* signal/Makefile (tests): Add it.
2003-04-01 06:49:23 +00:00
Ulrich Drepper
582b54aa23
Update.
...
2003-03-31 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Define to 65.
* sysdeps/unix/sysv/linux/hppa/bits/signum.h (_NSIG): Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Likewise.
* sysdeps/unix/sysv/linux/bits/signum.h (_NSIG): Likewise.
(__SIGRTMAX): Adjust accordingly.
* sysdeps/gnu/siglist.c: If OLD2_SIGLIST_SIZE is defined define
second compatibility symbol set.
* sysdeps/unix/sysv/linux/siglist.h (OLD2_SIGLIST_SIZE): Define.
* intl/po2test.sed: Unify the transformations for msgid and msgstr
and remove a useless s/// command.
2003-04-01 06:20:33 +00:00
Ulrich Drepper
211d90c524
Update.
...
* sysdeps/unix/sysv/linux/ia64/lowlevellock.h (__lll_mutex_lock):
Use atomic_exchange_and_add instead of __lll_add.
(__lll_mutex_timedlock): Likewise.
Patch by Ian Wienand.
2003-03-24 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
(SINGLE_THREAD_P): Fix typo.
* tst-cancel-wrappers.sh: Handle '.'ed symbols.
2003-03-31 Ulrich Drepper <drepper@redhat.com>
* Makefile (tests): Add tst-align.
* tst-align.c: New file.
* sysdeps/i386/Makefile: Define CFLAGS-tst-align.
* sysdeps/x86_64/Makefile: Likewise.
* tst-tsd2.c: Add casts to avoid warnings.
2003-04-01 01:24:00 +00:00
Ulrich Drepper
42b2395dce
Update.
...
2003-03-31 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/tls.h (CALL_THREAD_FCT): Align stack of called
function correctly.
2003-04-01 00:55:22 +00:00
Ulrich Drepper
f877b33831
(CALL_THREAD_FCT): Align stack of called function correctly.
2003-04-01 00:53:02 +00:00
Alexandre Oliva
2bf49a0121
* alloca_cutoff.c: Include internals.h. * sysdeps/pthread/errno-loc.c: Include linuxthreads/internals.h. * sysdeps/pthread/herrno-loc.c: Likewise. * sysdeps/pthread/res-state.c: Likewise.
...
2003-03-31 Alexandre Oliva <aoliva@redhat.com>
* alloca_cutoff.c: Include internals.h.
* sysdeps/pthread/errno-loc.c: Include linuxthreads/internals.h.
* sysdeps/pthread/herrno-loc.c: Likewise.
* sysdeps/pthread/res-state.c: Likewise.
2003-04-01 00:52:40 +00:00
Ulrich Drepper
9f292c2439
Fix comment.
2003-03-31 18:43:29 +00:00
Ulrich Drepper
cbbb4b6ccc
Fix comment.
2003-03-31 18:42:30 +00:00