Deleted Added
full compact
36c36
< * $Id: cerror.S,v 1.3 1995/01/23 01:29:43 davidg Exp $
---
> * $Id: cerror.S,v 1.4 1996/01/22 00:00:57 julian Exp $
41c41
< .asciz "$Id: cerror.S,v 1.3 1995/01/23 01:29:43 davidg Exp $"
---
> .asciz "$Id: cerror.S,v 1.4 1996/01/22 00:00:57 julian Exp $"
45a46,47
> .globl HIDENAME(cerror)
>
50,52c52,54
< .globl ___error
< .type ___error,@function
< cerror:
---
> .globl CNAME(__error)
> .type CNAME(__error),@function
> HIDENAME(cerror):
55c57,58
< call PIC_PLT(___error)
---
> /* The caller must execute the PIC prologue before jumping to cerror. */
> call PIC_PLT(CNAME(__error))
57c60
< call ___error
---
> call CNAME(__error)
69,70c72,73
< .globl _errno
< cerror:
---
> .globl CNAME(errno)
> HIDENAME(cerror):
72,73c75,76
< PIC_PROLOGUE
< movl PIC_GOT(_errno),%ecx
---
> /* The caller must execute the PIC prologue before jumping to cerror. */
> movl PIC_GOT(CNAME(errno)),%ecx
77c80
< movl %eax,_errno
---
> movl %eax,CNAME(errno)