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/mips/dl-startup.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ldso/ldso/mips/dl-startup.h') diff --git a/ldso/ldso/mips/dl-startup.h b/ldso/ldso/mips/dl-startup.h index 31730d4ad..4d9918dc4 100644 --- a/ldso/ldso/mips/dl-startup.h +++ b/ldso/ldso/mips/dl-startup.h @@ -12,6 +12,7 @@ __asm__("" " .globl _start\n" " .ent _start\n" " .type _start,@function\n" + " .hidden _start\n" "_start:\n" " .set noreorder\n" " move $25, $31\n" -- cgit v1.2.3