Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/lib/libc/ia64/sys/pipe.S 111777 2003-03-03 01:09:46Z obrien $");
---
> __FBSDID("$FreeBSD: head/lib/libc/ia64/sys/pipe.S 115084 2003-05-16 21:26:42Z marcel $");
35,39c35,45
< SYSCALL(pipe)
< .regstk 1,0,0,0
< st4 [in0]=ret0,4 ;;
< st4 [in0]=ret1
< mov ret0=0
---
> ENTRY(__sys_pipe, 1)
> WEAK_ALIAS(pipe, __sys_pipe)
> WEAK_ALIAS(_pipe, __sys_pipe)
> st8 [sp]=r32
> CALLSYS_ERROR(pipe)
> ld8 r14=[sp]
> ;;
> st4 [r14]=ret0,4
> ;;
> st4 [r14]=ret1
> mov ret0=0
41c47
< END(pipe)
---
> END(__sys_pipe)