summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrahnds <rahnds@openbsd.org>1999-07-23 03:17:55 +0000
committerrahnds <rahnds@openbsd.org>1999-07-23 03:17:55 +0000
commit0cbd5cb25c699e97233009d0275e562920ebd03b (patch)
treebc0988e7c7f96efcec0a626dfb99ea954e51b821
parentreplace the stub ieeefp functions with the real working functions, (diff)
downloadwireguard-openbsd-0cbd5cb25c699e97233009d0275e562920ebd03b.tar.xz
wireguard-openbsd-0cbd5cb25c699e97233009d0275e562920ebd03b.zip
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: