1- /* $NetBSD: crt0.c,v 1.17 2004/08/26 21:13:01 thorpej Exp $ */
1+ /* $NetBSD: crt0.c,v 1.18 2005/12/24 21:11:15 perry Exp $ */
22
33/*
44 * Copyright (c) 1995 Christopher G. Demetriou
@@ -86,7 +86,7 @@ __start(u_long sp,
8686 */
8787
8888#ifndef DYNAMIC
89- __asm __volatile ("la $28,_gp" );
89+ __asm volatile ("la $28,_gp" );
9090#endif
9191
9292 ksp = (char * * )sp ;
@@ -104,10 +104,10 @@ __start(u_long sp,
104104
105105#ifndef DYNAMIC
106106 /* XXX 56 is compiler and stackframe dependent */
107- __asm __volatile (" addiu %0,$29,56" : "=r" (ksp ));
107+ __asm volatile (" addiu %0,$29,56" : "=r" (ksp ));
108108#else
109109 /* XXX 64 is compiler and stackframe dependent */
110- __asm __volatile (" addiu %0,$29,64" : "=r" (ksp ));
110+ __asm volatile (" addiu %0,$29,64" : "=r" (ksp ));
111111#endif
112112 }
113113
@@ -157,7 +157,7 @@ __start(u_long sp,
157157 * is the entrypoint. (Only needed for old toolchains).
158158 */
159159#if defined(LIBC_SCCS ) && !defined(lint )
160- __RCSID ("$NetBSD: crt0.c,v 1.17 2004/08/26 21:13:01 thorpej Exp $" );
160+ __RCSID ("$NetBSD: crt0.c,v 1.18 2005/12/24 21:11:15 perry Exp $" );
161161#endif /* LIBC_SCCS and not lint */
162162
163163#include "common.c"
0 commit comments