status of 0.9.29
Atsushi Nemoto
anemo at mba.ocn.ne.jp
Sat Nov 4 21:38:59 PST 2006
On Sat, 4 Nov 2006 13:22:58 -0700, Erik Andersen <andersen at codepoet.org> wrote:
> Please check current svn to be certain mips64 now builds.
> I made minor changes to the ldso patch, since putting all
> that mips64 specific stuff into the exported include/elf.h
> was not right.
Thanks! I'll try soon. But I just found I had forgotten to send one
more fix for mips64. We should use "PTR_LA" instead of "la" for N64
ABI. Please include this patch also if it was not too late.
diff -urNp uClibc-20060913/libc/sysdeps/linux/mips/pipe.S uClibc/libc/sysdeps/linux/mips/pipe.S
--- uClibc-20060913/libc/sysdeps/linux/mips/pipe.S 2006-09-13 16:10:30.000000000 +0900
+++ uClibc/libc/sysdeps/linux/mips/pipe.S 2006-09-14 10:01:26.871874992 +0900
@@ -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
More information about the uClibc
mailing list