summaryrefslogtreecommitdiff
path: root/sysdeps/hppa/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/hppa/crti.S')
-rw-r--r--sysdeps/hppa/crti.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/hppa/crti.S b/sysdeps/hppa/crti.S
index 4566d9f7da..28550e5758 100644
--- a/sysdeps/hppa/crti.S
+++ b/sysdeps/hppa/crti.S
@@ -142,6 +142,7 @@ gmon_initializer:
.section .init, "ax", %progbits
.align 4
.globl _init
+ .hidden _init
.type _init,@function
_init:
stw %rp,-20(%sp)
@@ -152,6 +153,7 @@ _init:
.section .fini,"ax",%progbits
.align 4
.globl _fini
+ .hidden _fini
.type _fini,@function
_fini:
stw %rp,-20(%sp)