Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/x86_64/sys Explicitly mark __cerror as hidden
details: https://anonhg.NetBSD.org/src/rev/7e489cd5815b
branches: trunk
changeset: 771293:7e489cd5815b
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Nov 18 20:17:46 2011 +0000
description:
Explicitly mark __cerror as hidden
diffstat:
lib/libc/arch/x86_64/sys/cerror.S | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r f1ca17e0518a -r 7e489cd5815b lib/libc/arch/x86_64/sys/cerror.S
--- a/lib/libc/arch/x86_64/sys/cerror.S Fri Nov 18 17:36:06 2011 +0000
+++ b/lib/libc/arch/x86_64/sys/cerror.S Fri Nov 18 20:17:46 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cerror.S,v 1.3 2003/08/07 16:42:37 agc Exp $ */
+/* $NetBSD: cerror.S,v 1.4 2011/11/18 20:17:46 joerg Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -36,12 +36,13 @@
#include <machine/asm.h>
#if defined(SYSLIBC_SCCS) && !defined(lint)
- RCSID("$NetBSD: cerror.S,v 1.3 2003/08/07 16:42:37 agc Exp $")
+ RCSID("$NetBSD: cerror.S,v 1.4 2011/11/18 20:17:46 joerg Exp $")
#endif /* SYSLIBC_SCCS and not lint */
#include "SYS.h"
.globl _C_LABEL(__errno)
+ .hidden CERROR
_ENTRY(CERROR)
pushq %r12
Home |
Main Index |
Thread Index |
Old Index