diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 9 | ||||
-rw-r--r-- | nptl/sysdeps/pthread/configure | 2 | ||||
-rw-r--r-- | nptl/sysdeps/pthread/configure.ac (renamed from nptl/sysdeps/pthread/configure.in) | 0 | ||||
-rw-r--r-- | nptl/sysdeps/x86_64/configure | 2 | ||||
-rw-r--r-- | nptl/sysdeps/x86_64/configure.ac (renamed from nptl/sysdeps/x86_64/configure.in) | 0 |
5 files changed, 11 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index a089153..9d04a7b 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2013-10-30 Mike Frysinger <vapier@gentoo.org> + + * sysdeps/pthread/configure.in: Moved to ... + * sysdeps/pthread/configure.ac: ... here. + * sysdeps/x86_64/configure.in: Moved to ... + * sysdeps/x86_64/configure.ac: ... here. + * sysdeps/pthread/configure: Regenerated. + * sysdeps/x86_64/configure: Likewise. + 2013-10-04 Maciej W. Rozycki <macro@codesourcery.com> * tst-mutex8.c (check_type) [ENABLE_PI]: Handle ENOTSUP failure diff --git a/nptl/sysdeps/pthread/configure b/nptl/sysdeps/pthread/configure index 7962ed6..239a039 100644 --- a/nptl/sysdeps/pthread/configure +++ b/nptl/sysdeps/pthread/configure @@ -1,4 +1,4 @@ -# This file is generated from configure.in by Autoconf. DO NOT EDIT! +# This file is generated from configure.ac by Autoconf. DO NOT EDIT! if test "x$libc_cv_gcc___thread" != xyes; then as_fn_error $? "compiler support for __thread is required" "$LINENO" 5 diff --git a/nptl/sysdeps/pthread/configure.in b/nptl/sysdeps/pthread/configure.ac index 413af96..413af96 100644 --- a/nptl/sysdeps/pthread/configure.in +++ b/nptl/sysdeps/pthread/configure.ac diff --git a/nptl/sysdeps/x86_64/configure b/nptl/sysdeps/x86_64/configure index 8e5bcac..c9dea5a 100644 --- a/nptl/sysdeps/x86_64/configure +++ b/nptl/sysdeps/x86_64/configure @@ -1,4 +1,4 @@ -# This file is generated from configure.in by Autoconf. DO NOT EDIT! +# This file is generated from configure.ac by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/i386. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for .cfi_personality and .cfi_lsda pseudo-ops" >&5 diff --git a/nptl/sysdeps/x86_64/configure.in b/nptl/sysdeps/x86_64/configure.ac index 0ba0cc3..0ba0cc3 100644 --- a/nptl/sysdeps/x86_64/configure.in +++ b/nptl/sysdeps/x86_64/configure.ac |