1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* 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.

        * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
	_AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
This commit is contained in:
Roland McGrath
2002-10-18 22:16:45 +00:00
parent 0cfeb093c1
commit 45fba3dfbb
4 changed files with 15 additions and 5 deletions

View File

@ -1,5 +1,11 @@
2002-10-18 Roland McGrath <roland@redhat.com> 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 * configure.in (libc_link_dests, libc_link_sources): Remove these
variables and the AC_LINK_FILES call. variables and the AC_LINK_FILES call.
@ -24,6 +30,9 @@
2002-10-18 Jeff Bailey <jbailey@gnu.org> 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. * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
* sysdeps/alpha/elf/configure.in: Likewise. * sysdeps/alpha/elf/configure.in: Likewise.
* sysdeps/i386/elf/configure.in: Likewise. * sysdeps/i386/elf/configure.in: Likewise.

2
aclocal.m4 vendored
View File

@ -11,6 +11,8 @@ AC_PROVIDE([AC_PROG_INSTALL])dnl
AC_PROVIDE([AC_PROG_RANLIB])dnl AC_PROVIDE([AC_PROG_RANLIB])dnl
AC_PROVIDE([AC_PROG_CC])dnl AC_PROVIDE([AC_PROG_CC])dnl
AC_PROVIDE([AC_PROG_CPP])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_LOG_FD],5)dnl
define([AS_MESSAGE_FD],6)dnl define([AS_MESSAGE_FD],6)dnl
dnl Ripped out of AS_INIT, which does more cruft we do not want. dnl Ripped out of AS_INIT, which does more cruft we do not want.

View File

@ -514,7 +514,7 @@ _dl_open (const char *file, int mode, const void *caller)
#ifdef USE_TLS #ifdef USE_TLS
/* Maybe some of the modules which were loaded uses 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 we have to mark the dtv array as having gaps to fill
the holes. This is a pessimistic assumption which won't the holes. This is a pessimistic assumption which won't
hurt if not true. */ hurt if not true. */

View File

@ -1,4 +1,3 @@
sinclude(./aclocal.m4)dnl Autoconf lossage
GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory. GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
# Local configure fragment for sysdeps/unix/sysv/linux/mips. # Local configure fragment for sysdeps/unix/sysv/linux/mips.