about summary refs log tree commit diff
path: root/nptl/sysdeps/pthread/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Remove broken declaration.Andreas Jaeger2003-12-031-2/+1
|
* Update.Ulrich Drepper2003-11-171-0/+2
| | | | | | | 2003-11-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/configure.in: Make missing forced unwind support fatal.
* 2003-10-15 Roland McGrath <roland@redhat.com>Roland McGrath2003-10-151-0/+5
| | | | | | * sysdeps/pthread/configure.in: Barf if visibility attribute support is missing. * sysdeps/pthread/configure: Regenerated.
* Update.Ulrich Drepper2003-07-151-3/+5
| | | | | | | 2003-07-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/configure.in: Require CFI directives also for ppc and s390.
* CFI is only really required (so far) for x86 and hammer.Ulrich Drepper2003-07-031-1/+4
|
* Update.Ulrich Drepper2003-07-031-0/+4
| | | | | | 2003-07-03 Ulrich Drepper <drepper@redhat.com> * configure.in: Also check for .cfi_rel_offset pseudo-op.
* Update.Ulrich Drepper2003-06-291-0/+15
| | | | | | 2003-06-29 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/configure.in: Check for C cleanup handling in gcc.
* Update.Ulrich Drepper2003-04-121-0/+13
| | | | | | | | | | | | | | | | | 2003-04-11 Ulrich Drepper <drepper@redhat.com> * sysdeps/generic/libc-start.c: Cleanup MAIN_AUXVEC_ARG handling. Remove HAVE_CANCELBUF code. Replace with code using the new initializers for unwind-based cleanup handling. * sysdeps/generic/unwind.h: Update from latest gcc version. * sysdeps/unix/sysv/linux/i386/sysdep.h: Define labels in a few places to allow unwind data generation. * sysdeps/i386/bits/setjmp.h: Allow file to be included multiple times. * sysdeps/x86_64/bits/setjmp.h: Likewise. * sysdeps/sh/bits/setjmp.h: Likewise. * sysdeps/powerpc/bits/setjmp.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: Likewise. * sysdeps/alpha/bits/setjmp.h: Likewise.
* * posix/fnmatch_loop.c: Add casts for signedness.Roland McGrath2003-03-161-0/+6
* nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise. * gmon/gmon.c (write_call_graph): Use u_long for FROM_LEN. * nscd/nscd_getgr_r.c (nscd_getgr_r): Use nscd_ssize_t for CNT.