summaryrefslogtreecommitdiff
path: root/ldso/ldso/bfin/dl-startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldso/ldso/bfin/dl-startup.h')
-rw-r--r--ldso/ldso/bfin/dl-startup.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ldso/ldso/bfin/dl-startup.h b/ldso/ldso/bfin/dl-startup.h
index 436f545af..576b8f29f 100644
--- a/ldso/ldso/bfin/dl-startup.h
+++ b/ldso/ldso/bfin/dl-startup.h
@@ -39,12 +39,7 @@ __asm__(
" .text\n"
" .global __start\n"
" .type __start,@function\n"
- /* Build system expects a "_start" for the entry point;
- provide it as it's free to do so with aliases. */
" .hidden __start\n"
- " .set _start, __start\n"
- " .global _start\n"
- " .hidden _start\n"
"__start:\n"
" call .Lcall\n"
".Lcall:\n"