]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
authorRoland McGrath <roland@gnu.org>
Fri, 18 Oct 2002 22:16:45 +0000 (22:16 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 18 Oct 2002 22:16:45 +0000 (22:16 +0000)
(inline_syscall_clobbers, inline_syscall0, inline_syscall1)
(inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
(inline_syscall6): Move these macros ...
* sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.

        * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
_AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.

ChangeLog
aclocal.m4
elf/dl-open.c
sysdeps/unix/sysv/linux/mips/configure.in

index 0a9d7d055a765a58d95747fd970fb9c1791ec56a..b5105b65354a450c63c685339fa318db12f3bc1d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2002-10-18  Roland McGrath  <roland@redhat.com>
 
+       * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
+       (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
+       (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
+       (inline_syscall6): Move these macros ...
+       * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
+
        * configure.in (libc_link_dests, libc_link_sources): Remove these
        variables and the AC_LINK_FILES call.
 
@@ -24,6 +30,9 @@
 
 2002-10-18  Jeff Bailey  <jbailey@gnu.org>
 
+        * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
+       _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
+
         * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
         * sysdeps/alpha/elf/configure.in: Likewise.
         * sysdeps/i386/elf/configure.in: Likewise.
index d0d037dcad11b6e5857d567485778e945f8cdd6d..30ef36d33a7a53e8f47a56521333947285630610 100644 (file)
@@ -11,6 +11,8 @@ AC_PROVIDE([AC_PROG_INSTALL])dnl
 AC_PROVIDE([AC_PROG_RANLIB])dnl
 AC_PROVIDE([AC_PROG_CC])dnl
 AC_PROVIDE([AC_PROG_CPP])dnl
+AC_PROVIDE([_AS_PATH_SEPARATOR_PREPARE])dnl
+AC_PROVIDE([_AS_TEST_PREPARE])dnl
 define([AS_MESSAGE_LOG_FD],5)dnl
 define([AS_MESSAGE_FD],6)dnl
 dnl Ripped out of AS_INIT, which does more cruft we do not want.
index 5540055168bfc280a9dbc400a84183a4334fc134..08efe6958d0b4375dc8b353f69f0fc29e712f3db 100644 (file)
@@ -514,7 +514,7 @@ _dl_open (const char *file, int mode, const void *caller)
 
 #ifdef USE_TLS
          /* Maybe some of the modules which were loaded uses TLS.
-            Since it will be removed in the folowing _dl_close call
+            Since it will be removed in the following _dl_close call
             we have to mark the dtv array as having gaps to fill
             the holes.  This is a pessimistic assumption which won't
             hurt if not true.  */
index 81515a52f59ee9cc682dbfad8a20c445ebf08450..9d000646c413092875ac685c7aef402088ad0e07 100644 (file)
@@ -1,11 +1,10 @@
-sinclude(./aclocal.m4)dnl Autoconf lossage
 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
 # Local configure fragment for sysdeps/unix/sysv/linux/mips.
 
 define([AC_SUBST])dnl Prevent junk from being appended due to no AC_OUTPUT
 AC_CHECK_PROG_VER(AS, $AS, --version,
   [GNU assembler.* \([0-9]*\.[0-9.]*\(-ia64-[0-9]*\)*\)],
-  [2.11.90.0.[5-9]* | 2.11.90.[1-9]* | 2.11.9[1-9]* | 2.11.[1-9]* | 2.1[2-9]*| 2.[2-9]*], 
-AC_MSG_WARN([*** Your binutils versions are too old.  
-*** We strongly advise to update binutils.  For details check 
+  [2.11.90.0.[5-9]* | 2.11.90.[1-9]* | 2.11.9[1-9]* | 2.11.[1-9]* | 2.1[2-9]*| 2.[2-9]*],
+AC_MSG_WARN([*** Your binutils versions are too old.
+*** We strongly advise to update binutils.  For details check
 *** the FAQ and INSTALL documents.]))