From 6287cacef2feb129050449d79769b5fd907e1062 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 26 Mar 2012 23:50:12 -0400 Subject: ldso: mark _start hidden There's no need to export this symbol, so mark them all hidden. Signed-off-by: Mike Frysinger --- ldso/ldso/arm/dl-startup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ldso/ldso/arm') diff --git a/ldso/ldso/arm/dl-startup.h b/ldso/ldso/arm/dl-startup.h index f7d605267..0723d29e9 100644 --- a/ldso/ldso/arm/dl-startup.h +++ b/ldso/ldso/arm/dl-startup.h @@ -14,6 +14,7 @@ __asm__( " .text\n" " .globl _start\n" " .type _start,%function\n" + " .hidden _start\n" "_start:\n" " @ at start time, all the args are on the stack\n" " mov r0, sp\n" -- cgit v1.2.3