summaryrefslogtreecommitdiff
path: root/ldso/ldso/cris
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/cris
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/cris')
-rw-r--r--ldso/ldso/cris/dl-startup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ldso/ldso/cris/dl-startup.h b/ldso/ldso/cris/dl-startup.h
index 57f84eab6..66580004e 100644
--- a/ldso/ldso/cris/dl-startup.h
+++ b/ldso/ldso/cris/dl-startup.h
@@ -10,6 +10,7 @@ __asm__("" \
" .text\n" \
" .globl _start\n" \
" .type _start,@function\n" \
+" .hidden _start\n" \
"_start:\n" \
" move.d $sp,$r10\n" \
" lapc _dl_start,$r9\n" \
@@ -28,6 +29,7 @@ __asm__("" \
" .text\n" \
" .globl _start\n" \
" .type _start,@function\n" \
+" .hidden _start\n" \
"_start:\n" \
" move.d $sp,$r10\n" \
" move.d $pc,$r9\n" \