diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-06-21 21:22:06 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-06-21 21:22:06 +0000 |
commit | dc1b370dddd316bd02947a5716fd3a924d663a9f (patch) | |
tree | 46a600b77a64b9dfdc454ecc4229c6b911bfea3c | |
parent | ea29dfd08084dc64ab52a215ebdb488304496286 (diff) |
Use _ENTRY(CERROR) instead of CERROR so correct type info is generated.
ok marc@
-rw-r--r-- | lib/libc/arch/i386/sys/cerror.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/i386/sys/cerror.S b/lib/libc/arch/i386/sys/cerror.S index 7de967ec3cb..e0fdb66c295 100644 --- a/lib/libc/arch/i386/sys/cerror.S +++ b/lib/libc/arch/i386/sys/cerror.S @@ -34,11 +34,11 @@ #if defined(SYSLIBC_SCCS) .text - .asciz "$OpenBSD: cerror.S,v 1.5 2003/06/02 20:18:30 millert Exp $" + .asciz "$OpenBSD: cerror.S,v 1.6 2004/06/21 21:22:05 drahn Exp $" #endif /* SYSLIB_SCCS */ .globl _C_LABEL(errno) -CERROR: +_ENTRY(CERROR) #ifdef PIC PIC_PROLOGUE movl PIC_GOT(_C_LABEL(errno)),%ecx |