summaryrefslogtreecommitdiff
path: root/ldso/ldso/bfin
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2013-02-25 09:41:25 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-03-07 18:59:35 +0100
commitf4fe313d5084ec49e50f3b6379d44f63179ce835 (patch)
treecf142a9c35d798662504cb20e0a9762161c5caf9 /ldso/ldso/bfin
parent3c99de5c1ed51729f5523a5faa20d76e5be9f2ae (diff)
buildsys: Add missing $(SYMBOL_PREFIX) to symbol names
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'ldso/ldso/bfin')
-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"