]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 18e812b9f1d28b23f650aedc3df74cd980db538b..1c580731bacf6b889a6c197560ea627d20635307 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