about summary refs log tree commit diff
path: root/sysdeps/alpha/crti.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/alpha/crti.S')
-rw-r--r--sysdeps/alpha/crti.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/alpha/crti.S b/sysdeps/alpha/crti.S
index b00ae203f5..bcce1e9055 100644
--- a/sysdeps/alpha/crti.S
+++ b/sysdeps/alpha/crti.S
@@ -67,6 +67,7 @@
 
 	.section .init, "ax", @progbits
 	.globl	_init
+	.hidden	_init
 	.type	_init, @function
 	.usepv	_init, std
 _init:
@@ -89,6 +90,7 @@ _init:
 
 	.section .fini, "ax", @progbits
 	.globl	_fini
+	.hidden	_fini
 	.type	_fini,@function
 	.usepv	_fini,std
 _fini: