From 96ba7170243f679103783f30509aa56fa99ea211 Mon Sep 17 00:00:00 2001 From: mellon Date: Thu, 15 Jun 1995 21:56:58 +0000 Subject: [PATCH] start -> __start to avoid namespace bugs --- lib/csu/mips/crt0.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/csu/mips/crt0.S b/lib/csu/mips/crt0.S index 4886456f876c..29bd1a9d5673 100644 --- a/lib/csu/mips/crt0.S +++ b/lib/csu/mips/crt0.S @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)crt0.s 8.2 (Berkeley) 3/21/94 - * $Id: crt0.S,v 1.4 1995/05/03 22:13:15 mellon Exp $ + * $Id: crt0.S,v 1.5 1995/06/15 21:56:58 mellon Exp $ */ #include @@ -47,7 +47,7 @@ $L1: .word 0 # null string plus padding .text -NON_LEAF(start, 24, ra) +NON_LEAF(__start, 24, ra) .set noreorder #ifdef __GP_SUPPORT__ la gp, _C_LABEL (_gp)