Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/m68k/sys Declare cerror using _ENTRY() to get, ...



details:   https://anonhg.NetBSD.org/src/rev/479ab696e263
branches:  trunk
changeset: 472421:479ab696e263
user:      kleink <kleink%NetBSD.org@localhost>
date:      Thu Apr 29 15:37:21 1999 +0000

description:
Declare cerror using _ENTRY() to get, among other things, a .type statement.

diffstat:

 lib/libc/arch/m68k/sys/cerror.S |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r edd4d8dd4bec -r 479ab696e263 lib/libc/arch/m68k/sys/cerror.S
--- a/lib/libc/arch/m68k/sys/cerror.S   Thu Apr 29 15:31:05 1999 +0000
+++ b/lib/libc/arch/m68k/sys/cerror.S   Thu Apr 29 15:37:21 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cerror.S,v 1.9 1999/01/14 22:48:20 kleink Exp $        */
+/*     $NetBSD: cerror.S,v 1.10 1999/04/29 15:37:21 kleink Exp $       */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -43,17 +43,16 @@
 #if 0
        RCSID("from: @(#)cerror.s       5.1 (Berkeley) 5/12/90")
 #else
-       RCSID("$NetBSD: cerror.S,v 1.9 1999/01/14 22:48:20 kleink Exp $")
+       RCSID("$NetBSD: cerror.S,v 1.10 1999/04/29 15:37:21 kleink Exp $")
 #endif
 #endif /* LIBC_SCCS and not lint */
 
-       .even
 #ifdef _REENTRANT
        .globl  _C_LABEL(__errno)
 #else
        .globl  _C_LABEL(errno)
 #endif
-CERROR:
+_ENTRY(CERROR)
 #ifdef _REENTRANT
        movl    d0,sp@-
 #ifdef PIC



Home | Main Index | Thread Index | Old Index