From e70d824a1c9f9a357a093b4d2d8b185c2a64a5de Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Mon, 6 Nov 2006 17:46:44 +0000
Subject: mips64 patch from Atsushi Nemoto: We should use "PTR_LA" instead of
 "la" for N64 ABI.

---
 libc/sysdeps/linux/mips/pipe.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libc/sysdeps/linux/mips/pipe.S b/libc/sysdeps/linux/mips/pipe.S
index 1d9c2f889..791934da7 100644
--- a/libc/sysdeps/linux/mips/pipe.S
+++ b/libc/sysdeps/linux/mips/pipe.S
@@ -19,7 +19,7 @@ pipe:
 	syscall
 	beqz	a3, 1f
 #ifdef __PIC__
-	la	t9, __syscall_error
+	PTR_LA	t9, __syscall_error
 	jr	t9
 #else
 	j	__syscall_error
-- 
cgit v1.2.3