Source-Changes-HG archive

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

[src/trunk]: src/lib/csu/arch/m68k Use jbsr and add END(__start)



details:   https://anonhg.NetBSD.org/src/rev/d7654bdee1e8
branches:  trunk
changeset: 788875:d7654bdee1e8
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jul 26 19:49:19 2013 +0000

description:
Use jbsr and add END(__start)

diffstat:

 lib/csu/arch/m68k/crt0.S |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b9fed4e27fc2 -r d7654bdee1e8 lib/csu/arch/m68k/crt0.S
--- a/lib/csu/arch/m68k/crt0.S  Fri Jul 26 18:47:23 2013 +0000
+++ b/lib/csu/arch/m68k/crt0.S  Fri Jul 26 19:49:19 2013 +0000
@@ -35,7 +35,7 @@
  * <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
  */
 
-RCSID("$NetBSD: crt0.S,v 1.3 2013/07/26 18:47:23 martin Exp $")
+RCSID("$NetBSD: crt0.S,v 1.4 2013/07/26 19:49:19 matt Exp $")
 
 STRONG_ALIAS(_start,__start)
 
@@ -44,4 +44,5 @@
        movl    %a0,-(%sp)              | obj
        movl    %a1,-(%sp)              | cleanup
        | call: ___start(cleanup, obj, ps_strings)
-       bsr     ___start
+       jbsr    ___start
+END(__start)



Home | Main Index | Thread Index | Old Index