summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/alpha/sys
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-01 00:38:12 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-01 00:38:12 +0000
commit5a0c78cd11c5eedb462b4917b8ba2f3cbb87a917 (patch)
tree6e6071cf47e12906ba0ade3259bd61232e97bdb4 /libc/sysdeps/linux/alpha/sys
parentb2e175b52e09a3c442859f66b39ea31de9a81bb5 (diff)
need to define some more registers
Diffstat (limited to 'libc/sysdeps/linux/alpha/sys')
-rw-r--r--libc/sysdeps/linux/alpha/sys/regdef.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/sys/regdef.h b/libc/sysdeps/linux/alpha/sys/regdef.h
index 142df9c4f..18fb0d5d9 100644
--- a/libc/sysdeps/linux/alpha/sys/regdef.h
+++ b/libc/sysdeps/linux/alpha/sys/regdef.h
@@ -41,4 +41,7 @@
#define sp $30 /* stack pointer */
#define zero $31 /* reads as zero, writes are noops */
+#define r0 v0
+#define r1 a4
+
#endif /* __alpha_regdef_h__ */