Source-Changes-HG archive

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

[src/trunk]: src/lib/csu/arch/powerpc Use _XENTRY



details:   https://anonhg.NetBSD.org/src/rev/a096a22b02c5
branches:  trunk
changeset: 327396:a096a22b02c5
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Mar 06 19:05:59 2014 +0000

description:
Use _XENTRY

diffstat:

 lib/csu/arch/powerpc/crti.S |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (33 lines):

diff -r 5037a0e5f753 -r a096a22b02c5 lib/csu/arch/powerpc/crti.S
--- a/lib/csu/arch/powerpc/crti.S       Thu Mar 06 19:05:24 2014 +0000
+++ b/lib/csu/arch/powerpc/crti.S       Thu Mar 06 19:05:59 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crti.S,v 1.3 2014/02/27 18:11:08 matt Exp $ */
+/* $NetBSD: crti.S,v 1.4 2014/03/06 19:05:59 matt Exp $ */
 
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -31,12 +31,12 @@
 
 #include <powerpc/asm.h>
 
-RCSID("$NetBSD: crti.S,v 1.3 2014/02/27 18:11:08 matt Exp $")
+RCSID("$NetBSD: crti.S,v 1.4 2014/03/06 19:05:59 matt Exp $")
 
 #include "sysident.S"
 
        .section ".init", "ax", @progbits
-_ENTRY(_init)
+_XENTRY(_init)
        mflr    %r0
 #ifdef _LP64
        stdu    %r1, -(6*SZREG)(%r1)
@@ -47,7 +47,7 @@
 #endif
 
        .section ".fini", "ax", @progbits
-_ENTRY(_fini)
+_XENTRY(_fini)
        mflr    %r0
 #ifdef _LP64
        stdu    %r1, -(6*SZREG)(%r1)



Home | Main Index | Thread Index | Old Index