diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-18 22:16:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-18 22:16:45 +0000 |
commit | 45fba3dfbb78d8545b1350c19c1d4d5ebb62c588 (patch) | |
tree | a7c89c77b4b474d409c98feec4ae2749b4621786 /ChangeLog | |
parent | 0cfeb093c1fc4314607eace54c947f7e7a0e8145 (diff) | |
download | glibc-45fba3dfbb78d8545b1350c19c1d4d5ebb62c588.tar.gz glibc-45fba3dfbb78d8545b1350c19c1d4d5ebb62c588.tar.xz glibc-45fba3dfbb78d8545b1350c19c1d4d5ebb62c588.zip |
* 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0a9d7d055a..b5105b6535 100644 --- 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. |