mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Update.
2000-09-17 H.J. Lu <hjl@gnu.org> * catgets/Makefile ($(objpfx)de/libc.cat): Use $(make-target-directory) instead of mkdir. 2000-09-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/unix/sysv/linux/kernel-features.h: Always define __ASSUME_32BITUIDS for __powerpc__. * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: New file. * sysdeps/unix/sysv/linux/powerpc/Dist: Add ipc_priv.h. * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Fix last * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Likewise.
This commit is contained in:
15
ChangeLog
15
ChangeLog
@@ -1,7 +1,20 @@
|
|||||||
|
2000-09-17 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* catgets/Makefile ($(objpfx)de/libc.cat): Use
|
||||||
|
$(make-target-directory) instead of mkdir.
|
||||||
|
|
||||||
|
2000-09-17 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/kernel-features.h: Always define
|
||||||
|
__ASSUME_32BITUIDS for __powerpc__.
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: New file.
|
||||||
|
* sysdeps/unix/sysv/linux/powerpc/Dist: Add ipc_priv.h.
|
||||||
|
|
||||||
2000-09-17 Ulrich Drepper <drepper@redhat.com>
|
2000-09-17 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Fix last
|
* sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Fix last
|
||||||
patch.
|
patch.
|
||||||
|
* sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Likewise.
|
||||||
|
|
||||||
2000-09-16 Jakub Jelinek <jakub@redhat.com>
|
2000-09-16 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
@@ -55,7 +55,7 @@ tests: $(objpfx)de/libc.cat $(objpfx)test1.cat
|
|||||||
$(objpfx)test1.cat: test1.msg $(objpfx)gencat
|
$(objpfx)test1.cat: test1.msg $(objpfx)gencat
|
||||||
$(built-program-cmd) -H $(objpfx)test1.h $@ $<
|
$(built-program-cmd) -H $(objpfx)test1.h $@ $<
|
||||||
$(objpfx)de/libc.cat: $(objpfx)de.msg $(objpfx)gencat
|
$(objpfx)de/libc.cat: $(objpfx)de.msg $(objpfx)gencat
|
||||||
-mkdir $(objpfx)de
|
$(make-target-directory)
|
||||||
$(built-program-cmd) $@ $<
|
$(built-program-cmd) $@ $<
|
||||||
$(objpfx)tst-catgets.out: $(objpfx)de/libc.cat
|
$(objpfx)tst-catgets.out: $(objpfx)de/libc.cat
|
||||||
|
|
||||||
|
@@ -110,8 +110,9 @@
|
|||||||
# define __ASSUME_NEW_GETRLIMIT_SYSCALL 1
|
# define __ASSUME_NEW_GETRLIMIT_SYSCALL 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Linux 2.3.39 introduced 32bit UID/GIDs. */
|
/* Linux 2.3.39 introduced 32bit UID/GIDs. Some platforms had 32 bit
|
||||||
#if __LINUX_KERNEL_VERSION >= 131879
|
type all along. */
|
||||||
|
#if __LINUX_KERNEL_VERSION >= 131879 || defined __powerpc__
|
||||||
# define __ASSUME_32BITUIDS 1
|
# define __ASSUME_32BITUIDS 1
|
||||||
# ifdef __sparc__
|
# ifdef __sparc__
|
||||||
# define __ASSUME_SETRESUID_SYSCALL 1
|
# define __ASSUME_SETRESUID_SYSCALL 1
|
||||||
|
@@ -171,7 +171,7 @@ SYSCALL_ERROR_LABEL: \
|
|||||||
asm volatile ("trap #0" \
|
asm volatile ("trap #0" \
|
||||||
: "=d" (_d0) \
|
: "=d" (_d0) \
|
||||||
: "0" (_d0) ASM_ARGS_##nr \
|
: "0" (_d0) ASM_ARGS_##nr \
|
||||||
: "d0" : "memory"); \
|
: "d0", "memory"); \
|
||||||
_sys_result = _d0; \
|
_sys_result = _d0; \
|
||||||
} \
|
} \
|
||||||
if (_sys_result >= (unsigned int) -4095) \
|
if (_sys_result >= (unsigned int) -4095) \
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
clone.S
|
clone.S
|
||||||
fe_nomask.c
|
fe_nomask.c
|
||||||
|
ipc_priv.h
|
||||||
kernel_stat.h
|
kernel_stat.h
|
||||||
kernel_termios.h
|
kernel_termios.h
|
||||||
oldgetrlimit64.c
|
oldgetrlimit64.c
|
||||||
|
1
sysdeps/unix/sysv/linux/powerpc/ipc_priv.h
Normal file
1
sysdeps/unix/sysv/linux/powerpc/ipc_priv.h
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#include <sysdeps/unix/sysv/linux/alpha/ipc_priv.h>
|
Reference in New Issue
Block a user