svn commit: trunk/uClibc/libc/sysdeps/linux/alpha/sys

vapier at uclibc.org vapier at uclibc.org
Wed Mar 1 00:38:14 UTC 2006


Author: vapier
Date: 2006-02-28 16:38:12 -0800 (Tue, 28 Feb 2006)
New Revision: 14369

Log:
need to define some more registers

Modified:
   trunk/uClibc/libc/sysdeps/linux/alpha/sys/regdef.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/alpha/sys/regdef.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/alpha/sys/regdef.h	2006-02-28 23:48:10 UTC (rev 14368)
+++ trunk/uClibc/libc/sysdeps/linux/alpha/sys/regdef.h	2006-03-01 00:38:12 UTC (rev 14369)
@@ -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__ */



More information about the uClibc-cvs mailing list