Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/sparc/string use RODATA() instead of ENTRY() f...



details:   https://anonhg.NetBSD.org/src/rev/0ca03e634c71
branches:  trunk
changeset: 476108:0ca03e634c71
user:      chs <chs%NetBSD.org@localhost>
date:      Mon Sep 06 19:00:24 1999 +0000

description:
use RODATA() instead of ENTRY() for __ffstab so that it works when profiling.

diffstat:

 lib/libc/arch/sparc/string/ffs.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r aefaeb010cbd -r 0ca03e634c71 lib/libc/arch/sparc/string/ffs.S
--- a/lib/libc/arch/sparc/string/ffs.S  Mon Sep 06 18:52:33 1999 +0000
+++ b/lib/libc/arch/sparc/string/ffs.S  Mon Sep 06 19:00:24 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffs.S,v 1.8 1998/07/01 02:16:27 tv Exp $       */
+/*     $NetBSD: ffs.S,v 1.9 1999/09/06 19:00:24 chs Exp $      */
 
 /*
  * Copyright (c) 1992, 1993
@@ -44,7 +44,7 @@
 #if 0
        .asciz "@(#)ffs.s       8.1 (Berkeley) 6/4/93"
 #else
-       RCSID("$NetBSD: ffs.S,v 1.8 1998/07/01 02:16:27 tv Exp $")
+       RCSID("$NetBSD: ffs.S,v 1.9 1999/09/06 19:00:24 chs Exp $")
 #endif
 #endif  /* LIBC_SCCS and not lint */
 
@@ -99,7 +99,7 @@
        retl
         add    %o0, 24, %o0
 
-ENTRY(__ffstab)
+RODATA(__ffstab)
        .byte   -24,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1 /* 00-0f */
        .byte   5,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1 /* 10-1f */
        .byte   6,1,2,1,3,1,2,1,4,1,2,1,3,1,2,1 /* 20-2f */



Home | Main Index | Thread Index | Old Index