mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
* sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET_NOERRNO): Use
unconditional mov. Remove nop. * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL): Define for kernel 2.4 on arm. * sysdeps/unix/sysv/linux/arm/vfork.S: Elide compatibility code when __ASSUME_VFORK_SYSCALL is defined. * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise for __ASSUME_MMAP2_SYSCALL. * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise for __ASSUME_REALTIME_SIGNALS.
This commit is contained in:
parent
8eed661a56
commit
312472fc4d
14
ChangeLog
14
ChangeLog
@ -1,3 +1,17 @@
|
||||
2003-03-27 Philip Blundell <philb@gnu.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET_NOERRNO): Use
|
||||
unconditional mov. Remove nop.
|
||||
|
||||
* sysdeps/unix/sysv/linux/kernel-features.h
|
||||
(__ASSUME_VFORK_SYSCALL): Define for kernel 2.4 on arm.
|
||||
* sysdeps/unix/sysv/linux/arm/vfork.S: Elide compatibility code
|
||||
when __ASSUME_VFORK_SYSCALL is defined.
|
||||
* sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise for
|
||||
__ASSUME_MMAP2_SYSCALL.
|
||||
* sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise for
|
||||
__ASSUME_REALTIME_SIGNALS.
|
||||
|
||||
2003-03-26 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_COPY): Define to 2
|
||||
|
@ -71,8 +71,8 @@
|
||||
DO_CALL (syscall_name, args);
|
||||
|
||||
#define PSEUDO_RET_NOERRNO \
|
||||
RETINSTR(movcc, pc, lr); \
|
||||
nop
|
||||
RETINSTR(mov, pc, lr);
|
||||
|
||||
#undef ret_NOERRNO
|
||||
#define ret_NOERRNO PSEUDO_RET_NOERRNO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user