summaryrefslogtreecommitdiff
path: root/ldso/ldso/i386/dl-startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/i386/dl-startup.h')
-rw-r--r--ldso/ldso/i386/dl-startup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/ldso/i386/dl-startup.h b/ldso/ldso/i386/dl-startup.h
index 973ed72cb..125132c87 100644
--- a/ldso/ldso/i386/dl-startup.h
+++ b/ldso/ldso/i386/dl-startup.h
@@ -7,6 +7,7 @@ __asm__ (
" .text\n"
" .globl _start\n"
" .type _start,@function\n"
+ " .hidden _start\n"
"_start:\n"
" call _dl_start\n"
" # Save the user entry point address in %edi.\n"