Add definition for ret and MOVE.
authorUlrich Drepper <drepper@redhat.com>
Wed, 21 May 1997 01:40:24 +0000 (01:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 21 May 1997 01:40:24 +0000 (01:40 +0000)
sysdeps/unix/arm/sysdep.h

index 18e812b..1c58073 100644 (file)
@@ -19,3 +19,8 @@ Cambridge, MA 02139, USA.  */
 #include <sysdeps/unix/sysdep.h>
 #include <sysdeps/arm/sysdep.h>
 
+/* Some definitions to allow the assembler in sysdeps/unix/*.S to build
+   without needing ARM-specific versions of all the files.  */
+
+#define ret            RETINSTR(mov, pc, r14)
+#define MOVE(a,b)      mov b,a