[patch] Fix MIPS pipe, brk

Peter S. Mazinger ps.m at gmx.net
Wed Jan 4 20:25:06 UTC 2006


On Wed, 4 Jan 2006, Joseph S. Myers wrote:

> Index: libc/sysdeps/linux/mips/pipe.S
> +#ifdef __PIC__
> +        la      t9, __syscall_error
> +        jr      t9
> +#else
> +        j       __syscall_error
> +#endif

__syscall_error is hidden, so we do not need probably separate handling of 
PIC case (at least we do not do it for arm/i386/powerpc anymore)

Peter

-- 
Peter S. Mazinger <ps dot m at gmx dot net>           ID: 0xA5F059F2
Key fingerprint = 92A4 31E1 56BC 3D5A 2D08  BB6E C389 975E A5F0 59F2




More information about the uClibc mailing list