summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1999-07-23 03:17:56 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1999-07-23 03:17:56 +0000
commit3341789e26c103a470e9d2a06278832304fb0edb (patch)
tree3e90c381d9d0a471d6f3399b4f43446703a1cdbc
parent2a594532c35366d1a01dcf94633edae84a2005e6 (diff)
Eliminate namespace pollution, the crt0 file should not conflict
with the "C" function start();
-rw-r--r--lib/csu/powerpc/crt0.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/csu/powerpc/crt0.s b/lib/csu/powerpc/crt0.s
index f1356dd06a4..311b7828596 100644
--- a/lib/csu/powerpc/crt0.s
+++ b/lib/csu/powerpc/crt0.s
@@ -10,8 +10,6 @@ L1: .long 0 # null string plus padding
.section ".text"
- .globl start
-start:
.globl _start
.type _start,@function
_start: