diff options
author | 1999-07-23 03:17:55 +0000 | |
---|---|---|
committer | 1999-07-23 03:17:55 +0000 | |
commit | 0cbd5cb25c699e97233009d0275e562920ebd03b (patch) | |
tree | bc0988e7c7f96efcec0a626dfb99ea954e51b821 | |
parent | replace the stub ieeefp functions with the real working functions, (diff) | |
download | wireguard-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.s | 2 |
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: |