aboutsummaryrefslogtreecommitdiff
path: root/nptl/sysdeps/pthread/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2013-10-30rename configure.in to configure.acMike Frysinger1-49/+0
Autoconf has been deprecating configure.in for quite a long time. Rename all our configure.in and preconfigure.in files to .ac. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-03-07Weaken two NPTL configure link tests to compile tests.Joseph Myers1-4/+4
2003-12-03Remove broken declaration.Andreas Jaeger1-2/+1
2003-11-17Update.Ulrich Drepper1-0/+2
2003-11-17 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/configure.in: Make missing forced unwind support fatal.
2003-10-152003-10-15 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+5
* sysdeps/pthread/configure.in: Barf if visibility attribute support is missing. * sysdeps/pthread/configure: Regenerated.
2003-07-15Update.Ulrich Drepper1-3/+5
2003-07-14 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/configure.in: Require CFI directives also for ppc and s390.
2003-07-03CFI is only really required (so far) for x86 and hammer.Ulrich Drepper1-1/+4
2003-07-03Update.Ulrich Drepper1-0/+4
2003-07-03 Ulrich Drepper <drepper@redhat.com> * configure.in: Also check for .cfi_rel_offset pseudo-op.
2003-06-29Update.Ulrich Drepper1-0/+15
2003-06-29 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/configure.in: Check for C cleanup handling in gcc.
2003-04-12Update.Ulrich Drepper1-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.
2003-03-16* posix/fnmatch_loop.c: Add casts for signedness.Roland McGrath1-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.