projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecda085
)
Add definition for ret and MOVE.
author
Ulrich Drepper
<drepper@redhat.com>
Wed, 21 May 1997 01:40:24 +0000
(
01:40
+0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Wed, 21 May 1997 01:40:24 +0000
(
01:40
+0000)
sysdeps/unix/arm/sysdep.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/arm/sysdep.h
b/sysdeps/unix/arm/sysdep.h
index
18e812b
..
1c58073
100644
(file)
--- a/
sysdeps/unix/arm/sysdep.h
+++ b/
sysdeps/unix/arm/sysdep.h
@@
-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