Source-Changes-HG archive

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

[src/trunk]: src/lib/csu/arm26 Use _C_LABEL rather than _C_FUNC.



details:   https://anonhg.NetBSD.org/src/rev/bc68cb80c09b
branches:  trunk
changeset: 503239:bc68cb80c09b
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sat Feb 03 16:25:26 2001 +0000

description:
Use _C_LABEL rather than _C_FUNC.

diffstat:

 lib/csu/arm26/crt0.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 3942b7a7f97e -r bc68cb80c09b lib/csu/arm26/crt0.c
--- a/lib/csu/arm26/crt0.c      Sat Feb 03 14:30:42 2001 +0000
+++ b/lib/csu/arm26/crt0.c      Sat Feb 03 16:25:26 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: crt0.c,v 1.1 2000/05/09 21:55:45 bjh21 Exp $   */
+/*     $NetBSD: crt0.c,v 1.2 2001/02/03 16:25:26 bjh21 Exp $   */
 
 /*
  * Copyright (C) 1997 Mark Brinicombe
@@ -61,14 +61,14 @@
        add     r2, r1, r0, lsl #2
        add     r2, r2, #0x0004
 
-       b       " ___STRING(_C_FUNC(__start)) "
+       b       " ___STRING(_C_LABEL(__start)) "
        .align  0
 Lps_strings:
        .word   " ___STRING(_C_LABEL(__ps_strings)) "
 ");
 
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: crt0.c,v 1.1 2000/05/09 21:55:45 bjh21 Exp $");
+__RCSID("$NetBSD: crt0.c,v 1.2 2001/02/03 16:25:26 bjh21 Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 void



Home | Main Index | Thread Index | Old Index