From f4fe313d5084ec49e50f3b6379d44f63179ce835 Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 25 Feb 2013 09:41:25 +0000 Subject: buildsys: Add missing $(SYMBOL_PREFIX) to symbol names Signed-off-by: Markos Chandras Signed-off-by: Bernhard Reutner-Fischer --- ldso/ldso/bfin/dl-startup.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ldso/ldso/bfin') 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" -- cgit v1.2.3