aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--sysdeps/unix/sysv/linux/arm/sysdep.h4
2 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 197a0ff1a0..e942ef94f8 100644
--- a/ChangeLog
+++ b/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
diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h
index 1b1fc51cd2..47383aa788 100644
--- a/sysdeps/unix/sysv/linux/arm/sysdep.h
+++ b/sysdeps/unix/sysv/linux/arm/sysdep.h
@@ -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