svn commit: trunk/uClibc/libc/sysdeps/linux/mips
andersen at uclibc.org
andersen at uclibc.org
Mon Nov 6 09:46:45 PST 2006
Author: andersen
Date: 2006-11-06 09:46:44 -0800 (Mon, 06 Nov 2006)
New Revision: 16517
Log:
mips64 patch from Atsushi Nemoto:
We should use "PTR_LA" instead of "la" for N64 ABI.
Modified:
trunk/uClibc/libc/sysdeps/linux/mips/pipe.S
Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/mips/pipe.S
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/mips/pipe.S 2006-11-05 19:47:33 UTC (rev 16516)
+++ trunk/uClibc/libc/sysdeps/linux/mips/pipe.S 2006-11-06 17:46:44 UTC (rev 16517)
@@ -19,7 +19,7 @@
syscall
beqz a3, 1f
#ifdef __PIC__
- la t9, __syscall_error
+ PTR_LA t9, __syscall_error
jr t9
#else
j __syscall_error
More information about the uClibc-cvs
mailing list