Deleted Added
full compact
36c36
< __FBSDID("$FreeBSD: head/lib/libc/mips/sys/pipe.S 178580 2008-04-26 12:08:02Z imp $");
---
> __FBSDID("$FreeBSD: head/lib/libc/mips/sys/pipe.S 209231 2010-06-16 12:55:14Z jchandra $");
47,51c47
< #ifdef __ABICALLS__
< .set noreorder
< .cpload t9
< .set reorder
< #endif
---
> PIC_PROLOGUE(__sys_pipe)
58c54
< j ra
---
> PIC_RETURN()
60,61c56
< la t9, _C_LABEL(__cerror)
< jr t9
---
> PIC_TAILCALL(__cerror)