2003-03-27 Philip Blundell <philb@gnu.org>
authorRoland McGrath <roland@gnu.org>
Thu, 27 Mar 2003 02:45:49 +0000 (02:45 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 27 Mar 2003 02:45:49 +0000 (02:45 +0000)
* sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET_NOERRNO): Use
unconditional mov.  Remove nop.

sysdeps/unix/sysv/linux/arm/sysdep.h

index 1b1fc51..47383aa 100644 (file)
@@ -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