summaryrefslogtreecommitdiff
path: root/ldso/ldso/c6x
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-03-26 23:50:12 -0400
committerMike Frysinger <vapier@gentoo.org>2012-03-29 00:14:58 -0400
commit6287cacef2feb129050449d79769b5fd907e1062 (patch)
tree6997c406f9cb00609272cda6d7df6382bc81a6e5 /ldso/ldso/c6x
parent238f52fdab1f18577c7aaa749f4f24118403926f (diff)
ldso: mark _start hidden
There's no need to export this symbol, so mark them all hidden. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'ldso/ldso/c6x')
-rw-r--r--ldso/ldso/c6x/dl-startup.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/ldso/c6x/dl-startup.h b/ldso/ldso/c6x/dl-startup.h
index 6ad801f1b..70a8b89a7 100644
--- a/ldso/ldso/c6x/dl-startup.h
+++ b/ldso/ldso/c6x/dl-startup.h
@@ -42,6 +42,7 @@ _dl_start (unsigned placeholder, \
__asm__(" .text\n"
".globl _start\n"
+ ".hidden _start\n"
"_start:\n"
" B .S2 _dl_start\n"
" STW .D2T2 B14, *+B14[1]\n"