mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 00:30:07 +00:00
Add definition for ret and MOVE.
This commit is contained in:
parent
ecda085689
commit
bd85bd7500
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user