Add definition for ret and MOVE.

This commit is contained in:
Ulrich Drepper 1997-05-21 01:40:24 +00:00
parent ecda085689
commit bd85bd7500

View 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